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

SVG and mathML #38

Closed
jimmyhchan opened this issue May 13, 2015 · 4 comments
Closed

SVG and mathML #38

jimmyhchan opened this issue May 13, 2015 · 4 comments
Labels

Comments

@jimmyhchan
Copy link
Collaborator

Parsing stuff inside of SVG is silly

https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inforeign

https://html.spec.whatwg.org/multipage/syntax.html#adjust-svg-attributes

@smfoote
Copy link
Owner

smfoote commented May 13, 2015

Can you add some tests to html.js that describe what the expected behavior is?

@jimmyhchan
Copy link
Collaborator Author

svg accepts a bunch of xml stuff (e.g. CDATA, scripts) not sure what is desirable here.

@smfoote
Copy link
Owner

smfoote commented May 13, 2015

I don't know if this will fix all of the issues, but #40 gets SVG at least reasonably working. I don't know what would happen when you throw scripts and CDATA into the mix, but I'm hopeful that creating and appending elements will allow the browser to handle the tricky stuff.

@smfoote
Copy link
Owner

smfoote commented May 26, 2015

I'm going to close this for now. If more issues with Math or SVG come up, we can open more specific issues.

@smfoote smfoote closed this as completed May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants