- From: Mike Lippert <mlippert@mathsoft.com>
- Date: Thu, 26 Dec 2002 15:06:48 -0500
- To: "'www-html-editor@w3.org'" <www-html-editor@w3.org>
On the page documenting the a element http://www.w3.org/TR/2002/WD-xhtml2-20021218/mod-hypertext.html#s_hypertextm odule There is an example which reads: Suppose we define an anchor named "anchor-one" in the file "one.html". ...text before the anchor... <a name="anchor-one">This is the location of anchor one.</a> ...text after the anchor... Note the attribute "name". As far as I can tell, name is no longer a valid attribute for the a element, and should have been replace in this example with the attribute "id". Just thought I'd let you know, Mike Lippert
Received on Thursday, 26 December 2002 15:07:38 UTC