mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
7 lines
212 B
JavaScript
7 lines
212 B
JavaScript
// 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') );
|