@@ -51,8 +51,8 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
5151 < li class ="tocline4 "> < a href ="syndata.html#vendor-keywords " class ="tocxref "> 4.1.2.1 Vendor-specific extensions</ a >
5252 < li class ="tocline4 "> < a href ="syndata.html#vendor-keyword-history " class ="tocxref "> 4.1.2.2 Informative Historical Notes</ a >
5353 </ ul >
54- < li class ="tocline3 "> < a href ="syndata.html#q6 " class ="tocxref "> 4.1.3 Characters and case</ a >
55- < li class ="tocline3 "> < a href ="syndata.html#q7 " class ="tocxref "> 4.1.4 Statements</ a >
54+ < li class ="tocline3 "> < a href ="syndata.html#characters " class ="tocxref "> 4.1.3 Characters and case</ a >
55+ < li class ="tocline3 "> < a href ="syndata.html#statements " class ="tocxref "> 4.1.4 Statements</ a >
5656 < li class ="tocline3 "> < a href ="syndata.html#at-rules " class ="tocxref "> 4.1.5 < span class ="index-def " title ="at-rule "> At-rules</ span > </ a >
5757 < li class ="tocline3 "> < a href ="syndata.html#block " class ="tocxref "> 4.1.6 Blocks</ a >
5858 < li class ="tocline3 "> < a href ="syndata.html#rule-sets " class ="tocxref "> 4.1.7 Rule sets, declaration blocks, and selectors</ a >
@@ -62,7 +62,7 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
6262 < li class ="tocline2 "> < a href ="syndata.html#parsing-errors " class ="tocxref "> 4.2 Rules for handling parsing errors</ a >
6363 < li class ="tocline2 "> < a href ="syndata.html#values " class ="tocxref "> 4.3 Values</ a >
6464 < ul class ="toc ">
65- < li class ="tocline3 "> < a href ="syndata.html#q15 " class ="tocxref "> 4.3.1 Integers and real numbers</ a >
65+ < li class ="tocline3 "> < a href ="syndata.html#numbers " class ="tocxref "> 4.3.1 Integers and real numbers</ a >
6666 < li class ="tocline3 "> < a href ="syndata.html#length-units " class ="tocxref "> 4.3.2 Lengths</ a >
6767 < li class ="tocline3 "> < a href ="syndata.html#percentage-units " class ="tocxref "> 4.3.3 Percentages</ a >
6868 < li class ="tocline3 "> < a href ="syndata.html#uri " class ="tocxref "> 4.3.4 URLs and URIs</ a >
@@ -71,9 +71,9 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
7171 < li class ="tocline3 "> < a href ="syndata.html#strings " class ="tocxref "> 4.3.7 Strings</ a >
7272 < li class ="tocline3 "> < a href ="syndata.html#unsupported-values " class ="tocxref "> 4.3.8 Unsupported Values</ a >
7373 </ ul >
74- < li class ="tocline2 "> < a href ="syndata.html#q23 " class ="tocxref "> 4.4 CSS style sheet representation</ a >
74+ < li class ="tocline2 "> < a href ="syndata.html#charset " class ="tocxref "> 4.4 CSS style sheet representation</ a >
7575 < ul class ="toc ">
76- < li class ="tocline3 "> < a href ="syndata.html#q24 " class ="tocxref "> 4.4.1 Referring to characters not represented in a character encoding</ a >
76+ < li class ="tocline3 "> < a href ="syndata.html#escaping " class ="tocxref "> 4.4.1 Referring to characters not represented in a character encoding</ a >
7777 </ ul >
7878 </ ul >
7979</ div >
@@ -278,7 +278,7 @@ <h4>4.1.2.2 <a name="vendor-keyword-history">Informative Historical Notes</a></h
278278</ tbody >
279279</ table >
280280
281- < h3 > < a name ="q6 " > 4.1.3 Characters and case</ a > </ h3 >
281+ < h3 > 4.1.3 < a name ="characters " > Characters and case</ a > </ h3 >
282282< p > The following rules always hold:</ p >
283283
284284< ul >
@@ -364,7 +364,7 @@ <h3><a name="q6">4.1.3 Characters and case</a></h3>
364364 </ ul >
365365
366366
367- < h3 > < a name ="q7 " > 4.1.4 Statements</ a > </ h3 >
367+ < h3 > 4.1.4 < a name ="statements " > Statements</ a > </ h3 >
368368
369369< p > A CSS style sheet, for any level of CSS, consists of a list of
370370< a name ="x5 "> < span class ="index-inst " title ="statements "> < em > statements</ em > </ span > </ a >
@@ -795,7 +795,7 @@ <h2>4.2 <a name="parsing-errors">Rules for handling parsing
795795
796796< h2 > 4.3 < a name ="values "> Values</ a > </ h2 >
797797
798- < h3 > < a name ="q15 " > 4.3.1 Integers and real numbers</ a > </ h3 >
798+ < h3 > 4.3.1 < a name ="numbers " > Integers and real numbers</ a > </ h3 >
799799
800800< p > Some value types may have integer values (denoted by < span
801801class ="index-def " title ="<integer>::definition of "> < a
@@ -1322,7 +1322,7 @@ <h3>4.3.8 <a name="unsupported-values">Unsupported Values</a></h3>
13221322</ p >
13231323
13241324
1325- < h2 > < a name ="q23 " > 4.4 CSS style sheet representation</ a > </ h2 >
1325+ < h2 > 4.4 < a name ="charset " > CSS style sheet representation</ a > </ h2 >
13261326
13271327< p > A CSS style sheet is a sequence of characters from the Universal
13281328Character Set (see < a href ="refs.html#ref-ISO10646 " rel ="biblioentry " class ="noxref "> < span class ="normref "> [ISO10646]</ span > </ a > ). For transmission and
@@ -1456,7 +1456,7 @@ <h2><a name="q23">4.4 CSS style sheet representation</a></h2>
14561456
14571457< p > User agents must ignore style sheets in unknown encodings.</ p >
14581458
1459- < h3 > < a name ="q24 " > 4.4.1 Referring to characters not represented in a character encoding</ a > </ h3 >
1459+ < h3 > 4.4.1 < a name ="escaping " > Referring to characters not represented in a character encoding</ a > </ h3 >
14601460
14611461< p > A style sheet may have to refer to characters that cannot be
14621462represented in the current character encoding. These characters must
0 commit comments