Skip to content

Commit da6e8f9

Browse files
DevSDKtabatkins
andauthored
[CSS-Typed-OM] Change reifying as from 'a CSSStyleValue' to 'an identifier' (w3c#1068)
Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
1 parent f3757a3 commit da6e8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5474,7 +5474,7 @@ CSS <<color>> values become either {{CSSColorValue}}s
54745474
or generic {{CSSStyleValue}}s (otherwise).
54755475

54765476
<div algorithm>
5477-
To <dfn>reify a color value</dfn> |val| for a property |prop|:
5477+
To <dfn>reify a color value</dfn> |val|:
54785478

54795479
1. If |val| is a <<hex-color>>,
54805480
an ''rgb()'' function,
@@ -5553,8 +5553,8 @@ or generic {{CSSStyleValue}}s (otherwise).
55535553
set to the [=reification=]
55545554
of its red, green, blue, and alpha components, respectively.
55555555

5556-
8. If |val| is any other color keyword,
5557-
return the result of [=reifying as a CSSStyleValue=] |val| for |prop|.
5556+
9. If |val| is any other color keyword,
5557+
return the result of [=reifying an identifier=] from |val|.
55585558
</div>
55595559

55605560

0 commit comments

Comments
 (0)