- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 10 Oct 2007 01:06:36 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5172
Summary: validated source display shows internal $rule.Selectors
Product: CSSValidator
Version: CSS Validator
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Templates
AssignedTo: dave.null@w3.org
ReportedBy: ot@w3.org
QAContact: www-validator-cvs@w3.org
In the new velocity-driven templates, strings starting with $ are replaced by
the value if available.
validating (as css3):
@page {
size: 8in 11in;
}
will produce the validated source display:
@page {
$rule.Selectors {
size : 8in 11in;
}
}
the $rule.Selectors and brackets should not be shown.
Received on Wednesday, 10 October 2007 01:06:48 UTC