frontend/.pnpm-store/v3/files/4f/946dbd1fb389e412d766f181cac7d961584e630de41c71bcdd04ae0521f6e394754f7e087c54765f69bc8314683aab75ee0174fd7a4bbcf0b1c86b8e7a1ecb

5 lines
214 B
Plaintext

// <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'));