Skip to content

Commit 8f6734a

Browse files
committed
[css2] processing script doesn't understand header ids, use <a name>
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402757
1 parent 8e8bf13 commit 8f6734a

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

css2/syndata.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
4848
<li class="tocline3"><a href="syndata.html#tokenization" class="tocxref">4.1.1 Tokenization</a>
4949
<li class="tocline3"><a href="syndata.html#keywords" class="tocxref">4.1.2 Keywords</a>
5050
<ul class="toc">
51-
<li class="tocline4"><a href="syndata.html#q4" class="tocxref">4.1.2.1 Vendor-specific extensions</a>
52-
<li class="tocline4"><a href="syndata.html#q5" class="tocxref">4.1.2.2 Informative Historical Notes</a>
51+
<li class="tocline4"><a href="syndata.html#vendor-keywords" class="tocxref">4.1.2.1 Vendor-specific extensions</a>
52+
<li class="tocline4"><a href="syndata.html#vendor-keyword-history" class="tocxref">4.1.2.2 Informative Historical Notes</a>
5353
</ul>
5454
<li class="tocline3"><a href="syndata.html#q6" class="tocxref">4.1.3 Characters and case</a>
5555
<li class="tocline3"><a href="syndata.html#q7" class="tocxref">4.1.4 Statements</a>
5656
<li class="tocline3"><a href="syndata.html#at-rules" class="tocxref">4.1.5 <span class="index-def" title="at-rule"> At-rules</span></a>
5757
<li class="tocline3"><a href="syndata.html#block" class="tocxref">4.1.6 Blocks</a>
58-
<li class="tocline3"><a href="syndata.html#q10" class="tocxref">4.1.7 Rule sets, declaration blocks, and selectors</a>
58+
<li class="tocline3"><a href="syndata.html#rule-sets" class="tocxref">4.1.7 Rule sets, declaration blocks, and selectors</a>
5959
<li class="tocline3"><a href="syndata.html#declaration" class="tocxref">4.1.8 Declarations and properties</a>
6060
<li class="tocline3"><a href="syndata.html#comments" class="tocxref">4.1.9 Comments</a>
6161
</ul>
@@ -69,7 +69,7 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
6969
<li class="tocline3"><a href="syndata.html#counter" class="tocxref">4.3.5 Counters</a>
7070
<li class="tocline3"><a href="syndata.html#color-units" class="tocxref">4.3.6 Colors</a>
7171
<li class="tocline3"><a href="syndata.html#strings" class="tocxref">4.3.7 Strings</a>
72-
<li class="tocline3"><a href="syndata.html#q22" class="tocxref">4.3.8 Unsupported Values</a>
72+
<li class="tocline3"><a href="syndata.html#unsupported-values" class="tocxref">4.3.8 Unsupported Values</a>
7373
</ul>
7474
<li class="tocline2"><a href="syndata.html#q23" class="tocxref">4.4 CSS style sheet representation</a>
7575
<ul class="toc">
@@ -230,7 +230,7 @@ <h3>4.1.2 <a name="keywords">Keywords</a></h3>
230230
</code></pre>
231231
</div>
232232

233-
<h4 id="vendor-keywords"><a name="q4">4.1.2.1 Vendor-specific extensions</a></h4>
233+
<h4>4.1.2.1 <a name="vendor-keywords">Vendor-specific extensions</a></h4>
234234

235235
<p>In CSS, identifiers may begin with '<code
236236
class="css">-</code>' (dash) or '<code
@@ -262,7 +262,7 @@ <h4 id="vendor-keywords"><a name="q4">4.1.2.1 Vendor-specific extensions</a></h4
262262

263263
<p>Authors should avoid vendor-specific extensions</p>
264264

265-
<h4 id="vendor-keyword-history"><a name="q5">4.1.2.2 Informative Historical Notes</a></h4>
265+
<h4>4.1.2.2 <a name="vendor-keyword-history">Informative Historical Notes</a></h4>
266266
<p>This section is informative.</p>
267267
<p>At the time of writing, the following prefixes are known to exist:</p>
268268

@@ -472,7 +472,7 @@ <h3>4.1.6 <a name="block">Blocks</a></h3>
472472
</p>
473473
</div>
474474

475-
<h3 id=rule-sets><a name="q10">4.1.7 Rule sets, declaration blocks, and selectors</a></h3>
475+
<h3>4.1.7 <a name="rule-sets">Rule sets, declaration blocks, and selectors</a></h3>
476476

477477
<p> A rule set (also called "rule") consists of a selector followed by
478478
a declaration block.
@@ -1299,7 +1299,7 @@ <h3>4.3.7 <a name="strings">Strings</a></h3>
12991299
</code></pre>
13001300
</div>
13011301

1302-
<h3 id="unsupportedvalues"><a name="q22">4.3.8 Unsupported Values</a></h3>
1302+
<h3>4.3.8 <a name="unsupported-values">Unsupported Values</a></h3>
13031303

13041304
<p>If a UA does not support a particular value, it should <em>ignore</em> that
13051305
value when parsing style sheets, as if that value was an

css2/syndata.src

Lines changed: 5 additions & 5 deletions
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: syndata.src,v 2.148 2007-03-07 16:42:17 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.149 2007-07-16 21:58:40 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Syntax and basic data types</title>
@@ -178,7 +178,7 @@ background: "red";
178178
</code></pre>
179179
</div>
180180

181-
<h4 id="vendor-keywords">Vendor-specific extensions</h4>
181+
<h4><a name="vendor-keywords">Vendor-specific extensions</a></h4>
182182

183183
<p>In CSS, identifiers may begin with '<code
184184
class="css">-</code>' (dash) or '<code
@@ -210,7 +210,7 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t
210210

211211
<p>Authors should avoid vendor-specific extensions</p>
212212

213-
<h4 id="vendor-keyword-history">Informative Historical Notes</h4>
213+
<h4><a name="vendor-keyword-history">Informative Historical Notes</a></h4>
214214
<p>This section is informative.</p>
215215
<p>At the time of writing, the following prefixes are known to exist:</p>
216216

@@ -420,7 +420,7 @@ a block as defined above.
420420
</p>
421421
</div>
422422

423-
<h3 id=rule-sets>Rule sets, declaration blocks, and selectors</h3>
423+
<h3><a name="rule-sets">Rule sets, declaration blocks, and selectors</a></h3>
424424

425425
<p> A rule set (also called "rule") consists of a selector followed by
426426
a declaration block.
@@ -1250,7 +1250,7 @@ a[title="a not so very long title"] {/*...*/}
12501250
</code></pre>
12511251
</div>
12521252

1253-
<h3 id="unsupportedvalues">Unsupported Values</h3>
1253+
<h3><a name="unsupported-values">Unsupported Values</a></h3>
12541254

12551255
<p>If a UA does not support a particular value, it should <em>ignore</em> that
12561256
value when parsing style sheets, as if that value was an

0 commit comments

Comments
 (0)