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

Unified Diff: content/test/data/accessibility/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/article.html
diff --git a/content/test/data/accessibility/article.html b/content/test/data/accessibility/article.html
index 772c70912b097eff57847e99c271190513037808..532f72a736aae34deae69e27f092c5656a578e9f 100644
--- a/content/test/data/accessibility/article.html
+++ b/content/test/data/accessibility/article.html
@@ -1,17 +1,14 @@
<!--
+@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole=AXDocumentArticle
@MAC-DENY:AXTitle*
@WIN-ALLOW:xml-roles:article
-->
-<!doctype html>
+<!DOCTYPE html>
<html>
<body>
<article>
This is an article element.
</article>
-
- <div role="article">
- This is an ARIA article.
- </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698