- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Mar 2011 10:46:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9198
Modified Files:
rendering.html spec.html toc-status.html video.html
Log Message:
Completely revamp how peer-to-peer networking works (and some minor typo fixes in other parts of the spec). This is only a second draft, and therefore this feature will likely evolve a lot over the coming months. Detailed responses to feedback on the topic will be sent out soon. (whatwg r5945)
[updated by splitter]
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- rendering.html 1 Mar 2011 23:46:41 -0000 1.70
+++ rendering.html 14 Mar 2011 10:46:36 -0000 1.71
@@ -2319,7 +2319,7 @@
up if the user interacted with the actual image.</p>
<hr><p>All animated images with the same <a href="urls.html#absolute-url">absolute URL</a> and
- the same image data are expected to be rendered synchronised to the
+ the same image data are expected to be rendered synchronized to the
same timeline as a group, with the timeline starting at the time of
the most recent addition to the group.</p>
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.923
retrieving revision 1.924
diff -u -d -r1.923 -r1.924
--- video.html 4 Mar 2011 23:46:38 -0000 1.923
+++ video.html 14 Mar 2011 10:46:37 -0000 1.924
@@ -370,7 +370,7 @@
zero or more <code><a href="#the-track-element">track</a></code> elements, then
<!--KEEP-START w3c-html--><!--TT-->
<a href="content-models.html#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd>
- <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then
+ <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: zero or more <code><a href="#the-source-element">source</a></code> elements, then
<!--KEEP-END w3c-html--><!--TT-->
zero or more <code><a href="#the-track-element">track</a></code> elements, then
<!--KEEP-START w3c-html--><!--TT-->
@@ -2678,8 +2678,8 @@
<a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a>
named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p>
- <p class="note">User agents are not required to autoplay, and it
- is suggested that user agents honor user preferences on the
+ <p class="note">User agents do not need to support autoplay,
+ and it is suggested that user agents honor user preferences on the
matter. Authors are urged to use the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute rather than
using script to force the video to play, so as to allow the user
to override the behavior if so desired.</p>
Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- toc-status.html 9 Mar 2011 12:46:50 -0000 1.284
+++ toc-status.html 14 Mar 2011 10:46:36 -0000 1.285
@@ -1447,7 +1447,7 @@
10.2 The CSS user agent style sheet and presentational
hints</a> <span class="id">(the-css-user-agent-style-sheet-and-presentational-hints)</span>
<ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-8" class="status LC">LC</a> <a href="../spec/#introduction-8">10.2.1
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-8" class="status FD">FD</a> <a href="../spec/#introduction-8">10.2.1
Introduction</a> <span class="id">(introduction-8)</span></li>
<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=display-types" class="status LC">LC</a> <a href="../spec/#display-types">10.2.2
Display types</a> <span class="id">(display-types)</span></li>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1405
retrieving revision 1.1406
diff -u -d -r1.1405 -r1.1406
--- spec.html 5 Mar 2011 00:47:08 -0000 1.1405
+++ spec.html 14 Mar 2011 10:46:36 -0000 1.1406
@@ -347,7 +347,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-5-march-2011">Editor's Draft 5 March 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-14-march-2011">Editor's Draft 14 March 2011</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -369,7 +369,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4785.
+This is revision 1.4786.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -489,7 +489,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 5 March 2011 Editor's Draft.
+ This specification is the 14 March 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Monday, 14 March 2011 10:46:42 UTC