- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Jul 2010 06:47:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28688
Modified Files:
Overview.html
Log Message:
Make WebSockets support subprotocol negotiation. (whatwg r5173)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4125
retrieving revision 1.4126
diff -u -d -r1.4125 -r1.4126
--- Overview.html 21 Jul 2010 01:15:01 -0000 1.4125
+++ Overview.html 21 Jul 2010 06:47:27 -0000 1.4126
@@ -47703,7 +47703,7 @@
called, release the <a href="#storage-mutex">storage mutex</a> so that it is once
again free. Otherwise, it must do nothing.</p>
- </div><h2 id="editing"><span class="secno">7 </span><dfn>User interaction</dfn></h2><h3 id="the-hidden-attribute"><span class="secno">7.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/95">ISSUE-95</a> (hidden) blocks progress to Last Call</span><p>All <a href="#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="#boolean-attribute">boolean
+ </div><h2 id="editing"><span class="secno">7 </span><dfn>User interaction</dfn></h2><h3 id="the-hidden-attribute"><span class="secno">7.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All <a href="#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="#boolean-attribute">boolean
attribute</a>. When specified on an element, it indicates that
the element is not yet, or is no longer, relevant. <span class="impl">User agents should not render elements that have the
<code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute
@@ -67751,6 +67751,7 @@
James M Snell,
James Perrett,
James Robinson,
+ Jamie Lokier,
Jan-Klaas Kollhof,
Jason Kersey,
Jason Lustig,
Received on Wednesday, 21 July 2010 06:47:34 UTC