You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new attribute available on tags called "decoding", which specifies a developers
preference for synchronous or asynchronous decoding. the default is "auto", which means the user
agent may choose its own preference. For good performance it should probably be recommended to
use decoding=async on images that are content (images of clothing) as opposed to expected to be
strongly connected to the brand of the site or its navigation (logo, UI icons).
There is a new attribute available on tags called "decoding", which specifies a developers
preference for synchronous or asynchronous decoding. the default is "auto", which means the user
agent may choose its own preference. For good performance it should probably be recommended to
use decoding=async on images that are content (images of clothing) as opposed to expected to be
strongly connected to the brand of the site or its navigation (logo, UI icons).
Spec:
https://html.spec.whatwg.org/#decoding-images
Safari will support this feature in the next release. Chrome is likely going to support it in version 65.
The text was updated successfully, but these errors were encountered: