[Webkit-unassigned] [Bug 56733] New: fragment id should not use %xy escaping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 20 22:44:26 PDT 2011


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

           Summary: fragment id should not use %xy escaping
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.noiraude.net/bug/fragmentidbug.xhtml
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lea.gris at noiraude.net


A fragment identifier (id) should not be encoded using %xy escaping (RFC2396). Only the URL part in href should use % escaping according to RFC2396.

<a href="#%E9l%E9ment">This link</a>
<p id="%E9l%E9ment">should not point to this invalid id,</p>
<p id="élément">but should point here.</p>

The proper algorithm is described here: http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#scroll-to-the-fragment-identifier

Test case here: http://www.noiraude.net/bug/fragmentidbug.xhtml

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