[Webkit-unassigned] [Bug 14530] <img>fallback</img> should not display the contents of the image element by default in XML processed documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 04:21:31 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14530


robburns1 at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://www.websandbox.net/me
                   |                            |dia/examples/ietest.xml




------- Comment #1 from robburns1 at mac.com  2007-07-05 04:21 PDT -------
Here's a sample drawn from:
http://www.websandbox.net/media/examples/ietest.xml

<?xml-stylesheet type="text/xsl" href="ietest.xsl" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
        <head><title>Test Page</title></head>
        <body>
                <h1>My Test Page</h1>
                <p><img src="fake.png"><b>rich</b> fallback</img></p>
                <p><img src="../../gallery/1_thumb"><b>rich</b>
fallback</img></p>
                <p>Content after those images</p>
        </body>
</html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list