Skip to content

Commit fe73eb7

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

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

css2/about.html

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,31 @@ <H1><a name="q0">1 About the CSS&nbsp;2.1 Specification</a></H1>
2828
<div class="subtoc">
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
31-
<li class="tocline2"><a href="about.html#q1" class="tocxref">1.1 CSS&nbsp;2.1 vs CSS&nbsp;2</a>
32-
<li class="tocline2"><a href="about.html#q2" class="tocxref">1.2 Reading the specification</a>
33-
<li class="tocline2"><a href="about.html#q3" class="tocxref">1.3 How the specification is organized</a>
34-
<li class="tocline2"><a href="about.html#q4" class="tocxref">1.4 Conventions</a>
31+
<li class="tocline2"><a href="about.html#css2.1-v-css2" class="tocxref">1.1 CSS&nbsp;2.1 vs CSS&nbsp;2</a>
32+
<li class="tocline2"><a href="about.html#reading" class="tocxref">1.2 Reading the specification</a>
33+
<li class="tocline2"><a href="about.html#organization" class="tocxref">1.3 How the specification is organized</a>
34+
<li class="tocline2"><a href="about.html#conventions" class="tocxref">1.4 Conventions</a>
3535
<ul class="toc">
36-
<li class="tocline3"><a href="about.html#q5" class="tocxref">1.4.1 Document language elements and attributes</a>
36+
<li class="tocline3"><a href="about.html#doc-language" class="tocxref">1.4.1 Document language elements and attributes</a>
3737
<li class="tocline3"><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a>
3838
<ul class="toc">
39-
<li class="tocline4"><a href="about.html#q7" class="tocxref">1.4.2.1 Value</a>
39+
<li class="tocline4"><a href="about.html#value-defs" class="tocxref">1.4.2.1 Value</a>
4040
<li class="tocline4"><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a>
4141
<li class="tocline4"><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a>
42-
<li class="tocline4"><a href="about.html#q10" class="tocxref">1.4.2.4 Inherited</a>
43-
<li class="tocline4"><a href="about.html#q11" class="tocxref">1.4.2.5 Percentage values</a>
44-
<li class="tocline4"><a href="about.html#q12" class="tocxref">1.4.2.6 Media groups</a>
45-
<li class="tocline4"><a href="about.html#q13" class="tocxref">1.4.2.7 Computed value</a>
42+
<li class="tocline4"><a href="about.html#inherited-prop" class="tocxref">1.4.2.4 Inherited</a>
43+
<li class="tocline4"><a href="about.html#percentage-wrt" class="tocxref">1.4.2.5 Percentage values</a>
44+
<li class="tocline4"><a href="about.html#media-applies" class="tocxref">1.4.2.6 Media groups</a>
45+
<li class="tocline4"><a href="about.html#computed-defs" class="tocxref">1.4.2.7 Computed value</a>
4646
</ul>
4747
<li class="tocline3"><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a>
48-
<li class="tocline3"><a href="about.html#q15" class="tocxref">1.4.4 Notes and examples</a>
49-
<li class="tocline3"><a href="about.html#q16" class="tocxref">1.4.5 Images and long descriptions</a>
48+
<li class="tocline3"><a href="about.html#notes-and-examples" class="tocxref">1.4.4 Notes and examples</a>
49+
<li class="tocline3"><a href="about.html#images-and-longdesc" class="tocxref">1.4.5 Images and long descriptions</a>
5050
</ul>
51-
<li class="tocline2"><a href="about.html#q17" class="tocxref">1.5 Acknowledgments</a>
51+
<li class="tocline2"><a href="about.html#acknowledgements" class="tocxref">1.5 Acknowledgments</a>
5252
</ul>
5353
</div>
5454

55-
<h2><a name="q1">1.1 CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
55+
<h2>1.1 <a name="css2.1-v-css2">CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
5656

5757
<p>The CSS community has gained significant experience with the CSS2
5858
specification since it became a recommendation in 1998. Errors in the
@@ -107,7 +107,7 @@ <h2><a name="q1">1.1 CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
107107
features, or preferably reference such feature(s) in the respective
108108
CSS3 Module that includes those feature(s)).
109109

110-
<h2><a name="q2">1.2 Reading the specification</a></h2>
110+
<h2>1.2 <a name="reading">Reading the specification</a></h2>
111111

112112
<p>This section is non-normative.
113113

@@ -134,7 +134,7 @@ <h2><a name="q2">1.2 Reading the specification</a></h2>
134134
discrepancy, the electronic version is considered the authoritative
135135
version of the document.
136136

