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

Bad inference for mtable #283

Open
NSoiffer opened this issue Sep 12, 2024 · 0 comments
Open

Bad inference for mtable #283

NSoiffer opened this issue Sep 12, 2024 · 0 comments

Comments

@NSoiffer
Copy link
Owner

The following MathML gets inferred to be "lines". It shouldn't. You want to navigate and hear each column.

    <math>
      <mtable>
          <mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd><mtd><mi>c</mi></mtd></mtr>
          <mtr><mtd><mi>d</mi></mtd><mtd><mi>e</mi></mtd><mtd><mi>f</mi></mtd></mtr>
          <mtr><mtd><mi>g</mi></mtd><mtd><mi>h</mi></mtd><mtd><mi>i</mi></mtd></mtr>
      </mtable>
    </math>
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

1 participant