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

Clean up innerHTML/insertAdjacentHTML use #16

Open
flaki opened this issue Feb 16, 2016 · 0 comments
Open

Clean up innerHTML/insertAdjacentHTML use #16

flaki opened this issue Feb 16, 2016 · 0 comments

Comments

@flaki
Copy link
Owner

flaki commented Feb 16, 2016

Clean up raw HTML use by either:

  • transitioning into DOM methods (possibly using some kind of helper or framework)
  • using some kind of templating library
  • explore use of ES6 htmltemplate-literals`` with an appropriate escaping tag for HTML

Explore the above options to improve code security, robustness & ease contribution workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant