Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-09 | made CSSParser full compatible (including pseudo selector arguments) with ↵ | Benjamin Paassen | |
type system parsing. | |||
2014-12-05 | Successfully (hopefully) implemented CSS Parsing and the respective test. | Benjamin Paassen | |
2014-12-05 | Further work on implementing CSSRuleSets. This needs further testing, though. | Benjamin Paassen | |
2014-12-05 | added an 'accepting' attribute to SelectorNodes to make them properly usable ↵ | Benjamin Paassen | |
as finite state machine nodes without relying on rulesets. | |||
2014-12-05 | refactored CSSParser into plugins. | Benjamin Paassen | |