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.
1 Like
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.
1 Like
Sounds great!