WICG / element-timing

A proposal for an Element Timing specification.
https://wicg.github.io/element-timing/
Other
58 stars 15 forks source link

Wait for image to be decoded for images pending rendering #36

Closed npm1 closed 4 years ago

npm1 commented 4 years ago

Fixes https://github.com/WICG/element-timing/issues/28

This change affects images which pass the TAO check (the ones that do not are still immediately reported, and never added to a Document's list of images pending rendering). cc @hawkinsw


Preview | Diff

hawkinsw commented 4 years ago

This seems to address the concern that I had. Thank you for writing it up!

npm1 commented 4 years ago

Merging as Yoav is away.