@@ -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 17.5.2.1 Fixed table layout</ a >
420+ < li class ="tocline3 "> < a href ="changes.html#q381 " class ="tocxref "> C.6.1 Section 4.2 Rules for handling parsing errors</ a >
421+ < li class ="tocline3 "> < a href ="changes.html#q382 " class ="tocxref "> C.6.2 Section 13.3.3 Allowed page breaks</ a >
422+ < li class ="tocline3 "> < a href ="changes.html#q383 " class ="tocxref "> C.6.3 Section 17.5.2.1 Fixed table layout</ a >
423+ < li class ="tocline3 "> < a href ="changes.html#q384 " class ="tocxref "> C.6.4 Section 17.5.3 Table height layout</ a >
424+ < li class ="tocline3 "> < a href ="changes.html#q385 " class ="tocxref "> C.6.5 Appendix 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 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 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
44704510href ="/TR/2009/CR-CSS2-20090423/tables.html#fixed-table-layout ">
44714511Section 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
44754515layout. In that case, the width of the columns and of the table is
44764516undefined.
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 17.5.3 Table height layout</ a > </ h3 >
4523+
4524+ < p > < span class =date > [2009-08-06]</ span > Replaced
4525+ “< 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 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 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 ">
0 commit comments