This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18101 - Switch the navigation algorithm's step 6 (canceling) and 7 (frag nav) so that frag navs don't cancel normal navs
Summary: Switch the navigation algorithm's step 6 (canceling) and 7 (frag nav) so that...
Status: RESOLVED WORKSFORME
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 17:16 UTC by contributor
Modified: 2012-09-14 09:55 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2012-07-18 17:16:59 UTC
This was was cloned from bug 16546 as part of operation convergence.
Originally filed: 2012-03-27 22:48:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-03-27 22:48:05 +0000 
--------------------------------------------------------------------------------
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#navigate
Complete: http://www.whatwg.org/c#navigate

Comment:
<a href="test" onclick="location='http://www.w3.org'">test</a> vs <a
href="#test" onclick="location='http://www.w3.org'">test</a>:  we need to
switch the navigation algorithm's step 6 (canceling) and 7 (frag nav) so that
frag navs don't cancel normal navs.

Posted from: 2620:0:1000:147d:f4e3:afef:7e8d:7bd4 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.4 (KHTML, like Gecko) Chrome/19.0.1077.3 Safari/536.4
================================================================================
Comment 1 Robin Berjon 2012-09-14 09:55:03 UTC
Same decision as https://www.w3.org/Bugs/Public/show_bug.cgi?id=16546