Carolyn MacLeod

Results 139 comments of Carolyn MacLeod

Great examples, @ZoeBijl ! I think you've covered all of the WCAG 2.1 SC 1.4.13 bases, because they are Dismissable, Hoverable and Persistent. Did you have something specific in mind...

I am pretty sure that @ZoeBijl's examples pass [WCAG 2.1 SC 1.4.13](https://www.w3.org/TR/WCAG21/#content-on-hover-or-focus). @jnurthen Can you please confirm for me? Here's the text of the SC: > Where receiving and then...

@ZoeBijl Note that `aria-hidden` defaults to "undefined", so please use `aria-hidden="true"`. The other issue mentioned in yesterday's call is that the tooltip is shown immediately without any delay. May want...

@idoros > what should be the cross behavior between focus and hover. Good question. I don't know the answer. Your suggestions sound reasonable, but as @StommePoes said, you might want...

> consistency that is easier to explain Probably the most consistent and easiest to explain would be: - if tooltip was opened on focus and keyboard is used to blur,...

In case it's helpful, the "_single tab stop with arrow keys_" versus "_list of links with tab keys_" navigation discussion has taken place before in other issues: - https://github.com/w3c/aria-practices/issues/89 -...

@jnurthen Do you have an example somewhere that has menus as children of menuitems? I've only tested screen readers on the menuitem+menu sibling structure, but maybe they work both ways?...

I guess the screen readers are only counting the menuitem children - I just tried our (sibling markup) menubar (has several submenus) with JAWS/NVDA in both FF/Chrome and the spoken...

The [ARIA in HTML entry for menuitem](https://w3c.github.io/html-aria/#index-aria-menuitem) notes the following in the "Descendant Restrictions" column: > Flow content, but with no interactive content descendants. Looks like this was discussed before,...

> hh: need a shortcut to move focus to it > mk: one of these patterns where we don't have everything we need I humbly and hopefully suggest `SHIFT+F1` as...