[html5] r1266 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 27 13:31:39 PST 2008
Author: ianh
Date: 2008-02-27 13:31:36 -0800 (Wed, 27 Feb 2008)
New Revision: 1266
Modified:
index
source
Log:
[t] (1) Oops, we failed to increment the position in some cases.
Modified: index
===================================================================
--- index 2008-02-27 21:26:36 UTC (rev 1265)
+++ index 2008-02-27 21:31:36 UTC (rev 1266)
@@ -38298,13 +38298,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>).
+ title="">position</var>). Advance <var title="">position</var> to the
+ next byte.
<dt>Anything else
<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>.
+ title="">attribute value</var>. Advance <var title="">position</var>
+ to the next byte.
</dl>
<li>
Modified: source
===================================================================
--- source 2008-02-27 21:26:36 UTC (rev 1265)
+++ source 2008-02-27 21:31:36 UTC (rev 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>
More information about the Commit-Watchers
mailing list