I don't know where to post this but I just realized that ADE SUPPORTS widows and orphans and page-break-after: avoid. I did my test even with ADE 2.067532 and the properties WORK!
In order to enable widows and orphans I had to use the following statement:
Code:
p {
widows: 2 !important;
orphans: 2 !important;
}
After that I used:
Code:
p {
widows: 1 !important;
orphans: 1 !important;
}
and ADE -in both cases- respected the properties. Amazing! That means that ereaders based on RMSDK should also support widows, orphans and page-break-after: avoid.