Re: issue-606 and aria-colindex, aria-rowindex

In that case I don't see the need of these attributes but I'm pretty sure
that if you do something like
<div role="grid"><div role="row"><div role="gridcell">cell</div></div></div>
then it works in Firefox just fine so rowspan/colspan ARIA equivalent may
be useful for grids like this.
Thanks.
Alex.

On Wed, Oct 15, 2014 at 3:16 PM, Steve Faulkner <faulkner.steve@gmail.com>
wrote:

>
> On 15 October 2014 20:02, Alexander Surkov <surkov.alexander@gmail.com>
> wrote:
>
>> I thought the case was ARIA grid not based on HTML tables. Otherwise I do
>> not see a point of aria-colindex/rowindex attributes.
>
>
> I think the case is that Grid is an extension, using HTML table semantics
> as a basis. i.e, grid role does not equal table role but can can use some
> table semantics
>
> --
>
> Regards
>
> SteveF
> HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>
>

Received on Wednesday, 15 October 2014 19:33:49 UTC