html5/spec-author-view Makefile,1.45,1.46 spec.html,1.1377,1.1378

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

Modified Files:
	Makefile spec.html 
Log Message:
Pause a MediaController if all its slaves are paused, and make it so that the UA UI will unpause all the slaves when it unpauses a MediaController that is itself blocked because all its slaves are paused. (whatwg r6024)

[updated by splitter]


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Makefile	22 Apr 2011 03:18:32 -0000	1.45
+++ Makefile	22 Apr 2011 10:55:47 -0000	1.46
@@ -51,7 +51,11 @@
 	$(XSLTPROC) $(XSLTPROCFLAGS) \
 	  --html \
 	  tools/postprocess.xsl \
-	  $@.tmp > $@
+	  $@.tmp | \
+	$(XSLTPROC) $(XSLTPROCFLAGS) \
+	  --html \
+	  tools/toc-fix.xsl \
+	  - > $@
 	$(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@;
 
 MANIFEST: spec.html

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1377
retrieving revision 1.1378
diff -u -d -r1.1377 -r1.1378
--- spec.html	22 Apr 2011 10:06:57 -0000	1.1377
+++ spec.html	22 Apr 2011 10:55:47 -0000	1.1378
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en-US-x-Hixie"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+HTML5 (Edition for Web Authors)
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -16,7 +16,7 @@
    dd p { margin-top: 0; }
    dd dl + p { margin-top: 1em; }
    dd table + p { margin-top: 1em; }
-   p + * > li, dd li { margin: 1em 0; }
[...97658 lines suppressed...]
+  lists and the various WHATWG lists.
 
-  </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
-  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_3">contenteditable</a></code>, and other
+  Special thanks to Richard Williamson for creating the first
+  implementation of canvas in Safari, from which the
+  canvas feature was designed.Special thanks also to the Microsoft employees who first
+  implemented the event-based drag-and-drop mechanism, contenteditable, and other
   features first widely deployed by the Windows Internet Explorer
-  browser.</p><p>Thanks to the many sources that provided inspiration for the
-  examples used in the specification.</p><p>Thanks also to the Microsoft blogging community for some ideas,
+  browser.Thanks to the many sources that provided inspiration for the
+  examples used in the specification.Thanks also to the Microsoft blogging community for some ideas,
   to the attendees of the W3C Workshop on Web Applications and
   Compound Documents for inspiration, to the #mrt crew, the #mrt.no
   crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
-  and support.</p></body></html>
+  and support.

Received on Friday, 22 April 2011 10:56:13 UTC