@@ -629,7 +629,15 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
629629 "html "> <object></ code > /< code class =
630630 "html "> <embed></ code > sources the same way it applies to other flow content.
631631 </ p >
632+
633+ < br />
632634
635+ < p > The 'flow-into' does not apply to the < code class ="css "> ::first-line</ code > and < code class ="css "> ::first-character</ code > .</ p >
636+
637+ < p > The effect of 'flow-into' on generated content such as < code class ="css "> ::marker</ code > ,
638+ < code class ="css "> ::before</ code > and < code class ="css "> ::after</ code >
639+ is undefined. This may change depending on implementation feedback.</ p >
640+
633641 < h3 id ="the-content-property "> The 'content' property</ h3 >
634642
635643 < p > This specification extends the definition of the 'content' property.</ p >
@@ -1872,7 +1880,7 @@ <h3 id="region-flow-layout-events">Region flow layout events</h3>
18721880 < tbody > < tr class ="assert must "> < th > Type</ th >
18731881 < td class ="eventname "> < strong > < code > regionLayoutUpdate</ code > </ strong > </ td > </ tr >
18741882 < tr class ="assert must "> < th > Interface</ th > < td > < a href ="#events-UIEvent "> < code > UIEvent</ code > </ a > </ td > </ tr >
1875- < tr class ="assert must "> < th > Sync / Async</ th > < td > Sync </ td > </ tr >
1883+ < tr class ="assert must "> < th > Sync / Async</ th > < td > Async </ td > </ tr >
18761884 < tr class ="assert must "> < th > Bubbles</ th > < td > Yes</ td > </ tr >
18771885 < tr class ="assert must "> < th > Target</ th > < td > < code > Element</ code > </ td > </ tr >
18781886 < tr class ="assert must "> < th > Cancelable</ th > < td > Yes</ td > </ tr >
@@ -2139,7 +2147,7 @@ <h3 id="changes_from_June_09_2011">Changes from <a href="http://www.w3.org/TR/20
21392147 < li > In the 'flow' property description, removed the required wrapper anonymous
21402148 block as agreed on < a href ="http://lists.w3.org/Archives/Public/www-style/2011Aug/0161.html "> mailing list discussion</ a > .</ li >
21412149 < li > Reworded the paragraph on how regions create a new stacking context, as
2142- per the < a href ="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html "> mailing list discussion</ a > </ li > .
2150+ per the < a href ="http://lists.w3.org/Archives/Public/www-style/2011Aug/0025.html "> mailing list discussion</ a > . </ li >
21432151 < li > Reworked the "CSS regions Model" section to now be "CSS regions Layout". Moved the
21442152 definition of a region as the first sub-section.</ li >
21452153 < li > Removed the "Visual Formatting Model and Flows" section to match the new Regions Model
0 commit comments