Skip to content

Commit 4d574eb

Browse files
committed
[css2] named anchors
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402773
1 parent b971d88 commit 4d574eb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css2/generate.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ <h1>12
4141
<ul class="toc">
4242
<li class="tocline3"><a href="generate.html#scope" class="tocxref">12.4.1 Nested counters and scope</a>
4343
<li class="tocline3"><a href="generate.html#counter-styles" class="tocxref">12.4.2 Counter styles</a>
44-
<li class="tocline3"><a href="generate.html#q9" class="tocxref">12.4.3 Counters in elements with 'display: none'</a>
44+
<li class="tocline3"><a href="generate.html#undisplayed-counters" class="tocxref">12.4.3 Counters in elements with 'display: none'</a>
4545
</ul>
46-
<li class="tocline2"><a href="generate.html#q10" class="tocxref">12.5 Lists</a>
46+
<li class="tocline2"><a href="generate.html#lists" class="tocxref">12.5 Lists</a>
4747
<ul class="toc">
48-
<li class="tocline3"><a href="generate.html#lists" class="tocxref">12.5.1 Lists: the <span class="propinst-list-style-type">'list-style-type'</span>, <span class="propinst-list-style-image">'list-style-image'</span>, <span class="propinst-list-style-position">'list-style-position'</span>, and <span class="propinst-list-style">'list-style'</span> properties</a>
48+
<li class="tocline3"><a href="generate.html#list-style" class="tocxref">12.5.1 Lists: the <span class="propinst-list-style-type">'list-style-type'</span>, <span class="propinst-list-style-image">'list-style-image'</span>, <span class="propinst-list-style-position">'list-style-position'</span>, and <span class="propinst-list-style">'list-style'</span> properties</a>
4949
</ul>
5050
</ul>
5151
</div>
@@ -779,7 +779,7 @@ <h3>12.4.2 <a name="counter-styles">Counter styles</a></h3>
779779
</div>
780780

781781

782-
<h3><a name="q9">12.4.3 Counters in elements with 'display: none'</a></h3>
782+
<h3>12.4.3 <a name="undisplayed-counters">Counters in elements with 'display: none'</a></h3>
783783

784784
<p>An element that is not displayed (<a href="visuren.html#propdef-display" class="noxref"><span
785785
class="propinst-display">'display'</span></a> set to 'none') cannot
@@ -813,7 +813,7 @@ <h3><a name="q9">12.4.3 Counters in elements with 'display: none'</a></h3>
813813

814814

815815

816-
<h2><a name="q10">12.5 Lists</a></h2>
816+
<h2>12.5 <a name="lists">Lists</a></h2>
817817

818818
<P>CSS 2.1 offers basic visual formatting of lists. An element with
819819
'display: list-item' generates a <a
@@ -835,7 +835,7 @@ <h2><a name="q10">12.5 Lists</a></h2>
835835
box is transparent.
836836

837837

838-
<h3>12.5.1 <a name="lists">Lists:</a> the <a href="generate.html#propdef-list-style-type" class="noxref"><span
838+
<h3>12.5.1 <a name="list-style">Lists:</a> the <a href="generate.html#propdef-list-style-type" class="noxref"><span
839839
class="propinst-list-style-type">'list-style-type'</span></a>, <a href="generate.html#propdef-list-style-image" class="noxref"><span
840840
class="propinst-list-style-image">'list-style-image'</span></a>, <a href="generate.html#propdef-list-style-position" class="noxref"><span
841841
class="propinst-list-style-position">'list-style-position'</span></a>, and

css2/generate.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ P:before { content: counter(p, none) }
677677
</div>
678678

679679

680-
<h3>Counters in elements with 'display: none'</h3>
680+
<h3><a name="undisplayed-counters">Counters in elements with 'display: none'</a></h3>
681681

682682
<p>An element that is not displayed (<span
683683
class="propinst-display">'display'</span> set to 'none') cannot
@@ -711,7 +711,7 @@ set to 'hidden', on the other hand, <em>do</em> increment counters.
711711

712712

713713

714-
<h2>Lists</h2>
714+
<h2><a name="lists">Lists</a></h2>
715715

716716
<P>CSS 2.1 offers basic visual formatting of lists. An element with
717717
'display: list-item' generates a <a
@@ -733,7 +733,7 @@ properties</a> apply to the principal box only; an 'outside' marker
733733
box is transparent.
734734

735735

736-
<h3><a name="lists">Lists:</a> the <span
736+
<h3><a name="list-style">Lists:</a> the <span
737737
class="propinst-list-style-type">'list-style-type'</span>, <span
738738
class="propinst-list-style-image">'list-style-image'</span>, <span
739739
class="propinst-list-style-position">'list-style-position'</span>, and

0 commit comments

Comments
 (0)