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
<dd><ahref="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line “<kbd>[[SHORTNAME]] <var>… message topic …</var></kbd>”
It does not overflow. If the region is the last one in the <spantitle=
1872
+
If the region is the last one in the <spantitle=
1836
1873
"region-chain">region chain</span>, it means that the content fits
1837
1874
without overflowing. If the region is not the last one in the region
1838
1875
chain, that means the <span>named flow</span>
@@ -1846,9 +1883,6 @@ <h3 id="extension-to-the-element-interface">Extension to the Element
1846
1883
<dd>the region element has no content and is empty. All content from
1847
1884
the <span>named flow</span> was fitted in regions
1848
1885
with a lower document order.</dd>
1849
-
1850
-
<dt>'undefined'</dt>
1851
-
<dd>The element is not a <span>region</span>.</dd>
1852
1886
</dl>
1853
1887
1854
1888
<p>Note that if there is no content in the named flow, all regions associated
@@ -1969,6 +2003,9 @@ <h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/20
1969
2003
<li>Fixed DOM references to now point to the DOM TR</li>
1970
2004
<li>Fixed Web IDL issues as reported in <ahref="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15931">Issue 15931</a></li>
1971
2005
<li>Added text to explain support for multi-column elements as required by <ahref="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15191">Issue 15191</a> and <ahref="http://www.w3.org/Style/CSS/Tracker/actions/375">Action 375</a>.</li>
2006
+
<li>Renamed 'regionOverflow' to 'regionOverset' to avoid confusion between fitting a flow in
2007
+
regions and the concept of visual overflow that the word 'overflow' (and the property) carry.</li>
2008
+
<li>Reworked the partial document interface following the <ahref="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14948">Issue 14948</a> on <code>getFlowByName</code>.</li>
0 commit comments