Bug 221590

Summary: Descendants of row and column headers should expose the aria-sort attribute.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: New BugsAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Andres Gonzalez 2021-02-08 18:57:20 PST
Descendants of row and column headers should expose the aria-sort attribute.
Comment 1 Andres Gonzalez 2021-02-08 19:07:09 PST
Created attachment 419667 [details]
Patch
Comment 2 chris fleizach 2021-02-08 19:22:58 PST
Comment on attachment 419667 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=419667&action=review

> Source/WebCore/accessibility/AccessibilityObject.cpp:2564
> +    const AtomString& sortAttribute = header->getAttribute(aria_sortAttr);

auto& sortAttribute
Comment 3 Andres Gonzalez 2021-02-09 10:17:10 PST
Created attachment 419737 [details]
Patch
Comment 4 EWS 2021-02-09 17:19:39 PST
Committed r272626: <https://commits.webkit.org/r272626>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 419737 [details].
Comment 5 Radar WebKit Bug Importer 2021-02-10 12:37:23 PST
<rdar://problem/74200787>