@@ -329,8 +329,8 @@ <h3><span class="secno">4.1.3</span> <span id="characters">Characters and case</
329329 </ li >
330330
331331 < li > In CSS, < span class ="index-def "
332- title ="identifier|identifier, definition of "> < span
333- id ="value-def-identifier "> < dfn > identifiers</ dfn > </ span > </ span >
332+ title ="identifier|identifier, definition of "> < dfn
333+ id ="value-def-identifier " data-dfn-type =" type " data-lt =" <identifier> " > < dfn > identifiers</ dfn > </ dfn > </ span >
334334 (including element names, classes, and IDs in < a
335335 href ="selector.html "> selectors</ a > ) can contain only the
336336 characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher,
@@ -868,11 +868,11 @@ <h2><span class="secno">4.3</span> <span id="values">Values</span></h2>
868868< h3 > < span class ="secno "> 4.3.1</ span > < span id ="numbers "> Integers and real numbers</ span > </ h3 >
869869
870870< p > Some value types may have integer values (denoted by < span
871- class ="index-def " title ="<integer>::definition of "> < span
872- id ="value-def-integer " class ="value-def "> <integer></ span > </ span > )
871+ class ="index-def " title ="<integer>::definition of "> < dfn
872+ id ="value-def-integer " data-dfn-type =" type " class ="value-def "> <integer></ dfn > </ span > )
873873or real number values (denoted by < span class ="index-def "
874- title ="<number>::definition of "> < span id ="value-def-number "
875- class ="value-def "> <number></ span > </ span > ). Real numbers and
874+ title ="<number>::definition of "> < dfn id ="value-def-number " data-dfn-type =" type "
875+ class ="value-def "> <number></ dfn > </ span > ). Real numbers and
876876integers are specified in decimal notation only. An <integer>
877877consists of one or more digits "0" to "9". A <number> can either
878878be an <integer>, or it can be zero or more digits followed by a
@@ -890,8 +890,8 @@ <h3><span class="secno">4.3.2</span> <span id="length-units">Lengths</span></h3>
890890< p > Lengths refer to distance measurements.</ p >
891891
892892< p > The format of a length value (denoted by < span class ="index-def "
893- title ="<length>::definition of "> < span id ="value-def-length "
894- class ="value-def "> <length></ span > </ span > in this specification) is
893+ title ="<length>::definition of "> < dfn id ="value-def-length " data-dfn-type =" type "
894+ class ="value-def "> <length></ dfn > </ span > in this specification) is
895895a < a href ="syndata.html#value-def-number " class ="noxref "> < span
896896class ="value-inst-number "> <number></ span > </ a > (with or without a
897897decimal point) immediately followed by a unit identifier (e.g., px,
@@ -1098,9 +1098,9 @@ <h3><span class="secno">4.3.2</span> <span id="length-units">Lengths</span></h3>
10981098< h3 > < span class ="secno "> 4.3.3</ span > < span id ="percentage-units "> Percentages</ span > </ h3 >
10991099
11001100< p > The format of a percentage value (denoted by < span
1101- class ="index-def " title ="<percentage>::definition of "> < span
1102- id ="value-def-percentage "
1103- class ="value-def "> <percentage></ span > </ span > in this specification)
1101+ class ="index-def " title ="<percentage>::definition of "> < dfn
1102+ id ="value-def-percentage " data-dfn-type =" type "
1103+ class ="value-def "> <percentage></ dfn > </ span > in this specification)
11041104is a < span id ="x43 " class ="index-inst "
11051105title ="<number> "> < a href ="syndata.html#value-def-number " class ="noxref "> < span
11061106class ="value-inst-number "> <number></ span > </ a > </ span > immediately
@@ -1136,8 +1136,8 @@ <h3><span class="secno">4.3.4</span> <span id="uri">URLs and URIs</span></h3>
11361136
11371137< p > URI values (Uniform Resource Identifiers, see < a href ="refs.html#ref-RFC3986 " class ="noxref "> < span class ="normref "> [RFC3986]</ span > </ a > , which
11381138includes URLs, URNs, etc) in this specification are denoted by < span
1139- class ="index-def " title ="<uri>::definition of "> < span
1140- id ="value-def-uri " class ="value-def "> <uri></ span > </ span > . The
1139+ class ="index-def " title ="<uri>::definition of "> < dfn
1140+ id ="value-def-uri " data-dfn-type =" type " class ="value-def "> <uri></ dfn > </ span > . The
11411141functional notation used to designate URIs in property values is
11421142"url()", as in:
11431143</ p >
@@ -1208,8 +1208,8 @@ <h3><span class="secno">4.3.4</span> <span id="uri">URLs and URIs</span></h3>
12081208</ p >
12091209< h3 > < span class ="secno "> 4.3.5</ span > < span id ="counter "> Counters</ span > </ h3 >
12101210
1211- < p > < span class ="index-def " title ="<counter>, definition of "> < span
1212- id ="value-def-counter "> Counters</ span > </ span > are denoted by
1211+ < p > < span class ="index-def " title ="<counter>, definition of "> < dfn
1212+ id ="value-def-counter " data-dfn-type =" type " data-lt =" <counter> " > Counters</ dfn > </ span > are denoted by
12131213case-sensitive identifiers (see the < a href ="generate.html#propdef-counter-increment " class ="noxref "> < span
12141214class ="propinst-counter-increment "> 'counter-increment'</ span > </ a > and
12151215< a href ="generate.html#propdef-counter-reset " class ="noxref "> < span class ="propinst-counter-reset "> 'counter-reset'</ span > </ a >
@@ -1251,8 +1251,8 @@ <h3><span class="secno">4.3.5</span> <span id="counter">Counters</span></h3>
12511251
12521252< h3 > < span class ="secno "> 4.3.6</ span > < span id ="color-units "> Colors</ span > </ h3 >
12531253< p >
1254- A < span class ="index-def " title ="<color>::definition of "> < span
1255- id ="value-def-color " class ="value-def "> <color></ span > </ span >
1254+ A < span class ="index-def " title ="<color>::definition of "> < dfn
1255+ id ="value-def-color " data-dfn-type =" type " class ="value-def "> <color></ dfn > </ span >
12561256is either a keyword or a numerical RGB specification.
12571257</ p >
12581258< p > The list of color keywords is: aqua, black, blue, fuchsia,
@@ -1373,8 +1373,8 @@ <h3><span class="secno">4.3.6</span> <span id="color-units">Colors</span></h3>
13731373
13741374< h3 > < span class ="secno "> 4.3.7</ span > < span id ="strings "> Strings</ span > </ h3 >
13751375
1376- < p > < span class ="index-def " title ="<string>, definition of "> < span
1377- id ="value-def-string "> Strings</ span > </ span > can either be written
1376+ < p > < span class ="index-def " title ="<string>, definition of "> < dfn
1377+ id ="value-def-string " data-dfn-type =" type " data-lt =" <string> " > Strings</ dfn > </ span > can either be written
13781378with double quotes or with single quotes. Double quotes cannot occur
13791379inside double quotes, unless escaped (e.g., as '\"' or as
13801380'\22'). Analogously for single quotes (e.g., "\'" or "\27").
0 commit comments