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

Remove <applet> #1399

Merged
merged 5 commits into from
Aug 21, 2017
Merged

Remove <applet> #1399

merged 5 commits into from
Aug 21, 2017

Commits on Jul 31, 2017

  1. Remove <applet>

    * 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.
    zcorpan authored and annevk committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    aa8c09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84ebacf View commit details
    Browse the repository at this point in the history
  3. fixup

    annevk committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    11a5b40 View commit details
    Browse the repository at this point in the history
  4. oops

    annevk committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    1b809cb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Some more removals

    domenic committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    1005429 View commit details
    Browse the repository at this point in the history