File tree Expand file tree Collapse file tree 4 files changed +506
-4
lines changed Expand file tree Collapse file tree 4 files changed +506
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.0.0] - 2017-03-16
5+ ### Added
6+ - Check for valid elements and attributes
7+
48## [ 0.0.1] - 2017-03-14
59### Added
610- Tests (Travis-CI and Codecov)
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ outputs:
148148```
149149
150150#### [ TODO] Checklist:
151- - [ ] Exists the attribute for the element?
151+ - [x ] Exists the attribute for the element? (Find a better implementation of that!)
152152- [ ] Is the given attribute value allowed for the specified attribute?
153153- [ ] Is the element allowed in the current element?
154154- [ ] Check the document for bad practices. For example duplicate id references.
You can’t perform that action at this time.
0 commit comments