Travis Leithead
Travis Leithead
That's interesting, and a good recommendation for how to present the focus indicator when in a focusgroup--it's subtle, but could become a best-practice and/or get baked into the default stylesheet...
OK, PR #1021 has landed with these changes. It's a major re-write, so might be worth reading the explainer again top-to-bottom. :-)
Yeah, you need to have a separate `dfn` for the interface's name attribute. ```html name ```
Additional discussion on this topic happening in https://github.com/openui/open-ui/issues/990
https://github.com/openui/open-ui/issues/990#issuecomment-1944966546 specifically explores a few ideas to deal with the issue of focusgroups on elements that aren't expected. Would love feedback there! Creating inconsistent navigation: potentially yes... but it should...
[updated] Browsers do have a significant stake in how they are computing implicit setsize (or relying exclusively on the aria attribute). I would personally like to see a much more...
I'm wondering why this has to be based on a *generic* user gesture... yes, you want to prevent drive-by clipboard access, but the platform already has a semantic-event that fires...
Related to our review: https://github.com/w3ctag/design-reviews/issues/222
https://github.com/w3c/clipboard-apis/issues/52#issuecomment-383951308 this prevents web UI from initiating a copy/paste, which might be a deal-breaker...