Created by: rowofpixels
The selector [class*="span"]
seems to be too loose. While it matches class="span1"
and class="span2"
, it also matches class="espanol"
or class="wingspan"
.
It may be helpful to have a selector be slightly more specific and only match if the class name begins with span