[Bug 7249] New: SVG profile does not accept properties 'stroke' and 'fill'

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