Skip to content

Commit c20f821

Browse files
committed
changed NamedFlowCollection to snapshot
1 parent a65557e commit c20f821

2 files changed

Lines changed: 31 additions & 26 deletions

File tree

css3-regions/Overview.html

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
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>
17721772
partial 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>
18071806
interface 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"

css3-regions/Overview.src.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,20 +1590,20 @@ <h3 id="the-namedflow-interface">The NamedFlow interface</h3>
15901590
scripts to reference a <code class="idl">NamedFlow</code> object representation
15911591
of a <span>named flow</span>.</p>
15921592

1593-
<p>An additional method and an additional attribute on the <a href=
1593+
<p>An additional method on the <a href=
15941594
"http://www.w3.org/TR/dom/#interface-document"><code class=
15951595
"idl">Document</code></a> interface provide access to <span>named flows</span>.</p>
15961596

15971597
<pre class="idl">
15981598
partial interface <a href=
15991599
"http://www.w3.org/TR/dom/#interface-document">Document</a> {
1600-
readonly attribute <a href="#dom-named-flow-collection">NamedFlowCollection</a> <a href="#document-namedflows">namedFlows</a>;
1600+
<a href="#dom-named-flow-collection">NamedFlowCollection</a> <a href="#document-getnamedflows">getNamedFlows()</a>;
16011601
};
16021602
</pre>
16031603

1604-
<p>The <dfn id="document-namedflows"><code class="idl">namedFlows</code></dfn> attribute on the <a href=
1604+
<p>The <dfn id="document-getnamedflows"><code class="idl">getNamedFlows()</code></dfn> method on the <a href=
16051605
"http://www.w3.org/TR/dom/#interface-document"><code class=
1606-
"idl">Document</code></a> interface returns the live list of all the current <span>named
1606+
"idl">Document</code></a> interface returns a static snapshot of all the current <span>named
16071607
flows</span> in the document. </p>
16081608

16091609
<p>The <code class="idl">namedFlows</code> collection must include all <span>named flows</span>
@@ -1617,10 +1617,12 @@ <h3 id="the-namedflow-interface">The NamedFlow interface</h3>
16171617
</ul>
16181618

16191619

1620-
<p>The <dfn id="dom-named-flow-collection"><code class="idl">NamedFlowCollection</code></dfn>
1621-
interface provides a list of current <code class="idl">NamedFlow</code> instances in the
1622-
document. The collection is live and methods operate on the underlying data, not a snapshot of
1623-
the data.</p>
1620+
<p>The <dfn id="dom-named-flow-collection"><code class="idl">NamedFlowCollection</code></dfn>
1621+
interface provides a list of current
1622+
<code class="idl">NamedFlow</code> instances
1623+
in the document.
1624+
The collection is
1625+
a snapshot of the data.</p>
16241626

16251627
<pre class="idl">
16261628
interface NamedFlowCollection {
@@ -2445,6 +2447,7 @@ <h2 id="changes">Changes</h2>
24452447
<h3 id="changes_from_May_03_2012">Changes from <a href="http://www.w3.org/TR/2012/WD-css3-regions-20120503/">May 3<sup>rd</sup> 2012</a> version</h3>
24462448

24472449
<ul>
2450+
<li>Changed NamedFlowCollection from live to a static snapshot</li>
24482451
<li>Changed NamedFlow to inherit from EventTarget</li>
24492452
<li>Removed flowFrom from Region interface and changed method name to getComputedRegionStyle().</li>
24502453
<li>Region interface is now a supplemental interface with the [NoInterfaceObject] extended attribute.</li>

0 commit comments

Comments
 (0)