[Bug 3300] Border Shorthand not recorgnized as valid

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3300

           Summary: Border Shorthand not recorgnized as valid
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
               URL: http://programmers.cpcug.org/
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: Other
        AssignedTo: ot@w3.org
        ReportedBy: tmiller@bss-software.com
         QAContact: www-validator-cvs@w3.org


Not sure which version of the validator is being used.  I use the botton on the
page being validated.

border:'2' 'groove' '#000066';

Returns this error

Line: 128 Context : .TableCalender

Invalid number : border '2' is not a border-color value : '2' 'groove'
'#000066' 

Yet the documentation says

'border'
    Value:      [ <'border-width'> || <'border-style'> || <color> ] | inherit
    Initial:    see individual properties
    Applies to:         all elements
    Inherited:          no
    Percentages:        N/A
    Media:      visual

Received on Tuesday, 23 May 2006 11:54:40 UTC