[Webkit-unassigned] [Bug 179780] New: AX: VoiceOver in Safari does not read table header for first cell in first body row

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 16 09:46:48 PST 2017


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

            Bug ID: 179780
           Summary: AX: VoiceOver in Safari does not read table header for
                    first cell in first body row
           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: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

Summary: When using VoiceOver in Safari to read a HTML table, the column header (th) is not read for the first cell in the first row


Steps to Reproduce: Given this HTML markup: 
<table>
    <thead>
      <tr>
        <th>Morning</th>
        <th>Afternoon</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Free</td>
        <td>Busy</td>
      </tr>
    </tbody>
  </table>

* Turn VoiceOver on
* Swipe to each item in the table


Expected Results:
VoiceOver should read:
* "Morning. Row One. Column 1. Column Start. Two Columns." 
* "Afternoon. Column 2."
* "Morning, Free. Row Two. Column 1."
* "Afternoon, Busy. Table End."

Actual Results:
VoiceOver reads:
* "Morning. Row One. Column 1. Column Start. Two Columns." 
* "Afternoon. Column 2."
* "Free. Row Two. Column 1."
* "Afternoon, Busy. Table End."

Version/Build:
iOS 11.0

<rdar://problem/34711324>

-- 
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/20171116/72ef0055/attachment-0001.html>


More information about the webkit-unassigned mailing list