Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5474,7 +5474,7 @@ CSS <<color>> values become either {{CSSColorValue}}s
or generic {{CSSStyleValue}}s (otherwise).

<div algorithm>
To <dfn>reify a color value</dfn> |val| for a property |prop|:
To <dfn>reify a color value</dfn> |val|:

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

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


Expand Down