8000 [css2] Generated. Do not edit! · w3c/csswg-drafts@7aebddd · GitHub
Skip to content

Commit 7aebddd

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402322
1 parent 32a764c commit 7aebddd

10 files changed

Lines changed: 165 additions & 127 deletions

File tree

css2/about.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ <H1><a name="q0">1 About the CSS&nbsp;2.1 Specification</a></H1>
3737
<li class="tocline3"><a href="about.html#q5" class="tocxref">1.4.1 Document language elements and attributes</a>
3838
<li class="tocline3"><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a>
3939
<ul class="toc">
40-
<li class="tocline4"><a href="about.html#q7" class="tocxref"> Value</a>
41-
<li class="tocline4"><a href="about.html#initial-value" class="tocxref"> Initial</a>
42-
<li class="tocline4"><a href="about.html#applies-to" class="tocxref"> Applies to</a>
43-
<li class="tocline4"><a href="about.html#q10" class="tocxref"> Inherited</a>
44-
<li class="tocline4"><a href="about.html#q11" class="tocxref"> Percentage values</a>
45-
<li class="tocline4"><a href="about.html#q12" class="tocxref"> Media groups</a>
46-
<li class="tocline4"><a href="about.html#q13" class="tocxref"> Computed value</a>
40+
<li class="tocline4"><a href="about.html#q7" class="tocxref">1.4.2.1 Value</a>
41+
<li class="tocline4"><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a>
42+
<li class="tocline4"><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a>
43+
<li class="tocline4"><a href="about.html#q10" class="tocxref">1.4.2.4 Inherited</a>
44+
<li class="tocline4"><a href="about.html#q11" class="tocxref">1.4.2.5 Percentage values</a>
45+
<li class="tocline4"><a href="about.html#q12" class="tocxref">1.4.2.6 Media groups</a>
46+
<li class="tocline4"><a href="about.html#q13" class="tocxref">1.4.2.7 Computed value</a>
4747
</ul>
4848
<li class="tocline3"><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a>
4949
<li class="tocline3"><a href="about.html#q15" class="tocxref">1.4.4 Notes and examples</a>
@@ -198,7 +198,7 @@ <H3>1.4.2 <a name="property-defs">CSS property definitions</a></H3>
198198
</div>
199199

200200

201-
<h4><a name="q7"> Value</a></h4>
201+
<h4><a name="q7">1.4.2.1 Value</a></h4>
202202

203203
<P>This part specifies the set of valid values for the property whose
204204
name is <a href="about.html#propdef-property-name" class="noxref"><span class="propinst-property-name">'property-name'</span></a>. Value
@@ -303,7 +303,7 @@ <h4><a name="q7"> Value</a></h4>
303303
and '2em'.
304304

305305

306-
<h4> <a name="initial-value">Initial</a></h4>
306+
<h4>1.4.2.2 <a name="initial-value">Initial</a></h4>
307307

308308
<P>This part specifies the property's initial value. If the property
309309
is inherited, this is the value that is given to the root element of
@@ -313,14 +313,14 @@ <h4> <a name="initial-value">Initial</a></h4>
313313
initial values.
314314

315315

316-
<h4> <a name="applies-to">Applies to</a></h4>
316+
<h4>1.4.2.3 <a name="applies-to">Applies to</a></h4>
317317

318318
<p>This part lists the elements to which the property applies. All
319319
elements are considered to have all properties, but some properties
320320
have no rendering effect on some types of elements. For example, the <a href="visuren.html#propdef-clear" class="noxref"><span
321321
class="propinst-clear">'clear'</span></a> property only affects block-level elements.
322322

323-
<h4><a name="q10"> Inherited</a></h4>
323+
<h4><a name="q10">1.4.2.4 Inherited</a></h4>
324324

325325
<p>This part indicates whether the value of the property is inherited
326326
from an ancestor element. Please consult the section on <a
@@ -329,19 +329,19 @@ <h4><a name="q10"> Inherited</a></h4>
329329
values.
330330

