[webkit-reviews] review granted: [Bug 125857] [ATK] Expose accessibility objects for <dl>, <dt> and <dd> : [Attachment 219420] Patch proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 17 09:04:11 PST 2013


chris fleizach <cfleizach at apple.com> has granted Mario Sanchez Prada
<mario at webkit.org>'s request for review:
Bug 125857: [ATK] Expose accessibility objects for <dl>, <dt> and <dd>
https://bugs.webkit.org/show_bug.cgi?id=125857

Attachment 219420: Patch proposal
https://bugs.webkit.org/attachment.cgi?id=219420&action=review

------- Additional Comments from chris fleizach <cfleizach at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=219420&action=review


> Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:638
> +	   if (coreObject->isList() &&
toAccessibilityList(coreObject)->isDescriptionList())

It might be better to introduce a new WebCore role for DescriptionList, but I
don't feel that strongly about it


More information about the webkit-reviews mailing list