summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/elem-time.js
blob: fc88606f0341a1d69377b0a6075921bc3dc79d1e (plain)
1
2
3
4
// <time> element
// http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-time-element-0
// by Addy Osmani
Modernizr.addTest('time', 'valueAsDate' in document.createElement('time'));