- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Dec 2010 01:42:36 +0900 (JST)
- To: public-html-diffs@w3.org
eliot: Added missing <tbody> element in second table example in sample page code, per bug 11525. http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.47&r2=1.48&f=h =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- html-xhtml-authoring-guide.html 9 Dec 2010 21:16:10 -0000 1.47 +++ html-xhtml-authoring-guide.html 16 Dec 2010 16:41:22 -0000 1.48 @@ -1,662 +1,643 @@ <!DOCTYPE html> -<html dir="ltr" lang="en"><head> - +<html dir="ltr" lang="en"> +<head> <title>Polyglot Markup: HTML-Compatible XHTML Documents</title> - -<meta name="GENERATOR" content="MSHTML 8.00.7600.16588"/> -<style type="text/css"> -/***************************************************************** [...1358 lines suppressed...] +Core Working Group. +</p> </div> <div class="appendix section" id="references"> - <h2><span class="secno">B. </span>References</h2> +<h2><span class="secno">B. </span>References</h2> <div class="section" id="normative-references"> <h3><span class="secno">B.1 </span>Normative references</h3> @@ -1476,5 +1461,5 @@ </div> </div> -</body> -</html> \ No newline at end of file + +</body></html> \ No newline at end of file
Received on Thursday, 16 December 2010 16:43:05 UTC