Skip to content

Commit af5459b

Browse files
committed
[css-values-4][editorial] Add CanIUse panels. w3c#1258
1 parent 474d47e commit af5459b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-values-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Ignored Terms: <spacing-limit>, containing block, property
1919
Ignored Vars: Cn+1, n
2020
Inline Github Issues: no
2121
Default Highlight: css
22+
Include Can I Use Panels: yes
2223
</pre>
2324
<pre class='link-defaults'>
2425
spec: css-backgrounds-3; type: type; text: <position>
@@ -1709,7 +1710,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
17091710
will be 20% greater than the computed font size inherited by <code>h1</code> elements.
17101711
</div>
17111712

1712-
<dt><dfn id="rem" lt="rem">rem unit</dfn>
1713+
<dt><dfn id="rem" lt="rem" caniuse="rem">rem unit</dfn>
17131714
<dd>
17141715
Equal to the computed value of the ''em'' unit on the root element.
17151716

@@ -1775,7 +1776,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
17751776
<dd>
17761777
Equal to the value of the ''cap'' unit on the root element.
17771778

1778-
<dt><dfn id="ch" lt="ch">ch unit</dfn>
1779+
<dt><dfn id="ch" lt="ch" caniuse="ch-unit">ch unit</dfn>
17791780
<dd>
17801781
Represents the typical <a>advance measure</a> of European alphanumeric characters,
17811782
and measured as the used <a>advance measure</a> of the “0” (ZERO, U+0030) glyph
@@ -1935,7 +1936,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
19351936
███ ███ ███ ██ ████████ ██ ██████
19361937
-->
19371938

1938-
<h4 id="viewport-relative-lengths">
1939+
<h4 id="viewport-relative-lengths" caniuse="viewport-units">
19391940
Viewport-percentage Lengths: the ''*vw'', ''*vh'', ''*vi'', ''*vb'', ''*vmin'', ''*vmax'' units</h4>
19401941

19411942
The <dfn export>viewport-percentage lengths</dfn> are relative to the size of the
@@ -2783,7 +2784,7 @@ Functional Notations</h2>
27832784
██████ ██ ██ ████████ ██████ ███ ███
27842785
-->
27852786

2786-
<h2 id="math" oldids="calc-notation">
2787+
<h2 id="math" oldids="calc-notation" caniuse="calc">
27872788
Mathematical Expressions</h2>
27882789

27892790
The <dfn export lt="math function">math functions</dfn>

0 commit comments

Comments
 (0)