[Webkit-unassigned] [Bug 120122] Treat elements with static and editable text roles as text controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 22:53:32 PDT 2013


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





--- Comment #8 from chris fleizach <cfleizach at apple.com>  2013-08-22 22:52:59 PST ---
(From update of attachment 209416)
View in context: https://bugs.webkit.org/attachment.cgi?id=209416&action=review

> Source/WebCore/accessibility/AccessibilityObject.cpp:286
> +    case StaticTextRole:

static text should not be marked as text control. Text control is only for things that allow text input

> Source/WebCore/accessibility/AccessibilityObject.cpp:287
> +    case EditableTextRole:

what's the difference between EditableTextRole and TextField or TextArea? can one of those roles be used instead of EditableTextRole?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list