- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 02 Dec 2009 12:56:05 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8420
Summary: name attribute with A in XHTML 1.1
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Parser
AssignedTo: dave.null@w3.org
ReportedBy: prof_moriarty@veryfast.biz
QAContact: www-validator-cvs@w3.org
Created an attachment (id=786)
--> (http://www.w3.org/Bugs/Public/attachment.cgi?id=786)
xhtml page with reported error.
I was attempting to use a <a name="name"></a> tag in a strict XHTML 1.1
document and the validator was telling me I couldn't - 'Attribute "name"
exists, but can not be used for this element.'. I now know that that's because
you're supposed to use ID instead of name with XHTML. Fine.
However, I had many '<a name="xyz">' tags scattered around my document, but the
validator only reported an error for the first one. This is a problem because
it implies the rest are fine and I spend 5-10 mins wondering why that first one
was bad but the rest were good.
See attached - it has three '<a name' tags, but only the first is ever
reported.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 2 December 2009 12:56:15 UTC