Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: content/test/data/accessibility/aria-marquee.html

Issue 623933005: ARIA role marquee should have ROLE_SYSTEM_ANIMATION as MSSA+IA2 role (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/aria-marquee.html
diff --git a/content/test/data/accessibility/aria-marquee.html b/content/test/data/accessibility/aria-marquee.html
index 82204b08526dd22d78ae968615fad1f4e5d7f372..2e4f1e93ac3a617af3a1197e274122e5819d5f7e 100644
--- a/content/test/data/accessibility/aria-marquee.html
+++ b/content/test/data/accessibility/aria-marquee.html
@@ -1,11 +1,16 @@
<!DOCTYPE html>
<!--
@MAC-ALLOW:AXSubrole=*
-@MAC-ALLOW:AXRoleDescription=*
+@MAC-ALLOW:AXRole*
+@MAC-ALLOW:AXARIALIVE*
@WIN-ALLOW:xml-roles:*
+@WIN-ALLOW:live*
+@WIN-ALLOW:container*
-->
<html>
<body>
- <div role="marquee" aria-live="polite"></div>
+ <div tabindex=0 role="marquee" aria-live="off"></div>
+ <div tabindex=1 role="marquee" aria-live="polite"></div>
+ <div tabindex=2 role="marquee" aria-live="assertive"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698