NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 97 - Oops, we failed to increment the position in some cases.
Oops, we failed to increment the position in some cases.
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-03 13:10 CET by Nobody
Modified: 2008-03-20 16:09 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-03 13:10:13 CET
Index: source
===================================================================
--- source	(revision 1265)
+++ source	(revision 1266)
@@ -35855,13 +35855,15 @@
        <dd>Append the Unicode character with codepoint <span><var
        title="">b</var>+0x20</span> to <var title="">attribute
        value</var> (where <var title="">b</var> is the value of the
-       byte at <var title="">position</var>).</dd>
+       byte at <var title="">position</var>). Advance <var
+       title="">position</var> to the next byte.</dd>
 
        <dt>Anything else</dt>
 
        <dd>Append the Unicode character with the same codepoint as the
        value of the byte at <var title="">position</var>) to <var
-       title="">attribute value</var>.</dd>
+       title="">attribute value</var>. Advance <var
+       title="">position</var> to the next byte.</dd>
 
       </dl>