@@ -536,6 +536,11 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
536536 < li class ="tocline2 "> < a href ="changes.html#q494 " class ="tocxref "> C.8 Changes since the working draft of 7 December 2010</ a >
537537 < ul class ="toc ">
538538 < li class ="tocline3 "> < a href ="changes.html#q495 " class ="tocxref "> C.8.1 8.3.1 Collapsing margins</ a >
539+ < li class ="tocline3 "> < a href ="changes.html#q496 " class ="tocxref "> C.8.2 10.8.1 Leading and half-leading</ a >
540+ < li class ="tocline3 "> < a href ="changes.html#q497 " class ="tocxref "> C.8.3 10.3 Calculating widths and margins</ a >
541+ < li class ="tocline3 "> < a href ="changes.html#q498 " class ="tocxref "> C.8.4 14.3 Gamma correction</ a >
542+ < li class ="tocline3 "> < a href ="changes.html#q499 " class ="tocxref "> C.8.5 11.1.2 Clipping: the 'clip' property</ a >
543+ < li class ="tocline3 "> < a href ="changes.html#q500 " class ="tocxref "> C.8.6 9.4.2 Inline formatting contexts</ a >
539544 </ ul >
540545 </ ul >
541546</ div >
@@ -1357,7 +1362,7 @@ <h3 id="c11.1.1"><a name="q87">C.2.80 </a><a href="visufx.html#overflow">Section
13571362Overflow</ a > </ h3 >
13581363
13591364< p > 'projection' media are no longer permitted to print overflowing
1360- content for 'overflow: scroll'. 'print ' media now < em > may</ em > , as
1365+ content for 'overflow: scroll'. 'Print ' media now < em > may</ em > , as
13611366opposed to < em > should</ em > .</ p >
13621367
13631368< p > UAs are now required to apply the 'overflow' property set on the root
@@ -4068,7 +4073,7 @@ <h3 id="s.12.5.1a"><a name="q345">C.5.58 </a><a
40684073< blockquote > < p > < ins > … but does require that for list items whose
40694074'direction' property is 'ltr' the marker box be on the left side of
40704075the content and for elements whose 'direction' property is 'rtl' the
4071- marker box be on the right side of the content. 'overflow ' on the
4076+ marker box be on the right side of the content. 'Overflow ' on the
40724077element does not clip the marker box. The marker box is fixed with
40734078respect to the principal block box's border and does not scroll with
40744079the principal block box's content. The size or contents of the marker
@@ -6961,6 +6966,74 @@ <h3 id=u.8.3.1><a name="q495">C.8.1 </a><a
69616966shorter and clearer.
69626967
69636968
6969+
6970+ < h3 id =u.10.8.1 > < a name ="q496 "> C.8.2 </ a > < a
6971+ href ="/TR/2010/WD-CSS2-20101207/visudet.html#leading "> 10.8.1 Leading
6972+ and half-leading</ a > </ h3 >
6973+
6974+ < p > The remark about equal line spacing is made more precise and put in
6975+ green, to make it clearer that it is a note:
6976+
6977+ < blockquote >
6978+ < p class =note > < em > < del > Generally,</ del >
6979+ < ins > < strong > Note.</ strong > </ ins > when there is only one value of
6980+ 'line-height' for all inline boxes in a block container box < ins > and
6981+ they are all in the same font</ ins > (and < ins > there are</ ins > no
6982+ replaced elements, inline-block elements, etc.), the above will ensure
6983+ that baselines of successive lines are exactly 'line-height'
6984+ apart. This is important when columns of text in different fonts have
6985+ to be aligned, for example in a table.</ em >
6986+ </ blockquote >
6987+
6988+
6989+
6990+ < h3 id =u.10.3 > < a name ="q497 "> C.8.3 </ a > < a
6991+ href ="/TR/2010/WD-CSS2-20101207/visudet.html#Computing_widths_and_margins "> 10.3
6992+ Calculating widths and margins</ a > </ h3 >
6993+
6994+ < p > Added a note that the width calculation only yields a tentative
6995+ value, still to be compared to 'min-width' and 'max-width'
6996+
6997+ < blockquote >
6998+ < p > < p class =note > < em > < strong > Note.</ strong > The used value of 'width'
6999+ calculated below is a tentative value, and may have to be calculated
7000+ multiple times, depending on 'min-width' and 'max-width', see the
7001+ section Minimum and maximum widths below.</ em >
7002+ </ blockquote >
7003+
7004+ < p > A similar note is added to section 10.6 about calculating
7005+ heights.
7006+
7007+
7008+
7009+ < h3 id =u.14.3 > < a name ="q498 "> C.8.4 </ a > < a
7010+ href ="/TR/2010/WD-CSS2-20101207/colors.html#gamma-correction "> 14.3
7011+ Gamma correction</ a > </ h3 >
7012+
7013+ < p > The section on gamma correction was removed. It existed only to
7014+ help implementations on certain operating systems of the 1990s.
7015+
7016+
7017+
7018+ < h3 id =u.11.1.2 > < a name ="q499 "> C.8.5 </ a > < a
7019+ href ="/TR/2010/WD-CSS2-20101207/visufx.html#clipping "> 11.1.2 Clipping:
7020+ the 'clip' property</ a > </ h3 >
7021+
7022+ < p > The 2nd and 4th offsets of the clip rectangle are offsets from the
7023+ left edge of the element. The 'direction' property no longer has an
7024+ influence.
7025+
7026+
7027+
7028+ < h3 id =u.9.4.2 > < a name ="q500 "> C.8.6 </ a > < a
7029+ href ="/TR/2010/WD-CSS2-20101207/visuren.html#inline-formatting "> 9.4.2
7030+ Inline formatting contexts</ a > </ h3 >
7031+
7032+ < p > The words "line feed" were a typing error. The intended words are
7033+ "forced line break."
7034+
7035+
7036+
69647037< hr class ="navbar ">
69657038
69667039< div class ="navbar ">
0 commit comments