perl-unicode

Re: In-Band Information Considered Harmful

1998-10-25 13:26:59
behavior: <b> doesn't nest, <li> nests, and <p> marks a spot instead
of a region.

Since when does <p> not mark a region?  I'm not familiar with any markup
schemes that behave that way.  HTML certainly doesn't; here's the
relevant line from the DTD:
        <!ELEMENT P     - O (%text)*>

Ben Holzman