[Bug 6308] Bad value,,, for attribute href on element a: ILLEGAL_CHARACTER in FRAGMENT

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


Olivier Thereaux <ot@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ot@w3.org
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Olivier Thereaux <ot@w3.org>  2008-12-15 13:25:01 ---
The "#38;" are the issue here. # is used in URIs to determine an fragment
within the URI, e,g:
http://example.com/resource#go_there

but the fragment cannot have the "#" character in it. As a result, the
validator complains (as it should) when seeing two of those in a URL.


-- 
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, 15 December 2008 13:25:10 UTC