File last modified on August 18, 2022

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

bash
1
## Find:
2
((_idGenChar|_idGenPara|Char|Para)Override-\d+)"

CSS

InDesign idContainer should be removed, regex:

bash
1
## Find:
2
^(#_idContainer\d+, )*?#_idContainer\d+ {`
ON THIS PAGE
Last build: Thursday, 08/18/2022, 01:01:08 AM