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

Update to spec 0.31.2 #1009

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Update to spec 0.31.2 #1009

merged 2 commits into from
Mar 2, 2024

Commits on Mar 2, 2024

  1. Update to comply with spec 0.31.2

    The spec update changes these things:
    
    * It simplifies the HTML regex so that `<!-- a -- b -->` is an HTML
      comment. HTML5 reports this as an error, but still parses it.
    * It changes the set of known HTML block elements to match HTML5, adding
      `search` and removing `source`.
    * It adds Unicode Symbols to the set of punctuation characters that are
      used to evaluate flankingness.
    
    This commit also changes the declaration HTML regex to match lowercase,
    even though that change was technically made in spec version 0.30.
    notriddle committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cd24778 View commit details
    Browse the repository at this point in the history
  2. Update spec to 0.31.2

    notriddle committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0bfc57d View commit details
    Browse the repository at this point in the history