[Bug 12050] <img src="#my file"... doesnt display image

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12050

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #5 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-02-14 00:37:05 UTC ---
You need to URL-escape them, specifically replacing "#" with "%23".  This
doesn't have anything to do with the HTML spec, though.

("|" is a valid filename in Unix, by the way, including Linux and OS X.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 14 February 2011 00:37:07 UTC