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 12633 - inset in box-shadow should be optional
Summary: inset in box-shadow should be optional
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-08 10:21 UTC by gginiu
Modified: 2012-09-21 16:13 UTC (History)
1 user (show)

See Also:


Attachments

Description gginiu 2011-05-08 10:21:09 UTC
try validating:

  tag1 {
     box-shadow: inset 10px 10px;
  }

  tag2 {
     box-shadow: 10px 10px;
  }

as css3 - first one passes, second one returns:

  Parse Error [empty string]

(see http://www.w3.org/TR/css3-background/#the-box-shadow for reference).
Comment 1 Yves Lafon 2012-09-21 16:13:23 UTC
Fixed