html5/spec Overview.html,1.1898,1.1899

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10977

Modified Files:
	Overview.html 
Log Message:
Minor editorial fixes to the parser section (credit: ey) (whatwg r2729)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1898
retrieving revision 1.1899
diff -u -d -r1.1898 -r1.1899
--- Overview.html	31 Jan 2009 21:17:30 -0000	1.1898
+++ Overview.html	1 Feb 2009 01:57:02 -0000	1.1899
@@ -8,7 +8,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->31 January 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->1 February 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd>
@@ -97,7 +97,7 @@
   specification's progress along the W3C Recommendation
   track.
   <!--ZZZ:-->
-  This specification is the 31 January 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 1 February 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -38179,17 +38179,18 @@
   any are present.<p>All U+0000 NULL characters in the input must be replaced by
   U+FFFD REPLACEMENT CHARACTERs. Any occurrences of such characters is
   a <a href=#parse-error>parse error</a>.<p>Any occurrences of any characters in the ranges U+0001 to U+0008,
-  <!-- HT, LF allowed --> U+000B, <!-- FF, CR allowed --> U+000E to
-  U+001F, <!-- ASCII allowed --> U+007F <!--to U+0084, (U+0085 NEL not
-  allowed), U+0086--> to U+009F, U+D800 to U+DFFF<!-- surrogates not
-  allowed -->, U+FDD0 to U+FDEF, and characters U+FFFE, U+FFFF,
-  U+1FFFE, U+1FFFF, U+2FFFE, U+2FFFF, U+3FFFE, U+3FFFF, U+4FFFE,
-  U+4FFFF, U+5FFFE, U+5FFFF, U+6FFFE, U+6FFFF, U+7FFFE, U+7FFFF,
-  U+8FFFE, U+8FFFF, U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE,
-  U+BFFFF, U+CFFFE, U+CFFFF, U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF,
-  U+FFFFE, U+FFFFF, U+10FFFE, and U+10FFFF are <a href=#parse-error title="parse
-  error">parse errors</a>. (These are all control characters or
-  permanently undefined Unicode characters.)<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
+  <!-- HT, LF allowed --> <!-- U+000B is in the next list --> <!-- FF,
+  CR allowed --> U+000E to U+001F, <!-- ASCII allowed --> U+007F
+  <!--to U+0084, (U+0085 NEL not allowed), U+0086--> to U+009F, U+D800
+  to U+DFFF<!-- surrogates not allowed -->, U+FDD0 to U+FDEF, and
+  characters U+000B, U+FFFE, U+FFFF, U+1FFFE, U+1FFFF, U+2FFFE,
+  U+2FFFF, U+3FFFE, U+3FFFF, U+4FFFE, U+4FFFF, U+5FFFE, U+5FFFF,
+  U+6FFFE, U+6FFFF, U+7FFFE, U+7FFFF, U+8FFFE, U+8FFFF, U+9FFFE,
+  U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE, U+CFFFF,
+  U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, U+FFFFF, U+10FFFE, and
+  U+10FFFF are <a href=#parse-error title="parse error">parse errors</a>. (These
+  are all control characters or permanently undefined Unicode
+  characters.)<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
   characters are treated specially. Any CR characters that are
   followed by LF characters must be removed, and any CR characters not
   followed by LF characters must be converted to LF characters. Thus,
@@ -38197,8 +38198,9 @@
   are never any CR characters in the input to the
   <a href=#tokenization>tokenization</a> stage.<p>The <dfn id=next-input-character>next input character</dfn> is the first character in the
   input stream that has not yet been <dfn id=consumed>consumed</dfn>. Initially,
-  the <em>next input character</em> is the first character in the
-  input.<p>The <dfn id=insertion-point>insertion point</dfn> is the position (just before a
+  the <i><a href=#next-input-character>next input character</a></i> is the first character in the
+  input. The <dfn id=current-input-character>current input character</dfn> is the last character
+  to have been <i><a href=#consumed>consumed</a></i>.<p>The <dfn id=insertion-point>insertion point</dfn> is the position (just before a
   character or just before the end of the input stream) where content
   inserted using <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> is actually
   inserted. The insertion point is relative to the position of the
