Re: [csswg-drafts] More intuitive names for selector performance profiles

There are some analogous concepts in [DOM](https://dom.spec.whatwg.org/#old-style-collections):
> A **collection** is an object that represents a list of nodes. A collection can be either **live** or **static**. Unless otherwise stated, a collection must be live.
> 
> If a collection is live, then the attributes and methods on that object must operate on the actual underlying data, not a snapshot of the data.

The obvious static vs. live seems just as bad as static vs. dynamic, but snapshot vs. live works.

-- 
GitHub Notification of comment by gibson042
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1694#issuecomment-320256344 using your GitHub account

Received on Friday, 4 August 2017 13:59:43 UTC