[webkit-reviews] review requested: [Bug 94858] AX: Regression (r126369) - toggle buttons no longer return accessible titles : [Attachment 163331] Fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 04:26:25 PDT 2012


Alejandro Piñeiro <apinheiro at igalia.com> has asked  for review:
Bug 94858: AX: Regression (r126369) - toggle buttons no longer return
accessible titles
https://bugs.webkit.org/show_bug.cgi?id=94858

Attachment 163331: Fixes the bug
https://bugs.webkit.org/attachment.cgi?id=163331&action=review

------- Additional Comments from Alejandro Piñeiro <apinheiro at igalia.com>
Patch updated after review on comment 8.

> Alternatively, consider a test that just dumps the role and title of each
button using debug(), and we could have different expectations for each
platform. You can add the test to LayoutTests/accessibility and only add a
gtk-specific expectation (e.g.
LayoutTests/platform/gtk/accessibility/aria-toggle-button-with-title-expected.t
xt) in this patch - then I'd be happy to add Mac & Chromium expectations later.


For simplicity, in the end I went to this path. As I said IMHO the test should
also check the role, so the approach you proposed (focusable-div.html) was not
enough. So this patch add the test to LayoutTests/accessibility, and the
gtk-specific expectation. Mac & Chromium expectations are missing.


More information about the webkit-reviews mailing list