Keith Cirkel

Results 485 comments of Keith Cirkel
trafficstars

Thanks for the ping @sideshowbarker. I’ll look at integrating this tomorrow and if it works out nicely we can look to ship it this week.

https://github.com/keithamus/fdgt/blob/main/stateset.js here's a polyfill I use (gets added [here](https://github.com/keithamus/fdgt/blob/b36a0c455d87fbaaaeba3ab4d7d36a38219b4958/fdgt-element.js#L41-L45)) which uses an internal `Set` to keep track for unsupported browsers, and calls `.add` in a try/catch (the current standard doesn't...

There already exists an imperative API for cross root bindings. To extend your example with functioning code: ```html Show a popover This is a popover article! Close ``` ```js class...

Refs https://github.com/openui/open-ui/issues/651

Needs label https://github.com/whatwg/html/labels/topic%3A%20popover

@mfreed7 > I think you'd want `invokeraction` on just the set of things we currently allow, which are those "buttons" you listed, but only when they don't participate in a...

> so that helps clarify a bit, but i'm still not sure what type of dialog is going to be invoked from that. I've ignored the concept of non-modal-non-popover dialogs,...

Happy to work on specs and implementations. I think your bike shedding points make sense and I agree with them; I was just being conservative in the explainer 😜

I've raised https://github.com/openui/open-ui/pull/942 which hopefully can be a place where we can discuss some of the security implications and OpenUIs considerations here.

Thanks for raising this issue @SleeplessByte! Also thanks for all the awesome PRs you've been making! I've invited you as a collaborator to this project so you can work on...