View Single Post
Old 08-14-2025, 09:04 PM   #45
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,830
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by JSWolf View Post
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.
RbnJrg is offline   Reply With Quote