Re: mapping of TDs in HTML

On 2015-10-01 6:53 AM, Steve Faulkner wrote:
> should td map to cell when parent table has role=grid, aria-readonly=true?

No, because grid/gridcells support selection, but table/cells do not.

Specifically, grids support aria-multiselectable and gridcells support 
aria-selected.   Making a grid readonly does not affect its selection 
model, nor the selectable/selected/not-selected states of its gridcells.

-- 
;;;;joseph.

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

Received on Thursday, 1 October 2015 13:59:07 UTC