I\'m wondering if there is a performance issue using attribute selectors instead of class selectors.
div.test {} div[test] {}
P.S. : I\
According to this article, class selectors are more efficient than attribute selectors.