Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Widget generator doesn't match Modernizr feature detection #65

Open
akavlie opened this issue May 8, 2012 · 3 comments
Open

Widget generator doesn't match Modernizr feature detection #65

akavlie opened this issue May 8, 2012 · 3 comments

Comments

@akavlie
Copy link

akavlie commented May 8, 2012

A lot of the features that the widget generator (at api.html5please.com) suggests are not recognized by Modernizr. Examples:

  • css-sel2
  • css3-boxsizing
  • mathml
  • datalist
@paulirish
Copy link
Member

modernizr has tests for boxsizing, mathml and datalist

they are all in here https://github.com/Modernizr/Modernizr/tree/master/feature-detects

selectors2 on the other hand, nope.

@nimbupani
Copy link
Member

likely just need the right mapping in our json file.

@paulirish
Copy link
Member

yah

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants