- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 10 Aug 2009 13:31:42 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7249
Summary: SVG profile does not accept properties 'stroke' and
'fill'
Product: CSSValidator
Version: CSS Validator
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: dave.null@w3.org
ReportedBy: sorin@sync.ro
QAContact: www-validator-cvs@w3.org
The properties "stroke" and "fill" are reported as errors when validating a CSS
with one of the profiles: SVG, SVG Basic, SVG Tiny. For example:
circle {
stroke: #006600;
fill: #00cc00;
}
It reports 2 validation errors:
2 circle Parse Error [empty string]
3 circle Parse Error [empty string]
--
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 Monday, 10 August 2009 13:31:51 UTC