Travis Leithead
Travis Leithead
Responding to a couple of points from @herrjemand's comment... > For example when we try to enforce strict type checking. I assume you mean "more strict" than WebIDL currently handles--e.g.,...
I read through [Toggle](https://tabatkins.github.io/css-toggle/) (assume that's the right URL). This idea has been brewing in Tab's head for a [very long time](https://www.xanthir.com/b4Kn0)! Focusgroup deals first with focus (and omits toggling...
Hey folks, [focusgroup](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Focusgroup/explainer.md) is hanging out at MSEdgeExplainers on Github... I'd love to move it to OpenUI for continued incubation/refinement if that's OK? However, I don't know how ya'll do...
This made me wonder if the Toggle proposal's toggle-group covers this use case well? https://tabatkins.github.io/css-toggle/#toggle-group-property
I wrote this in an earlier iteration of the explainer (e.g., https://github.com/MicrosoftEdge/MSEdgeExplainers/commit/6fd4e17e36df119d59e4968ca11c365b9096e3fe) which captures my thinking at the time. I still feel hesitant about starting to mess around with the...
> * When focusgroup is used everything that is focusable in any way should just be normalized to be focusable. Any value of tabindex is treated the same. > *...
> @travisleithead thanks, is there a demo of that use case I can peek at? not a demo, but I think I show the use case in more detail in...
I'm on the fence whether this is necessary. Seems like there isn't a strong case of passing the objects between browsing contexts, because the input typically arrives in string format...
Issue #989 largely renders this issue obsolete. In 989, we propose changing the semantics of focusgroups such that: * 'extend' is no longer necessary because all descendants are considered for...
Current plan: * close this issue when issue #989 is completed.