[Webkit-unassigned] [Bug 248572] AX: Include AXKeyShortcutsValue in accessibilityAttributeNames when there is an aria-keyshortcuts attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 11:34:17 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248572

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #7 from Darin Adler <darin at apple.com> ---
Comment on attachment 463839
  --> https://bugs.webkit.org/attachment.cgi?id=463839
Patch

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

> Source/WebCore/accessibility/AccessibilityObjectInterface.h:1071
> +    virtual const String keyShortcuts() const = 0;

Not new in this patch: The use of "const String" for the return type here does not make much sense. It’s like using "const int" for a function that returns an integer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221201/9713532b/attachment-0001.htm>


More information about the webkit-unassigned mailing list