@@ -883,6 +883,11 @@ Combination of <<integer>></h4>
883883 <var> V<sub> result</sub></var> =
884884 <var> V<sub> a</sub></var> + <var> V<sub> b</sub></var>
885885
886+ <wpt>
887+ css/css-values/calc-positive-fraction-001.html
888+ css/css-values/rgba-011.html
889+ </wpt>
890+
886891<!--
887892██ ██ ██ ██ ██ ██ ████████ ████████ ████████
888893███ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██
@@ -974,6 +979,10 @@ Compatible Units</h4>
974979 as <a>compatible</a> with the relevant class of <a>dimensions</a> ,
975980 and canonicalize accordingly.
976981
982+ <wpt>
983+ css/css-values/calc-serialization-002.html
984+ </wpt>
985+
977986<h4 id="combine-dimensions">
978987Combination of Dimensions</h4>
979988
@@ -1302,6 +1311,18 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
13021311 In the cases where it is impossible or impractical to determine the ideographic advance measure,
13031312 it must be assumed to be 1em.
13041313
1314+ <wpt>
1315+ css/css-values/ic-unit-001.html
1316+ css/css-values/ic-unit-002.html
1317+ css/css-values/ic-unit-003.html
1318+ css/css-values/ic-unit-004.html
1319+ css/css-values/ic-unit-008.html
1320+ css/css-values/ic-unit-009.html
1321+ css/css-values/ic-unit-010.html
1322+ css/css-values/ic-unit-011.html
1323+ css/css-values/ic-unit-012.html
1324+ </wpt>
1325+
13051326 <dt> <dfn id="rem" lt="rem">rem unit</dfn>
13061327 <dd>
13071328 Equal to the computed value of 'font-size' on the root element.
@@ -1314,6 +1335,12 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
13141335 converting ''line-height/normal'' to an absolute length
13151336 by using only the metrics of the <a href="https://www.w3.org/TR/css3-fonts/#first-available-font">first available font</a> .
13161337
1338+ <wpt>
1339+ css/css-values/lh-rlh-on-root-001.html
1340+ css/css-values/lh-unit-001.html
1341+ css/css-values/lh-unit-002.html
1342+ </wpt>
1343+
13171344 <dt> <dfn id="rlh" lt="rlh">rlh unit</dfn>
13181345 <dd>
13191346 Equal to the computed value of 'line-height' property on the root element,
@@ -1325,6 +1352,11 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
13251352 the size of actual lines boxes may differ based on their content.
13261353 In cases where an author wants to limit the number of actual lines in an element,
13271354 the 'max-lines' property can be used instead.
1355+
1356+ <wpt>
1357+ css/css-values/lh-rlh-on-root-001.html
1358+ </wpt>
1359+
13281360 </dl>
13291361
13301362 Issue: We can potentially add more typographic units,
@@ -3231,6 +3263,11 @@ Range Checking</h3>
32313263 and cause the entire declaration to be dropped.
32323264 </div>
32333265
3266+ <wpt>
3267+ css/css-values/calc-integer.html
3268+ css/css-values/calc-z-index-fractions-001.html
3269+ </wpt>
3270+
32343271<h3 id='calc-serialize'>
32353272Serialization</h3>
32363273
@@ -3256,6 +3293,14 @@ Serialization</h3>
32563293 then return it.
32573294 </div>
32583295
3296+ <wpt>
3297+ css/css-values/calc-rgb-percent-001.html
3298+ css/css-values/calc-serialization.html
3299+ css/css-values/calc-serialization-002.html
3300+ css/css-values/getComputedStyle-border-radius-001.html
3301+ css/css-values/getComputedStyle-border-radius-003.html
3302+ </wpt>
3303+
32593304 <div algorithm="serialize a min()/max() value">
32603305 To <dfn export lt="serialize a non-calc() math function">serialize a non-''calc()'' [=math function=]</dfn> :
32613306
@@ -3292,6 +3337,10 @@ Serialization</h3>
32923337 (Terms with a value of zero <strong> must</strong> be preserved in this summation.)
32933338 </div>
32943339
3340+ <wpt>
3341+ css/css-values/calc-nesting-002.html
3342+ </wpt>
3343+
32953344 <div algorithm="serialize a summation">
32963345 To <dfn export lt="serialize a summation|serialize the summation" for="math function">serialize a summation</dfn> :
32973346
0 commit comments