diff --git a/source b/source index 8c690abde0c..4d18516043b 100644 --- a/source +++ b/source @@ -59094,17 +59094,6 @@ o............A....e -
  • - -

    If the script's type is "classic", fire a simple event named beforescriptexecute that bubbles and is cancelable - at the script element.

    - -

    If the event is canceled, then abort these steps.

    - -
  • -
  • If the script is from an external file, or @@ -59169,15 +59158,6 @@ o............A....e

  • -
  • - -

    If the script's type is "classic", fire a simple event named afterscriptexecute that bubbles (but is not - cancelable) at the script element.

    - -
  • -
  • If the script's type is "classic" and the script is @@ -118271,24 +118251,12 @@ INSERT INTERFACES HERE Window Fired at the Window after printing - - afterscriptexecute - Event - script elements - Fired at script elements after the script runs (just before the corresponding load event) - beforeprint Event Window Fired at the Window before printing - - beforescriptexecute - Event - script elements - Fired at script elements just before the script runs; canceling the event cancels the running of the script - beforeunload BeforeUnloadEvent