Skip to content

Commit fc559a5

Browse files
authored
Editorial: restructure update the image data step 15
1 parent 7fe76d0 commit fc559a5

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

source

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32916,12 +32916,21 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</code
3291632916
the <span>pending request</span>'s <span data-x="img-req-url">current URL</span>, then
3291732917
return.</p></li>
3291832918

32919-
<li><p>If <var>urlString</var> is the same as the <span>current request</span>'s <span
32920-
data-x="img-req-url">current URL</span> and the <span>current request</span>'s <span
32921-
data-x="img-req-state">state</span> is <span data-x="img-inc">partially available</span>, then
32922-
<span>abort the image request</span> for the <span>pending request</span>, <span>queue an element
32923-
task</span> on the <span>DOM manipulation task source</span> given the <code>img</code> element
32924-
to <span>restart the animation</span> if <i>restart animation</i> is set, and return.</p></li>
32919+
<li>
32920+
<p>If <var>urlString</var> is the same as the <span>current request</span>'s <span
32921+
data-x="img-req-url">current URL</span> and the <span>current request</span>'s <span
32922+
data-x="img-req-state">state</span> is <span data-x="img-inc">partially available</span>:</p>
32923+
32924+
<ol>
32925+
<li><p><span>Abort the image request</span> for the <span>pending request</span>.</p></li>
32926+
32927+
<li><p>If <i>restart animation</i> is set, then <span>queue an element task</span> on the
32928+
<span>DOM manipulation task source</span> given the <code>img</code> element to <span>restart
32929+
the animation</span>.</p></li>
32930+
32931+
<li><p>Return.</p></li>
32932+
</ol>
32933+
</li>
3292532934

3292632935
<li><p><span>Abort the image request</span> for the <span>pending request</span>.</p></li>
3292732936

0 commit comments

Comments
 (0)