Skip to content

Commit 5539796

Browse files
committed
[cssom] Specify the serialization of <ratio>.
Part of w3c#4282
1 parent ae60ad1 commit 5539796

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cssom-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,6 +2701,11 @@ depends on the component, as follows:
27012701
<dd>The resolution in dots per <a lt=px value>CSS pixel</a> serialized as per
27022702
&lt;number> followed by the literal string "<code>dppx</code>".
27032703

2704+
<dt>&lt;ratio>
2705+
<dd>The numerator serialized as per &lt;number>
2706+
followed by the literal string "<code> / </code>",
2707+
followed by the denominator serialized as per &lt;number>.
2708+
27042709
<dt>&lt;shape>
27052710
<dd>
27062711
The return value of the following algorithm:

0 commit comments

Comments
 (0)