- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 23:02:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18928
Modified Files:
Overview.html
Log Message:
A variety of minor fixes. (whatwg r5210)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4144
retrieving revision 1.4145
diff -u -d -r1.4144 -r1.4145
--- Overview.html 27 Jul 2010 22:38:05 -0000 1.4144
+++ Overview.html 27 Jul 2010 23:02:43 -0000 1.4145
@@ -32881,7 +32881,7 @@
server will generate a client certificate and offer it back to the
user for download; this certificate, once downloaded and stored in
the key store along with the private key, can then be used to
- authenticate to services that use SSL and certificate
+ authenticate to services that use TLS and certificate
authentication.</p><!-- how does the UA know which private key is associated with a
certificate it gets back after the server has taken the public key
created by <keygen> and turned it into a client cert? --><div class="example">
@@ -43693,7 +43693,7 @@
the <code><a href="#document">Document</a></code>'s <code><a href="#window">Window</a></code> object, roll them
back (without invoking any of the callbacks) and set the
<code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state to
- false. <a href="#refsWEBSQL">[WEBSQL]</a> </li>
+ false. <a href="#refsWEBSQL">[WEBSQL]</a></li>
<li><p><span>Close the WebSocket connection</span> of any
<code>WebSocket</code> objects that were created by the <code title="dom-WebSocket">WebSocket()</code> constructor visible on the
@@ -68001,7 +68001,7 @@
Leif Halvard Silli,
Lenny Domnitser,
Leons Petrazickis,
- Lobotom Dysmon,
+ Lobotom Dysmon<!-- may be the same as Thomas Bouchardon -->,
Logan<!-- on moz irc -->,
Loune,
Luke Kenneth Casson Leighton,
@@ -68166,7 +68166,7 @@
田村健人 (TAMURA Kent),
Ted Mielczarek,
Terrence Wood,
- Thomas Bouchardon,
+ Thomas Bouchardon<!-- may be the same as Lobotom Dysmon -->,
Thomas Broyer,
Thomas O'Connor,
Tim Altman,
Received on Tuesday, 27 July 2010 23:02:48 UTC