@@ -27,18 +27,18 @@ <H1><a name="q0">2 Introduction to CSS 2.1</a></H1>
2727< div class ="subtoc ">
2828< p > < strong > Contents</ strong >
2929 < ul class ="toc ">
30- < li class ="tocline2 "> < a href ="intro.html#q1 " class ="tocxref "> 2.1 A brief CSS 2.1 tutorial for HTML</ a >
31- < li class ="tocline2 "> < a href ="intro.html#q2 " class ="tocxref "> 2.2 A brief CSS 2.1 tutorial for XML</ a >
30+ < li class ="tocline2 "> < a href ="intro.html#html-tutorial " class ="tocxref "> 2.1 A brief CSS 2.1 tutorial for HTML</ a >
31+ < li class ="tocline2 "> < a href ="intro.html#xml-tutorial " class ="tocxref "> 2.2 A brief CSS 2.1 tutorial for XML</ a >
3232 < li class ="tocline2 "> < a href ="intro.html#processing-model " class ="tocxref "> 2.3 The CSS 2.1 processing model</ a >
3333 < ul class ="toc ">
34- < li class ="tocline3 "> < a href ="intro.html#q4 " class ="tocxref "> 2.3.1 The canvas</ a >
35- < li class ="tocline3 "> < a href ="intro.html#q5 " class ="tocxref "> 2.3.2 CSS 2.1 addressing model</ a >
34+ < li class ="tocline3 "> < a href ="intro.html#the-canvas " class ="tocxref "> 2.3.1 The canvas</ a >
35+ < li class ="tocline3 "> < a href ="intro.html#addressing " class ="tocxref "> 2.3.2 CSS 2.1 addressing model</ a >
3636 </ ul >
37- < li class ="tocline2 "> < a href ="intro.html#q6 " class ="tocxref "> 2.4 CSS design principles</ a >
37+ < li class ="tocline2 "> < a href ="intro.html#design-principles " class ="tocxref "> 2.4 CSS design principles</ a >
3838 </ ul >
3939</ div >
4040
41- < H2 > < a name ="q1 " > 2.1 A brief CSS 2.1 tutorial for HTML</ a > </ H2 >
41+ < H2 > 2.1 < a name ="html-tutorial " > A brief CSS 2.1 tutorial for HTML</ a > </ H2 >
4242
4343< p > This section is non-normative.
4444
@@ -205,7 +205,7 @@ <H2><a name="q1">2.1 A brief CSS 2.1 tutorial for HTML</a></H2>
205205element. In this case the result is that the margins around the BODY
206206element are three times wider than the font size.
207207
208- < H2 > < a name ="q2 " > 2.2 A brief CSS 2.1 tutorial for XML</ a > </ H2 >
208+ < H2 > 2.2 < a name ="xml-tutorial " > A brief CSS 2.1 tutorial for XML</ a > </ H2 >
209209
210210< p > This section is non-normative.
211211
@@ -357,7 +357,7 @@ <H2>2.3 <a name="processing-model">The CSS 2.1 processing model</a></H2>
357357
358358< P > Step 6 lies outside the scope of this specification.</ p >
359359
360- < h3 > < a name ="q4 " > 2.3.1 The canvas</ a > </ h3 >
360+ < h3 > 2.3.1 < a name ="the-canvas " > The canvas</ a > </ h3 >
361361
362362< P > For all media, the term < span class ="index-def " title ="canvas "> < a
363363name ="canvas "> < dfn > canvas</ dfn > </ a > </ span > describes "the space where
@@ -371,7 +371,7 @@ <h3><a name="q4">2.3.1 The canvas</a></h3>
371371width and height constraints. Aural user agents may impose limits
372372in audio space, but not in time.
373373
374- < h3 > < a name ="q5 " > 2.3.2 CSS 2.1 addressing model</ a > </ h3 >
374+ < h3 > 2.3.2 < a name ="addressing " > CSS 2.1 addressing model</ a > </ h3 >
375375
376376< P > CSS 2.1 < a href ="selector.html "> selectors</ a > and properties allow
377377style sheets to refer to the following parts of a document
@@ -399,7 +399,7 @@ <h3><a name="q5">2.3.2 CSS 2.1 addressing model</a></h3>
399399interface</ a > ).
400400</ ul >
401401
402- < H2 > < a name ="q6 " > 2.4 CSS design principles</ a > </ H2 >
402+ < H2 > 2.4 < a name ="design-principles " > CSS design principles</ a > </ H2 >
403403
404404< p > This section is non-normative.
405405
0 commit comments