[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 06:46:14 PST 2022


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

--- Comment #4 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Tommy McHugh from comment #2)
> Created attachment 463819 [details]
> Patch

Also in the test:

+            output += "Update aria-keyshortcuts to Shift+Command+1 for #test3\n";
+            document.getElementById("test3").setAttribute("aria-keyshortcuts", "Shift+Command+1");
+            await waitFor(() => axItem3.isAttributeSupported('AXKeyShortcutsValue') === true);

I don't think this would wait for anything since test3 already supported the attribute before the change.

-- 
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/de3111d9/attachment.htm>


More information about the webkit-unassigned mailing list