331331

332-
<h4><a name="q11"> Percentage values</a></h4>
332+
<h4><a name="q11">1.4.2.5 Percentage values</a></h4>
333333

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

338-
<h4><a name="q12"> Media groups</a></h4>
338+
<h4><a name="q12">1.4.2.6 Media groups</a></h4>
339339

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

344-
<h4><a name="q13"> Computed value</a></h4>
344+
<h4><a name="q13">1.4.2.7 Computed value</a></h4>
345345

346346
<p>This part describes the computed value for the property. See the
347347
section on <a href="cascade.html#computed-value">computed values</a>

css2/cascade.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ <h3>6.1.2 <span class="index-def" title="computed value">
8282
<a name="computed-value">Computed values</a></span></h3>
8383

8484
<p>Specified values are resolved to computed values during the cascade;
85-
for example valid relative URIs are made absolute and 'em' and 'ex'
85+
for example URIs are made absolute and 'em' and 'ex'
8686
units are computed to pixel or absolute lengths. Computing a value
8787
never requires the user agent to render the document.
8888

89-
<p>The computed value of invalid and absolute URIs is the specified
90-
value.
89+
<p>The computed value of URIs that the UA cannot resolve to absolute
90+
URIs is the specified value.
9191

9292
<p>When the specified value is not 'inherit', the computed value of a
9393
property is determined as specified by the Computed Value line in the

