This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20514 - newline in attribute values for schemaless xml
Summary: newline in attribute values for schemaless xml
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: Parser (show other bugs)
Version: HEAD
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-24 21:09 UTC by Ivan Kovalenko
Modified: 2012-12-24 21:09 UTC (History)
1 user (show)

See Also:


Attachments

Description Ivan Kovalenko 2012-12-24 21:09:21 UTC
Validator (as well as parser) does not complain about newlines in attribute values. These are restricted due to http://www.w3.org/TR/REC-xml/#AVNormalize. Perl XML::Parser does this check. But w3c.org's doesn't.