diff --git a/css-overflow-5/Overview.bs b/css-overflow-5/Overview.bs index 7a225008bdd..3f3357f2ccb 100644 --- a/css-overflow-5/Overview.bs +++ b/css-overflow-5/Overview.bs @@ -1,8 +1,10 @@
Title: CSS Overflow Module Level 5 -Status: ED +Status: FPWD +Prepare for TR: yes Work Status: Revising ED: https://drafts.csswg.org/css-overflow-5/ +TR: https://www.w3.org/TR/css-overflow-5/ Shortname: css-overflow Group: csswg Level: 5 @@ -11,7 +13,9 @@ Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contac Editor: Robert Flack, Google, flackr@google.com, w3cid 98451 Abstract: This module contains the features of CSS relating to scrollable overflow handling in visual media. It builds on the CSS Overflow Module Level 4, - adding an appendix containing an experimental exploration + adding the ability to generate and associate various scrolling controls + (markers to indicate scroll progress, buttons to trigger scrolling), + and adding an appendix containing an experimental exploration of redirecting overflow by fragmentation.
@@ -21,6 +25,9 @@ spec:css-pseudo-4; type:selector; text:::first-line spec:css-writing-modes-4; type:dfn; text:start spec:css-writing-modes-4; type:dfn; text:end+
+spec: css21 +
url: https://www.w3.org/TR/CSS21/visudet.html#strut; type: dfn; text: strut;@@ -133,12 +140,23 @@ url: https://www.w3.org/TR/CSS21/visudet.html#strut; type: dfn; text: strut; Introduction This specification extends [[!CSS-OVERFLOW-4]]. + It is currently a diff specification, + defining only a few new features; + see [[CSS-OVERFLOW-4]] for the rest of the features related to overflow. : [[#scroll-navigation|Scroll navigation controls]] :: - This section defines stylable scroll navigation controls - with defined user interactions and accessible labels, - and pseudo-classes which automatically construct them. + This section defines the ability to associate [=scroll markers=] + with elements in a scroller + (or generate them automatically as ''::scroll-marker'' pseudo-elements, + with automatic user behavior and accessible labels), + which can be activated to scroll to the associated elements + and reflect the scroller's relative scroll progress + via the '':target-current'' pseudo-class. + + It also defines ''::scroll-button()'' pseudo-elements, + which can be activated to cause their associated scroller + to scroll by a "page" in a given direction. : [[#fragmentation|Redirection of Overflow]] :: @@ -146,14 +164,6 @@ Introduction for handling overflow by redirecting it into newly-generated [=fragmentation containers=]. -Note: At the time of writing, [[CSS-OVERFLOW-4]] is not completely finalized yet. -To avoid accidental divergences and maintenance overhead, -This specification is written as a delta specification over css-overflow Level 4. -Once the level 4 specification is final, -its content will be integrated into this specification, -which will then replace it. -Until then, this specification only contains additions and extensions to level 4. -