- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 05:36:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14522
Modified Files:
index-of-terms.html spec.html timers.html
Log Message:
Revamp how audioTracks and videoTracks work on HTMLMediaElement and MediaStream. (whatwg r6275)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1576
retrieving revision 1.1577
diff -u -d -r1.1576 -r1.1577
--- spec.html 1 Jul 2011 05:04:56 -0000 1.1576
+++ spec.html 1 Jul 2011 05:36:32 -0000 1.1577
@@ -0,0 +1,62560 @@
+<!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"><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+ pre { margin-left: 2em; white-space: pre-wrap; }
+ h2 { margin: 3em 0 1em 0; }
+ h3 { margin: 2.5em 0 1em 0; }
+ h4 { margin: 2.5em 0 0.75em 0; }
+ h5, h6 { margin: 2.5em 0 1em; }
+ h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
+ h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
+ p { margin: 1em 0; }
+ hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
[...62529 lines suppressed...]
+ for their useful comments, both large and small, that have led to
+ changes to this specification over the years.</p><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> 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" id="canvas_27">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
+ features first widely deployed by the Windows Internet Explorer
+ browser.</p><p>Thanks to the SubRip community, including in particular Zuggy and
+ ai4spam, for their work on the SubRip software program whose SRT
+ file format was used as the basis for the WebVTT text track file
+ format.</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,
+ 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>
Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -d -r1.420 -r1.421
--- index-of-terms.html 1 Jul 2011 03:42:31 -0000 1.420
+++ index-of-terms.html 1 Jul 2011 05:36:32 -0000 1.421
@@ -23699,16 +23699,14 @@
<dd>
<a href="timers.html#dom-navigator-registercontenthandler_0"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</a>
<a class="dfn-ref" href="timers.html#dom-navigator-registercontenthandler">(2)</a>
-<a class="dfn-ref" href="timers.html#dom-navigator-registercontenthandler">(3)</a>
-<a class="index-counter" href="timers.html#registercontenthandler">(4)</a>
+<a class="index-counter" href="timers.html#registercontenthandler">(3)</a>
</dd>
</dl><dl id="dom-navigator-registerprotocolhandler_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>registerProtocolHandler()</code></span>
</dt>
<dd>
<a href="timers.html#dom-navigator-registerprotocolhandler_0"><span class="secno">6.5.1.2 </span>Custom scheme and content handlers</a>
<a class="dfn-ref" href="timers.html#dom-navigator-registerprotocolhandler">(2)</a>
-<a class="dfn-ref" href="timers.html#dom-navigator-registerprotocolhandler">(3)</a>
-<a class="index-counter" href="timers.html#registerprotocolhandler">(4)</a>
+<a class="index-counter" href="timers.html#registerprotocolhandler">(3)</a>
</dd>
</dl><dl id="attr-link-rel_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>rel</code></span>
</dt>
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.556
retrieving revision 1.557
diff -u -d -r1.556 -r1.557
--- timers.html 1 Jul 2011 03:42:36 -0000 1.556
+++ timers.html 1 Jul 2011 05:36:35 -0000 1.557
@@ -550,8 +550,8 @@
handler for <code>text/directory</code> files (<a href="references.html#refsRFC2425">[RFC2425]</a>), so that if the user has no
native application capable of handling vCards (<a href="references.html#refsRFC2426">[RFC2426]</a>), his Web browser can instead
suggest he use that site to view contact information stored on
- vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
- <dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code id="dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+ vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+ <dt><var title="">window</var> . <code title="dom-navigator"><a href="offline.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
<dd>
Received on Friday, 1 July 2011 05:36:39 UTC