Community
Participate
Working Groups
CSS3 Substring matching attribute selectors like [att*=val] (see http://www.w3.org/TR/css3-selectors/#attribute-substrings for full list) are improperly highlighted and formatted comparing to similar CSS2.1 selector [att~=val]. Example: a[class *="popup"] { text-decoration: none; } a[class~="popup"] { text-decoration: none; }
Updated the tokenizer to support *=,^=,$=.