|
32 | 32 |
|
33 | 33 | <h1>CSS Text Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 January |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 January |
36 | 36 | 2012</h2> |
37 | 37 |
|
38 | 38 | <dl> |
39 | 39 | <dt>This version: |
40 | 40 |
|
41 | | - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/19 |
42 | | - 02:52:02 $ (CVS $Revision$)</a> <!-- |
43 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120123/">http://www.w3.org/TR/2012/WD-css3-text-20120123/</a></dd> |
| 41 | + <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/23 |
| 42 | + 20:29:45 $ (CVS $Revision$)</a> <!-- |
| 43 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120124/">http://www.w3.org/TR/2012/WD-css3-text-20120124/</a></dd> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -863,9 +863,8 @@ <h3 id=white-space-rules><span class=secno>3.3. </span> The White Space |
863 | 863 | <li>Any space immediately following another collapsible space |
864 | 864 | —even one outside the boundary of the inline containing the |
865 | 865 | space, provided they are within the same inline formatting |
866 | | - context—is removed. However, if removing this space would |
867 | | - eliminate a line breaking opportunity in the text, that opportunity is |
868 | | - still considered to exist. |
| 866 | + context—is collapsed to have zero advance width. (It is |
| 867 | + invisible, but retains its line-breaking opportunity, if any.) |
869 | 868 | </ol> |
870 | 869 |
|
871 | 870 | <li> |
@@ -904,8 +903,8 @@ <h3 id=white-space-rules><span class=secno>3.3. </span> The White Space |
904 | 903 | character advance widths. |
905 | 904 | </ol> |
906 | 905 |
|
907 | | - <p>White space that was not removed during the white space processing steps |
908 | | - is called <dfn id=preserved>preserved</dfn> white space. |
| 906 | + <p>White space that was not removed or collapsed during the white space |
| 907 | + processing steps is called <dfn id=preserved>preserved</dfn> white space. |
909 | 908 |
|
910 | 909 | <div class=example> |
911 | 910 | <h4 id=egbidiwscollapse><span class=secno>3.3.1. </span> Example of |
@@ -1182,8 +1181,8 @@ <h2 id=line-breaking><span class=secno>4. </span> Line Breaking and Word |
1182 | 1181 | element containing the boundary control breaking. |
1183 | 1182 | <!-- http://lists.w3.org/Archives/Public/www-style/2008Dec/0043.html --> |
1184 | 1183 | For break opportunities given by the first or last character of a box, the |
1185 | | - break occurs immediately before/after the box rather than breaking the |
1186 | | - box. |
| 1184 | + break occurs immediately before/after the box (at its margin edge) rather |
| 1185 | + than breaking the box at its content edge. |
1187 | 1186 |
|
1188 | 1187 | <div class=note> |
1189 | 1188 | <p>Further information on line breaking conventions can be found in <a |
|
0 commit comments