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 30281 - parsing error for spaces around variables
Summary: parsing error for spaces around variables
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Parser (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 minor
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: 2018-08-30 10:44 UTC by andrea.nironi
Modified: 2018-08-30 10:44 UTC (History)
0 users

See Also:


Attachments

Description andrea.nironi 2018-08-30 10:44:13 UTC
The following snippet coming from a Drupal module does not validate.

.facetapi-disabled{opacity:0.4;filter:alpha(opacity = 40);}

All of the examples I looked at don't use spaces (e.g.: opacity=40). Still, the clause appear to be working, and I can't tell if the spaces used within the alpha clause are valid or not.