[webkit-reviews] review denied: [Bug 20013] Windows AX heuristics are poor : [Attachment 23007] Patch to ignore anonymous block level elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 26 21:11:42 PDT 2008


Jon Honeycutt <jhoneycutt at apple.com> has denied Sankar Aditya Tanguturi
<sankaraditya+bugzilla at gmail.com>'s request for review:
Bug 20013: Windows AX heuristics are poor
https://bugs.webkit.org/show_bug.cgi?id=20013

Attachment 23007: Patch to ignore anonymous block level elements
https://bugs.webkit.org/attachment.cgi?id=23007&action=edit

------- Additional Comments from Jon Honeycutt <jhoneycutt at apple.com>
+	 Ignore Anonymous blocks. Don't expose them in MSAA tree. Part of

This should say, "don't expose them in the accessibility tree," since Mac uses
the same tree.

This change looks good, but it needs a test. For example, you could test:

<div id="outer">A<div>B</div></div>

The "outer" element's first child should be a text node.

Thanks! r- for missing test.


More information about the webkit-reviews mailing list