Travis Leithead

Results 108 comments of Travis Leithead
trafficstars

Adding @dandclark and @BoCupp-Microsoft who might like to contribute to this discussion.

Interesting. From @lukewarlow's link, this line in the "Design Considerations" section seemed particularly relevant: > Linear navigation, focus sequencing order, and screen-reader order should always match, because there are users...

> Supposedly, opening the popover menu would land focus on the button, and then the vertical group would focus? Yes, that's my expectation as well, given how the [popover focusing...

**Note, the following is not currently written in the explainer, but is planned for inclusion.** @gfellerph my expectation is that whenever a `focusgroup` attribute is declared it does two things:...

Regarding any planned interaction with `autofocus`, I'm leaning toward not having any kind of relationship between `focusgroup` and `autofocus` (which is kind of sad given the naming... 😔). Elements with...

I'm not sure if this is a case that can happen, but consider: * A focusgroup that the user has already entered once (it has a memory now) * An...

The spec's updated now, following PR #1021, but there's still an open question in there about restrictions. I looked at the Shadow DOM `attachShadow` restrictions, and I think its a...

In thinking about the `treegrid` cases noted above, and when editing text recently about how "direction" limits are only for linear focusgroups, I got wondering... what if there was a...