[Webkit-unassigned] [Bug 202272] Support accessibility for <figure> element on iOS.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 10:08:49 PDT 2019


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

--- Comment #2 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 379648
  --> https://bugs.webkit.org/attachment.cgi?id=379648
Patch

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:2618
> +        return AXFigureText();

It looks like we also have this line in the macOS wrapper

        case AccessibilityRole::Figure:
            return AXFigureText();

I think we can remove that since we're adding this into the lowest level of role description behavior

however. I think we still want people to be able to override figure text with their own aria_roledescription

maybe this would be better to put in the base accessibility wrapper and remove it from the Mac side...

-- 
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/20190926/263de2ee/attachment.html>


More information about the webkit-unassigned mailing list