[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
Mon Aug 2 11:33:06 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-08-02 11:33:06 PST ---
I lied.  &not_ is always tokenized as an HTML entity, even in attribute values.

http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tokenizing-character-references

[[
If the character reference is being consumed as part of an attribute, and the last character matched is not a U+003B SEMICOLON character (;), and the next character is either a U+003D EQUALS SIGN character (=) or in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, or U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z, then, for historical reasons, all the characters that were matched after the U+0026 AMPERSAND character (&) must be unconsumed, and nothing is returned.
]]

and...

http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html#named-character-references

[[
not     U+000AC    ¬
]]

-- 
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