Mason Freed
Mason Freed
Explainer is here: https://open-ui.org/components/beforefocus.explainer/
I do think it's an interesting idea, but I would debate the "low hanging fruit" part of the rationale. Most DOM APIs (`querySelectorAll` included) are implemented in C++ single-threaded. There...
> ```js > // get a child and perform some work, which typically consumes some JS time. > // While JS time is being processed, querySelectors continues to work, preparing...
We can probably tackle that at some point soon. It might be a tricky thing to use count, since it might require doing extra layout work. But we can take...
> Testing with https://software.hixie.ch/utilities/js/live-dom-viewer/saved/14032 it seems WebKit and Chromium now create a normal browsing context, 300x150, and allow link targeting. I'm not sure what time period the "now" in that...
Thanks for all the comments here! > fwiw, based on what you've outlined i'd also lean towards option 1. Great, thanks. > i've also pinged Patrick to take a look...
> non-mouse pointers where this may still be relevant (such as stylus) Ahh I just got this. What's the correct term for {something}events that means precision pointer devices only, i.e....
Since this is likely an issue mostly for the design system, and not the web platform, I'll add `design-system`.
I could see non-test use cases also, such as a popover component wanting to make sure it's topmost, and if not, closing and re-showing the popover to put it on...
Since this is likely an issue mostly for the design system, and not the web platform, I'll add `design-system`.