[Webkit-unassigned] [Bug 174722] AX: Expose form validation on iOS as hint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 21 12:47:08 PDT 2017


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

chris fleizach <cfleizach at apple.com> changed:

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

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

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

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1590
> +    if (is<HTMLFormControlElement>(m_renderer->node()))

you should be able to just call node() here

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1597
> +    if (is<HTMLFormControlElement>(m_renderer->node()))

ditto

then you can probably just put this in AccessibilityObject so it doesn't have to be virtual

-- 
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/20170721/98d77dfb/attachment.html>


More information about the webkit-unassigned mailing list