@@ -38714,7 +38716,7 @@
     <p>Consume the <a href=#next-input-character>next input character</a>. If it is a
     U+002F SOLIDUS (/) character, switch to the <a href=#close-tag-open-state>close tag open
     state</a>. Otherwise, emit a U+003C LESS-THAN SIGN character
-    token and reconsume the current input character in the
+    token and reconsume the <a href=#current-input-character>current input character</a> in the
     <a href=#data-state>data state</a>.</p>
 
    </dd>
@@ -38756,7 +38758,7 @@
 
      <dt>Anything else</dt>
      <dd><a href=#parse-error>Parse error</a>. Emit a U+003C LESS-THAN SIGN
-     character token and reconsume the current input character in the
+     character token and reconsume the <a href=#current-input-character>current input character</a> in the
      <a href=#data-state>data state</a>.</dd>
 
     </dl></dd>
@@ -38821,7 +38823,7 @@
    state</a>.</dd>
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
-   <dd>Append the lowercase version of the current input character
+   <dd>Append the lowercase version of the <a href=#current-input-character>current input character</a>
    (add 0x0020 to the character's code point) to the current tag
    token's tag name. Stay in the <a href=#tag-name-state>tag name state</a>.</dd>
 
@@ -38831,7 +38833,7 @@
    state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current tag token's
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current tag token's
    tag name. Stay in the <a href=#tag-name-state>tag name state</a>.</dd>
 
   </dl><h5 id=before-attribute-name-state><span class=secno>8.2.4.6 </span><dfn>Before attribute name state</dfn></h5><p>Consume the <a href=#next-input-character>next input character</a>:<dl class=switch><dt>U+0009 CHARACTER TABULATION</dt>
@@ -38850,8 +38852,8 @@
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
    <dd>Start a new attribute in the current tag token. Set that
-   attribute's name to the lowercase version of the current input
-   character (add 0x0020 to the character's code point), and its
+   attribute's name to the lowercase version of the <a href=#current-input-character>current input
+   character</a> (add 0x0020 to the character's code point), and its
    value to the empty string. Switch to the <a href=#attribute-name-state>attribute name
    state</a>.</dd>
 
@@ -38868,7 +38870,7 @@
 
    <dt>Anything else</dt>
    <dd>Start a new attribute in the current tag token. Set that
-   attribute's name to the current input character, and its value to
+   attribute's name to the <a href=#current-input-character>current input character</a>, and its value to
    the empty string. Switch to the <a href=#attribute-name-state>attribute name
    state</a>.</dd>
 
@@ -38890,7 +38892,7 @@
    state</a>.</dd>
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
-   <dd>Append the lowercase version of the current input character
+   <dd>Append the lowercase version of the <a href=#current-input-character>current input character</a>
    (add 0x0020 to the character's code point) to the current
    attribute's name. Stay in the <a href=#attribute-name-state>attribute name
    state</a>.</dd>
@@ -38906,7 +38908,7 @@
    state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current attribute's
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
    name. Stay in the <a href=#attribute-name-state>attribute name state</a>.</dd>
 
   </dl><p>When the user agent leaves the attribute name state (and before
@@ -38934,7 +38936,7 @@
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
    <dd>Start a new attribute in the current tag token. Set that
-   attribute's name to the lowercase version of the current input character
+   attribute's name to the lowercase version of the <a href=#current-input-character>current input character</a>
    (add 0x0020 to the character's code point), and its value to
    the empty string. Switch to the <a href=#attribute-name-state>attribute name
    state</a>.</dd>
@@ -38951,7 +38953,7 @@
 
    <dt>Anything else</dt>
    <dd>Start a new attribute in the current tag token. Set that
-   attribute's name to the current input character, and its value to
+   attribute's name to the <a href=#current-input-character>current input character</a>, and its value to
    the empty string. Switch to the <a href=#attribute-name-state>attribute name
    state</a>.</dd>
 
@@ -38986,7 +38988,7 @@
    state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current attribute's
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
    value. Switch to the <a href=#attribute-value-unquoted-state>attribute value (unquoted)
    state</a>.</dd>
 
@@ -39005,7 +39007,7 @@
    state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current attribute's
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
    value. Stay in the <a href=#attribute-value-double-quoted-state>attribute value (double-quoted)
    state</a>.</dd>
 
@@ -39024,7 +39026,7 @@
    state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current attribute's
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
    value. Stay in the <a href=#attribute-value-single-quoted-state>attribute value (single-quoted)
    state</a>.</dd>
 
@@ -39056,7 +39058,7 @@
    state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current attribute's
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current attribute's
    value. Stay in the <a href=#attribute-value-unquoted-state>attribute value (unquoted)
    state</a>.</dd>
 
@@ -39246,7 +39248,7 @@
 
    <dt>Anything else</dt>
    <dd>Create a new DOCTYPE token. Set the token's name to the
-   current input character. Switch to the <a href=#doctype-name-state>DOCTYPE name
+   <a href=#current-input-character>current input character</a>. Switch to the <a href=#doctype-name-state>DOCTYPE name
    state</a>.</dd>
 
   </dl><h5 id=doctype-name-state><span class=secno>8.2.4.25 </span><dfn>DOCTYPE name state</dfn></h5><p>Consume the <a href=#next-input-character>next input character</a>:<dl class=switch><dt>U+0009 CHARACTER TABULATION</dt>
@@ -39271,7 +39273,7 @@
    Reconsume the EOF character in the <a href=#data-state>data state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current DOCTYPE
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current DOCTYPE
    token's name. Stay in the <a href=#doctype-name-state>DOCTYPE name state</a>.</dd>
 
   </dl><h5 id=after-doctype-name-state><span class=secno>8.2.4.26 </span><dfn>After DOCTYPE name state</dfn></h5><p>Consume the <a href=#next-input-character>next input character</a>:<dl class=switch><dt>U+0009 CHARACTER TABULATION</dt>
@@ -39293,12 +39295,13 @@
    <dt>Anything else</dt>
    <dd>
 
-    <p>If the next six characters are an <a href=#ascii-case-insensitive>ASCII
-    case-insensitive</a> match for the word "PUBLIC", then consume
-    those characters and switch to the <a href=#before-doctype-public-identifier-state>before DOCTYPE public
-    identifier state</a>.</p>
+    <p>If the six characters starting from the <a href=#current-input-character>current input
+    character</a> are an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match
+    for the word "PUBLIC", then consume those characters and switch to
+    the <a href=#before-doctype-public-identifier-state>before DOCTYPE public identifier state</a>.</p>
 
-    <p>Otherwise, if the next six characters are an <a href=#ascii-case-insensitive>ASCII
+    <p>Otherwise, if the six characters starting from the
+    <a href=#current-input-character>current input character</a> are an <a href=#ascii-case-insensitive>ASCII
     case-insensitive</a> match for the word "SYSTEM", then consume
     those characters and switch to the <a href=#before-doctype-system-identifier-state>before DOCTYPE system
     identifier state</a>.</p>
@@ -39355,7 +39358,7 @@
    Reconsume the EOF character in the <a href=#data-state>data state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current DOCTYPE
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current DOCTYPE
    token's public identifier. Stay in the <a href=#doctype-public-identifier-double-quoted-state>DOCTYPE public
    identifier (double-quoted) state</a>.</dd>
 
@@ -39373,7 +39376,7 @@
    Reconsume the EOF character in the <a href=#data-state>data state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current DOCTYPE
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current DOCTYPE
    token's public identifier. Stay in the <a href=#doctype-public-identifier-single-quoted-state>DOCTYPE public
    identifier (single-quoted) state</a>.</dd>
 
@@ -39454,7 +39457,7 @@
    Reconsume the EOF character in the <a href=#data-state>data state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current DOCTYPE
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current DOCTYPE
    token's system identifier. Stay in the <a href=#doctype-system-identifier-double-quoted-state>DOCTYPE system
    identifier (double-quoted) state</a>.</dd>
 
@@ -39472,7 +39475,7 @@
    Reconsume the EOF character in the <a href=#data-state>data state</a>.</dd>
 
    <dt>Anything else</dt>
-   <dd>Append the current input character to the current DOCTYPE
+   <dd>Append the <a href=#current-input-character>current input character</a> to the current DOCTYPE
    token's system identifier. Stay in the <a href=#doctype-system-identifier-single-quoted-state>DOCTYPE system
    identifier (single-quoted) state</a>.</dd>
 
@@ -39635,18 +39638,18 @@
       <tr><td>0x9F <td>U+0178 <td>LATIN CAPITAL LETTER Y WITH DIAERESIS ('&Yuml;')
     </table><!-- this is the same as the equivalent list in the input stream
     section, except it has 0x0000 included in the first range. --><p>Otherwise, if the number is in the range 0x0000 to 0x0008, <!--
-    HT, LF allowed --> 0x000B, <!-- FF, CR allowed --> 0x000E to
-    0x001F, <!-- ASCII allowed --> 0x007F <!--to 0x0084, (0x0085 NEL
-    not allowed), 0x0086--> to 0x009F, 0xD800 to 0xDFFF<!--
-    surrogates not allowed -->, 0xFDD0 to 0xFDEF, or is one of 0xFFFE,
-    0xFFFF, 0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, 0x3FFFF,
-    0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE,
-    0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF,
-    0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, 0xDFFFF, 0xEFFFE,
-    0xEFFFF, 0xFFFFE, 0xFFFFF, 0x10FFFE, or 0x10FFFF, or is higher
-    than 0x10FFFF, then this is a <a href=#parse-error>parse error</a>; return a
-    character token for the U+FFFD REPLACEMENT CHARACTER character
-    instead.</p>
+    HT, LF allowed --> <!-- U+000B is in the next list --> <!-- FF, CR
+    allowed --> 0x000E to 0x001F, <!-- ASCII allowed --> 0x007F <!--to
+    0x0084, (0x0085 NEL not allowed), 0x0086--> to 0x009F, 0xD800 to
+    0xDFFF<!-- surrogates not allowed -->, 0xFDD0 to 0xFDEF, or is one
+    of 0x000B, 0xFFFE, 0xFFFF, 0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF,
+    0x3FFFE, 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, 0x6FFFE,
+    0x6FFFF, 0x7FFFE, 0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, 0x9FFFF,
+    0xAFFFE, 0xAFFFF, 0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE,
+    0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF, 0x10FFFE, or
+    0x10FFFF, or is higher than 0x10FFFF, then this is a <a href=#parse-error>parse
+    error</a>; return a character token for the U+FFFD REPLACEMENT
+    CHARACTER character instead.</p>
 
     <p>Otherwise, return a character token for the Unicode character
     whose code point is that number.</p>
@@ -46125,33 +46128,33 @@
   Flanagan, David H&aring;s&auml;ther, David Hyatt, David Smith, David
   Woolley, Dean Edridge, Debi Orton, Derek Featherstone, DeWitt
   Clinton, Dimitri Glazkov, dolphinling, Doron Rosenberg, Doug Kramer,
-  Edward O'Connor, Eira Monstad, Elliotte Harold, Eric Carlson, Eric
-  Law, Erik Arvidsson, Evan Martin, Evan Prodromou, fantasai, Felix
-  Sasaki, Franck 'Shift' Qu&eacute;lain, Garrett Smith, Geoffrey
-  Garen, Geoffrey Sneddon, George Lund, H&aring;kon Wium Lie, Hans
-  S. T&oslash;mmerhalt, Henri Sivonen, Henrik Lied, Henry Mason, Hugh
-  Winkler, Ignacio Javier, Ivo Emanuel Gon&ccedil;alves, J. King,
-  Jacques Distler, James Graham, James Justin Harrell, James M Snell,
-  James Perrett, Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene,
-  Jed Hartman, Jeff Cutsinger, Jeff Schiller, Jeff Walden, Jens
-  Bannmann, Jens Fendler, Jeroen van der Meer, Jim Jewett, Jim Meehan,
-  Joe Clark, John Fallows, Joseph Kesselman, Jjgod Jiang, Joel
-  Spolsky, Johan Herland, John Boyer, John Bussjaeger, John Harding,
-  Johnny Stenback, Jon Gibbins, Jon Perlow, Jonathan Worent, Jorgen
-  Horstink, Josh Levenberg, Joshua Randall, Jukka K. Korpela, Jules
-  Cl&eacute;ment-Ripoche, Julian Reschke, Kai Hendry, Kartikaya Gupta,
-  <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
-  &#40658;&#28580;&#21083;&#24535; (KUROSAWA Takeshi), Kristof
-  Zelechovski, Kyle Hofmann, Lachlan Hunt, Larry Page, Lars Gunther,
-  Laura L. Carlson, Laura Wisewell, Laurens Holst, Lee Kowalkowski,
-  Leif Halvard Silli, Lenny Domnitser, L&eacute;onard Bouchet, Leons
-  Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej Stachowiak,
-  Magnus Kristiansen<!-- Dashiva -->, Maik Merten, Malcolm Rowe, Mark
-  Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn Wargers,
-  Martin Atkins, Martin D&uuml;rst, Martin Honnen, Masataka Yakura,
-  Mathieu Henri, Matthew Gregan, Matthew Mastracci, Matthew Raymond,
-  Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael 'Ratt'
-  Iannarelli, Michael A. Nachbaur, Michael A. Puls
+  Edward O'Connor, Edward Z. Yang, Eira Monstad, Elliotte Harold, Eric
+  Carlson, Eric Law, Erik Arvidsson, Evan Martin, Evan Prodromou,
+  fantasai, Felix Sasaki, Franck 'Shift' Qu&eacute;lain, Garrett
+  Smith, Geoffrey Garen, Geoffrey Sneddon, George Lund, H&aring;kon
+  Wium Lie, Hans S. T&oslash;mmerhalt, Henri Sivonen, Henrik Lied,
+  Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
+  Gon&ccedil;alves, J. King, Jacques Distler, James Graham, James
+  Justin Harrell, James M Snell, James Perrett, Jan-Klaas Kollhof,
+  Jason White, Jasper Bryant-Greene, Jed Hartman, Jeff Cutsinger, Jeff
+  Schiller, Jeff Walden, Jens Bannmann, Jens Fendler, Jeroen van der
+  Meer, Jim Jewett, Jim Meehan, Joe Clark, John Fallows, Joseph
+  Kesselman, Jjgod Jiang, Joel Spolsky, Johan Herland, John Boyer,
+  John Bussjaeger, John Harding, Johnny Stenback, Jon Gibbins, Jon
+  Perlow, Jonathan Worent, Jorgen Horstink, Josh Levenberg, Joshua
+  Randall, Jukka K. Korpela, Jules Cl&eacute;ment-Ripoche, Julian
+  Reschke, Kai Hendry, Kartikaya Gupta, <!-- Keryx Web, = Lars Gunther
+  --> Kornel Lesinski, &#40658;&#28580;&#21083;&#24535; (KUROSAWA
+  Takeshi), Kristof Zelechovski, Kyle Hofmann, Lachlan Hunt, Larry
+  Page, Lars Gunther, Laura L. Carlson, Laura Wisewell, Laurens Holst,
+  Lee Kowalkowski, Leif Halvard Silli, Lenny Domnitser, L&eacute;onard
+  Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej
+  Stachowiak, Magnus Kristiansen<!-- Dashiva -->, Maik Merten, Malcolm
+  Rowe, Mark Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn
+  Wargers, Martin Atkins, Martin D&uuml;rst, Martin Honnen, Masataka
+  Yakura, Mathieu Henri, Matthew Gregan, Matthew Mastracci, Matthew
+  Raymond, Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael
+  'Ratt' Iannarelli, Michael A. Nachbaur, Michael A. Puls
   II<!--Shadow2531-->, Michael Carter, Michael Gratton, Michael
   Nordman, Michael Powers, Michael(tm) Smith, Michel Fortin, Michiel
   van der Blonk, Mihai &#350;ucan<!-- from ROBO Design -->, Mike

Received on Sunday, 1 February 2009 01:57:17 UTC