summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/elem-output.js
blob: 54276b25447f070f1f68b674e293ec532cb266bd (plain)
1
2
3
4
// <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'));