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 11 August 2012</ h2 >
41+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 16 August 2012</ h2 >
4242
4343 < dl >
4444 < dt > This version:
4545
4646 < dd > < a
47- href ="http://www.w3.org/TR/2012/ED-css3-regions-20120811 / "> http://www.w3.org/csswg/css3-regions</ a >
47+ href ="http://www.w3.org/TR/2012/ED-css3-regions-20120816 / "> http://www.w3.org/csswg/css3-regions</ a >
4848
4949 < dt > Latest version:
5050
@@ -1763,27 +1763,27 @@ <h3 id=the-namedflow-interface><span class=secno>6.1. </span>The NamedFlow
17631763 href ="#dom-named-flow "> < code class =idl > NamedFlow</ code > </ a > object
17641764 representation of a < a href ="#named-flow0 "> named flow</ a > .
17651765
1766- < p > An additional method and an additional attribute on the < a
1766+ < p > An additional method on the < a
17671767 href ="http://www.w3.org/TR/dom/#interface-document "> < code
17681768 class =idl > Document</ code > </ a > interface provide access to < a
17691769 href ="#named-flow0 "> named flows</ a > .
17701770
17711771 < pre class =idl >
17721772partial interface < a
17731773 href ="http://www.w3.org/TR/dom/#interface-document "> Document</ a > {
1774- readonly attribute < a
1774+ < a
17751775 href ="#dom-named-flow-collection "> NamedFlowCollection</ a > < a
1776- href ="#document-namedflows " > namedFlows </ a > ;
1776+ href ="#document-getnamedflows " > getNamedFlows() </ a > ;
17771777};
17781778</ pre >
17791779
1780- < p > The < dfn id =document-namedflows > < code class = idl > namedFlows </ code > </ dfn >
1781- attribute on the < a
1780+ < p > The < dfn id =document-getnamedflows > < code
1781+ class = idl > getNamedFlows() </ code > </ dfn > method on the < a
17821782 href ="http://www.w3.org/TR/dom/#interface-document "> < code
1783- class =idl > Document</ code > </ a > interface returns the live list of all the
1784- current < a href ="#named-flow0 "> named flows</ a > in the document.
1783+ class =idl > Document</ code > </ a > interface returns a static snapshot of all
1784+ the current < a href ="#named-flow0 "> named flows</ a > in the document.
17851785
1786- < p > The < a href ="#document-namedflows "> < code class =idl > namedFlows</ code > </ a >
1786+ < p > The < a href ="#dom-named-flow "> < code class =idl > namedFlows</ code > </ a >
17871787 collection must include all < a href ="#named-flow0 "> named flows</ a > that
17881788 are currently in the < code > CREATED</ code > state. The list must not include
17891789 < a href ="#named-flow0 "> named flows</ a > that are in the < code > NULL</ code >
@@ -1800,8 +1800,7 @@ <h3 id=the-namedflow-interface><span class=secno>6.1. </span>The NamedFlow
18001800 < p > The < dfn id =dom-named-flow-collection > < code
18011801 class =idl > NamedFlowCollection</ code > </ dfn > interface provides a list of
18021802 current < a href ="#dom-named-flow "> < code class =idl > NamedFlow</ code > </ a >
1803- instances in the document. The collection is live and methods operate on
1804- the underlying data, not a snapshot of the data.
1803+ instances in the document. The collection is a snapshot of the data.
18051804
18061805 < pre class =idl >
18071806interface NamedFlowCollection {
@@ -2818,6 +2817,8 @@ <h3 id="changes_from_May_03_2012"><span class=secno>12.1. </span>Changes
28182817 3< sup > rd</ sup > 2012</ a > version</ h3 >
28192818
28202819 < ul >
2820+ < li > Changed NamedFlowCollection from live to a static snapshot
2821+
28212822 < li > Changed NamedFlow to inherit from EventTarget
28222823
28232824 < li > Removed flowFrom from Region interface and changed method name to
@@ -2888,8 +2889,9 @@ <h3 id="changes_from_November_29_2011"><span class=secno>12.2.
28882889 < li > Added a name property to the < a
28892890 href ="#dom-named-flow "> < code > NamedFlow</ code > </ a > interface. Added a < a
28902891 href ="#dom-named-flow-collection "> < code > NamedFlowCollection</ code > </ a >
2891- interface and added a < code > getNamedFlows</ code > method on the
2892- < code > Document</ code > interface, as per < a
2892+ interface and added a < a
2893+ href ="#document-getnamedflows "> < code > getNamedFlows</ code > </ a > method on
2894+ the < code > Document</ code > interface, as per < a
28932895 href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15828 "> Bug
28942896 15828</ a > .
28952897
@@ -3594,6 +3596,10 @@ <h2 class=no-num id=index>Index</h2>
35943596 < li > getContent(), < a href ="#dom-named-flow-get-content "
35953597 title ="getContent() "> < strong > 6.1.</ strong > </ a >
35963598
3599+ < li > < a href ="#document-getnamedflows "> < code
3600+ class =idl > getNamedFlows()</ code > </ a > , < a href ="#document-getnamedflows "
3601+ title ="getNamedFlows() "> < strong > 6.1.</ strong > </ a >
3602+
35973603 < li > getRegionFlowRanges, < a href ="#dom-region-getregionflowranges "
35983604 title =getRegionFlowRanges > < strong > 6.2.</ strong > </ a >
35993605
@@ -3633,10 +3639,6 @@ <h2 class=no-num id=index>Index</h2>
36333639 href ="#dom-named-flow-collection "
36343640 title =NamedFlowCollection > < strong > 6.1.</ strong > </ a >
36353641
3636- < li > < a href ="#document-namedflows "> < code class =idl > namedFlows</ code > </ a > ,
3637- < a href ="#document-namedflows " title =namedFlows > < strong > 6.1.</ strong > </ a >
3638-
3639-
36403642 < li > < a href ="#dom-named-flow-collection-named-item "> < code
36413643 class =idl > namedItem(name)</ code > </ a > , < a
36423644 href ="#dom-named-flow-collection-named-item "
0 commit comments