Skip to content

Commit 2a53e98

Browse files
committed
[css-overflow-4] Update status/abstract
1 parent 1ca47c2 commit 2a53e98

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

css-overflow-4/Overview.bs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<pre class="metadata">
22
Title: CSS Overflow Module Level 4
33
Status: ED
4-
Work Status: Exploring
4+
Work Status: Revising
55
ED: https://drafts.csswg.org/css-overflow-4/
66
Shortname: css-overflow
77
Group: csswg
88
Level: 4
99
TR: https://www.w3.org/TR/css-overflow-4/
10-
Previous version: https://www.w3.org/TR/css-overflow-3/
1110
Editor: L. David Baron, Mozilla https://www.mozilla.org/, https://dbaron.org/, w3cid 15393
1211
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>.
1521
</pre>
1622
<pre class="link-defaults">
1723
type: dfn; spec:css-multicol-1; text:overflow column
@@ -1167,6 +1173,8 @@ Fragmentation of Overflow: the 'continue' property</h3>
11671173
<h2 id="fragmentation" no-num>
11681174
Appendix A: Redirection of Overflow</h2>
11691175

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+
11701178
ISSUE: This section is highly experimental.
11711179
It documents current attempts
11721180
at extending the capabilities of the 'continue' property

0 commit comments

Comments
 (0)