- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 02 Sep 2008 18:37:19 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6020
Summary: Validator incorrectly uses strings as elements
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: dave.null@w3.org
ReportedBy: hunteke@earlham.edu
QAContact: www-validator-cvs@w3.org
Created an attachment (id=566)
--> (http://www.w3.org/Bugs/Public/attachment.cgi?id=566)
HTML 4.01 Strict compliant file
Basically, the parser (0.8.3 I think) is interpreting text inside of a
Javascript string as tags.
This is best highlighted by the two attachments I'll add. The first attachment
is HTML 4.01 Strict compliant.
The second attachment is a unified diff that will break the parser. The parser
will assume that strings in line 9 and 10 begin elements, but this is
incorrect.
--
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 Tuesday, 2 September 2008 18:37:54 UTC