Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2020-01-31 12:02:40 +0000
committerLakshmi Shanmugam2020-01-31 12:02:40 +0000
commit0a3fff15fc1684937710112f44fb5e65feafc9dc (patch)
treea0c3732d815c5559e229e327fa7d7c420b120565
parent61b5d66d61317a547eed71b3fc34d9e39c71f24e (diff)
downloadeclipse.platform.ua-0a3fff15fc1684937710112f44fb5e65feafc9dc.tar.gz
eclipse.platform.ua-0a3fff15fc1684937710112f44fb5e65feafc9dc.tar.xz
eclipse.platform.ua-0a3fff15fc1684937710112f44fb5e65feafc9dc.zip
Bug 559490 - [Accessibility] An interactive element/widget does not haveI20200202-1800I20200201-1800I20200131-1800
an accessible name Added aria-label to div Change-Id: Idf84c3fb44e28d1d983346504dbbf0116897e5db
-rw-r--r--org.eclipse.help.webapp/advanced/tocView.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/advanced/tocView.jsp b/org.eclipse.help.webapp/advanced/tocView.jsp
index 2dd972830..c5ad0682e 100644
--- a/org.eclipse.help.webapp/advanced/tocView.jsp
+++ b/org.eclipse.help.webapp/advanced/tocView.jsp
@@ -147,7 +147,7 @@ if (requestData.isIE()){
%>
<DIV class = "group" id = "wai_application">
- <DIV class = "root" id = "tree_root">
+ <DIV class = "root" aria-label = "Table of contents" id = "tree_root">
</DIV>
</DIV>
</body>

Back to the top