AndreasW: ID / NAME

Beitrag lesen

Tach,

Manchmal ist es auch ganz nützlich, beide Attribute unterschiedlich zu vergeben.

Das ist ausdrücklich nicht erlaubt.
http://www.w3.org/TR/html4/struct/links.html#anchors-with-id
Hier heißt es:
The id and name attributes share the same name space. This means that they cannot both define an anchor with the same name in the same document. It is permissible to use both attributes to specify an element's unique identifier for the following elements: A, APPLET, FORM, FRAME, IFRAME, IMG, and MAP. When both attributes are used on a single element, their values must be identical.

Andreas