-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
compatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizingnormative changetopic: embed and object
Description
Long story short, everyone except Gecko seems to support this:
<embed src="something.html">
(even without the .html
extension) already, even though that doesn't follow the current HTML spec. @qdot is adding support in Gecko because of people who are changing their YouTube embeds from Flash to HTML video by just changing the URL and hence loading HTML in <embed>
. The spec should just be updated to acknowledge this reality.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1237963 for a slightly more rambly discussion with concrete examples of YouTube embeds.
Metadata
Metadata
Assignees
Labels
compatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizingnormative changetopic: embed and object