-
-
Notifications
You must be signed in to change notification settings - Fork 47
Case sensitive :contains()? #116
Copy link
Copy link
Open
Labels
C: css-customCSS custom selectors.CSS custom selectors.P: maybePending approval of low priority request.Pending approval of low priority request.T: featureFeature.Feature.
Metadata
Metadata
Assignees
Labels
C: css-customCSS custom selectors.CSS custom selectors.P: maybePending approval of low priority request.Pending approval of low priority request.T: featureFeature.Feature.
This issue will explore the possibility of a case insensitive
:contains(). Since we are thinking about expanding:contains()to allow lists, it may make sense to try and do something like what attribute selectors do::contains(text i). Or maybe we need to create our own custom pseudo class that implements a case insensitive version, such as:icontains().Nothing currently is settled, and whether this gets implemented or not and what the name of the pseudo-class would be is still up in the air.