File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 < h1 id =css-regions-module > CSS Regions Module Level 3</ h1 >
4040
41- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 9 June 2012</ h2 >
41+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 12 June 2012</ h2 >
4242
4343 < dl >
4444 < dt > This version:
4545
4646 < dd > < a
47- href ="http://www.w3.org/TR/2012/ED-css3-regions-20120609 / "> http://www.w3.org/csswg/css3-regions</ a >
47+ href ="http://www.w3.org/TR/2012/ED-css3-regions-20120612 / "> http://www.w3.org/csswg/css3-regions</ a >
4848
4949 < dt > Latest version:
5050
@@ -2251,7 +2251,7 @@ <h3 id=region-flow-layout-events><span class=secno>6.4. </span>Region flow
22512251 < tr class ="assert must ">
22522252 < th > Bubbles
22532253
2254- < td > Yes
2254+ < td > No
22552255
22562256 < tr class ="assert must ">
22572257 < th > Target
@@ -2796,6 +2796,8 @@ <h3 id="changes_from_May_03_2012"><span class=secno>12.1. </span>Changes
27962796
27972797 < ul >
27982798 < li > Changed to overset:false for NULL NamedFlow
2799+
2800+ < li > Changed regionLayoutUpdate to not bubble
27992801 </ ul >
28002802
28012803 < h3 id ="changes_from_November_29_2011 "> < span class =secno > 12.2.
Original file line number Diff line number Diff line change @@ -1953,7 +1953,7 @@ <h3 id="region-flow-layout-events">Region flow layout events</h3>
19531953 < td class ="eventname "> < strong > < code > regionLayoutUpdate</ code > </ strong > </ td > </ tr >
19541954 < tr class ="assert must "> < th > Interface</ th > < td > < code > < a href ="http://www.w3.org/TR/DOM-Level-3-Events/#webidl-events-UIEvent "> UIEvent</ a > </ code > (see [[!DOM-LEVEL-3-EVENTS]])</ td > </ tr >
19551955 < tr class ="assert must "> < th > Sync / Async</ th > < td > Async</ td > </ tr >
1956- < tr class ="assert must "> < th > Bubbles</ th > < td > Yes </ td > </ tr >
1956+ < tr class ="assert must "> < th > Bubbles</ th > < td > No </ td > </ tr >
19571957 < tr class ="assert must "> < th > Target</ th > < td > < a href ="#dom-named-flow "> < code class ="idl "> NamedFlow</ code > </ a > </ td > </ tr >
19581958 < tr class ="assert must "> < th > Cancelable</ th > < td > Yes</ td > </ tr >
19591959 < tr class ="assert must "> < th > Default action</ th > < td > none</ td > </ tr >
@@ -2372,6 +2372,7 @@ <h3 id="changes_from_May_03_2012">Changes from <a href="http://www.w3.org/TR/201
23722372
23732373 < ul >
23742374 < li > Changed to overset:false for NULL NamedFlow</ li >
2375+ < li > Changed regionLayoutUpdate to not bubble</ li >
23752376 </ ul >
23762377
23772378 < h3 id ="changes_from_November_29_2011 "> Changes from < a href ="http://www.w3.org/TR/2011/WD-css3-regions-20111129/ "> November 29< sup > th</ sup > 2011</ a > version</ h3 >
You can’t perform that action at this time.
0 commit comments