smaug----

Results 251 comments of smaug----

Hmm, that fullscreen is _possibly_ still an issue. allow-focus-steps is using transient user activation. So with the proposed new behavior user might happily watch an embedded video for awhile, and...

It _might_ be problematic that click event and such would still occur on an `` multiple times, and thus also event listeners would get called multiple times, but the final...

FWIW, I was discussing about this with someone, and they were wondering if this is often an UI issue. Browsers aren't always super clear on whether navigation has started.

@mustaqahmed relatedTarget is very important part here because it changes event propagation. Can you possible include also what is the .relatedTarget in different browsers in different cases. The issues Chrome...

At which point would FormControlRange be updated if it is like a live Range? After beforeinput, but before input event? What about key events, or dnd etc?

Arrow key events control normally scrolling. The explainer doesn't seem to mention scrolling at all. Which would get higher priority, focus navigation or scrolling? I assume focus navigation, but how...

Seems somewhat risky that we would repurpose some properties on click event. We'd need to at least have some data on how often sites check .relatedTarget on clicks currently. (doesn't...

The example code is quite unclear. sameroot isn't used for anything, as an example. What is the problematic case you're trying to handle? moveOrInsertBefore certainly does smell a bit like...