[webkit-reviews] review denied: [Bug 20013] Windows AX huerusitics are poor : [Attachment 22586] Updated patch to populate Role attribute properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 14 01:08:34 PDT 2008


Jon Honeycutt <jhoneycutt at apple.com> has denied Eric Seidel <eric at webkit.org>'s
request for review:
Bug 20013: Windows AX huerusitics are poor
https://bugs.webkit.org/show_bug.cgi?id=20013

Attachment 22586: Updated patch to populate Role attribute properly
https://bugs.webkit.org/attachment.cgi?id=22586&action=edit

------- Additional Comments from Jon Honeycutt <jhoneycutt at apple.com>
Looks like the changes related to children made it into your Name and Roles
patches; they should be removed from one of them.

	 return WebAreaRole;
+    if (m_renderer->isTable())
Needs a new line before the if.

+    if(isListElement(node))
Missing a space between if and (.

When I use AccExplorer to look at Firefox 3's tree, label, abbr, acronym, and q
tags do not return ROLE_SYSTEM_GROUPING: label returns ROLE_SYSTEM_STATICTEXT,
acronym returns the string "acronym," abbr returns the string "abbr," and q
returns the string "q." I think you said you were testing Firefox 2, is that
right? Maybe this has changed in the newer version. I think we should try to
match Firefox 3.

Also, like the names patch, this patch changes the behavior of several
unrelated objects. I think you should split this into separate patches for each
object type: tables, lists, labels, etc.

r- for these reasons, but thanks for the patch! :)


More information about the webkit-reviews mailing list