Basically I'm converting some template I made into html 5.
Done a little research and tried to create a new element called 'wrapper'.
All works fine cross browser etc, but when it came to validating i got this message:
Line 16, Column 13: Element wrapper not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Here's a link to a minified version of the code.
http://eosa.co.cc/themes2/html5/sof.html
View the source.
Not sure as to what this means or why it won't validate, any one have any ideas?