On 26.05.2015, at 17:58, Suckow, Thomas J <
Thomas...@pnnl.gov> wrote:
> The changelog li's should really have </li>, instead the browser has to "figure it out"
This appears to be valid HTML, so any browser that fails to figure this out should probably be avoided.
Quoting
http://www.w3.org/TR/html401/intro/sgmltut.html:
> Some HTML element types allow authors to omit end tags (e.g., the P and LI element types).
(I'm not saying the changelog has no problems -- it nests an entire <html> document within another for example -- but this isn't one.)