Skip to content

Commit 5565b0b

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402310
1 parent 1bc8903 commit 5565b0b

6 files changed

Lines changed: 10 additions & 13 deletions

File tree

css2/conform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <H2><a name="q1">3.1 Definitions</a></H2>
189189

190190
<dt><strong><a name="x22"><span class="index-def" title="ignore">Ignore</span></a></strong>
191191

192-
<dd>This term has two slightly different meanings this specification. First, a CSS parser must follow certain rules when it discovers unknown or illegal syntax in a style sheet. The parser must then ignore certain parts of the style sheets. The exact rules for what parts must be ignored is given in these section: <a href="syndata.html#q8">Declarations and properties</a>, <a href="syndata.html#parsing-errors">Rules for handling parsing errors</a>, <a href="syndata.html#q20">Unsupported Values</a>, or may be explained in the text where the term "ignore" appears. Second, a user agent may (and, in some cases must) disregard certain properties or values in the style sheet even if the syntax is legal. For example, table-column-group elements cannot have borders around them, so the border properties must be ignored.
192+
<dd>This term has two slightly different meanings this specification. First, a CSS parser must follow certain rules when it discovers unknown or illegal syntax in a style sheet. The parser must then ignore certain parts of the style sheets. The exact rules for what parts must be ignored is given in these section: <a href="syndata.html#declaration">Declarations and properties</a>, <a href="syndata.html#parsing-errors">Rules for handling parsing errors</a>, <a href="syndata.html#unsupportedvalues">Unsupported Values</a>, or may be explained in the text where the term "ignore" appears. Second, a user agent may (and, in some cases must) disregard certain properties or values in the style sheet even if the syntax is legal. For example, table-column-group elements cannot have borders around them, so the border properties must be ignored.
193193

194194

195195
<dt><strong><span class="index-def" title="rendered

css2/cover.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ <h2 id=status>Status of this document</h2>
124124
report can be found in the <a href="http://www.w3.org/TR/">W3C
125125
technical reports index at http://www.w3.org/TR/</a>.</em>
126126

127-
<p>This is a "Last Call" Working Draft. The deadline for comments is
128-
July&nbsp;15, 2005.
127+
<p>This is a "Last Call" Working Draft. The deadline for comments is 15&nbsp;July 2005.
129128

130129
<p>The (<a
131130
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)

css2/refs.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ <H2><a name="q1">B.1 Normative references</a></H2>
8686
Character Set (UCS) - Part 1: Architecture and Basic Multilingual
8787
Plane", ISO/IEC 10646-1:1993. The current specification also takes
8888
into consideration the first five amendments to ISO/IEC 10646-1:1993.
89-
Useful <a
90-
href="http://www.indigo.ie/egt/standards/iso10646/bmp-roadmap-table.html">roadmap
91-
of the BMP</a> and <a
92-
href="http://www.indigo.ie/egt/standards/iso10646/plane-1-roadmap-table.html">roadmap
93-
of plane 1</a> documents show which scripts sit at which numeric
89+
Useful <a href="http://www.unicode.org/roadmaps/">roadmap of the BMP
90+
and plane 1</a> documents show which scripts sit at which numeric
9491
ranges.
9592

93+
9694
<dt><strong><a name="ref-PNG10" class="normref">[PNG10]</a></strong>
9795
<dd>"PNG (Portable Network Graphics) Specification, Version 1.0
9896
specification", T. Boutell ed., 1 October 1996.<BR>

css2/selector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ <h3>5.8.3 <a name="class-html">Class selectors</a></h3>
558558
href="http://www.w3.org/TR/2001/REC-SVG-20010904/styling.html#ClassAttribute">SVG
559559
&quot;class&quot; attribute</a> and how a UA should interpret it, and
560560
similarly MathML 2.0 <a href="refs.html#ref-MATH20" rel="biblioentry" class="noxref"><span class="informref">[MATH20]</span></a> describes the <a
561-
href="http://www.w3.org/TR/MathML2/chapter2.html#fund_globatt">MathML
561+
href="http://www.w3.org/TR/MathML2/chapter2.html#fund.globatt">MathML
562562
&quot;class&quot; attribute</a>.)
563563

564564
<div class="example"><P style="display:none">Example(s):</P><p>

css2/tables.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,8 @@ <h4> <a name="fixed-table-layout">Fixed table layout</a></h4>
825825
href="#auto-table-layout">automatic table layout</a> algorithm.
826826
However, if the table is a block-level table ('display: table') in
827827
normal flow, a UA may (but does not have to) use the algorithm of <a
828-
href="visudet.html#q6">10.3.3</a> to compute a width and apply fixed
829-
table layout even if the specified width is 'auto'.
828+
href="visudet.html#blockwidth">10.3.3</a> to compute a width and apply
829+
fixed table layout even if the specified width is 'auto'.
830830

831831
<div class="example"><P style="display:none">Example(s):</P>
832832
<p>If a UA supports fixed table layout when 'width' is 'auto', the

css2/visuren.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2><a name="q1">9.1 Introduction to the visual formatting model</a></h2>
120120
However, the
121121
meanings of the <a href="box.html#margin-properties">margin
122122
properties</a> vary when applied to paged media (see the <a
123-
href="page.html#page-model">page model</a> for details).
123+
href="page.html#page-margins">page model</a> for details).
124124
</span>
125125
</p>
126126

@@ -401,7 +401,7 @@ <h3>9.2.3 <a name="run-in">Run-in boxes</a></h3>
401401
</p>
402402

403403
<p>Please consult the section on
404-
<a href="generate.html#compact-run-in-gen">generated content</a>
404+
<a href="generate.html#before-after-content">generated content</a>
405405
for information about how run-in boxes interact with generated
406406
content.
407407
</p>

0 commit comments

Comments
 (0)