|
17 | 17 |
|
18 | 18 | <h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3</h1> |
19 | 19 |
|
20 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 April 2012</h2> |
| 20 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 May 2012</h2> |
21 | 21 |
|
22 | 22 | <dl> |
23 | 23 | <dt>This version:</dt> |
24 | | - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-break-20120430/">http://www.w3.org/TR/2012/WD-css3-break-20120430/</a></dd> --> |
| 24 | + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-break-20120503/">http://www.w3.org/TR/2012/WD-css3-break-20120503/</a></dd> --> |
25 | 25 |
|
26 | 26 | <dd><a |
27 | 27 | href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a> |
@@ -750,11 +750,13 @@ <h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3> |
750 | 750 | <p> The UA is not required to fragment the contents of scrollable elements |
751 | 751 | e.g. those with ‘<code class=property>overflow</code>’ set to |
752 | 752 | ‘<code class=css>auto</code>’ or ‘<code |
753 | | - class=css>scroll</code>’, and may instead either graphically slice |
754 | | - their contents as necessary to fragment the element or treat the element |
755 | | - as unbreakable and overflow the fragmenter. In such cases it must treat |
756 | | - the element as having ‘<code class=css>break-inside: |
757 | | - avoid</code>’. |
| 753 | + class=css>scroll</code>’, and may instead either slice the element's |
| 754 | + graphical representation as necessary to fragment it or treat its box as |
| 755 | + monolithic (unbreakable) and overflow the fragmenter. In both cases it |
| 756 | + must treat the element as having ‘<code class=css>break-inside: |
| 757 | + avoid</code>’, i.e. only slice or overflow at the fragmenter edge if |
| 758 | + there are no <a href="#possible-breaks">possible break points</a> on the |
| 759 | + fragmenter. |
758 | 760 |
|
759 | 761 | <h3 id=break-types><span class=secno>4.2. </span> Types of Breaks</h3> |
760 | 762 |
|
|
0 commit comments