- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 20 Jul 2005 04:09:42 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1784
Summary: Duplicated anchor name
Product: Validator
Version: 0.7.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: shinsa@acm.org
QAContact: www-validator-cvs@w3.org
Duplicated use of an anchor name cannot be detected.
For example, it passes the HTML code below:
<a name="top">Anchor 1</a>
<a name="top">Anchor 2</a>
Received on Wednesday, 20 July 2005 04:09:44 UTC