Quote:
Originally Posted by kovidgoyal
Code:
p span.moo { color: red }
li span.moo { color: green }
in one stylesheet, now which rule should clicking on moo take you to?
You can even have multiple rules with the exact same selectors
Code:
.moo { font-size: 11pt }
.moo { color: purple }
|
I see. Ok, then. I rest my case.
Thanks for explanation.
P.S.: Sigil does recognize the diference between 'p.moo' vs 'li.moo', but choked on 'p span.moo' vs 'li span.moo'