- From: Russell O'Connor <roconnor@Math.Berkeley.EDU>
- Date: Mon, 30 Dec 2002 13:14:51 -0800 (PST)
- To: W3C HTML <www-html@w3.org>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [To: www-html@w3.org] On Mon, 30 Dec 2002, Peter Foti (PeterF) wrote: > Also, if <br /> in HTML was equivalent to <br>>, then that would seem to > indicate that every web browser out there is broken, and should display this > as a line break followed by the greater than symbol. I don't know what > logic you are using to determine that <br /> = <br>>, but it seems flawed > to me. Borris is correct. Observe: > sgmlnorm -d -c ~/sgml/catalog ~/sgml/15445/15445.dcl "<osfd>0" sgmlnorm:/home/u2/grad/roconnor/sgml/15445/15445.dcl:28:33:W: characters in the document character set with numbers exceeding 65535 not supported <!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HyperText Markup Language//EN"> <HTML><HEAD><TITLE>TEST</TITLE><BODY><P>break<br />ing</P></BODY></HTML> <!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HyperText Markup Language//EN"> <HTML> <HEAD> <TITLE>TEST</TITLE> </HEAD> <BODY> <P>break<BR>>ing</P> </BODY> </HTML> As you see, sgmlnorm parses <br /> as <BR>>. The same thing will happen if you use HTML 4.01 instead of ISO-HTML. Most popular browsers fail to follow the requirements indicated by Section B.3.7 of the HTML 4.01 recommendation. It blows my mind that the W3C seems to bury it's head in the sand about the <br /> issues with ``compatibility'' between XHTML and HTML. I just don't understand what they were thinking when they came up with such plainly false claims of compatibility. - -- Russell O'Connor <http://www.math.berkeley.edu/~roconnor/> ``[Law enforcement officials] suggested that the activists were stopped not because their names are on the list, but because their names resemble those of suspected criminals or terrorists.'' -- SFGate.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (SunOS) iQCVAwUBPhC3T00+aO5oRkNZAQKVFwQAo0kvCuJQU9cDaM4ovqdnOZdCxOhPb+tt hhPV8807ZtNLN5eo67yc1U0KTut9I7Iqi0oYCHA2GUiGsyVOcDDttvEZPTWsUK6P HXkK4ZkSYCQ8BA7vF/MAeeap2vU4pGF7FhPOoZINOmzL1wt9+ntRsroaTQSW1uyC FZUZCn1saLM= =RCfG -----END PGP SIGNATURE-----
Received on Tuesday, 7 January 2003 02:23:50 UTC