1. Start an empty TW
2. Make a CSS stylesheet with the following:
[data-tags*="example-test"] {
border: 2px solid blue;
}
3. Make a 2nd CSS stylesheet with the following
[data-tags*="example-te"] {
border: 2px solid pink;
}
4. Make a Tiddler and tag it with example-test
Result: The tagged tiddler has a pink border instead of the blue some would expect.
I was using the Custom styles by tags examples when I noticed this by accident. Is this intended? I suppose it could be used for versatility or trickery, but the example doesn't mention that this would happen so it presents a bit of a gotcha for new users. Also, how would it be dodged?