[Webkit-unassigned] [Bug 120191] Editable text nodes should be have EditableTextRole

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 11:40:21 PDT 2013


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





--- Comment #6 from Roger Fong <roger_fong at apple.com>  2013-08-23 11:39:49 PST ---
(In reply to comment #3)
> On the Mac, I believe we mark these are what they normally are (DivRole, or GroupRole) but we mark that the value is writable. VO has some good to handle that then.
> 
> I think this change is OK, but it will cause some failures in Mac and maybe others because this role will need to be handled the right way to return the right platform specific role

How about I add a isTextNode() && isContentEditable() check to AccessibleBase (windows specific) where I decide to create the AccessibleText instance.

That way I won't have to modify this platform agnostic stuff.
That sound okay?

-- 
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