- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 05:37:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/valid In directory hutz:/tmp/cvs-serv8791 Modified Files: article.html article.xhtml Log Message: added pubdate to valid article tests Index: article.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/valid/article.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- article.xhtml 8 May 2009 07:32:34 -0000 1.1 +++ article.xhtml 15 Jun 2009 05:37:33 -0000 1.2 @@ -3,6 +3,6 @@ <title>element article</title> </head> <body> -<article cite="url"></article> +<article cite="url" pubdate="1996-12-19T16:39:57-08:00"></article> </body> </html> Index: article.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/valid/article.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- article.html 8 May 2009 07:32:34 -0000 1.1 +++ article.html 15 Jun 2009 05:37:32 -0000 1.2 @@ -4,6 +4,6 @@ <title>element article</title> </head> <body> -<article cite="url"></article> +<article cite="url" pubdate="1996-12-19T16:39:57-08:00"></article> </body> </html>
Received on Monday, 15 June 2009 05:37:41 UTC