@tmcw @pfrazee @odbol Wow, good find. That’s surprising behavior (to me at least) that you unearthed there. I’ll have a very close look tomorrow. I’d give this bug a solid 10/10 to be honest. (Thanks, @RReverser, for looping me in.)
@HenrikJoreteg @quicksave2k I personally haven’t, sorry, but @reillyeon is the expert and can probably help you out. Meanwhile, if you can create a quick https://t.co/XXaCKEbXEr with a link to a minimal reproduction case, this would definitely help Reil
â’ Go to https://t.co/nfWY19j1Z0 (bare with me, it’s just a page with two videos).
â’¡ Paste the code below into the @ChromeDevTools Console.
“`js
await import(‘https://t.co/xQwaaCwpBy’)
.then(module => console.log(module.createLink(document.querySele
@antonioberetini @ChromiumDev CC: @diekus for this feedback.
@sephr I’ll spend some time on it today and tomorrow, but definitely happy for you to see what you can contribute and improve on the weekend.
@sephr The polyfill bits are here: https://t.co/rjwcvFFL6S. It’s early days of course and this was built during a hackathon, but we have plans to improve this.
@sephr Yes, the extension code and the polyfill it uses will be released separately.
@ckundo @WestbrookJ Linking based on the `alt` attribute is definitely on our list. For now we purely finished an MVP implementation for the scope of the hackathon.