@@ -128,12 +128,8 @@ <h2 class="no-num no-toc" id=table-of-contents> Table of contents</h2>
128128 < ul class =toc >
129129 < li > < a href ="#introduction "> < span class =secno > 1. </ span > Introduction</ a >
130130
131- < li > < a href ="#combine "> < span class =secno > 2. </ span > Combining Style
132- Sheets</ a >
133- < ul class =toc >
134- < li > < a href ="#at-import "> < span class =secno > 2.1. </ span > Importing style
135- sheets</ a >
136- </ ul >
131+ < li > < a href ="#at-import "> < span class =secno > 2. </ span > Importing style
132+ sheets: the ‘< code class =css > @import</ code > ’ rule</ a >
137133
138134 < li > < a href ="#cascade-and-inheritance "> < span class =secno > 3. </ span >
139135 Cascading and Inheritance</ a >
@@ -228,9 +224,8 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
228224 specified values in the page context and the margin boxes are described in
229225 < a href ="#CSS3PAGE " rel =biblioentry > [CSS3PAGE]<!--{{CSS3PAGE}}--> </ a > .
230226
231- < h2 id =combine > < span class =secno > 2. </ span > Combining Style Sheets</ h2 >
232-
233- < h3 id =at-import > < span class =secno > 2.1. </ span > Importing style sheets</ h3 >
227+ < h2 id =at-import > < span class =secno > 2. </ span > Importing style sheets: the
228+ ‘< a href ="#atimport "> < code class =css > @import</ code > </ a > ’ rule</ h2 >
234229
235230 < p > The < dfn id =atimport > ‘< code class =css > @import</ code > ’</ dfn > rule
236231 allows users to import style rules from other style sheets. Any ‘< a
@@ -995,10 +990,10 @@ <h2 class=no-num id=index>Index</h2>
995990 title ="computed value "> < strong > 4.2.</ strong > </ a >
996991
997992 < li > conditional import, < a href ="#conditional-imports "
998- title ="conditional import "> < strong > 2.1. </ strong > </ a >
993+ title ="conditional import "> < strong > 2.</ strong > </ a >
999994
1000995 < li > ‘< a href ="#atimport "> < code class =css > @import</ code > </ a > ’, < a
1001- href ="#atimport " title ="''@import'' "> < strong > 2.1. </ strong > </ a >
996+ href ="#atimport " title ="''@import'' "> < strong > 2.</ strong > </ a >
1002997
1003998 < li > inherited properties, < a href ="#inherited-properties "
1004999 title ="inherited properties "> < strong > 3.3.2.</ strong > </ a >
@@ -1013,7 +1008,7 @@ <h2 class=no-num id=index>Index</h2>
10131008 title ="initial value "> < strong > 3.3.1.</ strong > </ a >
10141009
10151010 < li > media-dependent import, < a href ="#conditional-imports "
1016- title ="media-dependent import "> < strong > 2.1. </ strong > </ a >
1011+ title ="media-dependent import "> < strong > 2.</ strong > </ a >
10171012
10181013 < li > output of the cascade, < a href ="#output-of-the-cascade "
10191014 title ="output of the cascade "> < strong > 3.2.</ strong > </ a >
0 commit comments