|
1 | 1 | <pre class="metadata">
|
2 | 2 | Title: CSS Overflow Module Level 4
|
3 | 3 | Status: ED
|
4 |
| -Work Status: Exploring |
| 4 | +Work Status: Revising |
5 | 5 | ED: https://drafts.csswg.org/css-overflow-4/
|
6 | 6 | Shortname: css-overflow
|
7 | 7 | Group: csswg
|
8 | 8 | Level: 4
|
9 | 9 | TR: https://www.w3.org/TR/css-overflow-4/
|
10 |
| -Previous version: https://www.w3.org/TR/css-overflow-3/ |
11 | 10 | Editor: L. David Baron, Mozilla https://www.mozilla.org/, https://dbaron.org/, w3cid 15393
|
12 | 11 | Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/, w3cid 43241
|
13 |
| -Abstract: This module contains the features of CSS relating to new mechanisms of overflow handling in visual media (e.g., screen or paper). In interactive media, it describes features that allow the overflow from a fixed size container to be handled by pagination (displaying one page at a time). It also describes features, applying to all visual media, that allow the contents of an element to be spread across multiple fragments, allowing the contents to flow across multiple regions or to have different styles for different fragments. |
14 |
| -Ignored Terms: scroll |
| 12 | +Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400 |
| 13 | +Abstract: This module contains the features of CSS relating to scrollable overflow handling in visual media. |
| 14 | + It builds on the <a href="https://www.w3.org/TR/css-overflow-3/">CSS Overflow Module Level 3</a>, |
| 15 | + defining |
| 16 | + 'line-clamp', its longhands, and its legacy pre-standard syntax; |
| 17 | + adding a 'block-ellipsis' property; |
| 18 | + and expanding 'overflow-clip-margin' with longhands. |
| 19 | + An appendix also contains a more experimental exploration |
| 20 | + of <a href="#fragmentation">redirecting overflow by fragmentation</a>. |
15 | 21 | </pre>
|
16 | 22 | <pre class="link-defaults">
|
17 | 23 | type: dfn; spec:css-multicol-1; text:overflow column
|
@@ -1167,6 +1173,8 @@ Fragmentation of Overflow: the 'continue' property</h3>
|
1167 | 1173 | <h2 id="fragmentation" no-num>
|
1168 | 1174 | Appendix A: Redirection of Overflow</h2>
|
1169 | 1175 |
|
| 1176 | + <!-- Abstract: This module contains the features of CSS relating to new mechanisms of overflow handling in visual media (e.g., screen or paper). In interactive media, it describes features that allow the overflow from a fixed size container to be handled by pagination (displaying one page at a time). It also describes features, applying to all visual media, that allow the contents of an element to be spread across multiple fragments, allowing the contents to flow across multiple regions or to have different styles for different fragments. --> |
| 1177 | + |
1170 | 1178 | ISSUE: This section is highly experimental.
|
1171 | 1179 | It documents current attempts
|
1172 | 1180 | at extending the capabilities of the 'continue' property
|
|
0 commit comments