As we develop HTML pages for printing purposes, one specific requirement for tables is to include an indicator like "Continues..." below the table whenever a page or column break occurs. Additionally, in the header of the continuation of the table, we need another indication such as the table title followed by the text "Continued," before resuming with the regular content flow.
Our plan is to utilize CSS multi-columns for the top-level container and the standard HTML table element for the table itself. However, it appears that CSS columns do not provide any built-in pseudo-classes for styling the column breaks.
Below is the desired layout: