> ----- Original Message ----- > From: dwain > To: wsg@webstandardsgroup.org > Sent: Friday, January 01, 2010 4:09 PM > Subject: Re: [WSG] First stab at html5 > > > you're right. but there is no doctype and an end style tag with no starting > style tag. does html5 do away with doctypes and validates without both > opening and closing tags? > dwain > > ----------------------------------- > Hi Dwain,
The doctype for html5 is <!DOCTYPE html> and it is there. I can't see any missing </style> tag here. Look at the source code (obtained from the online version in FF3.5.6 'view source') : <!DOCTYPE html> <html lang="en"> <head> <title>Gwelanmor internet</title> <!--<meta charset="UTF-8">--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Keywords" content= "web design, flash, CSS, web standards, affordable style, minimalist, innovative, Cornwall, U.K." /> <meta name="Description" content="gwelanmor Internet is a company which specialises in creating modern,standards-based, minimalist web sites at affordable rates" /> <meta content="Bob McClelland" name="author" /> <meta content="bob mcclelland, gwelanmor-internet" name="Copyright" /> <style type="text/css"> @import url(../altgam/standard.css); </style> <!--[if lte IE 8]> <script src="html5.js" type="text/javascript"></script> <![endif]--> </head> <body> <div id="wrapper"><header id="banner"> <figure> <img src="../altgam/graphics/gwelanmorinternet.gif" alt="signature" width="404" height="103"> </figure> </header> <section id="content"> <h2>Simple Flash example</h2> <embed src="gwelanmor2010.swf" type="application/x-shockwave-flash" width="596" height="375"/> </section> </div> </body> </html>?? Over to you!Bob ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************