How to check in javascript, if the elements support the HTML5 lang attribute?
-
use this framworks that check html5 : modernizr.commgraph– mgraph2012-03-20 15:18:06 +00:00Commented Mar 20, 2012 at 15:18
-
1lang attribute is part of generic attributes even on html4: w3.org/TR/html4/sgml/dtd.html#coreattrs - why do you need to check its support via js?Fabrizio Calderan– Fabrizio Calderan2012-03-20 15:19:24 +00:00Commented Mar 20, 2012 at 15:19
Add a comment
|