- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Mar 2009 16:01:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author In directory hutz:/tmp/cvs-serv27690 Modified Files: Overview.html Overview.src.html Log Message: markup corrections Index: Overview.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- Overview.html 9 Mar 2009 16:00:30 -0000 1.61 +++ Overview.html 9 Mar 2009 16:01:57 -0000 1.62 @@ -1256,9 +1256,9 @@ <p>HTML Example</p> <pre><!DOCTYPE html> <html> -<strong><a href="#the-head-element"><head></a></strong> +<mark><head></mark> <title>Example</title> -<strong><a href="#the-head-element"></head></a></strong> +<mark></head></mark> <body> <h1>Document</h1> </body> @@ -1269,12 +1269,12 @@ <div class="example xhtml"> <p>XHTML Example</p> <pre><html xmlns="http://www.w3.org/1999/xhtml"> -<head> +<mark><head></mark> <title>Example</title> -</head> -<strong><a href="#the-body-element"><body></a></strong> +<mark></head></mark> +<body> <h1>Document</h1> -<strong><a href="#the-body-element"></body></a></strong> +</body> </html> </pre> </div> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- Overview.src.html 9 Mar 2009 16:00:31 -0000 1.63 +++ Overview.src.html 9 Mar 2009 16:01:57 -0000 1.64 @@ -1075,9 +1075,9 @@ <pre> <!DOCTYPE html> <html> -<strong><head></strong> +<mark><head></mark> <title>Example</title> -<strong></head></strong> +<mark></head></mark> <body> <h1>Document</h1> </body> @@ -1089,12 +1089,12 @@ <p>XHTML Example</p> <pre> <html xmlns="http://www.w3.org/1999/xhtml"> -<head> +<mark><head></mark> <title>Example</title> -</head> -<strong><body></strong> +<mark></head></mark> +<body> <h1>Document</h1> -<strong></body></strong> +</body> </html> </pre> </div>
Received on Monday, 9 March 2009 16:02:09 UTC