Details
Description
All standard JSF input components (<ice:commandButton>, <ice:inputHidden>, <ice:inputSecret>, <ice:inputText>, <ice:selectBooleanCheckbox>, and <ice:selectManyCheckbox>) are rendered with <input> elements that have separate </input> closing tags, but the DTD defines <input> as an empty element. So, it is more appropriate to render these components with self-closed <input /> elements.
Issue Links
- blocks
-
ICE-1114 Accessiblity: Components must support XHTML v1.0 Transitional markup
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Arturo Zambrano [ artzambrano ] | Adnan Durrani [ adnan.durrani ] |
Assignee | Adnan Durrani [ adnan.durrani ] | Ted Goddard [ ted.goddard ] |
Component/s | Framework [ 10013 ] | |
Component/s | Components [ 10012 ] |
Assignee | Ted Goddard [ ted.goddard ] | Greg Dick [ greg.dick ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 1.7Beta1 [ 10121 ] | |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Greg Dick [ greg.dick ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Same code as
ICE-2393