-
Notifications
You must be signed in to change notification settings - Fork 40
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
order when exploring root with index #733
Comments
This should be fixable by changing the skeleton structure. |
I found a discrepancy between the skeleton structure and the explorer for matrix structures. The skeleton does not appear to take the fences into account. @pkra do you have a quick way to examine that in your walker? |
I'm not sure what you need but happy to build something. If you just need to generate the aria tree structure, the sre-to-tree tests show how the approach I usually use to generate things. If you're looking for something to build a web demo with the client side demo, I could create a quick codepen example where you could paste the output. |
Fixes issue #733. Refactors combinechildrencontent interface.
Is the following expected?
E.g.,
\sqrt[2n]{x}
using mathspeak rules creates "rootIndex 2 n startRoot x endRoot". When exploring, the order is "Radicand x" followed by "Index 2 n".I would have expected the index before the radicand so I wanted to double check.
The text was updated successfully, but these errors were encountered: