[html5] r5210 - [e] (0) A variety of minor fixes.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 27 16:02:39 PDT 2010
Author: ianh
Date: 2010-07-27 16:02:38 -0700 (Tue, 27 Jul 2010)
New Revision: 5210
Modified:
complete.html
index
source
Log:
[e] (0) A variety of minor fixes.
Modified: complete.html
===================================================================
--- complete.html 2010-07-27 22:38:00 UTC (rev 5209)
+++ complete.html 2010-07-27 23:02:38 UTC (rev 5210)
@@ -43679,7 +43679,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
@@ -60542,7 +60542,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><a href=#close-the-websocket-connection>Close the WebSocket connection</a> of any
<code><a href=#websocket>WebSocket</a></code> objects that were created by the <code title=dom-WebSocket><a href=#dom-websocket>WebSocket()</a></code> constructor visible on the
@@ -70314,7 +70314,7 @@
that involve <a href=#concept-script title=concept-script>scripts</a> whose
<a href="#script's-global-object" title="script's global object">global object</a> is the
<var title="">worker global scope</var>, roll them back (without
- invoking any of the callbacks).</p>
+ invoking any of the callbacks). <a href=#refsWEBSQL>[WEBSQL]</a></p>
</li>
@@ -71411,8 +71411,8 @@
<p>HTTP 302 Found, 303 See Other, and 307 Temporary Redirect
responses must cause the user agent to connect to the new
server-specified URL, but if the user agent needs to again request
- the resource at a later point, it must return to the previously
- specified URL for this event source.</p>
+ the resource at a later point for the same event source, it must
+ return to the previously specified URL for this event source.</p>
<p class=note>The Origin specification also introduces some
relevant requirements when dealing with redirects. <a href=#refsORIGIN>[ORIGIN]</a></p>
@@ -76550,8 +76550,8 @@
<p>Because of the potential for DNS spoofing attacks, one cannot
guarantee that a host claiming to be in a certain domain really is
- from that domain. To mitigate this, pages can use SSL. Pages using
- SSL can be sure that only pages using SSL that have certificates
+ from that domain. To mitigate this, pages can use TLS. Pages using
+ TLS can be sure that only pages using TLS that have certificates
identifying them as being from the same domain can access their
storage areas.
@@ -94836,7 +94836,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,
@@ -95001,7 +95001,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,
Modified: index
===================================================================
--- index 2010-07-27 22:38:00 UTC (rev 5209)
+++ index 2010-07-27 23:02:38 UTC (rev 5210)
@@ -43606,7 +43606,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
@@ -60469,7 +60469,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
@@ -88024,7 +88024,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,
@@ -88189,7 +88189,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,
Modified: source
===================================================================
--- source 2010-07-27 22:38:00 UTC (rev 5209)
+++ source 2010-07-27 23:02:38 UTC (rev 5210)
@@ -48900,7 +48900,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
@@ -68408,7 +68408,7 @@
back (without invoking any of the callbacks) and set the
<code>Document</code>'s <var
title="concept-document-salvageable">salvageable</var> state to
- false. <a href="#refsWEBSQL">[WEBSQL]</a> </p></li>
+ false. <a href="#refsWEBSQL">[WEBSQL]</a></p></li>
<li><p><span>Close the WebSocket connection</span> of any
<code>WebSocket</code> objects that were created by the <code
@@ -79045,7 +79045,7 @@
that involve <span title="concept-script">scripts</span> whose
<span title="script's global object">global object</span> is the
<var title="">worker global scope</var>, roll them back (without
- invoking any of the callbacks).</p>
+ invoking any of the callbacks). <a href="#refsWEBSQL">[WEBSQL]</a></p>
</li>
@@ -80342,8 +80342,8 @@
<p>HTTP 302 Found, 303 See Other, and 307 Temporary Redirect
responses must cause the user agent to connect to the new
server-specified URL, but if the user agent needs to again request
- the resource at a later point, it must return to the previously
- specified URL for this event source.</p>
+ the resource at a later point for the same event source, it must
+ return to the previously specified URL for this event source.</p>
<p class="note">The Origin specification also introduces some
relevant requirements when dealing with redirects. <a
@@ -87359,8 +87359,8 @@
<p>Because of the potential for DNS spoofing attacks, one cannot
guarantee that a host claiming to be in a certain domain really is
- from that domain. To mitigate this, pages can use SSL. Pages using
- SSL can be sure that only pages using SSL that have certificates
+ from that domain. To mitigate this, pages can use TLS. Pages using
+ TLS can be sure that only pages using TLS that have certificates
identifying them as being from the same domain can access their
<!--END database-->
storage areas.
@@ -108831,7 +108831,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,
@@ -108996,7 +108996,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,
More information about the Commit-Watchers
mailing list