Files
Chamilo/app/Resources/public/assets/modernizr/feature-detects/elem-datalist.js
2025-08-14 22:33:03 +02:00

13 lines
333 B
JavaScript

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