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

Unified Diff: content/test/data/accessibility/region.html

Issue 98183011: Expose semantics of landmark and related roles for assitive technologies (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 12 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/region.html
===================================================================
--- content/test/data/accessibility/region.html (revision 0)
+++ content/test/data/accessibility/region.html (revision 0)
@@ -0,0 +1,17 @@
+<!--
+@MAC-ALLOW:AXSubrole=AXDocumentRegion
+@MAC-DENY:AXTitle*
+@WIN-ALLOW:xml-roles:region
+-->
+<!doctype html>
+<html>
+<body>
+ <section>
+ This is a region element.
+ </section>
+
+ <div role="region">
+ This is an ARIA region.
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698