Skip to content

Commit 95055d8

Browse files
committed
[css-color-5] Clarified that component keywords can return ''none'' as well as a number, fix #10151
1 parent 9cc2a6b commit 95055d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ but they all follow a common structure:
918918
and attempting to do so is an error.
919919
* However, the [=origin color=] can use either modern or legacy syntax.
920920

921-
The [=component keywords=] return a <<number>>;
921+
The [=component keywords=] return a <<number>>, or ''none'';
922922
if they were originally specified as a <<percentage>> or an <<angle>>,
923923
that <<percentage>> is resolved to a <<number>>
924924
and the <<angle>> is resolved to a <<number>> of degrees

0 commit comments

Comments
 (0)