[html5] r1273 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 28 14:52:51 PST 2008


Author: ianh
Date: 2008-02-28 14:52:47 -0800 (Thu, 28 Feb 2008)
New Revision: 1273

Modified:
   index
   source
Log:
[e] (0) make a note about the lack of trimming on encoding names

Modified: index
===================================================================
--- index	2008-02-28 21:28:58 UTC (rev 1272)
+++ index	2008-02-28 22:52:47 UTC (rev 1273)
@@ -38127,6 +38127,10 @@
       <p>Otherwise, return to step 2 in these inner steps.
     </ol>
 
+    <p class=note>Leading and trailing spaces in encoding names are
+     <em>not</em> trimmed, and will result in encodings being treated as
+     unknown.</p>
+
     <dl>
      <dt>A sequence of bytes starting with a 0x3C byte (ASCII '<'),
       optionally a 0x2F byte (ASCII '/'), and finally a byte in the range

Modified: source
===================================================================
--- source	2008-02-28 21:28:58 UTC (rev 1272)
+++ source	2008-02-28 22:52:47 UTC (rev 1273)
@@ -35649,6 +35649,10 @@
 
         </ol>
 
+        <p class="note">Leading and trailing spaces in encoding names
+        are <em>not</em> trimmed, and will result in encodings being
+        treated as unknown.</p>
+
        </dd>
 
        <dt>A sequence of bytes starting with a 0x3C byte (ASCII '<'), optionally a 0x2F byte (ASCII '/'), and finally a byte in the range 0x41-0x5A or 0x61-0x7A (an ASCII letter)</dt>




More information about the Commit-Watchers mailing list