Re: [OT] anchor as block level element

> All other tags (not elements, sic!) has no visiual indication that they are 
> blocks (no borders/backgrounds) -
> thus some hypethetical renderer can forget about DIVs, BLOCKQUOTEs, etc 
> immediately after parsing.

The original Netscape seems to have used this lazy parsing technique. It
was one of the worst design decisions ever imposed on the "web".   As I
remember it the parser didn't unwind deep structures properly and had
problems with error recovery on unterminated tables (I seem to remember
it also failed for some legitimate optional closing tag cases).  It is
this mis-design that made constructs like <b>...<p>...</b>....</p> 
common in the wild.

Received on Friday, 7 October 2005 20:35:53 UTC