Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Line Breaking #58

Open
stefnotch opened this issue May 23, 2023 · 0 comments
Open

Handle Line Breaking #58

stefnotch opened this issue May 23, 2023 · 0 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@stefnotch
Copy link
Owner

stefnotch commented May 23, 2023

Currently MathML Core doesn't support line breaking w3c/mathml-core#127

As soon as it does, we'll have to properly support it. There is currently a fair bit of code that assumes that everything in a row is on one line.
(e.g. selections, rendering and re-rendering annotations, ...)

We might have to use this instead of getBoundingClientRect
https://developer.mozilla.org/en-US/docs/Web/API/Element/getClientRects

Maybe the CSS Painting API will become useful for rendering certain things?
https://developer.mozilla.org/en-US/docs/Web/Guide/Houdini#css_painting_api

@stefnotch stefnotch added enhancement New feature or request wontfix This will not be worked on labels May 23, 2023
stefnotch added a commit that referenced this issue May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant