[whatwg] Defining error handling: Picking the correct named anchor	in case of ambiguity
    Eira Monstad 
    eiram at opera.com
       
    Thu Jan  4 03:10:56 PST 2007
    
    
  
Given the case:
<a href="#foo">click</a>
<a name="foo">first</a>
<a name="foo">last</a>
I can't see that HTML5 defines which of the two identically named anchors  
the link should match. It should probably be defined.
IE, Firefox, Konqueror and Safari all choose the first. Opera chooses the  
last. We have an open interoperability bug on that.
-- 
Eira Monstad
    
    
More information about the whatwg
mailing list