You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why: HTML5 is all lowercase. <parametric-svg A="5"> is interpreted as <parametric-svg a="5"> – so it’s impossible to pass the value for A this way. HTML5 is our primary target – so it can’t stay this way.
Allow non-ASCII chars.
Why: It’s common in maths to use characters like π.
The text was updated successfully, but these errors were encountered:
Why: HTML5 is all lowercase.
<parametric-svg A="5">
is interpreted as<parametric-svg a="5">
– so it’s impossible to pass the value forA
this way. HTML5 is our primary target – so it can’t stay this way.Why: It’s common in maths to use characters like
π
.The text was updated successfully, but these errors were encountered: