clouduboy icon indicating copy to clipboard operation
clouduboy copied to clipboard

Clean up innerHTML/insertAdjacentHTML use

Open flaki opened this issue 9 years ago • 0 comments

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.

flaki avatar Feb 16 '16 11:02 flaki