[webkit-reviews] review granted: [Bug 221590] Descendants of row and column headers should expose the aria-sort attribute. : [Attachment 419667] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 19:22:58 PST 2021


chris fleizach <cfleizach at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 221590: Descendants of row and column headers should expose the aria-sort
attribute.
https://bugs.webkit.org/show_bug.cgi?id=221590

Attachment 419667: Patch

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




--- Comment #2 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 419667
  --> https://bugs.webkit.org/attachment.cgi?id=419667
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


More information about the webkit-reviews mailing list