ILLEGAL EXAMPLE: The following example is illegal with respect to uniqueness since the two names are the same except for case:
<P><A name="xxx">...</A>
<P><A name="XXX">...</A>
Although the following excerpt is legal HTML, the behavior of the user agent is not defined; some user agents may (incorrectly) consider this a match and others may not.