Open janboddez opened 3 years ago
@janboddez A better place would be https://github.com/microformats/microformats2-parsing/issues/7
@janboddez A better place would be #7
That seems to be specifically for <img>
srcsets; this is a broader issue that also includes <picture>
and <video>
elements.
This also applies to <audio>
and <track>
elements. <track>
elements can be children of <audio>
and <video>
elements.
Kind of brought this up (over here, wrongly) before, but I was curious if it would be possible to eventually include more in
photo
orvideo
than what's in au-photo
oru-video
'ssrc
.Some
video
tags contain multiplesource
s (for browsers to pick and choose the one they best support). Same (well, sort of) withimg/srcset
, or evenpicture/source/srcset
.If
video
orphoto
could be a nested array with multiple URLs (or also include the rawsrcset
attribute) per "asset," apps using this library would have quite a bit more to work with.