- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 07:09:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/bad-value In directory hutz:/tmp/cvs-serv2098 Added Files: embed-height.html embed-height.xhtml embed-width.html embed-width.xhtml Log Message: initial add --- NEW FILE: embed-width.html --- <!DOCTYPE html> <html> <head> <title>element embed with bad width value</title> </head> <body> <embed width="0"> </body> </html> --- NEW FILE: embed-height.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element embed with bad height value</title> </head> <body> <embed height="0"/> </body> </html> --- NEW FILE: embed-width.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element embed with bad width value</title> </head> <body> <embed width="0"/> </body> </html> --- NEW FILE: embed-height.html --- <!DOCTYPE html> <html> <head> <title>element embed with bad height value</title> </head> <body> <embed height="0"> </body> </html>
Received on Monday, 13 April 2009 07:09:17 UTC