about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* Refactor selectors using set = union syntaxAlan Pearce2014-09-13-4/+4
|
* Refactor parsers using expression-threadingAlan Pearce2014-09-13-9/+21
|
* Refactor reducers for easier testingAlan Pearce2014-09-13-4/+4
|
* Don't error when missing :attrs/:classAlan Pearce2014-09-13-4/+4
|
* Add e-* parsingAlan Pearce2014-09-13-1/+22
|
* Rename get-*-property functions to get-*-valueAlan Pearce2014-09-13-10/+10
|
* Add basic support for dt-* parsingAlan Pearce2014-09-13-1/+21
|
* Fallback to text content if attributes are not foundAlan Pearce2014-09-13-13/+17
|
* Remove unnecessary commentAlan Pearce2014-09-13-2/+0
|
* Add u-* parsing capabilityAlan Pearce2014-09-13-5/+27
|
* Add support for parsing empty br/hr tagsAlan Pearce2014-09-12-1/+1
|
* Get correct property value for special tagsAlan Pearce2014-09-11-1/+12
| | | | img, area, abbr, data and input tags are all consumed differently.
* Use class name for property keywordsAlan Pearce2014-09-11-2/+35
|
* Expand selectors to match classes with prefixesAlan Pearce2014-09-10-2/+2
|
* Create test & implementation for p-name parsingAlan Pearce2014-09-10-2/+16
|
* Create initial test and implementationAlan Pearce2014-09-09-6/+6
|
* Initial commit.Alan Pearce2014-09-09-0/+6