Skip to content

Commit 710b56c

Browse files
committed
[css-color-4][editorial] fix markup
1 parent 2de1462 commit 710b56c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-color-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ any achromatic color will have a [=powerless=] hue component.
10471047
otherwise,
10481048
it represents that component as being the ''none'' keyword.
10491049

1050-
<div class=example id="ex-missing-hue" class="non-normative">
1050+
<div class="example non-normative" id="ex-missing-hue">
10511051
A missing hue is common when interpolating in cylindrical color spaces.
10521052
For example, using the ''color-mix()'' function specified in [[CSS-COLOR-5]]
10531053
one could write ''color-mix(in hsl, white 30%, green 70%)''.
@@ -1960,7 +1960,7 @@ The ''<color>/currentcolor'' keyword</h3>
19601960
&lt;/style>
19611961
</pre>
19621962

1963-
<p><img src="images/text-emphasis.png" width="495" height="119" alt="rendered emphasized text with the word 'really' in red with red emphasis dots"/></p>
1963+
<p><img src="images/text-emphasis.png" width="495" height="119" alt="rendered emphasized text with the word 'really' in red with red emphasis dots"></p>
19641964

19651965
In the above example, the emphasis marks are black over the text "Some" and "emphasized text",
19661966
but red over the text "really".
@@ -2933,7 +2933,7 @@ Device-independent Colors: CIE Lab and LCH, Oklab and Oklch</h2>
29332933
<em>This section is not normative.</em>
29342934

29352935
Physical measurements of a color are typically expressed in the CIE L*a*b* [[!CIELAB]] color space,
2936-
created in 1976 by the <abbr title='Commission Internationale de l'Eclairage'>CIE</abbr>
2936+
created in 1976 by the <abbr title="Commission Internationale de l'Eclairage">CIE</abbr>
29372937
and commonly referred to simply as Lab.
29382938
Color conversions from one device to another may also use Lab as an intermediate step.
29392939
Derived from human vision experiments,

0 commit comments

Comments
 (0)