Skip to content

Commit c2c1054

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

26 files changed

Lines changed: 649 additions & 304 deletions

css2/changes.html

Lines changed: 68 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,11 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
417417
</ul>
418418
<li class="tocline2"><a href="changes.html#errata2" class="tocxref">C.6 Errata since the Candidate Recommendation of April 2009</a>
419419
<ul class="toc">
420-
<li class="tocline3"><a href="changes.html#q381" class="tocxref">C.6.1 Section&nbsp;17.5.2.1 Fixed table layout</a>
420+
<li class="tocline3"><a href="changes.html#q381" class="tocxref">C.6.1 Section&nbsp;4.2 Rules for handling parsing errors</a>
421+
<li class="tocline3"><a href="changes.html#q382" class="tocxref">C.6.2 Section&nbsp;13.3.3 Allowed page breaks</a>
422+
<li class="tocline3"><a href="changes.html#q383" class="tocxref">C.6.3 Section&nbsp;17.5.2.1 Fixed table layout</a>
423+
<li class="tocline3"><a href="changes.html#q384" class="tocxref">C.6.4 Section&nbsp;17.5.3 Table height layout</a>
424+
<li class="tocline3"><a href="changes.html#q385" class="tocxref">C.6.5 Appendix&nbsp;G. Grammar of CSS 2.1</a>
421425
</ul>
422426
</ul>
423427
</div>
@@ -4466,17 +4470,78 @@ <h2>C.6 <a name=errata2>Errata since the Candidate Recommendation of April
44664470

44674471

44684472

4469-
<h3 id="s.17.5.2.1"><a name="q381">C.6.1 </a><a
4473+
<h3 id="s.4.2"><a name="q381">C.6.1 </a><a
4474+
href="/TR/2009/CR-CSS2-20090423/syndata.html#parsing-errors">
4475+
Section&nbsp;4.2 Rules for handling parsing errors</a></h3>
4476+
4477+
<p><span class=date>[2009-08-06]</span> Clarified the rules for
4478+
ignoring invalid at-keywords:
4479+
4480+
<blockquote>
4481+
<p><strong>Invalid at-keywords.</strong> User agents must ignore an
4482+
invalid at-keyword together with everything following it, <ins>up to the
4483+
end of the block that contains the invalid at-keyword, or</ins> up to and
4484+
including the next semicolon (;), <ins>or up to
4485+
and including</ins> the next block ({...}), <del>or the end
4486+
of the block (}) that contains the invalid at-keyword,</del> whichever comes
4487+
first.
4488+
</blockquote>
4489+
4490+
4491+
4492+
<h3 id="s.13.3.3"><a name="q382">C.6.2 </a><a
4493+
href="/TR/2009/CR-CSS2-20090423/page.html#allowed-page-breaks">
4494+
Section&nbsp;13.3.3 Allowed page breaks</a></h3>
4495+
4496+
<p><span class=date>[2009-08-06]</span> Page breaks are also allowed
4497+
when there is a gap after the last content of a block. Added the
4498+
following to the first list:
4499+
4500+
<blockquote>
4501+
<p>3. Between the content edge of a block box and the outer edges of
4502+
its child content (margin edges of block-level children or line box
4503+
edges for inline-level children) if there is a (non-zero) gap between
4504+
them.
4505+
</blockquote>
4506+
4507+
4508+
4509+
<h3 id="s.17.5.2.1"><a name="q383">C.6.3 </a><a
44704510
href="/TR/2009/CR-CSS2-20090423/tables.html#fixed-table-layout">
44714511
Section&nbsp;17.5.2.1 Fixed table layout</a></h3>
44724512

44734513
<p><span class=date>[2009-05-20]</span> UAs <em>may</em> render extra
4474-
columns if there are unexpect columns in later rows of a 'fixed' table
4514+
columns if there are unexpected columns in later rows of a 'fixed' table
44754515
layout. In that case, the width of the columns and of the table is
44764516
undefined.
44774517

44784518

44794519

4520+
<h3 id="s.17.5.3"><a name="q384">C.6.4 </a><a
4521+
href="/TR/2009/CR-CSS2-20090423/tables.html#height-layout">
4522+
Section&nbsp;17.5.3 Table height layout</a></h3>
4523+
4524+
<p><span class=date>[2009-08-06]</span> Replaced
4525+
&ldquo;<del>Percentage heights on table cells, table rows, and table
4526+
row groups compute to 'auto'</del> by
4527+
4528+
<blockquote>
4529+
<p><ins>CSS&nbsp;2.1 does not define how the height of table cells,
4530+
table rows and table row groups is calculated when their height is
4531+
specified using percentage values.</ins>
4532+
</blockquote>
4533+
4534+
4535+
4536+
<h3 id="s.G"><a name="q385">C.6.5 </a><a
4537+
href="/TR/2009/CR-CSS2-20090423/grammar.html">
4538+
Appendix&nbsp;G. Grammar of CSS 2.1</a></h3>
4539+
4540+
<p><span class=date>[2009-08-06]</span> Removed ambiguities from the
4541+
grammar. (The ambiguities only affected spaces and were harmless.)
4542+
4543+
4544+
44804545
<hr class="navbar">
44814546

44824547
<div class="navbar">

css2/changes.src

