[Webkit-unassigned] [Bug 171178] New: AX: Treat cells with ARIA table cell properties as cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 22 17:16:14 PDT 2017


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

            Bug ID: 171178
           Summary: AX: Treat cells with ARIA table cell properties as
                    cells
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com

This was discovered as part of the ARIA 1.1 CR testing. The failures are due to the following not being exposed as a table:

  <table>
    <tr>
      <td aria-colspan="2">test cell</td>
    </tr>
  </table>

This strikes me as yet another case of "Why on earth would anyone do that?" And admittedly, this is an artificial/quick-and-dirty test case. That said, if an author has taken the time to use an ARIA table cell property on a table cell, I think we have expose the cell as a cell and the containing table as a table.

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


More information about the webkit-unassigned mailing list