axr / specification

This is where we work on the specification for AXR
spec.axrproject.org
13 stars 0 forks source link

Object filter #110

Closed Mouvedia closed 11 years ago

Mouvedia commented 11 years ago

http://spec.axrproject.org/#n1.5.11

//currently
element:isA(@image) { }
//my proposal
element:(@image) { }

:isA() could easily be confused with the is filter. It should be replaced by something else. :obj() isn't an option because it could easily be confused with the obj function:

property:obj();
//vs
element:obj() { }