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 207498 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]
fix for both 362364 and 362365
patch362364_362365.txt (text/plain), 3.57 KB, created by
Steve Francisco
on 2011-11-24 13:52:49 EST
(
hide
)
Description:
fix for both 362364 and 362365
Filename:
MIME Type:
Creator:
Steve Francisco
Created:
2011-11-24 13:52:49 EST
Size:
3.57 KB
patch
obsolete
>diff --git a/org.eclipse.help.webapp/advanced/advanced.jsp b/org.eclipse.help.webapp/advanced/advanced.jsp >index c54861c..de2429b 100644 >--- a/org.eclipse.help.webapp/advanced/advanced.jsp >+++ b/org.eclipse.help.webapp/advanced/advanced.jsp >@@ -182,8 +182,8 @@ > <body dir="<%=direction%>" onload="onloadHandler()"> > > <form name="searchForm" onsubmit="doAdvancedSearch()"> >-<div style="overflow:auto;height:250px;"> >- <table id="searchTable" width="100%" cellspacing=0 cellpading=0 border=0 align=center > >+<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> > <tr><td style="padding:0px 10px;"><input type="text" id="searchWord" name="searchWord" value="<%=UrlUtil.htmlEncode(data.getSearchWord())%>" maxlength=256 alt="<%=ServletResources.getString("SearchExpression", request)%>" title="<%=ServletResources.getString("SearchExpression", request)%>"> >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 5fc6233..1413ee8 100644 >--- a/org.eclipse.help.webapp/advanced/searchScoped.jsp >+++ b/org.eclipse.help.webapp/advanced/searchScoped.jsp >@@ -287,7 +287,8 @@ > <body dir="<%=direction%>" onload="onloadHandler()" onunload="closeAdvanced()"> > > <form name="searchForm" onsubmit="doSearch()"> >- <table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0"> >+ <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"> > <label id="searchLabel" for="searchWord" accesskey="<%=ServletResources.getAccessKey("SearchLabel", request)%>"> >@@ -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 ccba6ff..ae10707 100644 >--- a/org.eclipse.help.webapp/advanced/searchSimple.jsp >+++ b/org.eclipse.help.webapp/advanced/searchSimple.jsp >@@ -208,7 +208,8 @@ > <body dir="<%=direction%>" onload="onloadHandler()" onunload="closeAdvanced()"> > > <form name="searchForm" onsubmit="doSearch()"> >- <table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0"> >+ <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":""%>> > <label id="searchLabel" for="searchWord" accesskey="<%=ServletResources.getAccessKey("SearchLabel", request)%>"> >@@ -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
Flags:
ChrisAustin
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 362364
:
206985
| 207498