[Bug 5683] multiple attributes warning

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

           Summary: multiple attributes warning
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: CSS 2.1
        AssignedTo: dave.null@w3.org
        ReportedBy: gammaprod@worldonline.fr
         QAContact: www-validator-cvs@w3.org


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

Received on Monday, 12 May 2008 11:51:34 UTC