UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

7 lines (5 loc) 212 B
// Browser support test for <style scoped> // http://www.w3.org/TR/html5/the-style-element.html#attr-style-scoped // // by @alrra Modernizr.addTest( 'stylescoped', 'scoped' in document.createElement('style') );