Skip to content

Commit

Permalink
[e] (0) make a note about the lack of trimming on encoding names
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1273 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 28, 2008
1 parent 5be96be commit 5eddfbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index
Expand Up @@ -38127,6 +38127,10 @@ function receiver(e) {
<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 '&lt;'),
optionally a 0x2F byte (ASCII '/'), and finally a byte in the range
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -35649,6 +35649,10 @@ function receiver(e) {

</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 '&lt;'), optionally a 0x2F byte (ASCII '/'), and finally a byte in the range 0x41-0x5A or 0x61-0x7A (an ASCII letter)</dt>
Expand Down

0 comments on commit 5eddfbf

Please sign in to comment.