Skip to content

An implementation of the W3C Selectors Level 3 specification.

License

Notifications You must be signed in to change notification settings

GistLabs/css-selectors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Java implementation of the W3C Selectors Level 3 specification.

The code for this implementation is influenced by all the JavaScript versions
out there, and the one used in WebKit. Thanks to all the developers for inspiring me.

The scanner/parser was made using the wonderful Ragel State Machine Compiler by Adrian Thurston.
You can find out more about Ragel at http://www.complang.org/ragel/.

I hope that you'll find this project useful.

See the wiki for more information about supported selectors etc.

Christer Sandberg

About

An implementation of the W3C Selectors Level 3 specification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.5%
  • Other 4.5%