[Bug 24302] New: location.reload() when document address has a fragment should not cause just fragment navigation

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24302

            Bug ID: 24302
           Summary: location.reload() when document address has a fragment
                    should not cause just fragment navigation
           Product: HTML WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: kornstaedt@hotmail.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

location.reload() is specified to cause a regular navigation, and nothing in
the initial six steps of the navigation algorithm seems to specifically prevent
reload() from reaching the step labeled "Fragment identifiers".  So reload()
could end up causing just a fragment navigation.

This doesn't correspond to the behavior of real browsers, where reload() always
causes a re-fetch of the document, even if the document address has a fragment.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 January 2014 20:49:16 UTC