-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Standardize YouTube embed rewriting? #2390
Copy link
Copy link
Open
Labels
compatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizingdocument conformanceinteropImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: embed and objecttopic: media
Metadata
Metadata
Assignees
Labels
compatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizingdocument conformanceinteropImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: embed and objecttopic: media
Type
Fields
Give feedbackNo fields configured for issues without a type.
Apparently chromium, Gecko and WebKit all have code for rewriting YouTube flash embeds to use HTML instead (so they work when flash is disabled, such as on mobile):
If this is now effectively required for web compat, perhaps we should work to align our implementations and specify it in HTML just to make this a little more predictable / sane? For automated testing purposes, perhaps we should include in the definition an additional hostname like
youtube.web-platform.test?@mounirlamouri can you share any data on how much of the web benefits from this? I imagine there may be other cases where we want to ask whether this is worth doing. So we may be setting a precedent here. I assume we'd only ever consider something like this when it's has truly massive positive impact on the user experience. I think it's worth having some discussion on what magnitude of usage qualifies (eg. as a fraction of page views, and/or a fraction of HTTP Archive pages).