|
767 | 767 | <h1 class="p-name no-ref" id="title">CSS Overflow Module Level 3</h1>
|
768 | 768 |
|
769 | 769 | <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
|
770 |
| - <time class="dt-updated" datetime="2015-03-11">11 March 2015</time></span></h2> |
| 770 | + <time class="dt-updated" datetime="2015-03-13">13 March 2015</time></span></h2> |
771 | 771 |
|
772 | 772 | <div data-fill-with="spec-metadata">
|
773 | 773 | <dl>
|
@@ -2212,8 +2212,17 @@ <h3 class="heading settled" data-level="6.2" id="max-lines"><span class="secno">
|
2212 | 2212 | </dl>
|
2213 | 2213 |
|
2214 | 2214 |
|
2215 |
| - <p class="issue" id="issue-1527f8dd"><a class="self-link" href="#issue-1527f8dd"></a>Should this apply to fragment overflow only, or also |
2216 |
| -to pagination?</p> |
| 2215 | + <p class="issue" id="issue-f6e7b6c3"><a class="self-link" href="#issue-f6e7b6c3"></a>Should this apply to fragment overflow only, or also |
| 2216 | +to pagination? |
| 2217 | +Given what we’re doing with the continue property, |
| 2218 | +it should actually apply to any fragmentainer.</p> |
| 2219 | + |
| 2220 | + |
| 2221 | + <p class="issue" id="issue-13fa8ed4"><a class="self-link" href="#issue-13fa8ed4"></a>having max-lines do nothing on regular elements is not ideal. |
| 2222 | +When applied to non fragmentainers, |
| 2223 | +it should probably cause <a class="property" data-link-type="propdesc" href="#propdef-continue">continue</a> to compute to <a class="css" data-link-type="maybe" href="#valdef-continue-discard">discard</a> |
| 2224 | +so that you only need to reach for one property rather than 2 to get |
| 2225 | +that effect.</p> |
2217 | 2226 |
|
2218 | 2227 |
|
2219 | 2228 | <div class="example">
|
@@ -2896,7 +2905,14 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
|
2896 | 2905 | boundaries) is the break forced?
|
2897 | 2906 | <a href="#issue-9488ec29"> ↵ </a></div>
|
2898 | 2907 | <div class="issue">Should this apply to fragment overflow only, or also
|
2899 |
| -to pagination?<a href="#issue-1527f8dd"> ↵ </a></div> |
| 2908 | +to pagination? |
| 2909 | +Given what we’re doing with the continue property, |
| 2910 | +it should actually apply to any fragmentainer.<a href="#issue-f6e7b6c3"> ↵ </a></div> |
| 2911 | + <div class="issue">having max-lines do nothing on regular elements is not ideal. |
| 2912 | +When applied to non fragmentainers, |
| 2913 | +it should probably cause <a class="property" data-link-type="propdesc" href="#propdef-continue">continue</a> to compute to <a class="css" data-link-type="maybe" href="#valdef-continue-discard">discard</a> |
| 2914 | +so that you only need to reach for one property rather than 2 to get |
| 2915 | +that effect.<a href="#issue-13fa8ed4"> ↵ </a></div> |
2900 | 2916 | <div class="issue">
|
2901 | 2917 | This specification should define useful behavior
|
2902 | 2918 | for all values of <a class="property" data-link-type="propdesc" href="#propdef-overflow">overflow</a> and <a class="property" data-link-type="propdesc" href="#propdef-continue">continue</a>
|
|
0 commit comments