Which Browsers don't support ids for in page navigation (fragid)?

Posted by dshaw on Stack Overflow See other posts from Stack Overflow or by dshaw
Published on 2010-03-31T16:45:40Z Indexed on 2010/04/01 11:23 UTC
Read the original article Hit count: 129

In HTML5, name is no longer a valid attribute of the anchor tag (<a name="yadayada">). It has been mentioned that older browsers do not recognize the the new recommended approach (<a id="yadaya"> or any id for that matter). What are the browsers which don't recognize ids for in page navigation (fragids)? Are we talking about Netscape-era browsers or the usual suspect, Internet Explorer 6?

© Stack Overflow or respective owner

Related posts about html5

Related posts about best-practices