The universal attribute selector should match an element by the presence of an attribute, whatever its name or value. Format: E[@] Examples: p[@] {color: green} matches: <p id="test"></p> <p class="test"></p> <p title="test"></p> regards. ps. problem: one or more attributes per element? http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://mimicry.css-zibaldone.com/ (Blog) http://www.flickr.com/photos/gabrieleromanato/ (Flickr)Received on Friday, 27 February 2009 02:37:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 18:16:03 GMT