Skip to content

Commit

Permalink
[] (0) make sure the spec is explicit about when you just ignore stuf…
Browse files Browse the repository at this point in the history
…f in the encoding decl detection algorithm

git-svn-id: http://svn.whatwg.org/webapps@602 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 16, 2007
1 parent 254688c commit 60ff2c9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -29037,6 +29037,11 @@ function receiver(e) {
href="#get-an" title=concept-get-attributes-when-sniffing>get an
attribute; if it is 'charset' then use its value as the
charset.</a>

<dt>Any other name

<dd>
<p>Do nothing with that attribute.
</dl>

<li>
Expand Down Expand Up @@ -29079,6 +29084,11 @@ function receiver(e) {
at the first 0x3E byte (ASCII '>') that comes after the 0x3C byte
that was found. If no such byte is found before the <var
title="">n</var>th byte, abort this "two step" algorithm.</p>

<dt>Any other byte

<dd>
<p>Do nothing with that byte.</p>
</dl>

<li>Move <var title="">position</var> so it points at the next byte in
Expand Down
11 changes: 11 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26765,6 +26765,10 @@ function receiver(e) {
an attribute; if it is 'charset' then use its value as the
charset.</span></p></dd>

<dt>Any other name</dt>

<dd><p>Do nothing with that attribute.</p></dd>

</dl>

</li>
Expand Down Expand Up @@ -26814,6 +26818,13 @@ function receiver(e) {

</dd>

<dt>Any other byte</dt>
<dd>

<p>Do nothing with that byte.</p>

</dd>

</dl>

</li>
Expand Down

0 comments on commit 60ff2c9

Please sign in to comment.