Documentation
CSS Overrides
All InDesign overrides should be removed. If an override is present the CSS should be evaluated and if the the declaration is needed it should have a descriptive name. However, at times _idContainer
tends to be a small modification to the InDesign document for print and has no bearing on the digital edition.
Global search with BBEdit to find them, regex:
XHTML
bash1## Find:2((_idGenChar|_idGenPara|Char|Para)Override-\d+)"
CSS
InDesign idContainer
should be removed, regex:
bash1## Find:2^(#_idContainer\d+, )*?#_idContainer\d+ {`