Steve Repsher
Steve Repsher
The below note seems to violate a success criterion being proposed for WCAG 2.1: > If the tooltip is invoked when the trigger element receives focus, then it is dismissed...
@e111077 I think sub-classing to wrap an anchor around the list item contents, or even just slotting in an anchor, is only an acceptable solution if the ARIA role of...
That's interesting. I'm testing with NVDA, but I inspected the browser active element after each tab press and the details tell me the problem is not the screen reader: 1....
Something in the encapsulated styles for `mwc-tab-scroller` is causing this issue. If I delete that node from the DOM, the problem goes away.
Took one more closer look and it appears Firefox is upset with the CSS rule `overflow-y: hidden` on that `div`. At least for the non-scrolling demos, removing that rule fixes...
Should I be modifying the equivalent file in the components folder? It's not immediately clear to me why the code is repeated in both places.
I gather from the commit log that the packages directory is probably being deprecated in favor of the components directory. Is that correct? If so, are there instructions on how...
I'm also wondering what the current status of this and related issues is. From both an accessibility and general keyboard navigation standpoint, options 1 and 3 are not acceptable. There's...
I think [my comment on #441](https://github.com/material-components/material-web/issues/441#issuecomment-1140540892) also applies here to tabs. Currently, the only way to do this without breaking the component or introducing inaccessibility is to use JavaScript for...
Couldn't immediately find in the code where this is going wrong (confused by the frontend and backend variables). In any case, I'd suggest making use of the [WP `home_url()` function](https://codex.wordpress.org/Function_Reference/home_url)...