Re: aria-rowspan, aria-colspan, aria-colindex,aria-colcount, aria-rowindex, aria-colcount, figure (Action 2102)

They are listed in the table interface for IA2:

IAccessibleTableCell::colExtent
and
IAccessibleTableCell::rowlExtent

It would help if people refer to the branch link I sent: https://rawgit.com/w3c/aria/action2102/core-aam/core-aam.html <https://rawgit.com/w3c/aria/action2102/core-aam/core-aam.html>

These are in line with the HTML AAM for colspan and rowspan respectively.

Rich Schwerdtfeger




> On Aug 8, 2016, at 2:23 PM, Joanmarie Diggs <jdiggs@igalia.com> wrote:
> 
> Hey Alex.
> 
> Could you not use the TableCell interface for this?
> *
> https://developer.gnome.org/atk/stable/AtkTableCell.html#atk-table-cell-get-column-span
> *
> https://developer.gnome.org/atk/stable/AtkTableCell.html#atk-table-cell-get-row-span
> 
> --joanie
> 
> On 08/08/2016 03:10 PM, Alexander Surkov wrote:
>> Hi.
>> 
>> Iirc there's a problem to make the accessible table interface to
>> reflect aria- values as they can be used to create not-yet-loaded
>> grids, see Jamie's concern [1]. I think that's why we expose them as
>> object attributes and group position in IA2.
>> 
>> Joanie, what is your thinking on this issue, since ATK and IA2
>> shouldn't be different on this?
>> 
>> Note, the spec says to map aria-rowspan and aria-colspan into IA2
>> table interface, they should be mapped into object attributes instead.
>> 
>> Thanks.
>> Alex.
>> 
>> [1] https://lists.linuxfoundation.org/pipermail/accessibility-ia2/2015-June/001913.html
>> 
>> On Fri, Aug 5, 2016 at 6:53 PM, Rich Schwerdtfeger <richschwer@gmail.com> wrote:
>>> Alex,
>>> 
>>> Please take a look. Joanie reviewed ATK/ATSPI
>>> 
>>> https://rawgit.com/w3c/aria/action2102/core-aam/core-aam.html
>>> 
>>> 
>>> Joseph,
>>> 
>>> Alex is updating the IA2 spec. I am waiting on aria-errormessage and
>>> aria-details mappings. Also, Cynthia is going on vacation. I fixed her
>>> aria-rowspan and aria-colspan mappings but I will have to wait until she
>>> returns to get the rest for action 2102. I also still need to get the Mac
>>> mappings. We might want to pull in the changes after Alex weighs in on the
>>> this branch. there are A LOT. … or we can wait.
>>> 
>>> Cheers,
>>> Rich
>>> 
>>> 
>>> 
>>> Rich Schwerdtfeger
>>> 
>>> 
>>> 
>>> 
>> 
> 

Received on Monday, 8 August 2016 19:31:24 UTC