-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
We discussed the possibility of preventing line breaks in block expressions that overflow the page width. This can be neatly solved by a scroll bar, just like for tables in the new EPUB guidelines. As I understand it, it will only affect the visual display and not tamper with the braille output.
We did some testing at MTM by adding this to the CSS:
math[display~='block'] {
overflow-x: auto;
overflow-y: hidden;
}
Would be great if others could try this out and confirm whether or not it works!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels