Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2020-01-31 11:23:44 +0000
committerLakshmi Shanmugam2020-01-31 11:48:33 +0000
commit55eac9a10cfef7c937328908484e51af0bbd0b21 (patch)
tree9d8dee1e321cff3481415e64f3064a4b78a461b0 /org.eclipse.help.webapp
parent54d560df9c757c55230a1e5a9d84bcf333873d06 (diff)
downloadeclipse.platform.ua-55eac9a10cfef7c937328908484e51af0bbd0b21.tar.gz
eclipse.platform.ua-55eac9a10cfef7c937328908484e51af0bbd0b21.tar.xz
eclipse.platform.ua-55eac9a10cfef7c937328908484e51af0bbd0b21.zip
Bug 559493 - [Accessibility] An interactive element/widget does not have
an accessible name Added aria-label to div Change-Id: Ic1686cc37b712e72dfedabb6dbc4bff1ed9bd56d
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/advanced/indexView.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/advanced/indexView.jsp b/org.eclipse.help.webapp/advanced/indexView.jsp
index b48307bf0..e9b978529 100644
--- a/org.eclipse.help.webapp/advanced/indexView.jsp
+++ b/org.eclipse.help.webapp/advanced/indexView.jsp
@@ -94,7 +94,7 @@ var loadingMessage = "<%=UrlUtil.JavaScriptEncode(ServletResources.getString("Lo
<div id = "indexList">
<DIV class = "group" id = "wai_application">
- <DIV class = "root" id = "tree_root">
+ <DIV class = "root" aria-label = "Search results" id = "tree_root">
</DIV>
</DIV>
</div>

Back to the top