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

Expressions should be usable within <script> tag #41

Open
clarkevans opened this issue May 2, 2021 · 0 comments
Open

Expressions should be usable within <script> tag #41

clarkevans opened this issue May 2, 2021 · 0 comments

Comments

@clarkevans
Copy link

Currently, JSExpr uses JSON to serialize strings. This is problematic since JSON doesn't include \s, \S, \/ and \! as valid escape sequences. Therefore JSExpr should probably not depend upon JSON but instead implement its own String serialization where <script> is escaped as <\script>, among others.

See https://html.spec.whatwg.org/multipage/scripting.html#restrictions-for-contents-of-script-elements for more detail.

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