gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

Add support for CSS4 :scope pseudo-selector as alternative to :el #112

Closed rwaldin closed 9 years ago

rwaldin commented 9 years ago

The :scope pseudo-class is a pseudo-class defined in CSS4 that is used in exactly the way :el is used in Epoxy. It would be nice to allow use of :scope as an alternative to the :el pseudo class since there's a W3C effort to standardize it.

gmac commented 9 years ago

Yup, let's do it. Thanks.