@@ -419,9 +419,12 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
419419 < ul class ="toc ">
420420 < li class ="tocline3 "> < a href ="changes.html#q381 " class ="tocxref "> C.6.1 Section 4.2 Rules for handling parsing errors</ a >
421421 < 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 >
422+ < li class ="tocline3 "> < a href ="changes.html#q383 " class ="tocxref "> C.6.3 Section 15.3 Font family: the 'font-family' property</ a >
423+ < li class ="tocline3 "> < a href ="changes.html#q384 " class ="tocxref "> C.6.4 Section 15.3.1.1 serif</ a >
424+ < li class ="tocline3 "> < a href ="changes.html#q385 " class ="tocxref "> C.6.5 Section 15.7 Font size: the 'font-size' property</ a >
425+ < li class ="tocline3 "> < a href ="changes.html#q386 " class ="tocxref "> C.6.6 Section 17.5.2.1 Fixed table layout</ a >
426+ < li class ="tocline3 "> < a href ="changes.html#q387 " class ="tocxref "> C.6.7 Section 17.5.3 Table height layout</ a >
427+ < li class ="tocline3 "> < a href ="changes.html#q388 " class ="tocxref "> C.6.8 Appendix G. Grammar of CSS 2.1</ a >
425428 </ ul >
426429 </ ul >
427430</ div >
@@ -4506,7 +4509,49 @@ <h3 id="s.13.3.3"><a name="q382">C.6.2 </a><a
45064509
45074510
45084511
4509- < h3 id ="s.17.5.2.1 "> < a name ="q383 "> C.6.3 </ a > < a
4512+ < h3 id ="s.15.3 "> < a name ="q383 "> C.6.3 </ a > < a
4513+ href ="/TR/2009/CR-CSS2-20090423/fonts.html#font-family-prop ">
4514+ Section 15.3 Font family: the 'font-family' property</ a > </ h3 >
4515+
4516+ < p > < span class =date > [2009-08-31]</ span > The list of keywords in
4517+ “(e.g., 'initial', 'inherit', 'default', 'serif', 'sans-serif',
4518+ 'monospace', 'fantasy', and 'cursive')” isn't an example, but is
4519+ in fact the complete and normative list.
4520+
4521+
4522+
4523+ < h3 id ="s.15.3.1.1 "> < a name ="q384 "> C.6.4 </ a > < a
4524+ href ="/TR/2009/CR-CSS2-20090423/fonts.html#serif-def ">
4525+ Section 15.3.1.1 serif</ a > </ h3 >
4526+
4527+ < p > < span class =date > [2009-08-31]</ span > Spelling errors in font names.
4528+ The correct names are “Excelsior Cyrillic Upright” and
4529+ “ER Bukinist.”
4530+
4531+
4532+
4533+ < h3 id ="s.15.7 "> < a name ="q385 "> C.6.5 </ a > < a
4534+ href ="/TR/2009/CR-CSS2-20090423/fonts.html#font-size-props ">
4535+ Section 15.7 Font size: the 'font-size' property</ a > </ h3 >
4536+
4537+ < p > < span class =date > [2009-08-31]</ span > The two notes “Note:
4538+ implementation experience has demonstrated…” and
4539+ “Note 2. In CSS1, the suggested scaling factor… say
4540+ essentially the same thing. They are replaced by a single note:
4541+
4542+ < blockquote >
4543+ < p > < strong > Note 2.</ strong > In CSS1, the suggested scaling factor
4544+ between adjacent indexes was 1.5, which user experience proved to be
4545+ too large. In CSS2, the suggested scaling factor for a computer screen
4546+ between adjacent indexes was 1.2, which still created issues for the
4547+ small sizes. Implementation experience has demonstrated that a fixed
4548+ ratio between adjacent absolute-size keywords is problematic, and this
4549+ specification does < em > not</ em > recommend such a fixed ratio.
4550+ </ blockquote >
4551+
4552+
4553+
4554+ < h3 id ="s.17.5.2.1 "> < a name ="q386 "> C.6.6 </ a > < a
45104555href ="/TR/2009/CR-CSS2-20090423/tables.html#fixed-table-layout ">
45114556Section 17.5.2.1 Fixed table layout</ a > </ h3 >
45124557
@@ -4517,7 +4562,7 @@ <h3 id="s.17.5.2.1"><a name="q383">C.6.3 </a><a
45174562
45184563
45194564
4520- < h3 id ="s.17.5.3 "> < a name ="q384 "> C.6.4 </ a > < a
4565+ < h3 id ="s.17.5.3 "> < a name ="q387 "> C.6.7 </ a > < a
45214566href ="/TR/2009/CR-CSS2-20090423/tables.html#height-layout ">
45224567Section 17.5.3 Table height layout</ a > </ h3 >
45234568
@@ -4526,14 +4571,15 @@ <h3 id="s.17.5.3"><a name="q384">C.6.4 </a><a
45264571row groups compute to 'auto'</ del > by
45274572
45284573< 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 >
4574+ < p > < ins > CSS 2.1 does not define how the height of table cells and
4575+ table rows is calculated when their height is specified using
4576+ percentage values. CSS 2.1 does not define the meaning of < a href ="visudet.html#propdef-height " class ="noxref "> < span
4577+ class ="propinst-height "> 'height'</ span > </ a > on row groups.</ ins >
45324578</ blockquote >
45334579
45344580
45354581
4536- < h3 id ="s.G "> < a name ="q385 "> C.6.5 </ a > < a
4582+ < h3 id ="s.G "> < a name ="q388 "> C.6.8 </ a > < a
45374583href ="/TR/2009/CR-CSS2-20090423/grammar.html ">
45384584Appendix G. Grammar of CSS 2.1</ a > </ h3 >
45394585
0 commit comments