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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Same code as
ICE-2393