hixie: 'finally' is a bit confusing since it wouldn't be the final character in the string typically (whatwg r6536)

hixie: 'finally' is a bit confusing since it wouldn't be the final
character in the string typically (whatwg r6536)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5234&r2=1.5235&f=h
http://html5.org/tools/web-apps-tracker?from=6535&to=6536

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5234
retrieving revision 1.5235
diff -u -d -r1.5234 -r1.5235
--- Overview.html 4 Sep 2011 17:49:11 -0000 1.5234
+++ Overview.html 4 Sep 2011 17:54:26 -0000 1.5235
@@ -55657,7 +55657,7 @@
 
        </dd>
 
-       <dt>A sequence of bytes starting with: 0x3C, 0x4D or 0x6D, 0x45 or 0x65, 0x54 or 0x74, 0x41 or 0x61, and finally one of 0x09, 0x0A, 0x0C, 0x0D, 0x20, 0x2F (case-insensitive ASCII '&lt;meta' followed by a space or slash)</dt>
+       <dt>A sequence of bytes starting with: 0x3C, 0x4D or 0x6D, 0x45 or 0x65, 0x54 or 0x74, 0x41 or 0x61, and one of 0x09, 0x0A, 0x0C, 0x0D, 0x20, 0x2F (case-insensitive ASCII '&lt;meta' followed by a space or slash)</dt>
        <dd>
 
         <ol><li><p>Advance the <var title="">position</var> pointer so

Received on Sunday, 4 September 2011 17:54:39 UTC