0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented complex numeric positions into css visitor More... over 12 years ago
Improving pseudo class position handling (use odd and even) allow for more variants More... over 12 years ago
fixed name More... over 12 years ago
Added support for pseudo class with parameters, :lang, :not and nth-* More... over 12 years ago
Refactored pseudo class parser into own class, adding support for pseudo class parameters More... over 12 years ago
Adding comment with complex pseudo class sample for later use More... over 12 years ago
Added support for pseudo classes without parameters and pseudo elements More... over 12 years ago
Fixed ignoring multiple tokens More... over 12 years ago
Added a PhpCssParser::ignore(), allow to ignore tokens if the exists More... over 12 years ago
Adding new AST tokens for pseudo class and pseudo class position More... over 12 years ago
Implementing a new token for the pseudo class position parameter More... over 12 years ago
Adding support for attribute selectors to parser and CSS visitor More... over 12 years ago
Moving all patterns to PhpCssScannerPatterns More... over 12 years ago
Removed unused AllTests.php More... over 12 years ago
Refactored some of the patterns into a separate class (the are used in different scanner status classes) Made the type token into a identifier token, matching the CSS version of an XML QName More... over 12 years ago
Cleanup: replacing tabs with spaces More... over 12 years ago
Implemented: create and use universal simple selector (instead of the type selector) More... over 12 years ago
Cleanup and documentation More... over 12 years ago
Adding and testing support for pseudo element selectors More... over 12 years ago
Adding and testing support for pseudo class selectors with parameters More... over 12 years ago
Testing scanner with pseudo class selectors without parameters More... over 12 years ago
Adding examples from CSS 3 specification to scanner tests, not supported selectors are in comments More... over 12 years ago
Adding support for attribute selectors with operators and values to scanner More... over 12 years ago
Refactored the visitor method mapping (aka overload simulation) into a separate abstract class More... over 12 years ago
Added examples from the CSS 3 specification to the integration test, unsupported parts a comments for now More... over 12 years ago
Fixed combinator classname in selector sequence parser Adding missing combinators to css visitor More... over 12 years ago
Adding support for selectors with combinators More... over 12 years ago
Testing scanner with combinators More... over 12 years ago
Added integration samples for optimization More... over 12 years ago
Added some more integration tests More... over 12 years ago