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 'tabindex' attribute to <ice:outputLabel> and <ice:selectOneRadio>. This attribute is passed through to the <label> and <table> elements, respectively, but the DTD doesn't define the 'tabindex' attribute for these elements.
Issue Links
- blocks
-
ICE-1114 Accessiblity: Components must support XHTML v1.0 Transitional markup
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The tabindex 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.