[Webkit-unassigned] [Bug 199216] Enhance support of aria-haspopup per ARIA 1.1 specification.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 25 19:00:54 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199216
--- Comment #2 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 372892
--> https://bugs.webkit.org/attachment.cgi?id=372892
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=372892&action=review
> Source/WebCore/accessibility/AccessibilityObject.cpp:2767
> + if (equalLettersIgnoringASCIICase(hasPopup, "dialog"))
should we make a static HashSet of valid values and then just check based on passing in the popupAttr.lowercaseString() ?
--
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/20190626/ce8b3682/attachment.html>
More information about the webkit-unassigned
mailing list