bahrus
2022-12-06
It would be nice to be able to add the loading=lazy attribute to the details element, which would default all images and iframes within to lazy load.
It would be nice to be able to add the loading=lazy attribute to the details element, which would default all images and iframes within to lazy load.
perhaps it should follow same protocol as hydration?
How about general delegated loading
attribute? You set it on a <div>
or any other element, and it inherits to all contained images and iframes.
Sounds great!