When you hand off a HTML template to a developer for integration into a content management system, is it ready for all the variable content HTML has to offer? There’s one way to be sure templates are up to the snuff, and that’s making sure you’ve tested as many basic HTML elements that can be fit into editable content regions.
Posts Tagged ‘html5’
HTML Elements Testing Template
Modernizr, how to detect HTML5 and NEWT with Javascript
Original Site: http://www.modernizr.com/ Reblogged by Tim Selaty, Jan 8th, 2011 What is Modernizr? Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don’t actually need to write any Javascript to ... Read more
