Skip to content

Commit 52a56d4

Browse files
committed
[css2] header anchors
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402762
1 parent facf6f9 commit 52a56d4

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

css2/intro.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ <H1><a name="q0">2 Introduction to CSS&nbsp;2.1</a></H1>
2727
<div class="subtoc">
2828
<p><strong>Contents</strong>
2929
<ul class="toc">
30-
<li class="tocline2"><a href="intro.html#q1" class="tocxref">2.1 A brief CSS&nbsp;2.1 tutorial for HTML</a>
31-
<li class="tocline2"><a href="intro.html#q2" class="tocxref">2.2 A brief CSS&nbsp;2.1 tutorial for XML</a>
30+
<li class="tocline2"><a href="intro.html#html-tutorial" class="tocxref">2.1 A brief CSS&nbsp;2.1 tutorial for HTML</a>
31+
<li class="tocline2"><a href="intro.html#xml-tutorial" class="tocxref">2.2 A brief CSS&nbsp;2.1 tutorial for XML</a>
3232
<li class="tocline2"><a href="intro.html#processing-model" class="tocxref">2.3 The CSS&nbsp;2.1 processing model</a>
3333
<ul class="toc">
34-
<li class="tocline3"><a href="intro.html#q4" class="tocxref">2.3.1 The canvas</a>
35-
<li class="tocline3"><a href="intro.html#q5" class="tocxref">2.3.2 CSS&nbsp;2.1 addressing model</a>
34+
<li class="tocline3"><a href="intro.html#the-canvas" class="tocxref">2.3.1 The canvas</a>
35+
<li class="tocline3"><a href="intro.html#addressing" class="tocxref">2.3.2 CSS&nbsp;2.1 addressing model</a>
3636
</ul>
37-
<li class="tocline2"><a href="intro.html#q6" class="tocxref">2.4 CSS design principles</a>
37+
<li class="tocline2"><a href="intro.html#design-principles" class="tocxref">2.4 CSS design principles</a>
3838
</ul>
3939
</div>
4040

41-
<H2><a name="q1">2.1 A brief CSS&nbsp;2.1 tutorial for HTML</a></H2>
41+
<H2>2.1 <a name="html-tutorial">A brief CSS&nbsp;2.1 tutorial for HTML</a></H2>
4242

4343
<p>This section is non-normative.
4444

@@ -205,7 +205,7 @@ <H2><a name="q1">2.1 A brief CSS&nbsp;2.1 tutorial for HTML</a></H2>
205205
element. In this case the result is that the margins around the BODY
206206
element are three times wider than the font size.
207207

208-
<H2><a name="q2">2.2 A brief CSS&nbsp;2.1 tutorial for XML</a></H2>
208+
<H2>2.2 <a name="xml-tutorial">A brief CSS&nbsp;2.1 tutorial for XML</a></H2>
209209

210210
<p>This section is non-normative.
211211

@@ -357,7 +357,7 @@ <H2>2.3 <a name="processing-model">The CSS&nbsp;2.1 processing model</a></H2>
357357

358358
<P>Step 6 lies outside the scope of this specification.</p>
359359

360-
<h3><a name="q4">2.3.1 The canvas</a></h3>
360+
<h3>2.3.1 <a name="the-canvas">The canvas</a></h3>
361361

362362
<P>For all media, the term <span class="index-def" title="canvas"> <a
363363
name="canvas"><dfn>canvas</dfn></a></span> describes "the space where
@@ -371,7 +371,7 @@ <h3><a name="q4">2.3.1 The canvas</a></h3>
371371
width and height constraints. Aural user agents may impose limits
372372
in audio space, but not in time.
373373

374-
<h3><a name="q5">2.3.2 CSS&nbsp;2.1 addressing model</a></h3>
374+
<h3>2.3.2 <a name="addressing">CSS&nbsp;2.1 addressing model</a></h3>
375375

376376
<P> CSS&nbsp;2.1 <a href="selector.html">selectors</a> and properties allow
377377
style sheets to refer to the following parts of a document
@@ -399,7 +399,7 @@ <h3><a name="q5">2.3.2 CSS&nbsp;2.1 addressing model</a></h3>
399399
interface</a>).
400400
</ul>
401401

402-
<H2><a name="q6">2.4 CSS design principles</a></H2>
402+
<H2>2.4 <a name="design-principles">CSS design principles</a></H2>
403403

404404
<p>This section is non-normative.
405405

css2/intro.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.46 2006-01-24 06:50:24 bbos Exp $ -->
3+
<!-- $Id: intro.src,v 2.47 2007-07-17 01:47:39 fantasai Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS&nbsp;2.1</TITLE>
77
</HEAD>
88
<BODY>
99
<H1>Introduction to CSS&nbsp;2.1</H1>
1010

11-
<H2>A brief CSS&nbsp;2.1 tutorial for HTML</H2>
11+
<H2><a name="html-tutorial">A brief CSS&nbsp;2.1 tutorial for HTML</a></H2>
1212

1313
<p>This section is non-normative.
1414

@@ -175,7 +175,7 @@ to its surroundings. The "em" unit refers to the font size of the
175175
element. In this case the result is that the margins around the BODY
176176
element are three times wider than the font size.
177177

178-
<H2>A brief CSS&nbsp;2.1 tutorial for XML</H2>
178+
<H2><a name="xml-tutorial">A brief CSS&nbsp;2.1 tutorial for XML</a></H2>
179179

180180
<p>This section is non-normative.
181181

@@ -327,7 +327,7 @@ example, [[-DOM]]).
327327

328328
<P>Step 6 lies outside the scope of this specification.</p>
329329

330-
<h3>The canvas</h3>
330+
<h3><a name="the-canvas">The canvas</a></h3>
331331

332332
<P>For all media, the term <span class="index-def" title="canvas"> <a
333333
name="canvas"><dfn>canvas</dfn></a></span> describes "the space where
@@ -341,7 +341,7 @@ viewport</a>. User agents rendering to a page generally impose
341341
width and height constraints. Aural user agents may impose limits
342342
in audio space, but not in time.
343343

344-
<h3>CSS&nbsp;2.1 addressing model</h3>
344+
<h3><a name="addressing">CSS&nbsp;2.1 addressing model</a></h3>
345345

346346
<P> CSS&nbsp;2.1 <a href="selector.html">selectors</a> and properties allow
347347
style sheets to refer to the following parts of a document
@@ -369,7 +369,7 @@ the document will be rendered.
369369
interface</a>).
370370
</ul>
371371

372-
<H2>CSS design principles</H2>
372+
<H2><a name="design-principles">CSS design principles</a></H2>
373373

374374
<p>This section is non-normative.
375375

0 commit comments

Comments
 (0)