[TYPO3-core] RFC: #11503: HTML5 doctype implementation
Sigfried Arnold
s.arnold at rebell.at
Thu Feb 25 00:12:07 CET 2010
Oliver Klee schrieb:
> Both variants (<br> and <br /> or <br/>) are valid in HTML5:
In Fact <br> and <br /> is valid too in HTML 4.01.
In HTML 4.01 Transitional foo<br />bar should be treated just like
foo<br>bar.
In HTML 4.01 Strict foo<br />bar should be interpreted like foo<br>
/>bar - since / implies the termination of the br element according
to the SGML rules.
More information about the TYPO3-team-core
mailing list