Files
ladybird/Libraries/LibWeb/HTML/HTMLImageElement.cpp
Jelle Raaijmakers 1d904d2295 LibWeb: Reduce noise from <img>'s decoding attribute
Our implementation of image decoding and its effect on
presenting/rendering the DOM is already effectively "async". The value
"auto" is implementation-defined, but should likely default to async
behavior as well. That leaves us with `decoding="sync"`, for which we
should still show a FIXME.
2026-03-12 16:58:00 +00:00

66 KiB