Lines changed: 63 additions & 2 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: changes.src,v 2.111 2009-05-20 14:15:28 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.112 2009-08-06 19:42:34 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -4049,17 +4049,78 @@ href="http://www.w3.org/TR/2009/CR-CSS2-20090423">CSS level 2
40494049
revision 1, CR version of 23 April 2009.</a> These corrections have the
40504050
status of a draft.
40514051

4052+
<!--========================== issue 123 =========================-->
4053+
4054+
<h3 id="s.4.2"><a
4055+
href="/TR/2009/CR-CSS2-20090423/syndata.html#parsing-errors">
4056+
Section&nbsp;4.2 Rules for handling parsing errors</a></h3>
4057+
4058+
<p><span class=date>[2009-08-06]</span> Clarified the rules for
4059+
ignoring invalid at-keywords:
4060+
4061+
<blockquote>
4062+
<p><strong>Invalid at-keywords.</strong> User agents must ignore an
4063+
invalid at-keyword together with everything following it, <ins>up to the
4064+
end of the block that contains the invalid at-keyword, or</ins> up to and
4065+
including the next semicolon (;), <ins>or up to
4066+
and including</ins> the next block ({...}), <del>or the end
4067+
of the block (}) that contains the invalid at-keyword,</del> whichever comes
4068+
first.
4069+
</blockquote>
4070+
4071+
<!--========================== issue 89 ==========================-->
4072+
4073+
<h3 id="s.13.3.3"><a
4074+
href="/TR/2009/CR-CSS2-20090423/page.html#allowed-page-breaks">
4075+
Section&nbsp;13.3.3 Allowed page breaks</a></h3>
4076+
4077+
<p><span class=date>[2009-08-06]</span> Page breaks are also allowed
4078+
when there is a gap after the last content of a block. Added the
4079+
following to the first list:
4080+
4081+
<blockquote>
4082+
<p>3. Between the content edge of a block box and the outer edges of
4083+
its child content (margin edges of block-level children or line box
4084+
edges for inline-level children) if there is a (non-zero) gap between
4085+
them.
4086+
</blockquote>
4087+
40524088
<!--========================== issue 72 ==========================-->
40534089

40544090
<h3 id="s.17.5.2.1"><a
40554091
href="/TR/2009/CR-CSS2-20090423/tables.html#fixed-table-layout">
40564092
Section&nbsp;17.5.2.1 Fixed table layout</a></h3>
40574093

40584094
<p><span class=date>[2009-05-20]</span> UAs <em>may</em> render extra
4059-
columns if there are unexpect columns in later rows of a 'fixed' table
4095+
columns if there are unexpected columns in later rows of a 'fixed' table
40604096
layout. In that case, the width of the columns and of the table is
40614097
undefined.
40624098

4099+
<!--========================== issue 61 ==========================-->
4100+
4101+
<h3 id="s.17.5.3"><a
4102+
href="/TR/2009/CR-CSS2-20090423/tables.html#height-layout">
4103+
Section&nbsp;17.5.3 Table height layout</a></h3>
4104+
4105+
<p><span class=date>[2009-08-06]</span> Replaced
4106+
&ldquo;<del>Percentage heights on table cells, table rows, and table
4107+
row groups compute to 'auto'</del> by
4108+
4109+
<blockquote>
4110+
<p><ins>CSS&nbsp;2.1 does not define how the height of table cells,
4111+
table rows and table row groups is calculated when their height is
4112+
specified using percentage values.</ins>
4113+
</blockquote>
4114+
4115+
<!--========================== issue 124 =========================-->
4116+
4117+
<h3 id="s.G"><a
4118+
href="/TR/2009/CR-CSS2-20090423/grammar.html">
4119+
Appendix&nbsp;G. Grammar of CSS 2.1</a></h3>
4120+
4121+
<p><span class=date>[2009-08-06]</span> Removed ambiguities from the
4122+
grammar. (The ambiguities only affected spaces and were harmless.)
4123+
40634124
<!--===============================================================-->
40644125

40654126
</BODY>

css2/cover.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,11 @@ <h2><a name="toc">Full Table of Contents</a></h2>
11411141
</ul>
11421142
<li class="tocline2"><a href="changes.html#errata2" class="tocxref">C.6 Errata since the Candidate Recommendation of April 2009</a>
11431143
<ul class="toc">
1144-
<li class="tocline3"><a href="changes.html#q381" class="tocxref">C.6.1 Section&nbsp;17.5.2.1 Fixed table layout</a>
1144+
<li class="tocline3"><a href="changes.html#q381" class="tocxref">C.6.1 Section&nbsp;4.2 Rules for handling parsing errors</a>
1145+
<li class="tocline3"><a href="changes.html#q382" class="tocxref">C.6.2 Section&nbsp;13.3.3 Allowed page breaks</a>
1146+
<li class="tocline3"><a href="changes.html#q383" class="tocxref">C.6.3 Section&nbsp;17.5.2.1 Fixed table layout</a>
1147+
<li class="tocline3"><a href="changes.html#q384" class="tocxref">C.6.4 Section&nbsp;17.5.3 Table height layout</a>
1148+
<li class="tocline3"><a href="changes.html#q385" class="tocxref">C.6.5 Appendix&nbsp;G. Grammar of CSS 2.1</a>
11451149
</ul>
11461150
</ul>
11471151
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4</a>

0 commit comments

Comments
 (0)