On Tuesday, October 7, 2014 3:16:27 PM UTC+2, Jeremy Ruston wrote: > > I agree that it would be useful for toolbar buttons to carry an > identifying class, but I'm not sure that I agree with modifying the reveal > widget to do it. Why don't we add an extra wrapper with classes such as > "tc-toolbar-$:/core/ui/Buttons/close-all"? Perhaps we can discuss at the > hangout today? >
According to the grammar definition http://www.w3.org/TR/CSS21/grammar.html a class name imo can't have $:/ <div class="test-$:/core/ui/Buttons/edit"> some text </div> .test-$:/core/ui/Buttons/edit { background: red; } The rule is ignored by the browser FF 32 win 8.1 -m -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
