Skip to content

Horizontal scroll-bars for block math #51

@TimArborealis

Description

@TimArborealis

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!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions