|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: changes.src,v 2.133 2011-02-16 16:56:26 bbos Exp $ --> |
| 3 | +<!-- $Id: changes.src,v 2.134 2011-03-04 01:17:51 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Changes</TITLE> |
6 | 6 | </HEAD> |
@@ -824,7 +824,7 @@ Overflow and clipping</a></h3> |
824 | 824 | Overflow</a></h3> |
825 | 825 |
|
826 | 826 | <p>'projection' media are no longer permitted to print overflowing |
827 | | -content for 'overflow: scroll'. 'print' media now <em>may</em>, as |
| 827 | +content for 'overflow: scroll'. 'Print' media now <em>may</em>, as |
828 | 828 | opposed to <em>should</em>.</p> |
829 | 829 |
|
830 | 830 | <p>UAs are now required to apply the 'overflow' property set on the root |
@@ -3535,7 +3535,7 @@ affected by 'overflow', but <em>may</em> influence the height of the |
3535 | 3535 | <blockquote><p><ins>… but does require that for list items whose |
3536 | 3536 | 'direction' property is 'ltr' the marker box be on the left side of |
3537 | 3537 | the content and for elements whose 'direction' property is 'rtl' the |
3538 | | -marker box be on the right side of the content. 'overflow' on the |
| 3538 | +marker box be on the right side of the content. 'Overflow' on the |
3539 | 3539 | element does not clip the marker box. The marker box is fixed with |
3540 | 3540 | respect to the principal block box's border and does not scroll with |
3541 | 3541 | the principal block box's content. The size or contents of the marker |
@@ -6496,6 +6496,74 @@ Collapsing margins</a></h3> |
6496 | 6496 | <p>The section is completely rewritten to make the normative text |
6497 | 6497 | shorter and clearer. |
6498 | 6498 |
|
| 6499 | +<!--========================== issue 121 ==========================--> |
| 6500 | + |
| 6501 | +<h3 id=u.10.8.1><a |
| 6502 | +href="/TR/2010/WD-CSS2-20101207/visudet.html#leading">10.8.1 Leading |
| 6503 | +and half-leading</a></h3> |
| 6504 | + |
| 6505 | +<p>The remark about equal line spacing is made more precise and put in |
| 6506 | +green, to make it clearer that it is a note: |
| 6507 | + |
| 6508 | +<blockquote> |
| 6509 | +<p class=note><em><del>Generally,</del> |
| 6510 | +<ins><strong>Note.</strong></ins> when there is only one value of |
| 6511 | +'line-height' for all inline boxes in a block container box <ins>and |
| 6512 | +they are all in the same font</ins> (and <ins>there are</ins> no |
| 6513 | +replaced elements, inline-block elements, etc.), the above will ensure |
| 6514 | +that baselines of successive lines are exactly 'line-height' |
| 6515 | +apart. This is important when columns of text in different fonts have |
| 6516 | +to be aligned, for example in a table.</em> |
| 6517 | +</blockquote> |
| 6518 | + |
| 6519 | +<!--========================== issue 228 ==========================--> |
| 6520 | + |
| 6521 | +<h3 id=u.10.3><a |
| 6522 | +href="/TR/2010/WD-CSS2-20101207/visudet.html#Computing_widths_and_margins">10.3 |
| 6523 | +Calculating widths and margins</a></h3> |
| 6524 | + |
| 6525 | +<p>Added a note that the width calculation only yields a tentative |
| 6526 | +value, still to be compared to 'min-width' and 'max-width' |
| 6527 | + |
| 6528 | +<blockquote> |
| 6529 | +<p><p class=note><em><strong>Note.</strong> The used value of 'width' |
| 6530 | +calculated below is a tentative value, and may have to be calculated |
| 6531 | +multiple times, depending on 'min-width' and 'max-width', see the |
| 6532 | +section Minimum and maximum widths below.</em> |
| 6533 | +</blockquote> |
| 6534 | + |
| 6535 | +<p>A similar note is added to section 10.6 about calculating |
| 6536 | +heights. |
| 6537 | + |
| 6538 | +<!--========================== issue 221 ==========================--> |
| 6539 | + |
| 6540 | +<h3 id=u.14.3><a |
| 6541 | +href="/TR/2010/WD-CSS2-20101207/colors.html#gamma-correction">14.3 |
| 6542 | +Gamma correction</a></h3> |
| 6543 | + |
| 6544 | +<p>The section on gamma correction was removed. It existed only to |
| 6545 | +help implementations on certain operating systems of the 1990s. |
| 6546 | + |
| 6547 | +<!--========================== issue 220 ==========================--> |
| 6548 | + |
| 6549 | +<h3 id=u.11.1.2><a |
| 6550 | +href="/TR/2010/WD-CSS2-20101207/visufx.html#clipping">11.1.2 Clipping: |
| 6551 | +the 'clip' property</a></h3> |
| 6552 | + |
| 6553 | +<p>The 2nd and 4th offsets of the clip rectangle are offsets from the |
| 6554 | +left edge of the element. The 'direction' property no longer has an |
| 6555 | +influence. |
| 6556 | + |
| 6557 | +<!--========================== issue 205 ==========================--> |
| 6558 | + |
| 6559 | +<h3 id=u.9.4.2><a |
| 6560 | +href="/TR/2010/WD-CSS2-20101207/visuren.html#inline-formatting">9.4.2 |
| 6561 | +Inline formatting contexts</a></h3> |
| 6562 | + |
| 6563 | +<p>The words "line feed" were a typing error. The intended words are |
| 6564 | +"forced line break." |
| 6565 | + |
| 6566 | +<!-- To do: 218, 215, 213, 210, 204, 181, 159, 153 --> |
6499 | 6567 |
|
6500 | 6568 | </BODY> |
6501 | 6569 | </HTML> |
|
0 commit comments