Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 206985 Details for
Bug 362364
[Accessibility] Eclipse TOC lacks WAI-ARIA landmarks for search and fails w3C
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch to add role="search" around search entities
patch362364.txt (text/plain), 2.72 KB, created by
Steve Francisco
on 2011-11-14 14:34:29 EST
(
hide
)
Description:
patch to add role="search" around search entities
Filename:
MIME Type:
Creator:
Steve Francisco
Created:
2011-11-14 14:34:29 EST
Size:
2.72 KB
patch
obsolete
>diff --git a/org.eclipse.help.webapp/advanced/advanced.jsp b/org.eclipse.help.webapp/advanced/advanced.jsp >index 8359574..396304a 100644 >--- a/org.eclipse.help.webapp/advanced/advanced.jsp >+++ b/org.eclipse.help.webapp/advanced/advanced.jsp >@@ -182,7 +182,7 @@ > <body dir="<%=direction%>" onload="onloadHandler()"> > > <form name="searchForm" onsubmit="doAdvancedSearch()"> >-<div style="overflow:auto;height:250px;"> >+<div style="overflow:auto;height:250px;" role="search"> > <table id="searchTable" width="100%" cellspacing=0 cellpading=0 border=0 align=center role="presentation"> > <tr><td style="padding:0px 10px;"><label for="searchWord"><%=ServletResources.getString("SearchExpression", request)%></label> > </td></tr> >diff --git a/org.eclipse.help.webapp/advanced/quickSearch.jsp b/org.eclipse.help.webapp/advanced/quickSearch.jsp >index 2ad4bfb..b4a8b53 100644 >--- a/org.eclipse.help.webapp/advanced/quickSearch.jsp >+++ b/org.eclipse.help.webapp/advanced/quickSearch.jsp >@@ -129,7 +129,7 @@ > > <body dir="<%=direction%>" onload="onloadHandler()" > > <form onsubmit="doQuickSearch();return false;"> >- <div id="typeinContainer" > >+ <div id="typeinContainer" role="search"> > <label id="searchLabel" > for="searchWord" > accesskey="<%=ServletResources.getAccessKey("SearchExpressionColon", request)%>"> >diff --git a/org.eclipse.help.webapp/advanced/searchScoped.jsp b/org.eclipse.help.webapp/advanced/searchScoped.jsp >index 4ad0b92..f634d95 100644 >--- a/org.eclipse.help.webapp/advanced/searchScoped.jsp >+++ b/org.eclipse.help.webapp/advanced/searchScoped.jsp >@@ -287,6 +287,7 @@ > <body dir="<%=direction%>" onload="onloadHandler()" onunload="closeAdvanced()"> > > <form name="searchForm" onsubmit="doSearch()"> >+ <div role="search"> > <table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0" role="presentation"> > <tr nowrap valign="middle"> > <td <%=isRTL?"nowrap":""%> id="searchTD"> >@@ -313,6 +314,7 @@ > </tr> > > </table> >+ </div> > </form> > > </body> >diff --git a/org.eclipse.help.webapp/advanced/searchSimple.jsp b/org.eclipse.help.webapp/advanced/searchSimple.jsp >index 3566fea..80694f8 100644 >--- a/org.eclipse.help.webapp/advanced/searchSimple.jsp >+++ b/org.eclipse.help.webapp/advanced/searchSimple.jsp >@@ -208,6 +208,7 @@ > <body dir="<%=direction%>" onload="onloadHandler()" onunload="closeAdvanced()"> > > <form name="searchForm" onsubmit="doSearch()"> >+ <div role="search"> > <table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0" role="presentation"> > <tr nowrap valign="middle"> > <td <%=isRTL?"nowrap":""%>> >@@ -228,6 +229,7 @@ > </tr> > > </table> >+ </div> > </form> > > </body>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 362364
:
206985
|
207498