by goranmoomin on 9/18/22, 3:05 PM with 134 comments
by DaleCurtis on 9/18/22, 4:19 PM
We accept contributions from other sites (e.g., Vimeo, Dailymotion, etc) who wanted to replace their long tail of in the wild embeds prior to Flash removal.
by chrismorgan on 9/18/22, 4:44 PM
<embed src="http://www.youtube.com/v/dQw4w9WgXcQ"></embed>
… by roughly translating it into <iframe src="http://www.youtube.com/embed/dQw4w9WgXcQ"></iframe>
Probably also the <object> equivalent, maybe only that and not <embed>, I’m not sure. I never had a great deal to do with those two tags.I don’t know why it has to be done this way. I’d have thought that without this extra code it’d roughly fall back to being an iframe on the original URL, and then YouTube could just check if it’s in a frame and behave as an embed instead of the main UI. But there’s probably a reason why they’ve all done it this kind of way.
by orblivion on 9/18/22, 7:18 PM
It's an erosion (however minor, by itself) of the idea of an open standard.
by evilpie on 9/18/22, 6:13 PM
Firefox also ships a "system" add-on (https://github.com/mozilla-extensions/webcompat-addon) that has interventions and user-agent overrides for many websites. See for yourself in Firefox on about:compat.
by saagarjha on 9/18/22, 6:20 PM
by shadowgovt on 9/18/22, 5:23 PM
Some technologies are so fundamental to the web experience that when they break, the user perceives the browser to be broken, not that technology.
by jdmnd on 9/18/22, 8:12 PM
by NegativeLatency on 9/18/22, 4:32 PM
by eimrine on 9/18/22, 3:49 PM
by danielovichdk on 9/18/22, 5:53 PM
by leeoniya on 9/18/22, 6:58 PM
by cush on 9/18/22, 7:29 PM