You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If <var>width</var>and <var>density</var> are not both<ititle="">absent</i>, then
1328
+
If <var>width</var>, <var>density</var>and <var>future-compat-h</var> are not all<ititle="">absent</i>, then
1325
1329
let <var>error</var> be <ititle="">yes</i>.
1326
1330
1327
1331
<li>
1328
1332
Apply the <adata-link-type=dfnhref=#dfn-rules-for-parsing-floating-point-number-valuestitle="rules for parsing floating-point number values">rules for parsing floating-point number values</a> to the token. Let
1329
1333
<var>density</var> be the result.
1330
1334
</ol>
1335
+
1336
+
<dt>If the token consists of a <adata-link-type=dfnhref=#dfn-valid-non-negative-integertitle="valid non-negative integer">valid non-negative integer</a>
1337
+
followed by a "h" (U+0068 LATIN SMALL LETTER H) character
1338
+
1339
+
<dd>
1340
+
<ol>
1341
+
<li>
1342
+
If <var>future-compat-h</var> and <var>density</var> are not both <ititle="">absent</i>, then
1343
+
let <var>error</var> be <ititle="">yes</i>.
1344
+
1345
+
<li>
1346
+
Apply the <adata-link-type=dfnhref=#dfn-rules-for-parsing-non-negative-integerstitle="rules for parsing non-negative integers">rules for parsing non-negative integers</a> to the token.
1347
+
If the result is zero, let <var>error</var> be <ititle="">yes</i>.
1348
+
Otherwise, let <var>future-compat-h</var> be the result.
0 commit comments