File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32916,12 +32916,21 @@ was an English <a href="/wiki/Music_hall">music hall</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
You can’t perform that action at this time.
0 commit comments