dotnetCarpenter / white-space

white-space: none polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari support for implementation.hasFeature("Events", "3.0") is broken

dotnetCarpenter opened this issue · comments

Safari webkit does not return true for document.implementation.hasFeature("Events", "3.0") but does support it. I need to sniff for document.createEvent instead.