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

Set dfn-type on definitions #5694

Closed
wants to merge 3 commits into from

Commits on Sep 6, 2020

  1. Set dfn-type on definitions

    Based on a specialized definitions parser for the HTML spec built to improve on the existing scraping done in shepherd.
    
    This particular patch doesn't cover all the identified dfn-type that could be set, only the ones that were easy to treat (i.e. where the data-x and the dfn occur on the same line).
    
    The setting of dfn-type and dfn-for is based on the WebIDL defined in the spec
    dontcallmedom authored and sideshowbarker committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    50a60ce View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Use short syntax for dfn types, "for", (no)export

    This change:
    
    * replaces any data-dfn-type=element, etc., attributes with ones literally named
      "element", etc.
    
    * replaces any data-dfn-for attribute with one literally named "for"
    
    * replaces data-export="" and data-noexport="" attribues with value-less
      attributes literally named "export" and "noexport"
    
    * drops "export" from any dfn that has a dfn type attribute
    sideshowbarker committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    7501ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599cd82 View commit details
    Browse the repository at this point in the history