- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 01 May 2007 03:59:01 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4515
           Summary: CSS Validator doesn't accept text-shadow
           Product: CSSValidator
           Version: CSS Validator
          Platform: Macintosh
               URL: http://www.chanfair.com/
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 2.0
        AssignedTo: dave.null@w3.org
        ReportedBy: twhall@netvigator.com
         QAContact: www-validator-cvs@w3.org
The validator reports:
   Value Error : text-shadow Property text-shadow doesn't exist : 0 0 3px
#000000
I have tried using the keyword black instead of the hexcode #000000.  I have
tried putting the color before the lengths.  I have tried omitting the color. 
Finally, I tried specifying only the offsets, with neither a color nor a blur
radius.  The validator always reports the same error.
The error report links "text-shadow" to the applicable section of the CSS2
specification.  The rejected value seems to conform to the examples in the
specification.
Received on Tuesday, 1 May 2007 03:59:14 UTC