-
Enhancement
-
Resolution: Fixed
-
P3
-
7u6
The selector classes match on style class by using a hash map. Strings from the node are added to the hash map then the strings from the selector are looked up to see if the rule's are a subset of the node's. This can be made much faster if the strings are converted to a bit in a bitmap as is done for pseudo-class.