|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: changes.src,v 2.145 2011-03-22 20:59:45 fantasai Exp $ --> |
| 3 | +<!-- $Id: changes.src,v 2.146 2011-03-23 01:10:23 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Changes</TITLE> |
6 | 6 | </HEAD> |
@@ -6642,9 +6642,8 @@ in the following way:</del><ins>.</ins> |
6642 | 6642 |
|
6643 | 6643 | <p>If there is no such ancestor, the containing block is the initial |
6644 | 6644 | containing block. <ins>In CSS 2.1, if that nearest ancestor is an |
6645 | | -inline-level element that splits across multiple lines, or splits into |
6646 | | -multiple boxes due to bidi processing, the containing block is |
6647 | | -undefined.</ins> |
| 6645 | +inline-level element that splits across multiple lines the containing |
| 6646 | +block is undefined.</ins> |
6648 | 6647 | </blockquote> |
6649 | 6648 |
|
6650 | 6649 | <!--========================== issue 213 ==========================--> |
@@ -6794,7 +6793,7 @@ Anonymous block boxes</a></h3> |
6794 | 6793 |
|
6795 | 6794 | <blockquote> |
6796 | 6795 | <p>The resulting boxes would be <del>an anonymous block box |
6797 | | -around</del> <ins>a block box representing</ins> the P, containing an |
| 6796 | +around</del> <ins>a block box representing</ins> the BODY, containing an |
6798 | 6797 | anonymous block box around C1, the SPAN block box, and another |
6799 | 6798 | anonymous block box around C2. |
6800 | 6799 | </blockquote> |
@@ -6842,6 +6841,10 @@ sequences of white space. Lines are broken at <del>newlines in the |
6842 | 6841 | source, at occurrences of "\A" in generated content,</del> |
6843 | 6842 | <ins>preserved newline characters,</ins> and as necessary to fill line |
6844 | 6843 | boxes. |
| 6844 | +<dt>pre-line <dd>This value directs user agents to collapse sequences |
| 6845 | +of white space. Lines are broken at <del>newlines in the source, at |
| 6846 | +occurrences of "\A" in generated content,</del> <ins>preserved newline |
| 6847 | +characters,</ins> and as necessary to fill line boxes. |
6845 | 6848 | </dl> |
6846 | 6849 | </blockquote> |
6847 | 6850 |
|
@@ -7428,27 +7431,6 @@ an intrinsic ratio but no intrinsic size, add this note: |
7428 | 7431 | image has an intrinsic ratio, but no intrinsic size.</ins> |
7429 | 7432 | </blockquote> |
7430 | 7433 |
|
7431 | | -<!--========================== issue 283 ==========================--> |
7432 | | - |
7433 | | -<h3 id=u.14.2.1a><a |
7434 | | -href="/TR/2010/WD-CSS2-20101207/colors.html#background-properties">14.2.1 |
7435 | | -Background properties: 'background-color', 'background-image', |
7436 | | -'background-repeat', 'background-attachment', 'background-position', |
7437 | | -and 'background'</a></h3> |
7438 | | - |
7439 | | -<p>Because of insufficient implementations of background images with |
7440 | | -an intrinsic ratio but no intrinsic size, the size of such images is |
7441 | | -not defined in CSS 2.1: |
7442 | | - |
7443 | | -<blockquote> |
7444 | | -<p>If the image has no intrinsic dimensions and has an intrinsic ratio |
7445 | | -the dimensions <del>must be assumed to be the largest dimensions at |
7446 | | -that ratio such that neither dimension exceeds the dimensions of the |
7447 | | -rectangle that establishes the coordinate system for the <span |
7448 | | -class="propinst-background-position">'background-position'</span> |
7449 | | -property</del> <ins>are undefined in CSS 2.1</ins>. |
7450 | | -</blockquote> |
7451 | | - |
7452 | 7434 | <!--========================== issue 197 ==========================--> |
7453 | 7435 |
|
7454 | 7436 | <h3 id=u.9.2.4><a |
|
0 commit comments