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

Remove support for <math> elements in default template engine. #238

Open
theengineear opened this issue Dec 21, 2024 · 0 comments
Open

Remove support for <math> elements in default template engine. #238

theengineear opened this issue Dec 21, 2024 · 0 comments

Comments

@theengineear
Copy link
Collaborator

theengineear commented Dec 21, 2024

This is seldom used and when used, typically doesn’t require interpolation. There is a simple workaround to instantiate math elements via a template’s setHTMLUnsafe method and then providing the .content document fragment to the template engine to render.

The specification for math differs from that of html. As such, supporting math adds complexity and reduces performance for a non-priority feature set.

@theengineear theengineear changed the title Discussion: Remove support for <math> elements in default template engine? Remove support for <math> elements in default template engine. Dec 28, 2024
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