You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
13
-
Status Text: The following features are at risk: …
14
13
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a>
15
14
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a>
16
15
!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css3-overflow/Overview.src.html">from 31 July 2012 to 27 March 2013</a>
@@ -20,15 +19,13 @@ Status Text: The following features are at risk: …
20
19
<!-- - no longer says "Test suite: none yet" -->
21
20
<!-- - Abstract has the most introductory sentence last -->
22
21
<!-- FIXME: other bikeshed issues -->
23
-
<!-- <integer> in max-lines value line should link to the dfn below, not to css-values -->
Additionally, if the <adata-link-type="dfn" href="#fragment-box">fragment box</a> is also
1653
1652
a multi-column box (as defined in <adata-link-type="biblio" href="#biblio-css3col">[CSS3COL]</a>
1654
1653
<spanclass="issue" id="issue-928903ce"><aclass="self-link" href="#issue-928903ce"></a>though it defines <i>multi-column element</i></span>)
1655
-
any content that would lead to the creation of <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-multicol/#overflow-columns">overflow columns</a><adata-link-type="biblio" href="#biblio-css3col">[CSS3COL]</a>
1654
+
any content that would lead to the creation of <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-multicol-1/#overflow-columns">overflow columns</a><adata-link-type="biblio" href="#biblio-css3col">[CSS3COL]</a>
1656
1655
instead is flown into an additional fragment box.
1657
1656
However, fragment boxes may themselves be broken
1658
1657
(due to fragmentation in a fragmentation context outside of them,
0 commit comments