-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove elements that are no longer void
Some obsolete elements got their void status takes away, meaning `document.createElement(x).outerHTML` generates an opening and closing tag, so this fix matches that behavior. Related-to: whatwg/html#1095 Related-to: whatwg/html#2319 Closes GH-6. Closes GH-7.
- Loading branch information
1 parent
983ea57
commit 7b5cb87
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters