html5/spec-author-view Makefile,1.82,1.83 spec.html,1.1980,1.1981 spec.preprocessed.html,1.816,1.817 tidy-out.html,1.15,1.16

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv24980

Modified Files:
	Makefile spec.html spec.preprocessed.html tidy-out.html 
Log Message:
updated


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Makefile	11 Oct 2012 11:57:26 -0000	1.82
+++ Makefile	11 Oct 2012 12:26:36 -0000	1.83
@@ -66,6 +66,7 @@
 	$(XSLTPROC) $(XSLTPROCFLAGS) \
 	  tools/toc-fix.xsl \
 	  tidy-out.html > $@
+	-tidy -m -n -ashtml $@
 	$(PERL) $(PERLFLAGS) -pi -e 'undef $$/; s/<!DOCTYPE html PUBLIC "DUMMY" "DUMMY">/<!doctype html>/' $@;
 	$(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@;
 	$(PERL) $(PERLFLAGS) -pi -e "s/<\/dt><\/dt>/<\/dt>/g" $@
@@ -76,6 +77,9 @@
 	$(PERL) $(PERLFLAGS) -pi -e 's/="#text\//="#text-/g' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/="#multipart\//="#multipart-/g' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/<\/title>/<\/title>\n<link rel=stylesheet href=style.css>/g' $@
+	$(PERL) $(PERLFLAGS) -pi -e 's/xmlns=""//g' $@
+	$(PERL) $(PERLFLAGS) -pi -e 's/xmlns="http:\/\/www.w3.org\/1999\/xhtml"//g' $@
+	$(PERL) $(PERLFLAGS) -pi -e 's/<meta content="text-html; charset=utf-8" http-equiv="Content-Type">//g' $@
 
 
 MANIFEST: spec.html

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1980
retrieving revision 1.1981
diff -u -d -r1.1980 -r1.1981
--- spec.html	11 Oct 2012 11:57:32 -0000	1.1980
+++ spec.html	11 Oct 2012 12:26:36 -0000	1.1981
@@ -1,9 +1,11 @@
-<!doctype html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US-x-Hixie" xml:lang="en-US-x-Hixie">
+<!DOCTYPE html>
+<html lang="en-US-x-Hixie">
 <head>
-<meta content="text-html; charset=utf-8" http-equiv="Content-Type"></meta>
-<meta content="HTML Tidy for HTML5 (experimental) for Linux/x86 https://github.com/w3c/tidy-html5/tree/c63cc39" name="generator"></meta>
-<meta charset="utf-8"></meta>
+
+<meta content=
+"HTML Tidy for HTML5 (experimental) for Linux/x86 https://github.com/w3c/tidy-html5/tree/c63cc39"
[...96481 lines suppressed...]
 <p>Thanks also to everyone who has ever posted about HTML to their
 blogs, public mailing lists, or forums, including all the
-contributors to the <a href="http://www.w3.org/html/wg/lists/">various W3C HTML WG lists</a>
+contributors to the <a href=
+"http://www.w3.org/html/wg/lists/">various W3C HTML WG lists</a>
 and the <a href="http://www.whatwg.org/mailing-list">various WHATWG
 lists</a>.</p>
 <p>Special thanks to Richard Williamson for creating the first
-implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the
+implementation of <code><a href=
+"#the-canvas-element">canvas</a></code> in Safari, from which the
 canvas feature was designed.</p>
 <p>Special thanks also to the Microsoft employees who first
-implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable_4">contenteditable</a></code>, and other features
+implemented the event-based drag-and-drop mechanism, <code title=
+"attr-contenteditable"><a href="#attr-contenteditable" id=
+"contenteditable_4">contenteditable</a></code>, and other features
 first widely deployed by the Windows Internet Explorer browser.</p>
 <!--MD-->
 <p>Thanks to the many sources that provided inspiration for the

Received on Thursday, 11 October 2012 12:27:03 UTC