- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 12 May 2005 01:08:49 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1393
Summary: OpenSP warnings not propagated to templated output
Product: Validator
Version: 0.7.0
Platform: Macintosh
URL: http://www.websitedev.de/markup/validator/tests/ampersan
d-as-data.html
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: ot@w3.org
QAContact: www-validator-cvs@w3.org
elsif ($err->{type} eq 'W') {
#@@FIXME: This is borked after templatification.
# &add_warning($File, 'fake', 'Warning:',
# "Line $err->{line}, column $err->{char}: " . &ent($errors[6]));
#@@FIXME;
...
parse warnings appear to just be zapped out.
These warnings should not be treated (at least in terms of output) the same way as pre-parse warnings.
See Bug #798
Also related: Bug #213
Received on Thursday, 12 May 2005 01:08:53 UTC