(Andreas (JIRA)) wrote:
CSS selectors like <li class="open trail"> ... are not valid.
Well, they're syntactically valid, but they give a different semantic to
what you are assuming.
Sure, that example won't match (indeed, you cannot even express):
.'open trail' {}
.. but it does match both of:
.open {}
.trail {}
cheers,
David.
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------