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

add support for MathML #375

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

titoBouzout
Copy link
Contributor

Adds support for MathML tags without trying to change things much or get too fancy.

It tests the template content for MathML tags just before doing the call expression and adds a new argument isMathML to the client template function.

I haven't actually tested the client side of it, other than making sure it works in the console. I am somewhat confident about it. The template tag doesn't have a content when created with a namespace, kind of makes sense.. but not really!

While MathML sort of works already, it has the problem that when children are dynamic these are created with the wrong namespace and break. This should fix it.

@titoBouzout
Copy link
Contributor Author

@titoBouzout titoBouzout reopened this Oct 30, 2024
@titoBouzout
Copy link
Contributor Author

closed by missclick, sorry, I am attemping to look into the conflicts! Thanks

@titoBouzout
Copy link
Contributor Author

I am highly interested for this to be merged (whenever possible of course)

Do you forsee any issue with this?

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

Successfully merging this pull request may close these issues.

1 participant