Re: HTML 3.2 PR

| I am going to pick on people with this:
| 
| <! is a comment in HTML >
| 
| <! -- this is a comment in SGML -- >
| 
| Why?  An HTML parser has no business trying to figure out SGML, an
SGML
| parser being used on an HTML document on the other hand may have use
| for the declaration.  It needs to be described this way.  Calling <!
>
| not an HTML comment is misleading to those people who have no use for

However, it should be suggested that <! > is an HTML comment to an HTML
parser, but <!-- --> is a comment to an HTML author...  However there
are still problems with this because supposedly, SGML allows using >
within the mess without requiring it be escaped, but I am not an expert
in SGML, I just know enough to try and write a HTML parser with some
rules...

Received on Friday, 15 November 1996 20:58:54 UTC