- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Mar 2009 01:04:08 +0900 (JST)
- To: public-html-diffs@w3.org
markup corrections 4.2 Global Attributes http://people.w3.org/mike/diffs/html5/html-author/Overview.1.62.html#global-attributes DOM Interface http://people.w3.org/mike/diffs/html5/html-author/Overview.1.62.html#dom-interface-0 4.1.9 Transparent Content Models http://people.w3.org/mike/diffs/html5/html-author/Overview.1.62.html#transparent-content-models http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.61&r2=1.62&f=h =================================================================== 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:04:48 UTC