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

Put html5lib logic behind a flag, unconditionally #10869

Merged
merged 4 commits into from Feb 3, 2022

Commits on Feb 1, 2022

  1. Warn on bad/missing doctype declarations instead of erroring out

    This is a less disruptive mode of operation, and helps ensure that users
    who are using documents that don't declare the doctype are presented
    with a warning; instead of getting a hard-failure.
    pradyunsg committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ea03179 View commit details
    Browse the repository at this point in the history
  2. Switch to using html.parser even when the doctype isn't proper

    This ensures that we handle html5lib parsing as non-default deprecated
    behaviour.
    pradyunsg committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4f0ce01 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. 📰

    pradyunsg committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    7a3b0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c92a33 View commit details
    Browse the repository at this point in the history