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
used for absolutely positioned elements in the name named flow which do not have an
598
+
ancestor with a 'position' of 'absolute', 'relative' or 'fixed' (see [[!CSS21]]). That
599
+
first region rectangle is used as the containing block instead of the initial containing block.</p>
596
600
597
601
<p>The first region defines the <ahref="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing mode</a> for the entire flow. The writing mode on subsequent regions is ignored.</p>
598
602
@@ -1718,6 +1722,8 @@ <h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/20
1718
1722
<li>Added a name property to the <code>NamedFlow</code> interface. Added a <code>NamedFlowCollection</code>
1719
1723
interface and added a <code>getNamedFlows</code> method on the <code>Document</code> interface, as
1720
1724
per <ahref="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15828">Bug 15828</a>.</li>
1725
+
<li>Modified wording about containing block resolution for absolutely positioned elements in a
0 commit comments