- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Thu, 28 Feb 2008 23:39:19 -0800
- To: Alan Gresley <alan1@azzurum.com>
- CC: www-style@w3.org
Alan Gresley wrote: > fantasai wrote: > >> Selectors >> --------- >> >> - RESOLVED: Attribute substring matches against empty string invalid. >> (Not sure what resolution was on |=, though; it might have been different >> but wasn't recorded in minutes.) > > So do you mean that > > [class^=""] > [class$=""] > [class*=""] > > should NOT match any elements with a class attribute? Or do you mean > that these Attribute substrings should NOT match an empty string in > the HTML attribute of class? Neither. They cause the entire selector to be thrown out ("ignored"). ~fantasai
Received on Friday, 29 February 2008 07:39:44 UTC