[Bug 5802] No mention of %uXXXX escapes

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





--- Comment #3 from Julian Reschke <julian.reschke@gmx.de>  2008-06-25 13:24:11 ---
(In reply to comment #2)
> I'm not sure what HTML5 defines already, but (if I understand correctly) it
> would need to define that "%u1234" is transmitted to the server as "%u1234" and
> not as "%25u1234".
> ...

But the former would be a broken URL. On the other hand, the latter, when
percent-unescaped, would yield the input string.

So I guess I need more information...


-- 
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 Wednesday, 25 June 2008 13:24:46 UTC