Skip to content

Commit

Permalink
[] (0) turn a redundant requirement into a note
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@605 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2007
1 parent 604cdd3 commit 93cde52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -29020,11 +29020,12 @@ function receiver(e) {
<p><a href="#get-an" title=concept-get-attributes-when-sniffing>Get
an attribute</a> and its value. If no attribute was sniffed, then
skip this inner set of steps, and jump to the second step in the
overall "two step" algorithm.
overall "two step" algorithm.</p>

<li>
<p>If the <var title="">position</var> pointer points beyond the
<var title="">n</var>th byte, abort the "two step" algorithm.
<p class=note>As required above, if the <var
title="">position</var> pointer points beyond the <var
title="">n</var>th byte after the "get an attribute" step, the
"two step" algorithm will abort.

<li>
<p>Examine the attribute's name:</p>
Expand Down
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26747,11 +26747,12 @@ function receiver(e) {
<li><p><span title="concept-get-attributes-when-sniffing">Get
an attribute</span> and its value. If no attribute was
sniffed, then skip this inner set of steps, and jump to the
second step in the overall "two step" algorithm.</p></li>
second step in the overall "two step" algorithm.</p>

<li><p>If the <var title="">position</var> pointer points
beyond the <var title="">n</var>th byte, abort the "two step"
algorithm.</p></li>
<p class="note">As required above, if the <var
title="">position</var> pointer points beyond the <var
title="">n</var>th byte after the "get an attribute" step,
the "two step" algorithm will abort.</p></li>

<li><p>Examine the attribute's name:</p>

Expand All @@ -26761,8 +26762,7 @@ function receiver(e) {

<dd><p>If the attribute's value is a supported character
encoding, then use the given encoding, and abort all these
steps (and begin actually parsing the document). Otherwise,
do nothing with this attribute.</p></dd>
steps. Otherwise, do nothing with this attribute.</p></dd>

<dt>If it is 'content'</dt>

Expand Down

0 comments on commit 93cde52

Please sign in to comment.