[html5] r4293 - [e] (0) Clarify that the '+xml' thing only applies to subtypes, not parameters. [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 22 23:20:45 PDT 2009


Author: ianh
Date: 2009-10-22 23:20:41 -0700 (Thu, 22 Oct 2009)
New Revision: 4293

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that the '+xml' thing only applies to subtypes, not parameters.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7996

Modified: complete.html
===================================================================
--- complete.html	2009-10-23 06:06:20 UTC (rev 4292)
+++ complete.html	2009-10-23 06:20:41 UTC (rev 4293)
@@ -1958,7 +1958,7 @@
 
   <p>The term <dfn id=xml-mime-type>XML MIME type</dfn> is used to refer to the <a href=#mime-type title="MIME type">MIME types</a> <code title="">text/xml</code>,
   <code title="">application/xml</code>, and any <a href=#mime-type>MIME
-  type</a> ending with the four characters "<code title="">+xml</code>". <a href=#refsRFC3023>[RFC3023]</a></p>
+  type</a> whose subtype ends with the four characters "<code title="">+xml</code>". <a href=#refsRFC3023>[RFC3023]</a></p>
 
 
   <h4 id=dom-trees><span class=secno>2.1.3 </span>DOM trees</h4>
@@ -55822,7 +55822,7 @@
      these steps.</dd>
 
      <!-- an <span>XML MIME type</span> -->
-     <dt>Any type ending in "<code title="">+xml</code>"</dt>
+     <dt>Any type ending in "<code title="">+xml</code>"</dt> <!-- no need to say that the _subtype_ ends in "+xml" so long as the "sniffed type" algorithm continues to drop parameters -->
      <dt>"<code>application/xml</code>"</dt>
      <dt>"<code>text/xml</code>"</dt>
      <dd>Follow the steps given in the <a href=#read-xml title=navigate-xml>XML

Modified: index
===================================================================
--- index	2009-10-23 06:06:20 UTC (rev 4292)
+++ index	2009-10-23 06:20:41 UTC (rev 4293)
@@ -1768,7 +1768,7 @@
 
   <p>The term <dfn id=xml-mime-type>XML MIME type</dfn> is used to refer to the <a href=#mime-type title="MIME type">MIME types</a> <code title="">text/xml</code>,
   <code title="">application/xml</code>, and any <a href=#mime-type>MIME
-  type</a> ending with the four characters "<code title="">+xml</code>". <a href=#refsRFC3023>[RFC3023]</a></p>
+  type</a> whose subtype ends with the four characters "<code title="">+xml</code>". <a href=#refsRFC3023>[RFC3023]</a></p>
 
 
   <h4 id=dom-trees><span class=secno>2.1.3 </span>DOM trees</h4>
@@ -52962,7 +52962,7 @@
      these steps.</dd>
 
      <!-- an <span>XML MIME type</span> -->
-     <dt>Any type ending in "<code title="">+xml</code>"</dt>
+     <dt>Any type ending in "<code title="">+xml</code>"</dt> <!-- no need to say that the _subtype_ ends in "+xml" so long as the "sniffed type" algorithm continues to drop parameters -->
      <dt>"<code>application/xml</code>"</dt>
      <dt>"<code>text/xml</code>"</dt>
      <dd>Follow the steps given in the <a href=#read-xml title=navigate-xml>XML

Modified: source
===================================================================
--- source	2009-10-23 06:06:20 UTC (rev 4292)
+++ source	2009-10-23 06:20:41 UTC (rev 4293)
@@ -773,7 +773,7 @@
   <p>The term <dfn>XML MIME type</dfn> is used to refer to the <span
   title="MIME type">MIME types</span> <code title="">text/xml</code>,
   <code title="">application/xml</code>, and any <span>MIME
-  type</span> ending with the four characters "<code
+  type</span> whose subtype ends with the four characters "<code
   title="">+xml</code>". <a href="#refsRFC3023">[RFC3023]</a></p>
 
 
@@ -62984,7 +62984,7 @@
      these steps.</dd>
 
      <!-- an <span>XML MIME type</span> -->
-     <dt>Any type ending in "<code title="">+xml</code>"</dt>
+     <dt>Any type ending in "<code title="">+xml</code>"</dt> <!-- no need to say that the _subtype_ ends in "+xml" so long as the "sniffed type" algorithm continues to drop parameters -->
      <dt>"<code>application/xml</code>"</dt>
      <dt>"<code>text/xml</code>"</dt>
      <dd>Follow the steps given in the <span title="navigate-xml">XML




More information about the Commit-Watchers mailing list