137-
<h2><a name="q3">1.3 How the specification is organized</a></h2>
137+
<h2>1.3 <a name="organization">How the specification is organized</a></h2>
138138

139139
<p>This section is non-normative.
140140

@@ -168,9 +168,9 @@ <h2><a name="q3">1.3 How the specification is organized</a></h2>
168168
<a href="indexlist.html">general index</a>.
169169
</dl>
170170

171-
<H2><a name="q4">1.4 Conventions</a></H2>
171+
<H2>1.4 <a name="conventions">Conventions</a></H2>
172172

173-
<H3><a name="q5">1.4.1 </a><a href="conform.html#doclanguage">Document language</a> elements
173+
<H3>1.4.1 <a name="doc-language" href="conform.html#doclanguage">Document language</a> elements
174174
and attributes</H3>
175175

176176
<ul>
@@ -202,7 +202,7 @@ <H3>1.4.2 <a name="property-defs">CSS property definitions</a></H3>
202202
</div>
203203

204204

205-
<h4><a name="q7">1.4.2.1 Value</a></h4>
205+
<h4>1.4.2.1 <a name="value-defs">Value</a></h4>
206206

207207
<P>This part specifies the set of valid values for the property whose
208208
name is <a href="about.html#propdef-property-name" class="noxref"><span class="propinst-property-name">'property-name'</span></a>. Value
@@ -322,7 +322,7 @@ <h4>1.4.2.3 <a name="applies-to">Applies to</a></h4>
322322
have no rendering effect on some types of elements. For example, the <a href="visuren.html#propdef-clear" class="noxref"><span
323323
class="propinst-clear">'clear'</span></a> property only affects block-level elements.
324324

325-
<h4><a name="q10">1.4.2.4 Inherited</a></h4>
325+
<h4>1.4.2.4 <a name="inherited-prop">Inherited</a></h4>
326326

327327
<p>This part indicates whether the value of the property is inherited
328328
from an ancestor element. Please consult the section on <a
@@ -331,19 +331,19 @@ <h4><a name="q10">1.4.2.4 Inherited</a></h4>
331331
values.
332332

333333

334-
<h4><a name="q11">1.4.2.5 Percentage values</a></h4>
334+
<h4>1.4.2.5 <a name="percentage-wrt">Percentage values</a></h4>
335335

336336
<p>This part indicates how percentages should be interpreted, if they occur in
337337
the value of the property. If "N/A" appears here, it means that the
338338
property does not accept percentages as values.
339339

340-
<h4><a name="q12">1.4.2.6 Media groups</a></h4>
340+
<h4>1.4.2.6 <a name="media-applies">Media groups</a></h4>
341341

342342
<p>This part indicates the <a href="media.html#media-groups">media
343343
groups</a> to which the property applies. Information about media
344344
groups is non-normative.
345345

346-
<h4><a name="q13">1.4.2.7 Computed value</a></h4>
346+
<h4>1.4.2.7 <a name="computed-defs">Computed value</a></h4>
347347

348348
<p>This part describes the computed value for the property. See the
349349
section on <a href="cascade.html#computed-value">computed values</a>
@@ -397,7 +397,7 @@ <H3>1.4.3 <a name="shorthand">Shorthand properties</a></H3>
397397
take their initial values.</p>
398398
</div>
399399

400-
<h3 id="notes-and-examples"><a name="q15">1.4.4 Notes and examples</a></h3>
400+
<h3>1.4.4 <a name="notes-and-examples">Notes and examples</a></h3>
401401

402402
<P>All examples that illustrate illegal usage are clearly
403403
marked as "ILLEGAL EXAMPLE".
@@ -412,15 +412,15 @@ <h3 id="notes-and-examples"><a name="q15">1.4.4 Notes and examples</a></h3>
412412
the source HTML</a> for the specification and CSS user agents will
413413
render them specially.
414414

415-
<h3><a name="q16">1.4.5 Images and long descriptions</a></h3>
415+
<h3>1.4.5 <a name="images-and-longdesc">Images and long descriptions</a></h3>
416416

417417
<P>Most images in the electronic version of this specification are
418418
accompanied by "long descriptions" of what they represent. A link to
419419
the long description is denoted by a "[D]" after the image.
420420

421421
<P>Images and long descriptions are informative only.
422422

423-
<H2><a name="q17">1.5 Acknowledgments</a></H2>
423+
<H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
424424

425425
<p>This section is non-normative.
426426

0 commit comments

Comments
 (0)