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
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 ] |
Ken Fyten
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] | Ted Goddard [ ted.goddard ] |
Ken Fyten
made changes -
Component/s | Framework [ 10013 ] | |
Component/s | Components [ 10012 ] |
Ken Fyten
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Greg Dick [ greg.dick ] |
Greg Dick
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Priority | Major [ 3 ] | Minor [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7Beta1 [ 10121 ] | |
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Greg Dick [ greg.dick ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Same code as
ICE-2393