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

order when exploring root with index #733

Open
pkra opened this issue Sep 27, 2023 · 3 comments
Open

order when exploring root with index #733

pkra opened this issue Sep 27, 2023 · 3 comments

Comments

@pkra
Copy link
Contributor

pkra commented Sep 27, 2023

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.

@zorkow
Copy link
Member

zorkow commented Oct 26, 2023

This should be fixable by changing the skeleton structure.

@zorkow
Copy link
Member

zorkow commented Nov 8, 2023

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?

@pkra
Copy link
Contributor Author

pkra commented Nov 8, 2023

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.

zorkow added a commit that referenced this issue Nov 29, 2023
Fixes issue #733. Refactors combinechildrencontent interface.
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