Can you achieve this with links (
a[href="/"]{_/*CSS declarations.*/_}
)?For instance:
#example > .meow span[style="color:red;"] {
text-transform: lowercase;
}
#example > .woof span[title="I'm a dog."] {
color: blue;
text-decoration: underline;
}