Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.6.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
According to the ICEfaces documentation, one can add the 'accesskey' attribute to <ice:selectManyListbox>, <ice:selectManyMenu>, <ice:selectOneListbox>,
and<ice:selectOneMenu>, which is passed through to the <select> element, but the DTD doesn't define this attribute for the <select> element.
and<ice:selectOneMenu>, which is passed through to the <select> element, but the DTD doesn't define this attribute for the <select> element.
Issue Links
- blocks
-
ICE-1114 Accessiblity: Components must support XHTML v1.0 Transitional markup
- Closed
The "accesskey" attribute is defined by the JSF spec, besides that its not being rendered by default. It will be only rendered if the user will define one. So I don't think if it has to be removed.