https://github.com/acdcjunior/extended-css-selector-parser
Extended CSS Selectors parser
https://github.com/acdcjunior/extended-css-selector-parser
Last synced: about 1 month ago
JSON representation
Extended CSS Selectors parser
- Host: GitHub
- URL: https://github.com/acdcjunior/extended-css-selector-parser
- Owner: acdcjunior
- License: other
- Created: 2016-02-22T04:28:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T21:55:36.000Z (over 10 years ago)
- Last Synced: 2025-03-03T21:11:12.445Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Extended CSS Selectors parser used by seleniumQuery
This repo is a fork of [CSS Parser](http://cssparser.sourceforge.net/).
Differences:
- CSS Parser fully parses CSS stylesheets and declarations, including selectors. We only need to parse selectors, so we removed the other parts.
- CSS Parser supports several versions of CSS Selectors. We only use CSS3, so we also removed the other versions.
- Most importantly, though: We use an extended version of CSS3 Selectors, with a modified grammar, so we changed the original CSS3 grammar used by CSS Parser a bit.