esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

[selectors-api] Support Selectors API Level 1 #21

Closed ShikiOkasaka closed 11 years ago

ShikiOkasaka commented 11 years ago

cf. http://www.w3.org/TR/selectors-api/

ShikiOkasaka commented 11 years ago

TODO Items:

parse a selector:

evaluate a selector:

ShikiOkasaka commented 11 years ago

Fixed at 199d49ce1a94270b0ba7f42e43672ff8cd386710

Note for using with testharness.js, we still need to support hasOwnProperty with NodeList. cf. #22 [js-bridge] Make hasOwnProperty() work with indexed properties