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

Question: how to handle "fill in the blanks"? #46

Open
TimArborealis opened this issue Sep 24, 2024 · 1 comment
Open

Question: how to handle "fill in the blanks"? #46

TimArborealis opened this issue Sep 24, 2024 · 1 comment

Comments

@TimArborealis
Copy link
Collaborator

How do we suggest handling fill in the blanks-type of content inside math expressions? Example:
bild

Is <menclose class="MathML-Blank"> viable?

@samimaattaCelia
Copy link
Collaborator

Menclose

This is what I got when trying <menclose notation="box"> on Firefox:
kuva

On Chrome:
kuva

Chrome + MathJax:
kuva

MathCAT says "empty box" for every box in the matrix, which also works even if it's a bit verbose.

Anonymous <mrow> boxes

From MathML Core I would lean on just using an <mrow> as an anonymous box. It can be used to handle layout. It would also work nicely with MathCAT, because it says "empty" on every cell of the matrix that is empty.

The problem was that I couldn't get it visually the same with the boxes. Maybe there would be a CSS trick to do that, but I don't know how much we should rely on that, because reading software can anyways just omit the styles if the theme changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants