+ case CSSSelector::Exact:
+ case CSSSelector::Set:
+ case CSSSelector::List:
+ case CSSSelector::Hyphen:
+ case CSSSelector::Contain:
+ case CSSSelector::Begin:
+ case CSSSelector::End: {
+ auto attributeName = selector.attributeCanonicalLocalName().convertToASCIILowercase();
+ if (!isExcludedAttribute(attributeName))
+ collectedHashes.attributes.append(attributeName.impl()->existingHash() * AttributeSalt);
+ break;
+ }