Quote:
Originally Posted by JSWolf
And she the WebKit code is ignored, whatever it is you are trying to do won't work.
|
If what I'm trying is to handle page-breaks and if the engines are based on webkit, then -webkit-column-break-whatever will be accepted. OTOH, if the engines are not based on webkit, will employ the properties "break-whatever" (epub3) or "page-break-whatever" for RMSDK.
Quote:
What ADE workarounds are not compliant with ePub2?
|
For example, to employ emojis as name of a class. Under ADE is possible to use an style of the following way:
.👻 {
...
}
That class will be ignored by any other engine that is not using RMSDK, so of that way, you can have styles only to be applied by ADE. You can apply custom styles to fix issues unique to ADE that are ignored by any other reader not based on RMSDK.