CSS – Selecting attributes by wildcard name
I wonder I wonder ...
Select elements by their attribute, not their value, but have it be a wildcard
Mayhaps
input[*data-attribute]
or input[^data-attribute]
selecting data-attribute, data-attribute-foo, data-attributered, etc.
Are we there yet?2 Replies
This has already been asked https://discord.com/channels/436251713830125568/1303832426514223104
I do take a good no, thanks.