[Webkit-unassigned] [Bug 84137] [GTK] Properly expose <legend> elements to ATs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 19:24:05 PDT 2012


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





--- Comment #12 from chris fleizach <cfleizach at apple.com>  2012-08-30 19:24:12 PST ---
(From update of attachment 161212)
View in context: https://bugs.webkit.org/attachment.cgi?id=161212&action=review

> LayoutTests/accessibility/legend.html:52
> +        buildAccessibilityTree(body, 0, fieldset.titleUIElement(), "<< fieldset's titleUIElement");

While this method works, I find it a little hard to understand. I think in addition to what you have here, doing an equality for the titleUIElement would be good.

something like

shouldBeTrue(titleUIElement.isEqual(fieldset.titleUIElement()))

after you build the accessibility tree code.

> Source/WebCore/accessibility/gtk/WebKitAccessibleWrapperAtk.cpp:205
> +    

extra line insertion can be removed

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