Re: client-side include

On Sun, Jan 05, 2003 at 12:14:47PM -0500, Curtis C. Hovey wrote:
> Since HTML 4.0
> 
> <iframe src="include/footer.html" />

Umm... isn't it a non-empty tag? Rendering the above example invalid
in XHTML.

<iframe src="href">
alternative content
</iframe>

And hasn't be been removed in XHTML 1.1?

-- 
David Dorward                                   http://david.us-lot.org/
"You cannot rewrite history, not one line."
                                      - The Doctor (Dr. Who: The Aztecs)

Received on Sunday, 5 January 2003 12:28:17 UTC