Patrick H. Lauke wrote:
> The proper way in XHTML is using fragment identifiers: giving an ID to
> an element, and linking to that, e.g.
> <a href="#content">go to content</a>
> <div id="content">

I've found that using "id" instead of "name" for anchors (including a href
attribute) creates an accessibility issue since some browsers (at least
MSIE) find the location, but are unable to keep track of the link sequence
re: tabbing navigation.
I posted a message a while back about this, warning people that "skipnav"
links built this way are just *useless*.

HTH,
Thierry | http://www.TJKDesign.com

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to