- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Wed, 19 Jun 2013 16:19:27 -0700
- To: Alan Stearns <stearns@adobe.com>
- Cc: W3C WWW Style <www-style@w3.org>, "simonp@opera.com" <simonp@opera.com>
On Wed, Jun 19, 2013 at 4:14 PM, Alan Stearns <stearns@adobe.com> wrote: > On 6/19/13 3:56 PM, "Tab Atkins Jr." <jackalmage@gmail.com> wrote: >>On Wed, Jun 19, 2013 at 3:13 PM, Alan Stearns <stearns@adobe.com> wrote: >>> Ah! A major point I forgot to add in. The NodeList returned should be >>> static, not live. >> >>We shouldn't be spreading the poison that is NodeList any further. >>The correct type is sequence<Node>, which produces a static Array of >>Nodes. > > OK by me. Then I suppose I should change NamedFlow.getContent() from a > NodeList to a sequence<Node> as well. Yes please! Any static lists should be sequence<>, so you get all the great Array stuff automatically. ~TJ
Received on Wednesday, 19 June 2013 23:20:13 UTC