Actions
Feature #93908
closedAdd decoding attribute to images
Start date:
2021-04-12
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The decoding attribute allows to decouple the decoding of an image from the main rendering thread which speeds up the presenting of non-image content (mainly the page itself with its styles and scripts).
Specification: https://html.spec.whatwg.org/multipage/images.html#decoding-images
Actions