Skip to content

Commit d1371ab

Browse files
committed
[css-fonts-4][editorial] Use correct syntax <<system-family-name>> w3c#9292
1 parent 27dee0c commit d1371ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css-color-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,9 @@ Transparency: the 'opacity' property</h3>
719719
to explicitly tag an image as being in the sRGB color space,
720720
without including the sRGB ICC profile.
721721

722+
Similarly, PNG specifies a compact means
723+
(the <a href=""></a> )
724+
722725
Tagged RGB images,
723726
and tagged images using a transformation of RGB such as YCbCr,
724727
if the color profile or other identifying information is valid,

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ Shorthand font property: the 'font' property</h3>
15851585
<<'font-weight'>> ||
15861586
<<font-stretch-css3>> ]? <<'font-size'>> [ / <<'line-height'>> ]?
15871587
<<'font-family'>> ] |
1588-
<<'system-family-name'>>
1588+
<<system-family-name>>
15891589
Initial: see individual properties
15901590
Applies to: all elements and text
15911591
Inherited: yes

0 commit comments

Comments
 (0)