summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authorshreeram.k <shreeram.k@samsung.com>2014-10-28 11:17:22 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-28 18:17:33 +0000
commit1b7371923fb28fbf6e4597228e8ce59b0093e3e3 (patch)
tree339e5459a46cbc856e93d05c07006c64d107f3c0 /content/app
parent10de3dc69897cdbd91771685c1c39efa57ab7fb3 (diff)
downloadchromium_src-1b7371923fb28fbf6e4597228e8ce59b0093e3e3.zip
chromium_src-1b7371923fb28fbf6e4597228e8ce59b0093e3e3.tar.gz
chromium_src-1b7371923fb28fbf6e4597228e8ce59b0093e3e3.tar.bz2
HTML article tag should have AXRoleDescription as 'article'
According to latest editor's draft http://rawgit.com/w3c/html-api-map/master/index.html Article tag should have 'article' as AXRoleDescription. BUG=426836 TBR=piman Review URL: https://codereview.chromium.org/673213002 Cr-Commit-Position: refs/heads/master@{#301665}
Diffstat (limited to 'content/app')
-rw-r--r--content/app/strings/content_strings.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd
index 0b95a51..c3f1a58 100644
--- a/content/app/strings/content_strings.grd
+++ b/content/app/strings/content_strings.grd
@@ -335,6 +335,9 @@ below:
<ph name="WEEK">$1<ex>Week 38, 2014</ex></ph>, starting on <ph name="WEEK_START_DATE">$2<ex>September 15, 2014</ex></ph>
</message>
+ <message name="IDS_AX_ROLE_ARTICLE" desc="accessibility role description for article">
+ article
+ </message>
<message name="IDS_AX_ROLE_BANNER" desc="accessibility role description for banner">
banner
</message>