On Sun, Jul 27, 2025 at 04:10:32PM +0100, Gavin Smith wrote: > I am going to work on splitting HTMLData.pm. The CSS data is actually > only used in one .c file.
Maybe even better would be to have the CSS data and the html_style_commands_element together, and the remaining information in another file. indeed, the CSS data and html_style_commands_element are simple, and not associated to much information in the header (only BASE_DEFAULT_CSS_ELEMENT_CLASS_STYLE_NR if I am not missing anything), while the directions and special unit information come with defines, types and enums and are used in more places. -- Pat
