Navigation Menu

Skip to content

Commit

Permalink
add elem-datalist.js which just points to the already done test.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 12, 2011
1 parent cb98fb9 commit 6d6d14e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions feature-detects/elem-datalist.js
@@ -0,0 +1,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 );

0 comments on commit 6d6d14e

Please sign in to comment.