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 5683 - multiple attributes warning
Summary: multiple attributes warning
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.1 (show other bugs)
Version: CSS Validator
Hardware: PC Windows XP
: 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: 2008-05-12 11:50 UTC by Le Sage
Modified: 2009-02-06 14:13 UTC (History)
0 users

See Also:


Attachments

Description Le Sage 2008-05-12 11:50:59 UTC
multiple attributes (as in Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification - W3C Candidate Recommendation 19 July 2007 - 5.8.1 Matching attributes and attribute values) generate a warning; e.g.:
span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }
-> [hello="Cleveland"] and [goodbye="Columbus"] are incompatible
for more informations, see :
specs: http://www.w3.org/TR/CSS21/selector.html#matching-attrs
mailing-list: http://lists.w3.org/Archives/Public/www-validator-css/2008Feb/0028.html (and responses in March & May)
test suite case: http://dev.w3.org/cvsweb/2002/css-validator/autotest/testsuite/general/selectors/multipleattribute.css
Comment 1 Yves Lafon 2009-02-06 14:13:30 UTC
Fixed on http://qa-dev.w3.org:8001/css-validator/