No user left in the dark!
The 'Detective' web service provides a simple way for web developers to add feature detection to their demos that use cutting edge features. It the user's browser does not support a feature, a custom-defined message will inform the user what is to be done.
//detective.com/{version}/?feat={feature}
{version} = version of API {feature} = Modernizr feature detect filename without .js. Multiple values comma-separated
example: //detective.com/v1/?feat=css-regions,css-shapes,elem-time
TODO: custom messages