-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Since we’re using columns extensively for ebooks, and I’m documenting needs for different languages and their typography, I may come across use cases for the multicol/overflow spec.
Please feel free to use this issue to add use cases to this collection. I believe it will be a collective effort to document those use cases and do some triage.
I’ll start with the processing of column spanning headings in japanese. There are Requirements for Japanese Text Layout with a lot of illustrations. The most interesting is the note though:
In multi-column books, the top level heading for the start page usually spans all columns designed in the kihon-hanmen. In common magazines, the title of the start page of an article usually spans all columns designed in the kihon-hanmen.
Top level heading can be considered <h1> on a web page kihon-hanmen, the text area in the viewport. In other words, if you have a column-count of 2 and columns overflow, there is currently no way to have a column-span of 2 as well.
There are also examples where <h2>, <h3>, <h4>, etc. span a specific number of columns.
Although not discussed explicitly, there are other examples of column-span in Hangul (see illustrations at the end of this section) and Chinese (see the last note of section 4.1.1).
There are of course examples in latin languages but my main focus being CJK at the moment, I guess it’s worth mentioning that in Japanese, this is quite a clear requirement.
