@@ -113957,9 +113957,6 @@ if (s = prompt('What is your name?')) {
113957
113957
<p>The <code>marquee</code> element is a presentational element that animates content. CSS
113958
113958
transitions and animations are a more appropriate mechanism. <ref spec=CSSANIMATIONS> <ref spec=CSSTRANSITIONS></p>
113959
113959
113960
- <p>The <span>task source</span> for tasks mentioned in this section is the <span>DOM manipulation
113961
- task source</span>.</p>
113962
-
113963
113960
<p>The <code>marquee</code> element must implement the <code>HTMLMarqueeElement</code>
113964
113961
interface.</p>
113965
113962
@@ -113997,8 +113994,9 @@ interface <dfn>HTMLMarqueeElement</dfn> : <span>HTMLElement</span> {
113997
113994
<p>When the <dfn><code data-x="dom-marquee-stop">stop()</code></dfn> method is called, the
113998
113995
<code>marquee</code> element must be <span data-x="concept-marquee-off">turned off</span>.</p>
113999
113996
114000
- <p>When a <code>marquee</code> element is created, the user agent must <span>queue a task</span>
114001
- to <span data-x="concept-event-fire">fire an event</span> named <code undefined
113997
+ <p>When a <code>marquee</code> element is created, the user agent must <span>queue an element
113998
+ task</span> on the <span>DOM manipulation task source</span> given the <code>marquee</code>
113999
+ element to <span data-x="concept-event-fire">fire an event</span> named <code undefined
114002
114000
data-x="event-marquee-start">start</code> at the element.</p>
114003
114001
114004
114002
<hr>
@@ -114118,17 +114116,20 @@ interface <dfn>HTMLMarqueeElement</dfn> : <span>HTMLElement</span> {
114118
114116
<li>
114119
114117
<p>If the <span>marquee current loop index</span> is now equal to or greater than the element's
114120
114118
<span>marquee loop count</span>, <span data-x="concept-marquee-off">turn off</span> the
114121
- <code>marquee</code> element and <span>queue a task</span> to <span
114119
+ <code>marquee</code> element and <span>queue an element task</span> on the <span>DOM
114120
+ manipulation task source</span> given the <code>marquee</code> element to <span
114122
114121
data-x="concept-event-fire">fire an event</span> named <code undefined
114123
114122
data-x="event-marquee-finish">finish</code> at the <code>marquee</code> element.</p>
114124
114123
114125
114124
<p>Otherwise, if the <code data-x="attr-marquee-behavior">behavior</code> attribute is in the
114126
- <span data-x="attr-marquee-behavior-alternate">alternate</span> state, then <span>queue a
114127
- task</span> to <span data-x="concept-event-fire">fire an event</span> named <code undefined
114128
- data-x="event-marquee-bounce">bounce</code> at the <code>marquee</code> element.</p>
114129
-
114130
- <p>Otherwise, <span>queue a task</span> to <span data-x="concept-event-fire">fire an
114131
- event</span> named <code undefined data-x="event-marquee-start">start</code> at the
114125
+ <span data-x="attr-marquee-behavior-alternate">alternate</span> state, then <span>queue an
114126
+ element task</span> on the <span>DOM manipulation task source</span> given the
114127
+ <code>marquee</code> element to <span data-x="concept-event-fire">fire an event</span> named
114128
+ <code undefined data-x="event-marquee-bounce">bounce</code> at the <code>marquee</code> element.</p>
114129
+
114130
+ <p>Otherwise, <span>queue an element task</span> on the <span>DOM manipulation task
114131
+ source</span> given the <code>marquee</code> element to <span data-x="concept-event-fire">fire
114132
+ an event</span> named <code undefined data-x="event-marquee-start">start</code> at the
114132
114133
<code>marquee</code> element.</p>
114133
114134
</li>
114134
114135
</ol>
0 commit comments