Skip to content

Commit

Permalink
Add parsing of definitions specific to HTML spec (#340)
Browse files Browse the repository at this point in the history
The HTML spec does not follow the markup conventions to properly type and associate definitions,
so it needs special handling.

A lot is encoded in the ids of the definition elements, but not all the data (e.g. no distinction
between attributes and methods), and there are many exceptions to the general conventions on id
building.

Figuring out the right output requires additional knowledge that is available through the WebIDL
fragments embedded in the spec, so we make use of that.
  • Loading branch information
dontcallmedom authored Jun 30, 2020
1 parent 9e95e35 commit 15adb94
Show file tree
Hide file tree
Showing 3 changed files with 3,356 additions and 132 deletions.
Loading

0 comments on commit 15adb94

Please sign in to comment.