close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whatwg/html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: HTMLParseErrorWG/html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 18, 2018

  1. Add initial insertion mode errors (#19)

    * Add initial insertion mode errors
    
    * Fix review nits
    inikulin committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    352a43a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8737f8c View commit details
    Browse the repository at this point in the history
  3. Parse errors for a bunch of insertion modes with a word "head" in them (

    #22)
    
    * Add misplaced-doctype error in before head mode
    
    * Add end-tag-without-matching-open-element error in before head mode
    
    * Add in head insertion mode errors
    
    * Add in head noscript insertion mode errors
    
    * Add after head insertion mode errors
    
    * Add exceptions for end-tag-without-matching-open-element error. Limit scope of noscript error to <head>
    
    * Add missing article
    
    * Nits in abandoned-head-element-child error description
    
    * Clarify misplaced-start-tag-for-head-element
    
    * Process head in noscript in head using rules for head
    
    * nested-noscript-in-head error
    inikulin committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    8d1d755 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    9faa7ed View commit details
    Browse the repository at this point in the history
Loading