Re: Mapping for interactive rowgroup/tbody

Hi Matt,

On 2015-05-19 2:27 PM, Matthew King wrote:
> Seems like this example:
> http://clown.idrc.ocad.ca/Fluid/aria/FocusableRowGroup.html
> Should be a table-- not a grid.

Which example?  That page has two examples, although that could be made 
clearer.

The first example uses aria roles such as grid, rowgroup, etc.

The second uses html table markup.  And, part of the point was to draw a 
correspondence between tbody elements and rowgroups.   FF creates an 
accessible object for interactive tbody elements, but not for 
non-interactive tbodys.  But, FF always creates an accessible for 
rowgroup roles regardless of their interactivity.

> This is a pretty good use case for interactive rowgroups

Point of clarification:  If this should be a table, as you said above, 
how can there even be rowgroups?  The required context for a rowgroup is 
a grid (or a treegrid).

Aren't grids and tables fun?

-- 
;;;;joseph.

'Array(16).join("wat" - 1) + " Batman!"'
            - G. Bernhardt -

Received on Tuesday, 19 May 2015 18:59:05 UTC