We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf3674 commit 1823793Copy full SHA for 1823793
1 file changed
css-values-4/Overview.bs
@@ -1250,8 +1250,9 @@ Ratios: the <<ratio>> type</h3>
1250
<<ratio>> = <<number [0,Infinity]>> [ / <<number [0,Infinity]>> ]?
1251
</pre>
1252
1253
- If only one <<number>> is provided,
1254
- the second defaults to ''1''.
+ The second <<number>> is optional,
+ defaulting to ''1''.
1255
+ However, <<ratio>> is always serialized with both components.
1256
1257
The computed value of a <<ratio>> is the pair of numbers provided,
1258
unless both numbers are zero,
0 commit comments