Open
Bug 1904327
Opened 2 years ago
Updated 2 years ago
Different default value for the <img> tags decoding attribute
Categories
(Web Compatibility :: Knowledge Base, defect)
Web Compatibility
Knowledge Base
Tracking
(Not tracked)
NEW
People
(Reporter: skyschub, Unassigned)
References
(Blocks 1 open bug)
Details
An image tag can have a decoding attribute to decide whether an image should be decoded asynchronously or not. Chrome and Safari default to sync decoding, but Firefox defaults to async decoding (see-also: MDN).
This can have minor visual effects, like flickering in galleries when the JS shows the image on its load event instead of, for example, explicitly waiting for the decode().
You need to log in
before you can comment on or make changes to this bug.
Description
•