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

Obsolete the <param> element #7816

Merged
merged 2 commits into from Apr 21, 2022
Merged

Obsolete the <param> element #7816

merged 2 commits into from Apr 21, 2022

Commits on Apr 12, 2022

  1. Obsolete the <param> element

    Given that plugins are gone from the web platform (with their full removal from the spec being tracked in #6003), it is not useful. In some browsers it can be used to figure out the URL of an <object>, even when that <object> is not being used for a plugin, via params named "movie", "src", "code", or "url". But we decided to remove this behavior from browsers instead of specifying it.
    
    This retains the HTMLParamElement interface, as well as the parser behavior of <param>.
    
    Closes #387. Helps with #6003.
    domenic committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    57a190d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

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