[Webkit-unassigned] [Bug 20013] Windows AX huerusitics are poor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 15:00:32 PDT 2008


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





------- Comment #29 from jhoneycutt at apple.com  2008-07-30 15:00 PDT -------
(From update of attachment 22558)
Great! Couple of comments:

+        case DocumentRole:
             return false;
On Firefox, when I view the tree with AccExplorer, the document object's state
includes "focusable." Can WebKit document nodes not take focus?

+        case WebCore::DocumentRole:
+            return ROLE_SYSTEM_DOCUMENT;
I think it would be better to override AccessibleBase::role() in
AccessibleDocument to return ROLE_SYSTEM_DOCUMENT.


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



More information about the webkit-unassigned mailing list