Skip to content

Commit 066c12c

Browse files
committed
[css-values-4] Editorial. Fix type map for <number> values.
1 parent ad82bc1 commit 066c12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-values-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3990,7 +3990,8 @@ Serialization</h3>
39903990
2. Serialize the keyword ''infinity'', ''-infinity'', or ''NaN'',
39913991
as appropriate to represent the value,
39923992
and append it to |s|.
3993-
3. If |fn|’s [=CSSNumericValue/type=] is anything other than «[ "number" → 1 ]»,
3993+
3. If |fn|’s [=CSSNumericValue/type=] is anything other than «[ ]»
3994+
(empty, representing a <<number>>),
39943995
append " * " to |s|.
39953996
Create a numeric value
39963997
in the [=canonical unit=] for |fn|'s [=CSSNumericValue/type=]

0 commit comments

Comments
 (0)