Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove unnecessary |prop| on reifying a color value
The reify a color value algorithm no more need |prop|.

Hence, Remove the |prop| parameter of 'reifying a color value'.
  • Loading branch information
DevSDK committed Apr 10, 2022
commit 4240203a4544456ec3acd9684916ff31afd9da44
2 changes: 1 addition & 1 deletion 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