Skip to content

Commit 19eabc8

Browse files
committed
[css3-cascade] Remove now-extraneous h2 over the @import section.
1 parent 7db44de commit 19eabc8

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

css3-cascade/Overview.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

css3-cascade/Overview.src.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,8 @@ <h2>Introduction</h2>
8484
The rules for finding the specified value for all properties on all elements are described in this specification.
8585
The rules for finding the specified values in the page context and the margin boxes are described in [[CSS3PAGE]].
8686

87-
<h2 id="combine">
88-
Combining Style Sheets</h2>
89-
90-
<h3 id="at-import">
91-
Importing style sheets</h3>
87+
<h2 id="at-import">
88+
Importing style sheets: the ''@import'' rule</h2>
9289

9390
<p>
9491
The <dfn>''@import''</dfn> rule allows users to import style rules from other style sheets.

0 commit comments

Comments
 (0)