[html5] r6525 - [e] (0) Make the examples be examples that would work. Fixing http://www.w3.org/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 25 15:32:12 PDT 2011


Author: ianh
Date: 2011-08-25 15:32:11 -0700 (Thu, 25 Aug 2011)
New Revision: 6525

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make the examples be examples that would work.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12739

Modified: complete.html
===================================================================
--- complete.html	2011-08-25 22:23:41 UTC (rev 6524)
+++ complete.html	2011-08-25 22:32:11 UTC (rev 6525)
@@ -70500,14 +70500,14 @@
 
    <dd>
 
-    <p>A scheme, such as <code>ftp</code> or <code>sms</code>. The
-    scheme must be compared in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
-    manner by user agents for the purposes of comparing with the
-    scheme part of URLs that they consider against the list of
-    registered handlers.</p>
+    <p>A scheme, such as <code>mailto</code> or <code>web+auth</code>.
+    The scheme must be compared in an <a href=#ascii-case-insensitive>ASCII
+    case-insensitive</a> manner by user agents for the purposes of
+    comparing with the scheme part of URLs that they consider against
+    the list of registered handlers.</p>
 
     <p>The <var title="">scheme</var> value, if it contains a colon
-    (as in "<code>ftp:</code>"), will never match anything, since
+    (as in "<code>mailto:</code>"), will never match anything, since
     schemes don't contain colons.</p>
 
     <p>If the <code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code>

Modified: index
===================================================================
--- index	2011-08-25 22:23:41 UTC (rev 6524)
+++ index	2011-08-25 22:32:11 UTC (rev 6525)
@@ -70390,14 +70390,14 @@
 
    <dd>
 
-    <p>A scheme, such as <code>ftp</code> or <code>sms</code>. The
-    scheme must be compared in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
-    manner by user agents for the purposes of comparing with the
-    scheme part of URLs that they consider against the list of
-    registered handlers.</p>
+    <p>A scheme, such as <code>mailto</code> or <code>web+auth</code>.
+    The scheme must be compared in an <a href=#ascii-case-insensitive>ASCII
+    case-insensitive</a> manner by user agents for the purposes of
+    comparing with the scheme part of URLs that they consider against
+    the list of registered handlers.</p>
 
     <p>The <var title="">scheme</var> value, if it contains a colon
-    (as in "<code>ftp:</code>"), will never match anything, since
+    (as in "<code>mailto:</code>"), will never match anything, since
     schemes don't contain colons.</p>
 
     <p>If the <code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code>

Modified: source
===================================================================
--- source	2011-08-25 22:23:41 UTC (rev 6524)
+++ source	2011-08-25 22:32:11 UTC (rev 6525)
@@ -80212,14 +80212,14 @@
 
    <dd>
 
-    <p>A scheme, such as <code>ftp</code> or <code>sms</code>. The
-    scheme must be compared in an <span>ASCII case-insensitive</span>
-    manner by user agents for the purposes of comparing with the
-    scheme part of URLs that they consider against the list of
-    registered handlers.</p>
+    <p>A scheme, such as <code>mailto</code> or <code>web+auth</code>.
+    The scheme must be compared in an <span>ASCII
+    case-insensitive</span> manner by user agents for the purposes of
+    comparing with the scheme part of URLs that they consider against
+    the list of registered handlers.</p>
 
     <p>The <var title="">scheme</var> value, if it contains a colon
-    (as in "<code>ftp:</code>"), will never match anything, since
+    (as in "<code>mailto:</code>"), will never match anything, since
     schemes don't contain colons.</p>
 
     <p>If the <code




More information about the Commit-Watchers mailing list