Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parsing of definitions specific to HTML spec #340

Merged
merged 5 commits into from
Jun 30, 2020
Merged

Add parsing of definitions specific to HTML spec #340

merged 5 commits into from
Jun 30, 2020

Commits on Jun 29, 2020

  1. Add parsing of definitions specific to HTML spec

    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.
    dontcallmedom committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    0be8c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a69e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    18f2b3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a57bee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47885c View commit details
    Browse the repository at this point in the history