Why W3C CSS Validator showing parsing error on "Ends-with" Attribute Value Selector
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-24T05:02:06Z
Indexed on
2010/05/24
5:11 UTC
Read the original article
Hit count: 263
css
|w3c-validation
Why W3C Validator showing parsing error on this. I selected CSS3 profile also from dropdown.
a[href $=.xls]{background: transparent url(ms-excel-icon.gif) left top no-repeat;
padding-left: 22px;display: block;height: 16px;}
© Stack Overflow or respective owner