ARIA Test Cases 86 and 87 are invalid

Hi Joseph,

For grid rows and gridcells the ARIA specification requires that the author
set the aria-selected state and that selection does not follow focus unless
the programmatically sets the aria-selected state. So, there is no
requirement that selection follow focus for these roles in the ARIA spec.

However, what is confusing is that the UAIG in section 5.8.3 has mappings
for selection following focus and for when the author sets aria-selected
directly. Michael and I discussed this and we agree that you appear to have
added an additional requirement beyond the ARIA spec. that selection MUST
follow focus for gridcells and rows in a grid.

Additionally, it appears that tabs in a tablist may also need to have
selection follow focus in the UAIG.

If this is what the UAIG intended (selection must follow focus) for rows,
gridcells, and tabs then Firefox fails all these instances for the UAIG
test suite.

The only place where I see that selection follows focus is in a listbox.

Please provide a decision on this. A clarification might be to add text as
to which roles selection must follow focus in the UAIG. I will tell you
that the ARIA spec. is very clear on the fact that aria-selected following
focus on tablist tabs is a SHOULD vs. a MUST.

Thanks,
Rich

Rich Schwerdtfeger

Received on Thursday, 19 September 2013 16:17:53 UTC