[Webkit-unassigned] [Bug 43225] Webkit converts &not_ to %AC in a link's query arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 11:09:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43225





--- Comment #2 from Dan Ciliske <dciliske at hmc.edu>  2010-07-30 11:09:53 PST ---
I will admit, I'm not wholly aware of html standards (I've only been doing serious web development for a few months) so it appears that I did not know this is an ambiguous case. That being said, recovering from an unterminated entity seems that it should be consistent. Currently, when it the unterminated string is not a valid entity, the ampersand initiated string is insert unmodified. However, when it is a valid entity, the valid portion is interpolated into the unicode character it represents.

Unless there's a strong argument against doing so, in keeping with consistency of invalid entities and in being consistent with Gecko and IE, it would seem advisable to be not interpolate these non-terminated entities.

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



More information about the webkit-unassigned mailing list