Re: XHTML 2.0 User Agent Conformance

>     <p>This is some annoying <blink>blinking</blink> text!</p>

They can still do:

     <p>This is some annoying <annoying:blink>blinking</annoying:blink> text!</p>

with a suitable namespace reference at the start of the document.  The
well-formedness constraint means that browsers with no knowledge of how to
be annoying can still parse the document as though the annoying:blink start
and end tags were not there.

Received on Saturday, 1 November 2003 08:06:38 UTC