|
38 | 38 |
|
39 | 39 | <h1 id=css-regions-module>CSS Regions Module Level 3</h1> |
40 | 40 |
|
41 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 August 2012</h2> |
| 41 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 August 2012</h2> |
42 | 42 |
|
43 | 43 | <dl> |
44 | 44 | <dt>This version: |
45 | 45 |
|
46 | 46 | <dd><a |
47 | | - href="http://www.w3.org/TR/2012/ED-css3-regions-20120808/">http://www.w3.org/csswg/css3-regions</a> |
| 47 | + href="http://www.w3.org/TR/2012/ED-css3-regions-20120811/">http://www.w3.org/csswg/css3-regions</a> |
48 | 48 |
|
49 | 49 | <dt>Latest version: |
50 | 50 |
|
@@ -1853,8 +1853,7 @@ <h3 id=the-namedflow-interface><span class=secno>6.1. </span>The NamedFlow |
1853 | 1853 | false. |
1854 | 1854 |
|
1855 | 1855 | <pre class=idl> |
1856 | | -interface <a |
1857 | | - href="#dom-named-flow">NamedFlow</a> implements <a |
| 1856 | +interface <a href="#dom-named-flow">NamedFlow</a> : <a |
1858 | 1857 | href="http://www.w3.org/TR/dom/#interface-eventtarget">EventTarget</a> { |
1859 | 1858 | readonly attribute DOMString <a |
1860 | 1859 | href="#dom-named-flow-name">name</a>; |
@@ -2226,9 +2225,11 @@ <h3 id=region-flow-layout-events><span class=secno>6.4. </span>Region flow |
2226 | 2225 | layout events</h3> |
2227 | 2226 |
|
2228 | 2227 | <p><a href="#dom-named-flow"><code class=idl>NamedFlow</code></a> objects |
2229 | | - are <a href="">Event Targets</a> which dispatch <code |
2230 | | - class=idl>regionLayoutUpdate</code> events when there is a possible layout |
2231 | | - change in their region chain. Note that the event is asynchronous. |
| 2228 | + are <a |
| 2229 | + href="http://www.w3.org/TR/dom/#interface-eventtarget">EventTargets</a> |
| 2230 | + which dispatch <code class=idl>regionLayoutUpdate</code> events when there |
| 2231 | + is a possible layout change in their region chain. Note that the event is |
| 2232 | + asynchronous. |
2232 | 2233 |
|
2233 | 2234 | <p>If region chain nesting occurs (the contents of a <a |
2234 | 2235 | href="#dom-named-flow"><code class=idl>NamedFlow</code></a> contains |
@@ -2817,6 +2818,8 @@ <h3 id="changes_from_May_03_2012"><span class=secno>12.1. </span>Changes |
2817 | 2818 | 3<sup>rd</sup> 2012</a> version</h3> |
2818 | 2819 |
|
2819 | 2820 | <ul> |
| 2821 | + <li>Changed NamedFlow to inherit from EventTarget |
| 2822 | + |
2820 | 2823 | <li>Removed flowFrom from Region interface and changed method name to |
2821 | 2824 | getComputedRegionStyle(). |
2822 | 2825 |
|
|
0 commit comments