You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case'~=': // contains value in a whitespace-separated list of wordscase'|=': // starts with value or value-case'^=': // starts withcase'$=': // ends withcase'*=': // contains
The text was updated successfully, but these errors were encountered:
complexSelectorsByAttribute
to be a number of selectors by attribute's value with "regular expressions matching" (img[src$=.jpg]
)W3C spec:
The text was updated successfully, but these errors were encountered: