JAWS-test
JAWS-test
@sinabahram > All three of the linked examples don't even have a mechanism for jaws to enter a non-browse mode without me forcing it by turning off the virtual cursor...
@sinabahram Enter works by default. I have now examined this more closely: Enter only does not work if the virtual cursor is on an element that is not reached in...
To return to the initial question: * I think grids have their justification - and in those rare cases where I can either edit content inline (like in an Excel...
aria-controls is ignored by most screen readers https://a11ysupport.io/tech/aria/aria-controls_attribute. For example, JAWS has made a conscious decision to stop outputting aria-controls because it leads to unnecessary output
@ZoeBijl To my knowledge there is no way to enable the output of aria-controls. See https://github.com/w3c/aria/issues/995
I have no problem with a close button for pointer users. But * If ESC closes the entire dialog, this also applies to keyboard users who cannot reach and operate...
In Edge, closing the tooltips with ESC does not work and in Firefox ESR, the tooltip is immediately hidden again at the Delete button on mouseover. And your tooltips don't...
@smhigley: > The concern with escape does not apply to keyboard users I understand your argument. However, it only applies if the application has been implemented correctly. I've already seen...
The close button should not be inside the tooltip. It can be marked with aria-hidden=true, but the attribute will be ignored if it is referenced by aria-labelledby or aria-describedby. In...
@nolanlawson I don't find it problematic that the HTML dialog differs slightly from the ARIA dialog in terms of keyboard operation. Keyboard operation in ARIA patterns is not normative, but...