[Webkit-unassigned] [Bug 148967] AX: ARIA 1.1 implement aria-colcount, aria-colindex, aria-colspan, aria-rowcount, aria-rowindex and aria-rowspan

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 19:20:57 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148967

--- Comment #12 from James Craig <jcraig at apple.com> ---
Comment on attachment 262797
  --> https://bugs.webkit.org/attachment.cgi?id=262797
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=262797&action=review

>> Source/WebCore/accessibility/AccessibilityTableCell.cpp:376
>> +    const AtomicString& colIndexValue = getAttribute(aria_colindexAttr);
> 
> should these methods verify that the table cell has a role="grid cell"

I don't think so. These could work with "cell", "gridcell" (when appropriate), or the implicit role from the th/td.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151013/f67f44ba/attachment.html>


More information about the webkit-unassigned mailing list