[Webkit-unassigned] [Bug 139005] New: AX: [ATK] Table captions are missing from the accessible hierarchy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 22 14:45:02 PST 2014


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

            Bug ID: 139005
           Summary: AX: [ATK] Table captions are missing from the
                    accessible hierarchy
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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
            Blocks: 25531

Given:

  <table>
    <caption>My caption</caption>
    <tr><td>1</td><td>2</td></tr>
    <tr><td>3</td><td>4</td></tr>
  </table>

Expected results: An accessible object with ATK_ROLE_CAPTION would appear as a descendant of the accessible table.

Actual results: There is no accessible object with ATK_ROLE_CAPTION (or any other role) appearing as a descendant of the accessible 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/20141122/7feafda3/attachment-0002.html>


More information about the webkit-unassigned mailing list