- From: Smylers <Smylers@stripey.com>
- Date: Sun, 15 Jul 2007 22:20:28 +0100
- To: HTML WG <public-html@w3.org>
I wrote:
> In a quick test I knocked up (see below) served as application/
> xhtml+xml:
That wasn't below. Sorry. Here's the content in question:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>Alt Try</title></head>
<body>
<p>before <img src="exists.png" alt="attribute">content</img> after</p>
<p>before <img src="missing.png" alt="attribute">content</img> after</p>
<p>before <img src="/wefewfew/not_there.png">content</img> after</p>
</body>
</html>
Smylers
Received on Sunday, 15 July 2007 21:20:57 UTC