|
|
|
|
|
by toddmorey
5509 days ago
|
|
I don't think Modernizr causes harm if you understand and act like the resulting CSS styles are javascript dependent (as you should with any JS-based progressive enhancement). He's right, though: there are more conditions than you'd think where javascript may not be available. Make sure to ask yourself if the effect you want is possible without javascript first (as in the button example). And always test your pages for usability with javascript turned off. |
|