Bug 221590 - Descendants of row and column headers should expose the aria-sort attribute.
Summary: Descendants of row and column headers should expose the aria-sort attribute.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andres Gonzalez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-08 18:57 PST by Andres Gonzalez
Modified: 2021-02-10 12:37 PST (History)
8 users (show)

See Also:


Attachments
Patch (8.06 KB, patch)
2021-02-08 19:07 PST, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (8.05 KB, patch)
2021-02-09 10:17 PST, Andres Gonzalez
no flags Details | Formatted Diff | Diff

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