Hello everyone,,
In CSS rules the value of an attribute is case sensitive.
My question:
Is it possible to create filter rules which realize a case insensitivity?
Example:
example.tld##element[attr="/Foo"]
example.tld##element[attr="/foo"]
example.tld##element[attr="/fOo"]
...
I would love to match all those elements with one single line:
example.tld##element[attr="/foo"]
Are there any "options" to realize such a filter rule?
Thanks for your help.