This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 920 - Uncaught {border: 1px foo}
Summary: Uncaught {border: 1px foo}
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 1.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-17 17:19 UTC by John Russell
Modified: 2005-08-08 13:06 UTC (History)
1 user (show)

See Also:


Attachments

Description John Russell 2004-10-17 17:19:04 UTC
div {border:2px dot} should indicate a problem
as the correct spec would be div {border:2px dotted}
poorly defined specs should be trapped even though a 
browser may be able to tolerate error by assumptions
Comment 1 Etan Wexler 2004-11-27 03:37:47 UTC
Initial testing shows that any value comprising an <identifier> after a <length>
will escape error detection. We need test cases.

The result that the validator yields and calls valid is itself invalid:

a { border: 1px none inherit }
Comment 2 Yves Lafon 2005-08-08 13:06:53 UTC
Fixed in today's patch, online version will be up soon at
http://qa-dev.w3.org:8001/css-validator/