<html> <head> … </head> <body> <script> var b = document.documentElement; b.setAttribute('data-useragent', navigator.userAgent); b.setAttribute('data-platform', navigator.platform ); </script> … </body> </html>
An HTML5 boilerplate addon for CSS browser nitpicks
Gone are the days of CSS hacks…