css2/cover.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h3 id=at-risk>Features at risk</h3>
236236
</ul>
237237
<p>Implementors should look at CSS3 Lists instead, where these and
238238
many other new values not found in CSS1 are defined in detail.
239-
[[CSS3LISTS]]</p>
239+
<a href="refs.html#ref-CSS3LIST" rel="biblioentry" class="noxref"><span class="informref">[CSS3LIST]</span></a></p>
240240
<dt>Support for multiple ID attributes for the ID selector
241241
<dd>
242242
<p>Because implementations are not expected to support multiple IDs
@@ -305,13 +305,13 @@ <h2><a name="toc">Full Table of Contents</a></h2>
305305
<li class="tocline3"><a href="about.html#q5" class="tocxref">1.4.1 Document language elements and attributes</a>
306306
<li class="tocline3"><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a>
307307
<ul class="toc">
308-
<li class="tocline4"><a href="about.html#q7" class="tocxref"> Value</a>
309-
<li class="tocline4"><a href="about.html#initial-value" class="tocxref"> Initial</a>
310-
<li class="tocline4"><a href="about.html#applies-to" class="tocxref"> Applies to</a>
311-
<li class="tocline4"><a href="about.html#q10" class="tocxref"> Inherited</a>
312-
<li class="tocline4"><a href="about.html#q11" class="tocxref"> Percentage values</a>
313-
<li class="tocline4"><a href="about.html#q12" class="tocxref"> Media groups</a>
314-
<li class="tocline4"><a href="about.html#q13" class="tocxref"> Computed value</a>
308+
<li class="tocline4"><a href="about.html#q7" class="tocxref">1.4.2.1 Value</a>
309+
<li class="tocline4"><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a>
310+
<li class="tocline4"><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a>
311+
<li class="tocline4"><a href="about.html#q10" class="tocxref">1.4.2.4 Inherited</a>
312+
<li class="tocline4"><a href="about.html#q11" class="tocxref">1.4.2.5 Percentage values</a>
313+
<li class="tocline4"><a href="about.html#q12" class="tocxref">1.4.2.6 Media groups</a>
314+
<li class="tocline4"><a href="about.html#q13" class="tocxref">1.4.2.7 Computed value</a>
315315
</ul>
316316
<li class="tocline3"><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a>
317317
<li class="tocline3"><a href="about.html#q15" class="tocxref">1.4.4 Notes and examples</a>
@@ -345,8 +345,8 @@ <h2><a name="toc">Full Table of Contents</a></h2>
345345
<li class="tocline3"><a href="syndata.html#tokenization" class="tocxref">4.1.1 Tokenization</a>
346346
<li class="tocline3"><a href="syndata.html#keywords" class="tocxref">4.1.2 Keywords</a>
347347
<ul class="toc">
348-
<li class="tocline4"><a href="syndata.html#q4" class="tocxref"> Vendor-specific extensions</a>
349-
<li class="tocline4"><a href="syndata.html#q5" class="tocxref"> Informative Historical Notes</a>
348+
<li class="tocline4"><a href="syndata.html#q4" class="tocxref">4.1.2.1 Vendor-specific extensions</a>
349+
<li class="tocline4"><a href="syndata.html#q5" class="tocxref">4.1.2.2 Informative Historical Notes</a>
350350
</ul>
351351
<li class="tocline3"><a href="syndata.html#q6" class="tocxref">4.1.3 Characters and case</a>
352352
<li class="tocline3"><a href="syndata.html#q7" class="tocxref">4.1.4 Statements</a>
@@ -470,11 +470,11 @@ <h2><a name="toc">Full Table of Contents</a></h2>
470470
<ul class="toc">
471471
<li class="tocline3"><a href="visuren.html#q5" class="tocxref">9.2.1 Block-level elements and block boxes</a>
472472
<ul class="toc">
473< 8096 code>-
<li class="tocline4"><a href="visuren.html#anonymous-block-level" class="tocxref"> Anonymous block boxes</a>
473+
<li class="tocline4"><a href="visuren.html#anonymous-block-level" class="tocxref">9.2.1.1 Anonymous block boxes</a>
474474
</ul>
475475
<li class="tocline3"><a href="visuren.html#q7" class="tocxref">9.2.2 Inline-level elements and inline boxes</a>
476476
<ul class="toc">
477-
<li class="tocline4"><a href="visuren.html#anonymous" class="tocxref"> Anonymous inline boxes</a>
477+
<li class="tocline4"><a href="visuren.html#anonymous" class="tocxref">9.2.2.1 Anonymous inline boxes</a>
478478
</ul>
479479
<li class="tocline3"><a href="visuren.html#run-in" class="tocxref">9.2.3 Run-in boxes</a>
480480
<li class="tocline3"><a href="visuren.html#display-prop" class="tocxref">9.2.4 The <span class="propinst-display">'display'</span> property</a>
@@ -584,8 +584,8 @@ <h2><a name="toc">Full Table of Contents</a></h2>
584584
<ul class="toc">
585585
<li class="tocline3"><a href="page.html#page-margins" class="tocxref">13.2.1 Page margins</a>
586586
<ul class="toc">
587-
<li class="tocline4"><a href="page.html#q4" class="tocxref"> Rendering page boxes that do not fit a target sheet</a>
588-
<li class="tocline4"><a href="page.html#q5" class="tocxref"> Positioning the page box on the sheet</a>
587+
<li class="tocline4"><a href="page.html#q4" class="tocxref">13.2.1.1 Rendering page boxes that do not fit a target sheet</a>
588+
<li class="tocline4"><a href="page.html#q5" class="tocxref">13.2.1.2 Positioning the page box on the sheet</a>
589589
</ul>
590590
<li class="tocline3"><a href="page.html#q6" class="tocxref">13.2.2 Page selectors: selecting left, right, and first pages</a>
591591
<li class="tocline3"><a href="page.html#q7" class="tocxref">13.2.3 Content outside the page box</a>
@@ -654,8 +654,8 @@ <h2><a name="toc">Full Table of Contents</a></h2>
654654
<li class="tocline3"><a href="tables.html#table-layers" class="tocxref">17.5.1 Table layers and transparency</a>
655655
<li class="tocline3"><a href="tables.html#width-layout" class="tocxref">17.5.2 Table width algorithms: the <span class="propinst-table-layout">'table-layout'</span> property</a>
656656
<ul class="toc">
657-
<li class="tocline4"><a href="tables.html#fixed-table-layout" class="tocxref"> Fixed table layout</a>
658-
<li class="tocline4"><a href="tables.html#auto-table-layout" class="tocxref"> Automatic table layout</a>
657+
<li class="tocline4"><a href="tables.html#fixed-table-layout" class="tocxref">17.5.2.1 Fixed table layout</a>
658+
<li class="tocline4"><a href="tables.html#auto-table-layout" class="tocxref">17.5.2.2 Automatic table layout</a>
659659
</ul>
660660
<li class="tocline3"><a href="tables.html#height-layout" class="tocxref">17.5.3 Table height algorithms</a>
661661
<li class="tocline3"><a href="tables.html#column-alignment" class="tocxref">17.5.4 Horizontal alignment in a column</a>
@@ -665,11 +665,11 @@ <h2><a name="toc">Full Table of Contents</a></h2>
665665
<ul class="toc">
666666
<li class="tocline3"><a href="tables.html#separated-borders" class="tocxref">17.6.1 The separated borders model</a>
667667
<ul class="toc">
668-
<li class="tocline4"><a href="tables.html#empty-cells" class="tocxref"> Borders and Backgrounds around empty cells: the <span class="propinst-empty-cells">'empty-cells'</span> property</a>
668+
<li class="tocline4"><a href="tables.html#empty-cells" class="tocxref">17.6.1.1 Borders and Backgrounds around empty cells: the <span class="propinst-empty-cells">'empty-cells'</span> property</a>
669669
</ul>
670670
<li class="tocline3"><a href="tables.html#collapsing-borders" class="tocxref">17.6.2 The collapsing border model</a>
671671
<ul class="toc">
672-
<li class="tocline4"><a href="tables.html#border-conflict-resolution" class="tocxref"> Border conflict resolution</a>
672+
<li class="tocline4"><a href="tables.html#border-conflict-resolution" class="tocxref">17.6.2.1 Border conflict resolution</a>
673673
</ul>
674674
<li class="tocline3"><a href="tables.html#q20" class="tocxref">17.6.3 Border styles</a>
675675
</ul>

