Skip to content

Commit

Permalink
Remove <applet>
Browse files Browse the repository at this point in the history
This removes support for the applet element from:

* document.all[name]
* document[name]
* window[name]

Furthermore:

* document.applets now returns an empty array
* Removed handling for applet elements in <iframe sandbox>
* Removed rendering rules for applet elements
* Removed the element itself and HTMLAppletElement
* Applet elements now use HTMLUnknownElement

The HTML parser is intentionally not changed.

Tests: web-platform-tests/wpt#6684.

Fixes whatwg#454.
  • Loading branch information
zcorpan authored and Alice Boxhall committed Jan 7, 2019
1 parent 024b296 commit e2b17f1
Showing 1 changed file with 67 additions and 200 deletions.

0 comments on commit e2b17f1

Please sign in to comment.