Bug 177821 - AX: [ATK] aria-rowindex set on row element is not being exposed
Summary: AX: [ATK] aria-rowindex set on row element is not being exposed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All Linux
: P2 Normal
Assignee: Joanmarie Diggs
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-03 09:46 PDT by Joanmarie Diggs
Modified: 2017-10-03 17:03 PDT (History)
9 users (show)

See Also:


Attachments
Patch (4.75 KB, patch)
2017-10-03 09:54 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.