Quote:
Originally Posted by Turtle91
It is ePub compatible if the renderer is ePub compliant. ePub renderers are required to ignore bad/non-supported css gracefully...
If ePubcheck doesn't complain about it, neither should you.
Do you happen to have a suggestion to make it work, rather than simply telling people it won't work??
|
Code:
.toggle-answer {
/* prevent accidentally selecting */
display: none;
}
For the other, to decide what code to use, we'd need to what the class is doing in the HTML.