g214/static/bower_components/modernizr/feature-detects/elem-output.js

5 lines
214 B
JavaScript

// <output>
// http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element
// by Addy Osmani
Modernizr.addTest('outputelem', 'value' in document.createElement('output'));