From 412ce145525919951003a33078abb201f03a8af9 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 24 Mar 2017 16:54:21 +0900 Subject: [PATCH] Add a note about animated images --- source | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source b/source index 6d394fe07a4..c66343dd29c 100644 --- a/source +++ b/source @@ -25588,6 +25588,11 @@ interface HTMLImageElement : HTMLElement { undefined.

+ +

Animated images will become completely available + 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.

  • Return promise.