[Webkit-unassigned] [Bug 171214] New: AX: aria-rowspan value should be ignored if td/th rowspan value is provided

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 24 03:08:25 PDT 2017


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

            Bug ID: 171214
           Summary: AX: aria-rowspan value should be ignored if td/th
                    rowspan value is provided
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            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

The ARIA spec states:

"If aria-rowspan is used on an element for which the host language provides an equivalent attribute, user agents must ignore the value of aria-rowspan and instead expose the value of the host language's attribute to assistive technologies." https://rawgit.com/w3c/aria/master/aria/aria.html#aria-rowspan

With this in mind, given this test case:

  <table>
    <tr>
      <th id="test" role="columnheader" rowspan="3" aria-rowspan="2">test cell</th>  
    </tr>
  </table>

Shouldn't AXRowIndexRange.length be 3? I'm getting 2.

-- 
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/20170424/c5ad81b8/attachment.html>


More information about the webkit-unassigned mailing list