[Bug 21270] Introduce syntax for getters that keep returning the same object

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21270

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> ---
I think this is would be a reasonable addition, although I think it should be
opt in rather than the default.  What about:

  interface Node {
    const attribute NodeList childNodes;
  };

That reads nicely to me, with the small downside of complicating the LL(1)
grammar.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 25 March 2013 05:44:01 UTC