Joey Arhar
Joey Arhar
> For example, Crusader Kings 3 has this behavior - you can hover a term to get a small explanation box, which can itself contain terms you can hover to...
FYI an issue was opened which had a use case which would be perfectly handled by this proposal: https://github.com/whatwg/html/issues/10123
The security bug was about the fact that the select's popup contains author provided content which can influence the user, so I guess that input.showPicker() might not need to consume...
I created a PR: https://github.com/whatwg/html/pull/10098
> It feels rather error prone if one needs to remember to explicitly call setUserInteracted() - FACE would always need to have a listener for focus which calls setUserInteracted(). I...
Good point. I suppose that if we just have to add something to ElementInternals, then it should be pretty easy to implement
Related for dialogs: https://github.com/whatwg/html/pull/10124#discussion_r1483640232
@mfreed7 I imagine this is something that we've designed it to work around, right? Do you have any thoughts for the linked dialog issue too? https://github.com/whatwg/html/pull/10124#discussion_r1483640232
> The problem is that for example removeNamedItem may return an Attr for the remove attribute even though some code run while the method was being executed an added another...
@smaug---- does the code in my last comment capture your concerns?