My page validated error free against HTML5 until I added YouTube's embed code.
# Line 140, Column 132: Stray end tag param.
…O30JM&hl=en_US&fs=1"></param><param name="allowFullScreen" value="tru
# Error Line 140, Column 183: Stray end tag param.
…llowFullScreen" value="true"></param><param name="allowscriptaccess" value="a
# Error Line 140, Column 238: Stray end tag param.
…scriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1rW
# Error Line 140, Column 430: Stray end tag embed.
…ways" allowfullscreen="true"></embed></object>
Is there a way to get object, embed and param tags validate against HTML5 ?