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

Unified Diff: content/test/data/accessibility/article.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/article.html
===================================================================
--- content/test/data/accessibility/article.html (revision 242763)
+++ content/test/data/accessibility/article.html (working copy)
@@ -6,8 +6,12 @@
<!doctype html>
<html>
<body>
+ <article>
+ This is an article element.
+ </article>
+
<div role="article">
- This is an article.
+ This is an ARIA article.
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698