Bug 177821

Summary: AX: [ATK] aria-rowindex set on row element is not being exposed
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: AccessibilityAssignee: Joanmarie Diggs <jdiggs>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, buildbot, cfleizach, commit-queue, dmazzoni, jcraig, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Joanmarie Diggs 2017-10-03 09:46:27 PDT
Given:
  <div role="table">
    <div id="test" role="row" aria-rowindex="4">
      <div role="cell">test cell</div>
    </div>
  </div>

The element with id of "test" should expose the value of aria-rowindex as an object attribute on that element. We do this already when the value is set on the cell, but aren't handling the row exposure.
Comment 1 Radar WebKit Bug Importer 2017-10-03 09:46:48 PDT
<rdar://problem/34791796>
Comment 2 Joanmarie Diggs 2017-10-03 09:54:59 PDT
Created attachment 322537 [details]
Patch
Comment 3 WebKit Commit Bot 2017-10-03 17:03:16 PDT
Comment on attachment 322537 [details]
Patch

Clearing flags on attachment: 322537

Committed r222821: <http://trac.webkit.org/changeset/222821>
Comment 4 WebKit Commit Bot 2017-10-03 17:03:17 PDT
All reviewed patches have been landed.  Closing bug.