@@ -48,14 +48,14 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
4848 < li class ="tocline3 "> < a href ="syndata.html#tokenization " class ="tocxref "> 4.1.1 Tokenization</ a >
4949 < li class ="tocline3 "> < a href ="syndata.html#keywords " class ="tocxref "> 4.1.2 Keywords</ a >
5050 < ul class ="toc ">
51- < li class ="tocline4 "> < a href ="syndata.html#q4 " class ="tocxref "> 4.1.2.1 Vendor-specific extensions</ a >
52- < li class ="tocline4 "> < a href ="syndata.html#q5 " class ="tocxref "> 4.1.2.2 Informative Historical Notes</ a >
51+ < li class ="tocline4 "> < a href ="syndata.html#vendor-keywords " class ="tocxref "> 4.1.2.1 Vendor-specific extensions</ a >
52+ < li class ="tocline4 "> < a href ="syndata.html#vendor-keyword-history " class ="tocxref "> 4.1.2.2 Informative Historical Notes</ a >
5353 </ ul >
5454 < li class ="tocline3 "> < a href ="syndata.html#q6 " class ="tocxref "> 4.1.3 Characters and case</ a >
5555 < li class ="tocline3 "> < a href ="syndata.html#q7 " 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 >
58- < li class ="tocline3 "> < a href ="syndata.html#q10 " class ="tocxref "> 4.1.7 Rule sets, declaration blocks, and selectors</ a >
58+ < li class ="tocline3 "> < a href ="syndata.html#rule-sets " class ="tocxref "> 4.1.7 Rule sets, declaration blocks, and selectors</ a >
5959 < li class ="tocline3 "> < a href ="syndata.html#declaration " class ="tocxref "> 4.1.8 Declarations and properties</ a >
6060 < li class ="tocline3 "> < a href ="syndata.html#comments " class ="tocxref "> 4.1.9 Comments</ a >
6161 </ ul >
@@ -69,7 +69,7 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
6969 < li class ="tocline3 "> < a href ="syndata.html#counter " class ="tocxref "> 4.3.5 Counters</ a >
7070 < li class ="tocline3 "> < a href ="syndata.html#color-units " class ="tocxref "> 4.3.6 Colors</ a >
7171 < li class ="tocline3 "> < a href ="syndata.html#strings " class ="tocxref "> 4.3.7 Strings</ a >
72- < li class ="tocline3 "> < a href ="syndata.html#q22 " class ="tocxref "> 4.3.8 Unsupported Values</ a >
72+ < li class ="tocline3 "> < a href ="syndata.html#unsupported-values " class ="tocxref "> 4.3.8 Unsupported Values</ a >
7373 </ ul >
7474 < li class ="tocline2 "> < a href ="syndata.html#q23 " class ="tocxref "> 4.4 CSS style sheet representation</ a >
7575 < ul class ="toc ">
@@ -230,7 +230,7 @@ <h3>4.1.2 <a name="keywords">Keywords</a></h3>
230230</ code > </ pre >
231231</ div >
232232
233- < h4 id =" vendor-keywords " > < a name =" q4 " > 4.1.2.1 Vendor-specific extensions</ a > </ h4 >
233+ < h4 > 4.1.2.1 < a name =" vendor-keywords " > Vendor-specific extensions</ a > </ h4 >
234234
235235< p > In CSS, identifiers may begin with '< code
236236class ="css "> -</ code > ' (dash) or '< code
@@ -262,7 +262,7 @@ <h4 id="vendor-keywords"><a name="q4">4.1.2.1 Vendor-specific extensions</a></h4
262262
263263< p > Authors should avoid vendor-specific extensions</ p >
264264
265- < h4 id ="vendor-keyword-history "> < a name =" q5 " > 4.1.2.2 Informative Historical Notes</ a > </ h4 >
265+ < h4 > 4.1.2.2 < a name ="vendor-keyword-history "> Informative Historical Notes</ a > </ h4 >
266266< p > This section is informative.</ p >
267267< p > At the time of writing, the following prefixes are known to exist:</ p >
268268
@@ -472,7 +472,7 @@ <h3>4.1.6 <a name="block">Blocks</a></h3>
472472</ p >
473473</ div >
474474
475- < h3 id = rule-sets > < a name ="q10 " > 4.1.7 Rule sets, declaration blocks, and selectors</ a > </ h3 >
475+ < h3 > 4.1.7 < a name ="rule-sets " > Rule sets, declaration blocks, and selectors</ a > </ h3 >
476476
477477< p > A rule set (also called "rule") consists of a selector followed by
478478a declaration block.
@@ -1299,7 +1299,7 @@ <h3>4.3.7 <a name="strings">Strings</a></h3>
12991299</ code > </ pre >
13001300</ div >
13011301
1302- < h3 id =" unsupportedvalues " > < a name ="q22 " > 4.3.8 Unsupported Values</ a > </ h3 >
1302+ < h3 > 4.3.8 < a name ="unsupported-values " > Unsupported Values</ a > </ h3 >
13031303
13041304< p > If a UA does not support a particular value, it should < em > ignore</ em > that
13051305 value when parsing style sheets, as if that value was an
0 commit comments