css2/generate.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h2>12.2 <a name="content">The</a> <a href="generate.html#propdef-content" class
219219

220220
<dt><span class="index-inst" title="&lt;uri&gt;"><a name="x12" href="syndata.html#value-def-uri" class="noxref"><span
221221
class="value-inst-uri"><strong>&lt;uri&gt;</strong></span></a></span>
222-
<dd>The value is a URI that designates an external resource.
222+
<dd>The value is a URI that designates an external resource (such as an image).
223223
If a user agent cannot display the resource it must ignore it.
224224

225225
<dt><span class="index-inst" title="&lt;counter&gt;"><a name="x13" href="syndata.html#value-def-counter" class="noxref"><span
@@ -624,11 +624,11 @@ <h2>12.4 Automatic <span class="index-def" title="counters"><a
624624
<h3>12.4.1 <a name="scope">Nested counters and scope</a></h3>
625625

626626
<p>Counters are "self-nesting", in the sense that resetting a counter
627-
in a descendant element automatically creates a new instance of
628-
the counter. This is important for situations like lists in HTML,
629-
where elements can be nested inside themselves to arbitrary depth.
630-
It would be impossible to define uniquely named counters for each
631-
level.
627+
in a descendant element or pseudo-element automatically creates a new
628+
instance of the counter. This is important for situations like lists
629+
in HTML, where elements can be nested inside themselves to arbitrary
630+
depth. It would be impossible to define uniquely named counters for
631+
each level.
632632

633633
<div class="example"><P style="display:none">Example(s):</P>
634634
<p>Thus, the following suffices to number nested list items. The

css2/images/top-caption.png

Copy file name to clipboard
14.3 KB
Loading

