Skip to content

Commit 092d088

Browse files
committed
[css2] fix anchors to use name instead of id
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402769
1 parent 5367e8c commit 092d088

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

css2/text.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ <h1><a name="q0">16 Text</a></h1>
4848
<ul class="toc">
4949
<li class="tocline2"><a href="text.html#indentation-prop" class="tocxref">16.1 Indentation: the <span class="propinst-text-indent">'text-indent'</span> property</a>
5050
<li class="tocline2"><a href="text.html#alignment-prop" class="tocxref">16.2 Alignment: the <span class="propinst-text-align">'text-align'</span> property</a>
51-
<li class="tocline2"><a href="text.html#q3" class="tocxref">16.3 Decoration</a>
51+
<li class="tocline2"><a href="text.html#decoration" class="tocxref">16.3 Decoration</a>
5252
<ul class="toc">
5353
<li class="tocline3"><a href="text.html#lining-striking-props" class="tocxref">16.3.1 Underlining, overlining, striking, and blinking: the <span class="propinst-text-decoration">'text-decoration'</span> property</a>
5454
</ul>
5555
<li class="tocline2"><a href="text.html#spacing-props" class="tocxref">16.4 Letter and word spacing: the <span class="propinst-letter-spacing">'letter-spacing'</span> and <span class="propinst-word-spacing">'word-spacing'</span> properties</a>
5656
<li class="tocline2"><a href="text.html#caps-prop" class="tocxref">16.5 Capitalization: the <span class="propinst-text-transform">'text-transform'</span> property</a>
5757
<li class="tocline2"><a href="text.html#white-space-prop" class="tocxref">16.6 Whitespace: the <span class="propinst-white-space">'white-space'</span> property</a>
5858
<ul class="toc">
59-
<li class="tocline3"><a href="text.html#q8" class="tocxref">16.6.1 The 'white-space' processing model</a>
60-
<li class="tocline3"><a href="text.html#q9" class="tocxref">16.6.2 Example of bidirectionality with white-space collapsing</a>
61-
<li class="tocline3"><a href="text.html#q10" class="tocxref">16.6.3 Control and combining characters' details</a>
59+
<li class="tocline3"><a href="text.html#white-space-model" class="tocxref">16.6.1 The 'white-space' processing model</a>
60+
<li class="tocline3"><a href="text.html#egbidiwscollapse" class="tocxref">16.6.2 Example of bidirectionality with white-space collapsing</a>
61+
<li class="tocline3"><a href="text.html#ctrlchars" class="tocxref">16.6.3 Control and combining characters' details</a>
6262
</ul>
6363
</ul>
6464
</div>
@@ -204,7 +204,7 @@ <h2>16.2 <a name="alignment-prop">Alignment:</a> the <a href="text.html#propdef-
204204
right-to-left, respectively.</em>
205205
</p>
206206

207-
<h2><a name="q3">16.3 Decoration</a></h2>
207+
<h2>16.3 <a name="decoration">Decoration</a></h2>
208208

209209
<h3>16.3.1 <a name="lining-striking-props">Underlining, overlining, striking, and
210210
blinking</a>: the <a href="text.html#propdef-text-decoration" class="noxref"><span
@@ -570,7 +570,7 @@ <h2>16.6 <a name="white-space-prop">Whitespace</a>: the <a href="text.html#propd
570570
</code></pre>
571571
</div>
572572

573-
<h3 id="white-space-model"><a name="q8">16.6.1 The 'white-space' processing model</a></h3>
573+
<h3>16.6.1 <a name="white-space-model">The 'white-space' processing model</a></h3>
574574
<p>
575575
Any text that is directly contained inside a block element (not inside an
576576
inline element) should be treated as an anonymous inline element.
@@ -643,7 +643,7 @@ <h3 id="white-space-model"><a name="q8">16.6.1 The 'white-space' processing mode
643643
</p>
644644
</div>
645645

646-
<h3 id="egbidiwscollapse"><a name="q9">16.6.2 Example of bidirectionality with white-space collapsing</a></h3>
646+
<h3>16.6.2 <a name="egbidiwscollapse">Example of bidirectionality with white-space collapsing</a></h3>
647647
<p>
648648
Given the following markup fragment, taking special note of spaces (with varied backgrounds and borders for emphasis and identification):
649649
</p>
@@ -681,7 +681,7 @@ <h3 id="egbidiwscollapse"><a name="q9">16.6.2 Example of bidirectionality with w
681681
to do weird things when dealing with white space collapsing.
682682
</p>
683683

684-
<h3 id="ctrlchars"><a name="q10">16.6.3 Control and combining characters' details</a></h3>
684+
<h3>16.6.3 <a name="ctrlchars">Control and combining characters' details</a></h3>
685685

686686
<p>Control characters other than U+0009 (tab), U+000A (line feed),
687687
U+0020 (space), and U+202x (bidi formatting characters) are treated as

css2/text.src

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.60 2007-07-11 04:23:39 fantasai Exp $ -->
3+
<!-- $Id: text.src,v 2.61 2007-07-17 03:15:42 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -137,7 +137,7 @@ whether the element's default writing direction is left-to-right or
137137
right-to-left, respectively.</em>
138138
</p>
139139

140-
<h2>Decoration</h2>
140+
<h2><a name="decoration">Decoration</a></h2>
141141

142142
<h3><a name="lining-striking-props">Underlining, overlining, striking, and
143143
blinking</a>: the <span
@@ -428,7 +428,7 @@ pre[wrap] { white-space: pre-wrap }
428428
</code></pre>
429429
</div>
430430

431-
<h3 id="white-space-model">The 'white-space' processing model</h3>
431+
<h3><a name="white-space-model">The 'white-space' processing model</a></h3>
432432
<p>
433433
Any text that is directly contained inside a block element (not inside an
434434
inline element) should be treated as an anonymous inline element.
@@ -501,7 +501,7 @@ breaking opportunity.
501501
</p>
502502
</div>
503503

504-
<h3 id="egbidiwscollapse">Example of bidirectionality with white-space collapsing</h3>
504+
<h3><a name="egbidiwscollapse">Example of bidirectionality with white-space collapsing</a></h3>
505505
<p>
506506
Given the following markup fragment, taking special note of spaces (with varied backgrounds and borders for emphasis and identification):
507507
</p>
@@ -539,7 +539,7 @@ to avoid spaces immediately inside start and end tags, as these tend
539539
to do weird things when dealing with white space collapsing.
540540
</p>
541541

542-
<h3 id="ctrlchars">Control and combining characters' details</h3>
542+
<h3><a name="ctrlchars">Control and combining characters' details</a></h3>
543543

544544
<p>Control characters other than U+0009 (tab), U+000A (line feed),
545545
U+0020 (space), and U+202x (bidi formatting characters) are treated as

0 commit comments

Comments
 (0)