@@ -729,7 +729,7 @@ Unprefixed Author-defined Identifiers: the <<custom-ident>> type</h3>
729729
730730 Some properties accept arbitrary author-defined identifiers as a component value.
731731 This generic data type is denoted by <dfn id="identifier-value"><custom-ident></dfn> ,
732- and represents any valid CSS [=CSS/ identifier=]
732+ and represents any valid [=CSS identifier=]
733733 that would not be misinterpreted as a pre-defined keyword in that property's value definition.
734734 Such identifiers are fully case-sensitive
735735 (meaning they're compared using the "[=identical to=] " operation),
@@ -1729,14 +1729,14 @@ Distance Units: the <<length>> type</h2>
17291729 user agents must approximate it in the <a lt="actual value">actual</a> value.
17301730
17311731 There are two types of length units:
1732- <a lt=" relative length unit"> relative</a> and <a lt=" absolute length unit"> absolute</a> .
1733- The <a> specified value</a> of a length (<dfn export>specified length</dfn> ) is
1732+ [= relative length| relative=] and [= absolute length| absolute=] .
1733+ The [= specified value=] of a length (<dfn export>specified length</dfn> ) is
17341734 represented by its quantity and its unit.
1735- The <a> computed value</a> of a length (<dfn export>computed length</dfn> ) is
1736- the specified length resolved to an <a> absolute length</a> ,
1735+ The [= computed value=] of a length (<dfn export>computed length</dfn> ) is
1736+ the [= specified length=] resolved to an [= absolute length=] ,
17371737 and its unit is not distinguished:
1738- it can be represented by any <a> absolute length unit</a>
1739- (but will be serialized using its <a> canonical unit</a> , ''px'' ).
1738+ it can be represented by any [= absolute length unit=]
1739+ (but will be serialized using its [= canonical unit=] , ''px'' ).
17401740
17411741 <wpt>
17421742 css/css-values/calc-unit-analysis.html
@@ -1854,7 +1854,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
18541854 </figure>
18551855
18561856 <dl export dfn-type=value dfn-for="<length> ">
1857- <dt> <dfn id="em">em</dfn>
1857+ <dt> <dfn id="em" lt="em | em unit" >em</dfn>
18581858 <dd>
18591859 Equal to the computed value of the 'font-size' property of the element on which it is used.
18601860
@@ -1873,15 +1873,15 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
18731873 will be 20% greater than the computed font size inherited by <code> h1</code> elements.
18741874 </div>
18751875
1876- <dt> <dfn id="rem" caniuse="rem">rem</dfn>
1876+ <dt> <dfn id="rem" lt="rem | rem unit" caniuse="rem">rem</dfn>
18771877 <dd>
18781878 Equal to the computed value of the ''em'' unit on the root element.
18791879
18801880 <wpt>
18811881 css/css-values/calc-rem-lang.html
18821882 </wpt>
18831883
1884- <dt> <dfn id="ex">ex</dfn>
1884+ <dt> <dfn id="ex" lt="ex | ex unit" >ex</dfn>
18851885 <dd>
18861886 Equal to the used x-height of the <a href="https://www.w3.org/TR/css3-fonts/#first-available-font">first available font</a> [[!CSS3-FONTS]] .
18871887 The x-height is so called because it is often equal to the height of the lowercase "x".
@@ -1916,11 +1916,11 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
19161916 css/css-values/calc-ch-ex-lang.html
19171917 </wpt>
19181918
1919- <dt> <dfn id="rex">rex</dfn>
1919+ <dt> <dfn id="rex" lt="rex | rex unit" >rex</dfn>
19201920 <dd>
19211921 Equal to the value of the ''ex'' unit on the root element.
19221922
1923- <dt> <dfn id="cap">cap</dfn>
1923+ <dt> <dfn id="cap" lt="cap | cap unit" >cap</dfn>
19241924 <dd>
19251925 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]] .
19261926 The cap-height is so called because it is approximately equal to the height of a capital Latin letter.
@@ -1935,11 +1935,11 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
19351935 In the cases where it is impossible or impractical to determine the cap-height,
19361936 the font's ascent must be used.
19371937
1938- <dt> <dfn id="rcap">rcap</dfn>
1938+ <dt> <dfn id="rcap" lt="rcap | rcap unit" >rcap</dfn>
19391939 <dd>
19401940 Equal to the value of the ''cap'' unit on the root element.
19411941
1942- <dt> <dfn id="ch" caniuse="ch-unit">ch</dfn>
1942+ <dt> <dfn id="ch" lt="ch | ch unit" caniuse="ch-unit">ch</dfn>
19431943 <dd>
19441944 Represents the typical <a>advance measure</a> of European alphanumeric characters,
19451945 and measured as the used <a>advance measure</a> of the “0” (ZERO, U+0030) glyph
@@ -1978,11 +1978,11 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
19781978 css/css-values/calc-ch-ex-lang.html
19791979 </wpt>
19801980
1981- <dt> <dfn id="rch">rch</dfn>
1981+ <dt> <dfn id="rch" lt="rch | rch unit" >rch</dfn>
19821982 <dd>
19831983 Equal to the value of the ''ch'' unit on the root element.
19841984
1985- <dt> <dfn id="ic">ic</dfn>
1985+ <dt> <dfn id="ic" lt="ic | ic unit" >ic</dfn>
19861986 <dd>
19871987 Represents the typical <a>advance measure</a> of CJK letters,
19881988 and measured as the used <a>advance measure</a> of the “水” (CJK water ideograph, U+6C34) glyph
@@ -2008,11 +2008,11 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
20082008 css/css-values/ic-unit-012.html
20092009 </wpt>
20102010
2011- <dt> <dfn id="ric">ric</dfn>
2011+ <dt> <dfn id="ric" lt="ric | ric unit" >ric</dfn>
20122012 <dd>
20132013 Equal to the value of the ''ic'' unit on the root element.
20142014
2015- <dt> <dfn id="lh">lh</dfn>
2015+ <dt> <dfn id="lh" lt="lh | lh unit" >lh</dfn>
20162016 <dd>
20172017 Equal to the computed value of the 'line-height' property of the element on which it is used,
20182018 converting ''line-height/normal'' to an absolute length
@@ -2024,7 +2024,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
20242024 css/css-values/lh-unit-002.html
20252025 </wpt>
20262026
2027- <dt> <dfn id="rlh">rlh</dfn>
2027+ <dt> <dfn id="rlh" lt="rlh | rlh unit" >rlh</dfn>
20282028 <dd>
20292029 Equal to the value of the ''lh'' unit on the root element.
20302030
0 commit comments