Details
Description
The <ice:graphicImage> component and the <ice:dataTable> component using the scrollable="true" attribute-value pair render <img> elements that have separate </img> closing tags, but the DTD defines <img> as an empty element. So, it is more appropriate to render these components with self-closed <input /> elements.
ICE-2530has a code patch to accomplish this.