Use HTMLElement interface for picture #87
Closed
Comments
I'm 50/50 on this one... on the one hand, I see the value in simplifying the spec... on the other hand, I have a feeling we will end up enhancing this interface in the future so having |
Hmm, I guess that's reasonable. OK with WONTFIX. |
Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the current design, the picture element is dumb and doesn't need a dedicated interface, as far as I can tell. It could be useful for feature-checking, but then it seems more reliable to check for srcset/sizes on source. So I suggest we drop HTMLPictureElement and let picture use HTMLElement instead.
The text was updated successfully, but these errors were encountered: