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

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

Issue 673213002: HTML article tag should have AXRoleDescription as 'article' (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-article.html
diff --git a/content/test/data/accessibility/article.html b/content/test/data/accessibility/aria-article.html
similarity index 71%
copy from content/test/data/accessibility/article.html
copy to content/test/data/accessibility/aria-article.html
index 772c70912b097eff57847e99c271190513037808..06f9e658f30ec861404dddbb97253142da880efa 100644
--- a/content/test/data/accessibility/article.html
+++ b/content/test/data/accessibility/aria-article.html
@@ -1,17 +1,14 @@
-<!--
-@MAC-ALLOW:AXSubrole=AXDocumentArticle
-@MAC-DENY:AXTitle*
-@WIN-ALLOW:xml-roles:article
--->
-<!doctype html>
-<html>
-<body>
- <article>
- This is an article element.
- </article>
-
- <div role="article">
- This is an ARIA article.
- </div>
-</body>
-</html>
+<!--
+@MAC-ALLOW:AXRole*
+@MAC-ALLOW:AXSubrole=AXDocumentArticle
+@MAC-DENY:AXTitle*
+@WIN-ALLOW:xml-roles:article
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <div role="article">
+ This is an ARIA article.
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698