name attribute in a element example

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