Skip to content

Commit

Permalink
Add a note about animated images
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 24, 2017
1 parent 873c0f1 commit 412ce14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -25588,6 +25588,11 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
undefined.</p>
</dd>
</dl>

<p class="note">Animated images will become <span data-x="img-all">completely available</span>
only after all their frames are loaded. Thus, even though an implementation could decode the
first frame before that point, the above steps will not do so, instead waiting until all frames
are available.</p>
</li>

<li><p>Return <var>promise</var>.</p></li>
Expand Down

0 comments on commit 412ce14

Please sign in to comment.