[SVG] DOM order for \sqrt[2n]{x}
While re-testing https://github.com/Speech-Rule-Engine/speech-rule-engine/issues/733#issuecomment-2678222606 I noticed a (for me unexpected) DOM order for roots with index, e.g., \sqrt[2n]{x}
While SRE's skeleton structure (now) has index followed by radicand, the SVG output does not.
A naive test indicated that this order is not necessary for the SVG output. If that's the case, it would help to have the "correct"/matching DOM order; it helps with non-visual display in some SSG scenarios.
Yes, the order can be switched. It is not a big change. Do you want me to make you a patch, or a PR that you can apply, or is it something that can wait for the next release?
is it something that can wait for the next release?
Of course.
I've made a PR for this, in case you need it before the next release.