Skip to content

Commit 9473307

Browse files
committed
Added links to 6 tests in css-values-4/Overview.bs
1 parent d8f6788 commit 9473307

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

css-values-4/Overview.bs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,10 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
12611261
In the cases where it is impossible or impractical to determine the x-height,
12621262
a value of 0.5em must be assumed.
12631263

1264+
<wpt>
1265+
css/css-values/calc-ch-ex-lang.html
1266+
</wpt>
1267+
12641268
<dt><dfn id="cap" lt="cap">cap unit</dfn>
12651269
<dd>
12661270
Equal to the used cap-height of the <a href="https://www.w3.org/TR/css3-fonts/#first-available-font">first available font</a> [[!CSS3-FONTS]].
@@ -1298,6 +1302,10 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
12981302
(i.e. 'writing-mode' is ''vertical-rl'' or ''vertical-lr''
12991303
and 'text-orientation' is ''text-orientation/upright'').
13001304

1305+
<wpt>
1306+
css/css-values/calc-ch-ex-lang.html
1307+
</wpt>
1308+
13011309
<dt><dfn id="ic" lt="ic">ic unit</dfn>
13021310
<dd>
13031311
Equal to the used <a>advance measure</a> of the “水” (CJK water ideograph, U+6C34) glyph
@@ -1329,6 +1337,10 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
13291337
When specified on the 'font-size' property of the root element,
13301338
the ''rem'' units refer to the property's <em>initial value</em>.
13311339

1340+
<wpt>
1341+
css/css-values/calc-rem-lang.html
1342+
</wpt>
1343+
13321344
<dt><dfn id="lh" lt="lh">lh unit</dfn>
13331345
<dd>
13341346
Equal to the computed value of the 'line-height' property of the element on which it is used,
@@ -2467,6 +2479,15 @@ Basic Arithmetic: ''calc()''</h3>
24672479
so it has to be written as a full ''calc()'' function itself.
24682480
</div>
24692481

2482+
<wpt>
2483+
css/css-values/calc-ch-ex-lang.html
2484+
css/css-values/calc-in-color-001.html
2485+
css/css-values/calc-in-font-feature-settings.html
2486+
css/css-values/calc-rem-lang.html
2487+
css/css-values/calc-rounding-001.html
2488+
css/css-values/ex-calc-expression-001.html
2489+
</wpt>
2490+
24702491
<h3 id=comp-func>
24712492
Comparison Functions: ''min()'', ''max()'', and ''clamp()''</h3>
24722493

0 commit comments

Comments
 (0)