Skip to content

Commit 29cb5db

Browse files
committed
[css-values] Define all the units properly, so they'll link as expected.
1 parent 55b73ea commit 29cb5db

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css-values/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
826826
(or the computed font metrics corresponding to the initial values of the 'font' property,
827827
if the element has no parent).
828828

829-
<dl export>
829+
<dl export dfn-type=value dfn-for="<length>">
830830
<dt><dfn lt="em">em unit</dfn>
831831
<dd>
832832
Equal to the computed value of the 'font-size' property of the element on which it is used.
@@ -864,7 +864,7 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
864864
<dd>
865865
Equal to the used <a>advance measure</a> of the "0" (ZERO, U+0030) glyph
866866
found in the font used to render it.
867-
(The <dfn>advance measure</dfn> of a glyph is its advance width or height,
867+
(The <dfn dfn>advance measure</dfn> of a glyph is its advance width or height,
868868
whichever is in the inline axis of the element.)
869869

870870
Note: The advance measure of a glyph depends on writing-mode and text-orientation
@@ -908,7 +908,7 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
908908
For paged media, the exact definition of the viewport-percentage lengths
909909
is deferred to [[!CSS3PAGE]].
910910

911-
<dl export>
911+
<dl export dfn-type=value dfn-for="<length>">
912912
<dt><dfn lt="vw">vw unit</dfn>
913913
<dd>
914914
Equal to 1% of the width of the initial containing block.
@@ -959,7 +959,7 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
959959
<tr><th>unit
960960
<th>name
961961
<th>equivalence
962-
<tbody>
962+
<tbody dfn-type=value dfn-for="<length>">
963963
<tr><th><dfn>cm</dfn>
964964
<td>centimeters
965965
<td>1cm = 96px/2.54
@@ -998,7 +998,7 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
998998
For a CSS device, these dimensions are anchored either
999999
<ul>
10001000
<li>(i) by relating the <a>physical units</a> to their physical measurements, or
1001-
<li>(ii) by relating the <a>pixel unit</a> to the <a>reference pixel</a>.
1001+
<li>(ii) by relating the <a value>pixel unit</a> to the <a>reference pixel</a>.
10021002
</ul>
10031003

10041004
For print media and similar high-resolution devices,
@@ -1093,7 +1093,7 @@ Angle Units: the <<angle>> type and ''deg'', ''grad'', ''rad'', ''turn'' units</
10931093
(i.e. can be syntactically represented as the <a>number</a> ''0'').
10941094
The angle unit identifiers are:
10951095

1096-
<dl export>
1096+
<dl export dfn-type=value dfn-for="<angle>">
10971097
<dt><dfn>deg</dfn>
10981098
<dd>
10991099
Degrees. There are 360 degrees in a full circle.
@@ -1144,7 +1144,7 @@ Duration Units: the <<time>> type and ''s'', ''ms'' units</h3>
11441144
Time values are <a>dimensions</a> denoted by <dfn id="time-value">&lt;time></dfn>.
11451145
The time unit identifiers are:
11461146

1147-
<dl export>
1147+
<dl export dfn-type=value dfn-for="<time>">
11481148
<dt><dfn>s</dfn>
11491149
<dd>Seconds.
11501150
<dt><dfn>ms</dfn>
@@ -1171,7 +1171,7 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
11711171
Frequency values are <a>dimensions</a> denoted by <dfn id="frequency-value">&lt;frequency></dfn>.
11721172
The frequency unit identifiers are:
11731173

1174-
<dl export>
1174+
<dl export dfn-type=value dfn-for="<frequency>">
11751175
<dt><dfn>Hz</dfn>
11761176
<dd>Hertz. It represents the number of occurrences per second.
11771177
<dt><dfn>kHz</dfn>
@@ -1197,7 +1197,7 @@ Resolution Units: the <<resolution>> type and ''dpi'', ''dpcm'', ''dppx'' units<
11971197
Resolution units are <a>dimensions</a> denoted by <dfn id="resolution-value">&lt;resolution></dfn>.
11981198
The resolution unit identifiers are:
11991199

1200-
<dl export>
1200+
<dl export dfn-type=value dfn-for="<frequency>">
12011201
<dt><dfn>dpi</dfn>
12021202
<dd>Dots per inch.
12031203

0 commit comments

Comments
 (0)