On Sun, Nov 20, 2022 at 01:35:33PM -0800, Per Bothner wrote: > Before I do that, I suggest cleaning up the generated html a bit, as > discussed: > - Get rid of the dummy <td></td> table cells used for indentation.
The first column is the letter column. It is not really indentation, although it indeeds leads to indentation. What would you propose instead? > - Get rid of the extra <span class="index-entry-level-1"> elements. Move the > class="index-entry-level-1" > to either the <td> element (preferably) or the <a> element. Ok, can move to the td. > - Consider getting rid of empty <td class="printindex-index-section"></td> > elements, or > at least removing the class attribute. (Whichever is preferable may depend > on the line > is styled, such as when table borders are added.) Removing the class attribute seems better to me, empty lines are better than no lines when the line is made visible by styling, I think. -- Pat