Skip to content

Commit ad0994c

Browse files
committed
Added a check for valid elements and attributes
1 parent 9bcbb92 commit ad0994c

File tree

4 files changed

+506
-4
lines changed

4 files changed

+506
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)