Keith Cirkel
Keith Cirkel
I2P Chrome and is in Chrome Canary behind the Experimental Web Platform Features flag.
https://github.com/WebKit/WebKit/pull/18794 the PR for testing this feature in WebKit has been merged.
Following from @lukewarlow's comments, I'd like to reiterate that [the invokers explainer](https://open-ui.org/components/invokers.explainer/) is now scoped down to _just_ popover & dialog defaults initially. The spec also reflects the defaults for...
I've added some extra words in the explainer which hopefully provide more justification around the choices made. See https://open-ui.org/components/invokers.explainer/#why-the-name-invoke-why-not-click
Just filed https://bugs.webkit.org/show_bug.cgi?id=269717
> LGTM with a few comments (although I'd be interested to see the results for Chrome and Firefox, but they don't seem to be available yet) I tested locally and...
Seems like we all share common enough goals to try and collaborate on 1 library to rule them all :smile:
We could change the check to something like `event.composedPath().some(isFormField)` - that would work for open shadowroots, but not closed ones.
If you change the `mode: 'open'` to `mode: 'closed'` then it won’t be, and the `composedPath` will exclude items from the ShadowDOM, but that’s probably fine - there isn’t much...
> but I doubt most of JS developers, specifically entry-level people, can (or are willing to) be familiar with it I'll make a small point around this. Let's look at...