css2/page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1 align="center">13 <a name="the-page">Paged media</a></h1>
3434
<ul class="toc">
3535
<li class="tocline3"><a href="page.html#page-margins" class="tocxref">13.2.1 Page margins</a>
3636
<ul class="toc">
37-
<li class="tocline4"><a href="page.html#q4" class="tocxref"> Rendering page boxes that do not fit a target sheet</a>
38-
<li class="tocline4"><a href="page.html#q5" class="tocxref"> Positioning the page box on the sheet</a>
37+
<li class="tocline4"><a href="page.html#q4" class="tocxref">13.2.1.1 Rendering page boxes that do not fit a target sheet</a>
38+
<li class="tocline4"><a href="page.html#q5" class="tocxref">13.2.1.2 Positioning the page box on the sheet</a>
3939
</ul>
4040
<li class="tocline3"><a href="page.html#q6" class="tocxref">13.2.2 Page selectors: selecting left, right, and first pages</a>
4141
<li class="tocline3"><a href="page.html#q7" class="tocxref">13.2.3 Content outside the page box</a>
@@ -159,7 +159,7 @@ <h3>13.2.1 <a name="page-margins">Page margins</a></h3>
159159

160160

161161

162-
<h4><a name="q4"> Rendering page boxes that do not fit a target sheet</a></h4>
162+
<h4><a name="q4">13.2.1.1 Rendering page boxes that do not fit a target sheet</a></h4>
163163

164164
<P>If a page box does not fit the target sheet dimensions, the
165165
user agent may choose to:</p>
@@ -172,7 +172,7 @@ <h4><a name="q4"> Rendering page boxes that do not fit a target sheet</a></h4>
172172
<P>The user agent should consult the user before performing these
173173
operations.
174174

175-
<h4><a name="q5"> Positioning the page box on the sheet</a></h4>
175+
<h4><a name="q5">13.2.1.2 Positioning the page box on the sheet</a></h4>
176176

177177
<P>When the page box is smaller than the target size, the user agent
178178
is free to place the page box anywhere on the sheet. However, it is

css2/syndata.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ <h1><a name="q0">4 Syntax and basic data types</a></h1>
4949
<li class="tocline3"><a href="syndata.html#tokenization" class="tocxref">4.1.1 Tokenization</a>
5050
<li class="tocline3"><a href="syndata.html#keywords" class="tocxref">4.1.2 Keywords</a>
5151
<ul class="toc">
52-
<li class="tocline4"><a href="syndata.html#q4" class="tocxref"> Vendor-specific extensions</a>
53-
<li class="tocline4"><a href="syndata.html#q5" class="tocxref"> Informative Historical Notes</a>
52+
<li class="tocline4"><a href="syndata.html#q4" class="tocxref">4.1.2.1 Vendor-specific extensions</a>
53+
<li class="tocline4"><a href="syndata.html#q5" class="tocxref">4.1.2.2 Informative Historical Notes</a>
5454
</ul>
5555
<li class="tocline3"><a href="syndata.html#q6" class="tocxref">4.1.3 Characters and case</a>
5656
<li class="tocline3"><a href="syndata.html#q7" class="tocxref">4.1.4 Statements</a>
@@ -223,7 +223,7 @@ <h3>4.1.2 <a name="keywords">Keywords</a></h3>
223223
</pre>
224224
</div>
225225

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

228228
<p>In CSS2.1, identifiers may begin with '<code
229229
class="css">-</code>' (dash) or '<code
< 2DC9 /td>
@@ -250,7 +250,7 @@ <h4 id="vendor-keywords"><a name="q4"> Vendor-specific extensions</a></h4>
250250
recognize such properties and may ignore them according to the <a
251251
href="#parsing-errors">rules for handling parsing errors</a>. However, because the initial dash or underscore is part of the grammar, CSS2.1 implementers should always be able to use a CSS-conforming parser, whether or not they support any vendor-specific extensions.
252252
</p>
253-
<h4 id="vendor-keyword-history"><a name="q5"> Informative Historical Notes</a></h4>
253+
<h4 id="vendor-keyword-history"><a name="q5">4.1.2.2 Informative Historical Notes</a></h4>
254254
<p>This section is informative.</p>
255255
<p>At the time of writing, the following prefixes are known to exist:</p>
256256

0 commit comments

Comments
 (0)