Side navigation
#10804 closed bug (duplicate)
Opened November 16, 2011 03:29PM UTC
Closed November 16, 2011 04:00PM UTC
Last modified March 14, 2012 10:33AM UTC
Replaced innerHtml calls with insertAdjacentHTML
Reported by: | piper.tane@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As per http://hacks.mozilla.org/2011/11/insertadjacenthtml-enables-faster-html-snippet-injection/
All major browsers now support insertAdjacentHTML, originally from IE and formalised in the HTML5 spec for the DOM.
Provides better security and performance overall, but should obviously fall back where insertAdjacentHTML is not available