Skip to content

Commit

Permalink
Obsolete the <param> element
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
domenic authored Apr 21, 2022
1 parent 5448492 commit 04a11f2
Showing 1 changed file with 34 additions and 205 deletions.
Loading

0 comments on commit 04a11f2

Please sign in to comment.