Skip to content

nnixaa/create-html-document-polyfill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-html-document-polyfill

createHTMLDocument polyfill, with createDocumentFragment IE fix.

Why

  • because old browsers don't have a disconnected document like the one provided by createHTMLDocument

  • because these are very clever polyfills :)

  • because some IE 11 versions are full of shit

Usage

Simply drop the file before anything using those functions.

BrowserStack

This project runs its tests on multiple desktop and mobile browsers using travis BrowserStack addon, sponsored by BrowserStack.

Browser Stack Logo

Compatibility

No automatic tests yet, but manually tested in real-life situation on:

  • IE 9/10/11
  • Edge 13/14
  • Firefox, Chrome, Safari
  • Android (Nexus 6,9 Galaxy S5)
  • iPhone, iPad (fails on iPad 2, workd on iPad 3)
  • Opera (fails on 12.16)

Screenshots:

About

createHTMLDocument polyfill and IE 11 fixer

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • HTML 0.1%