summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/elem-datalist.js
blob: 4bcdc1fb8dfed9886894a4e889af00cf421aae04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12


// lol. we already have a test for datalist built in! silly you.


// Helpful links while you're here, though..

// http://css-tricks.com/15346-relevant-dropdowns-polyfill-for-datalist/
// http://miketaylr.com/test/datalist.html
// http://miketaylr.com/code/datalist.html

Modernizr.addTest('datalistelem', Modernizr.input.list );