RE: [css3-regions][cssom] NamedFlowCollection as a live collection?

See http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#collections .

My understanding of HTML conventions is that if collection is an attribute it must be live. Anne - would you say it is "must" or "should" ?

We can of course chose to make any collection static. getRegionFlowRanges() returns a static collection (of live ranges).

Do you have a problem with the collection being live?

From: Mihnea-Vlad Ovidenie [mailto:mihnea@adobe.com]
Sent: Thursday, May 31, 2012 2:35 AM
To: www-style@w3.org
Subject: [css3-regions][cssom] NamedFlowCollection as a live collection?

Hi,

In the latest version of the CSSRegions spec (http://dev.w3.org/csswg/css3-regions/#the-namedflow-interface), the NamedFlowCollection is described to be a live collection of NamedFlow objects and it is exposed as an attribute on the Document interface. Are there any use cases that require this collection to be live rather than static? Is there a guideline/preferred way to make a collection live vs static when designing the CSSOM API?

Cheers,
Mihnea

Received on Thursday, 31 May 2012 20:57:46 UTC