Generic Selectors API Specification
SlickSpec is a framework independant specification for selectors engines.
In this first release all the various separate specs have been combined into a single spec runner. Some of the frameworks specifically choose not to support some selectors that other frameworks fully support. In our next SlickSpec release we plan to separate out these selectors and have both a strict standards-only set and a common extenstions set of specs.
Here we list the historical results from various browsers so that you can quickly see previous results without having to run the specs yourself.
To run SlickSpec on your own selector engine all you need is a link to the source and a simple bootstrap script.
The bootstrap script maps the generic methods that the specs use to the specific selector engine's methods.
See the Slick.js bootstrap as an example bootstrap/slick.slickspec.js.
:first
SlickSpec—Copyright © MooTools 2009—MIT License