- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 05:54:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv15650 Modified Files: caption.html caption.xhtml Log Message: fixed Index: caption.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/caption.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- caption.xhtml 13 Apr 2009 05:53:12 -0000 1.1 +++ caption.xhtml 13 Apr 2009 05:54:35 -0000 1.2 @@ -3,6 +3,8 @@ <title>element caption with invalid attribute</title> </head> <body> +<table> <caption bar="foo">baz</caption> +</table> </body> </html> Index: caption.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/caption.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- caption.html 13 Apr 2009 05:53:12 -0000 1.1 +++ caption.html 13 Apr 2009 05:54:35 -0000 1.2 @@ -4,6 +4,8 @@ <title>element caption with invalid attribute</title> </head> <body> +<table> <caption bar="foo">baz</caption> +</table> </body> </html>
Received on Monday, 13 April 2009 05:54:55 UTC