That's true - especially for the [attribute...] selectors! A very good exercise to distinguish between [attribute^="value"], [attribute$="value"] and [attribute*="value"] 😅
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
That's true - especially for the
[attribute...]
selectors! A very good exercise to distinguish between[attribute^="value"]
,[attribute$="value"]
and[attribute*="value"]
😅