welsonjs/node_modules/modernizr/feature-detects/elem/picture.js

19 lines
500 B
JavaScript

/*!
{
"name": "picture Element",
"property": "picture",
"tags": ["elem"],
"authors": ["Scott Jehl", "Mat Marquis"],
"notes": [{
"name": "WHATWG Spec",
"href": "https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content"
}, {
"name": "Relevant spec issue",
"href": "https://github.com/ResponsiveImagesCG/picture-element/issues/87"
}]
}
!*/
define(['Modernizr'], function(Modernizr) {
Modernizr.addTest('picture', 'HTMLPictureElement' in window);
});