Quote:
Originally Posted by jackie_w
No inside information, but in those days we did have @davidfor (R.I.P.) which was almost as good. 
|
Yes, he is duly missed.
Quote:
Originally Posted by jackie_w
I auto-apply whatever is needed (if anything) during my send-to-device process.
|
Hmm, now that is a thought

I did once thought to add device specific settings in the CSS, but never could figured out how to determine that the epub was processed on a kobo device. It should be possible, however.
Quote:
Originally Posted by jackie_w
Yes, except for item 1 (kobo hardcoded defaults), because I don't know what you mean by it.
|
Ah, well during coding some parameter
initial default value setting might be in order (orphans=void), which is then updated during the program run (recalculated somehow), then updated by reading program invocation arguments, then updated by reading configuration files, then updated by reading files to be processed, etc.
So in this case it could be orphans=2 and remain that until it is overridden, if ever.