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

Allow <hr> to be used inside <select> as a separator #9124

Merged
merged 2 commits into from
May 2, 2023

Commits on Apr 5, 2023

  1. Allow <hr> to be used inside <select> as a separator

    This is a long-standing WebKit feature that regressed as part of the standardized HTML parser effort. This suggests bringing it back with optional semantics, but a mandatory HTML parser change.
    
    The HTML parser change is not expected to be significant for existing content or XSS. When the feature is correctly used it will also not hurt HTML parsers that have not yet incorporated the change. I.e., it should be fully backwards compatible.
    
    Fixes #3410.
    annevk committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b80708f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. address review feedback

    annevk committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    df5c9aa View commit details
    Browse the repository at this point in the history