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
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Arturo Zambrano [ artzambrano ] | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Priority | Major [ 3 ] | Minor [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
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.