- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Mar 2011 01:46:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29662 Modified Files: acknowledgements.html infrastructure.html spec.html Log Message: Minor tweaks to PeerConnection to make it more usable (whatwg r5956) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1053 retrieving revision 1.1054 diff -u -d -r1.1053 -r1.1054 --- infrastructure.html 4 Mar 2011 03:48:09 -0000 1.1053 +++ infrastructure.html 18 Mar 2011 01:46:39 -0000 1.1054 @@ -523,7 +523,7 @@ third-party software become as dangerous as those in the user agent.</p> - </div><h4 id="character-encodings"><span class="secno">2.1.6 </span>Character encodings</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/101">ISSUE-101</a> (us-ascii-ref) blocks progress to Last Call</span></p><p>The <dfn id="preferred-mime-name">preferred MIME name</dfn> of a character encoding is the + </div><h4 id="character-encodings"><span class="secno">2.1.6 </span>Character encodings</h4><p>The <dfn id="preferred-mime-name">preferred MIME name</dfn> of a character encoding is the name or alias labeled as "preferred MIME name" in the IANA <cite>Character Sets</cite> registry, if there is one, or the encoding's name, if none of the aliases are so labeled. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p><p>An <dfn id="ascii-compatible-character-encoding">ASCII-compatible character encoding</dfn> is a Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1063 retrieving revision 1.1064 diff -u -d -r1.1063 -r1.1064 --- acknowledgements.html 27 Feb 2011 00:46:57 -0000 1.1063 +++ acknowledgements.html 18 Mar 2011 01:46:39 -0000 1.1064 @@ -776,6 +776,7 @@ Olli Pettay, oSand, <!-- from reddit --> Patrick H. Lauke, + Patrik Persson, Paul Norman, Per-Erik Brodin, Perry Smith, Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1407 retrieving revision 1.1408 diff -u -d -r1.1407 -r1.1408 --- spec.html 14 Mar 2011 19:46:45 -0000 1.1407 +++ spec.html 18 Mar 2011 01:46:39 -0000 1.1408 @@ -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-14-march-2011">Editor's Draft 14 March 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-18-march-2011">Editor's Draft 18 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.4787. +This is revision 1.4788. </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 14 March 2011 Editor's Draft. + This specification is the 18 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 Friday, 18 March 2011 01:46:43 UTC