Skip to content

Commit

Permalink
Remove <applet>
Browse files Browse the repository at this point in the history
* Removed applet from document.all[name] collection.
* Removed applet from document[name] collection.
* Removed applet from window[name] collection.
* The document.applets collection now returns an empty collection.
* Removed handling for applet in <iframe sandbox>.
* Removed rendering rules for applet.
* Removed the element itself and HTMLAppletElement.
* <applet> now uses HTMLUnknownElement.

The parser is intentionally not changed.

Fixes #454.
  • Loading branch information
zcorpan committed Jun 7, 2016
1 parent 1488bb6 commit e2a6c60
Showing 1 changed file with 58 additions and 164 deletions.
Loading

0 comments on commit e2a6c60

Please sign in to comment.