diff --git a/source b/source index 02fee399df0..4d14323d629 100644 --- a/source +++ b/source @@ -116110,11 +116110,6 @@ interface HTMLMarqueeElement : HTMLElement { data-x="dom-marquee-stop">stop() method is called, the marquee element must be turned off.

-

When a marquee element is created, the user agent must queue an element - task on the DOM manipulation task source given the marquee - element to fire an event named start at the element.

-

The behavior @@ -116231,45 +116226,13 @@ interface HTMLMarqueeElement : HTMLElement {

  • Increment the marquee current loop index by one.

  • -
  • -

    If the marquee current loop index is now equal to or greater than the element's - marquee loop count, turn off the - marquee element and queue an element task on the DOM - manipulation task source given the marquee element to fire an event named finish at the marquee element.

    - -

    Otherwise, if the behavior attribute is in the - alternate state, then queue an - element task on the DOM manipulation task source given the - marquee element to fire an event named - bounce at the marquee element.

    - -

    Otherwise, queue an element task on the DOM manipulation task - source given the marquee element to fire - an event named start at the - marquee element.

    -
  • +
  • If the marquee current loop index is now equal to or greater than the + element's marquee loop count, turn off the + marquee element.


  • -

    The following are the event handlers (and their corresponding event handler event types) that must be supported, - as event handler content attributes and event handler IDL attributes, by - marquee elements:

    - - - - -
    Event handler Event handler event type -
    onbounce bounce -
    onfinish finish -
    onstart start -
    - -
    -

    The behavior, direction,