[html5] r1550 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 7 17:20:50 PDT 2008


Author: ianh
Date: 2008-05-07 17:20:49 -0700 (Wed, 07 May 2008)
New Revision: 1550

Modified:
   index
   source
Log:
[e] (0) Minor editorial changes to the application cache section to fix mistakes and clarify how things work.

Modified: index
===================================================================
--- index	2008-05-07 19:58:54 UTC (rev 1549)
+++ index	2008-05-08 00:20:49 UTC (rev 1550)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 7 May 2008</h2>
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 8 May 2008</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -29300,7 +29300,7 @@
 
   <p id=appcache-history-1>A <a href="#browsing0">browsing context</a> can be
    associated with an application cache. A <a href="#child">child browsing
-   context</a> is always associated with the same browsing context as its <a
+   context</a> is always associated with the same application cache as its <a
    href="#parent">parent browsing context</a>, if any. A <a
    href="#top-level">top-level browsing context</a> is associated with the
    application cache appropriate for its <a href="#active">active
@@ -30059,9 +30059,10 @@
     <p>Set the <a href="#update0" title=concept-appcache-status>status</a> of
      <var title="">cache group</var> to <i>idle</i>.</p>
 
-    <p>Associate any <code>Document</code> objects that were <a
-     href="#flagAsCandidateForCache">flagged as candidates</a> for this
-     manifest URI's caches with <var title="">cache</var>.</p>
+    <p id=flagAsCandidateForCache-result>Associate any <code>Document</code>
+     objects that were <a href="#flagAsCandidateForCache">flagged as
+     candidates</a> for this manifest URI's caches with <var
+     title="">cache</var>.</p>
 
     <p><a href="#firing2">Fire a simple event</a> called <code
      title=event-cached>cached</code> at the <code><a
@@ -30198,32 +30199,36 @@
 
      <li>
       <p>If there is already an <a href="#application0">application cache</a>
-       identified by this manifest URI, and that <a
-       href="#application0">application cache</a> contains a resource with
-       the URI of the manifest, and that resource is categorised as a <a
+       identified by this manifest URI, and the most up to date version of
+       that <a href="#application0">application cache</a> contains a resource
+       with the URI of the manifest, and that resource is categorised as a <a
        href="#the-manifest" title=concept-appcache-manifest>manifest</a>,
-       then: store the resource in the matching cache with the most up to
-       date version, categorised as an <a href="#implicit"
-       title=concept-appcache-implicit>implicit entry</a>, associate the
-       <code>Document</code> with that cache, invoke the <a
+       then: store the resource in the matching cache, categorised as an <a
+       href="#implicit" title=concept-appcache-implicit>implicit entry</a>,
+       associate the <code>Document</code> with that cache, invoke the <a
        href="#application1">application cache update process</a>, and abort
        these steps.
 
      <li id=flagAsCandidateForCache>
       <p>Flag the resource's <code>Document</code> as a candidate for this
-       manifest URI's caches.
+       manifest URI's caches, so that it will be <a
+       href=flagAsCandidateForCache-result>associated with an application
+       cache identified by this manifest URI</a> later, when such an <a
+       href="#application0">application cache</a> is ready.
 
      <li>
       <p>If there is already an <a href="#application0">application cache</a>
-       identified by this manifest URI, then that <a
-       href="#application0">application cache</a> does not yet contain a
-       resource with the URI of the manifest, or it does but that resource is
-       not yet categorised as a <a href="#the-manifest"
+       identified by this manifest URI, then the most up to date version of
+       that <a href="#application0">application cache</a> does not yet
+       contain a resource with the URI of the manifest, or it does but that
+       resource is not yet categorised as a <a href="#the-manifest"
        title=concept-appcache-manifest>manifest</a>: store the resource in
        that cache, categorised as an <a href="#implicit"
        title=concept-appcache-implicit>implicit entry</a> (replacing the
        file's previous contents if it was already in the cache, but not
        removing any other categories it might have), and abort these steps.
+       (An <a href="#application1">application cache update process</a> is
+       already in progress.)
 
      <li>
       <p>Otherwise, there is no matching <a href="#application0">application
@@ -49717,57 +49722,60 @@
 
   <p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth, Adam
    Roben, Addison Phillips, Adrian Sutton, Agustín Fernández,
-   Alastair Campbell, Alexey Feldgendler, Andrew Gove, Andrew Sidwell, Anne
-   van Kesteren, Anthony Hickson, Anthony Ricaud, Antti Koivisto, Arphen Lin,
-   Asbjørn Ulsberg, Aurelien Levy, Ben Godfrey, Ben Meadowcroft, Ben
-   Millard, Benjamin Hawkes-Lewis, Bert Bos, Billy Wong, Bjoern Hoehrmann,
-   Boris Zbarsky, Brad Fults, Brad Neuberg, Brady Eidson, Brendan Eich, Brett
-   Wilson, Brian Campbell, Brian Smith, Bruce Miller, Cameron McCormack,
-   Carlos Perelló Marín, Chao Cai, &#xc724;&#xc11d;&#xcc2c;
-   (Channy Yun), Charl van Niekerk, Charles Iliya Krempeaux, Charles
-   McCathieNevile, Christian Biesinger, Christian Johansen, Chriswa, Cole
-   Robison, Collin Jackson, Daniel Brumbaugh Keeney, Daniel Glazman, Daniel
-   Peng, Daniel Spång, Darin Adler, Darin Fisher, Dave Camp, Dave
-   Singer, Dave Townsend<!-- Mossop on moz irc -->, David Baron, David Bloom,
-   David Carlisle, David Flanagan, David Håsäther, David Hyatt,
-   Debi Orton, Derek Featherstone, DeWitt Clinton, Dimitri Glazkov,
-   dolphinling, Doron Rosenberg, Doug Kramer, Eira Monstad, Elliotte Harold,
-   Erik Arvidsson, Evan Martin, fantasai, Franck 'Shift' Quélain,
-   Garrett Smith, Geoffrey Garen, Geoffrey Sneddon, Håkon Wium Lie,
-   Henri Sivonen, Henrik Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo
-   Emanuel Gonçalves, J. King, Jacques Distler, James Graham, James M
-   Snell, James Perrett, Jan-Klaas Kollhof, Jason White, Jasper
-   Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens Bannmann, Jens Fendler,
-   Jeroen van der Meer, Jim Meehan, Joe Clark, Joel Spolsky, John Boyer, John
-   Bussjaeger, John Harding, Johnny Stenback, Jon Perlow, Jonathan Worent,
-   Jorgen Horstink, Josh Levenberg, Joshua Randall, Jukka K. Korpela, Kai
-   Hendry, <!-- Keryx Web, = Lars
-  Gunther --> Kornel Lesinski,
-   &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof Zelechovski,
-   Lachlan Hunt, Larry Page, Lars Gunther, Laura L. Carlson, Laura Wisewell,
-   Laurens Holst, Leif Halvard Silli, Lenny Domnitser, Léonard
-   Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej
-   Stachowiak, Magnus Kristiansen<!-- Dashiva -->, Malcolm Rowe, Mark
-   Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn Wargers, Martin
-   Atkins, Martin Dürst, Martin Honnen, Masataka Yakura, Mathieu Henri,
-   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 Powers,
-   Michael Smith, Michel Fortin, Michiel van der Blonk, Mihai
-   &#x015E;ucan<!-- from ROBO Design -->, Mike Brown, Mike
-   Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
-   Mike Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer, Olav Junker
-   Kjær, Oliver Hunt, Peter Kasting, Philip Taylor, Philip
-   TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf Stoltze,
-   Ralph Giles, Raphael Champeimont, Rene Saarsoo, Richard Ishida, Rimantas
-   Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken,
-   Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia
-   Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner,
-   Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava
-   Dutta, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor,
-   Tim Altman, Tim Johansson, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;,
-   Wakaba, Wayne Pollock, William Swanson, and Øistein E. Andersen,
-   for their useful and substantial comments.
+   Alastair Campbell, Alexey Feldgendler, Anders Carlsson, Andrew Gove,
+   Andrew Sidwell, Anne van Kesteren, Anthony Hickson, Anthony Ricaud, Antti
+   Koivisto, Arphen Lin, Asbjørn Ulsberg, Aurelien Levy, Ben Godfrey,
+   Ben Meadowcroft, Ben Millard, Benjamin Hawkes-Lewis, Bert Bos, Billy Wong,
+   Bjoern Hoehrmann, Boris Zbarsky, Brad Fults, Brad Neuberg, Brady Eidson,
+   Brendan Eich, Brett Wilson, Brian Campbell, Brian Smith, Bruce Miller,
+   Cameron McCormack, Carlos Perelló Marín, Chao Cai,
+   &#xc724;&#xc11d;&#xcc2c; (Channy Yun), Charl van Niekerk, Charles Iliya
+   Krempeaux, Charles McCathieNevile, Christian Biesinger, Christian
+   Johansen, Chriswa, Cole Robison, Collin Jackson, Daniel Brumbaugh Keeney,
+   Daniel Glazman, Daniel Peng, Daniel Spång, Darin Adler, Darin
+   Fisher, Dave Camp, Dave Singer, Dave Townsend<!--
+  Mossop on moz irc -->,
+   David Baron, David Bloom, David Carlisle, David Flanagan, David
+   Håsäther, David Hyatt, Debi Orton, Derek Featherstone, DeWitt
+   Clinton, Dimitri Glazkov, dolphinling, Doron Rosenberg, Doug Kramer, Eira
+   Monstad, Elliotte Harold, Erik Arvidsson, Evan Martin, fantasai, Franck
+   'Shift' Quélain, Garrett Smith, Geoffrey Garen, Geoffrey Sneddon,
+   Håkon Wium Lie, Henri Sivonen, Henrik Lied, Henry Mason, Hugh
+   Winkler, Ignacio Javier, Ivo Emanuel Gonçalves, J. King, Jacques
+   Distler, James Graham, James M Snell, James Perrett, Jan-Klaas Kollhof,
+   Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens
+   Bannmann, Jens Fendler, Jeroen van der Meer, Jim Meehan, Joe Clark, Joel
+   Spolsky, John Boyer, John Bussjaeger, John Harding, Johnny Stenback, Jon
+   Perlow, Jonathan Worent, Jorgen Horstink, Josh Levenberg, Joshua Randall,
+   Jukka K. Korpela, Kai Hendry, <!-- Keryx
+  Web, = Lars Gunther --> Kornel
+   Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof
+   Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laura L. Carlson,
+   Laura Wisewell, Laurens Holst, Leif Halvard Silli, Lenny Domnitser,
+   Léonard Bouchet, Leons Petrazickis, Logan<!-- on
+  moz irc -->,
+   Loune, Maciej Stachowiak, Magnus Kristiansen<!--
+  Dashiva -->, Malcolm
+   Rowe, Mark Nottingham, Mark Rowe<!--bdash-->, Mark Schenk, Martijn
+   Wargers, Martin Atkins, Martin Dürst, Martin Honnen, Masataka Yakura,
+   Mathieu Henri, 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 Powers, Michael Smith, Michel Fortin, Michiel van der Blonk, Mihai
+   &#x015E;ucan<!-- from ROBO Design -->, Mike Brown, Mike Dierken<!--
+  S. Mike Dierken -->,
+   Mike Dixon, Mike Schinkel, Mike Shaver, Mike Smith, Mikko Rantalainen,
+   Neil Deakin, Neil Soiffer, Olav Junker Kjær, Oliver Hunt, Peter
+   Kasting, Philip Taylor, Philip TAYLOR<!-- a different one -->, Rachid
+   Finge, Rajas Moonka, Ralf Stoltze, Ralph Giles, Raphael Champeimont, Rene
+   Saarsoo, Richard Ishida, Rimantas Liubertas, Robert O'Callahan, Robert
+   Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig, Scott Hess,
+   Sean Knapp, Shaun Inman, Silvia Pfeiffer, Simon Pieters, Stefan Haustein,
+   Stephen Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie,
+   Stuart Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, Thomas
+   Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tyler Close, Vladimir
+   Vuki&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, William Swanson, and
+   Øistein E. Andersen, for their useful and substantial comments.
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their blogs,
    public mailing lists, or forums, including the <a

Modified: source
===================================================================
--- source	2008-05-07 19:58:54 UTC (rev 1549)
+++ source	2008-05-08 00:20:49 UTC (rev 1550)
@@ -27122,7 +27122,7 @@
 
   <p id="appcache-history-1">A <span>browsing context</span> can be
   associated with an application cache. A <span>child browsing
-  context</span> is always associated with the same browsing context
+  context</span> is always associated with the same application cache
   as its <span>parent browsing context</span>, if any. A
   <span>top-level browsing context</span> is associated with the
   application cache appropriate for its <span>active
@@ -27910,7 +27910,8 @@
     <p>Set the <span title="concept-appcache-status">status</span> of <var title="">cache group</var> to
     <i>idle</i>.</p>
 
-    <p>Associate any <code>Document</code> objects that were <a
+    <p id="flagAsCandidateForCache-result">Associate any
+    <code>Document</code> objects that were <a
     href="#flagAsCandidateForCache">flagged as candidates</a> for this
     manifest URI's caches with <var title="">cache</var>.</p>
 
@@ -28065,18 +28066,18 @@
 
     <ol>
 
-     <li><p>If the manifest URI does not have the same <span>origin</span> as the resource's own URI, then invoke
-     the <span title="concept-appcache-init-no-attribute">application
+     <li><p>If the manifest URI does not have the same
+     <span>origin</span> as the resource's own URI, then invoke the
+     <span title="concept-appcache-init-no-attribute">application
      cache selection algorithm</span> again, but without a manifest,
      and abort these steps.</p></li>
 
      <li><p>If there is already an <span>application cache</span>
-     identified by this manifest URI, and that <span>application
-     cache</span> contains a resource with the URI of the manifest,
-     and that resource is categorised as a <span
-     title="concept-appcache-manifest">manifest</span>, then: store
-     the resource in the matching cache with the most up to date
-     version, categorised as an <span
+     identified by this manifest URI, and the most up to date version
+     of that <span>application cache</span> contains a resource with
+     the URI of the manifest, and that resource is categorised as a
+     <span title="concept-appcache-manifest">manifest</span>, then:
+     store the resource in the matching cache, categorised as an <span
      title="concept-appcache-implicit">implicit entry</span>,
      associate the <code>Document</code> with that cache, invoke the
      <span>application cache update process</span>, and abort these
@@ -28084,18 +28085,23 @@
 
      <li id="flagAsCandidateForCache"><p>Flag the resource's
      <code>Document</code> as a candidate for this manifest URI's
-     caches.</p></li>
+     caches, so that it will be <a
+     href="flagAsCandidateForCache-result">associated with an
+     application cache identified by this manifest URI</a> later, when
+     such an <span>application cache</span> is ready.</p></li>
 
      <li><p>If there is already an <span>application cache</span>
-     identified by this manifest URI, then that <span>application
-     cache</span> does not yet contain a resource with the URI of the
-     manifest, or it does but that resource is not yet categorised as
-     a <span title="concept-appcache-manifest">manifest</span>: store
-     the resource in that cache, categorised as an <span
+     identified by this manifest URI, then the most up to date version
+     of that <span>application cache</span> does not yet contain a
+     resource with the URI of the manifest, or it does but that
+     resource is not yet categorised as a <span
+     title="concept-appcache-manifest">manifest</span>: store the
+     resource in that cache, categorised as an <span
      title="concept-appcache-implicit">implicit entry</span>
      (replacing the file's previous contents if it was already in the
      cache, but not removing any other categories it might have), and
-     abort these steps.</p></li>
+     abort these steps. (An <span>application cache update
+     process</span> is already in progress.)</p></li>
 
      <li><p>Otherwise, there is no matching <span>application
      cache</span>: create a new application cache identified by this
@@ -44988,61 +44994,61 @@
 
   <p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth,
   Adam Roben, Addison Phillips, Adrian Sutton, Agustín
-  Fernández, Alastair Campbell, Alexey Feldgendler, Andrew
-  Gove, Andrew Sidwell, Anne van Kesteren, Anthony Hickson, Anthony
-  Ricaud, Antti Koivisto, Arphen Lin, Asbjørn Ulsberg, Aurelien
-  Levy, Ben Godfrey, Ben Meadowcroft, Ben Millard, Benjamin
-  Hawkes-Lewis, Bert Bos, Billy Wong, Bjoern Hoehrmann, Boris Zbarsky,
-  Brad Fults, Brad Neuberg, Brady Eidson, Brendan Eich, Brett Wilson,
-  Brian Campbell, Brian Smith, Bruce Miller, Cameron McCormack, Carlos
-  Perelló Marín, Chao Cai, &#xc724;&#xc11d;&#xcc2c;
-  (Channy Yun), Charl van Niekerk, Charles Iliya Krempeaux, Charles
-  McCathieNevile, Christian Biesinger, Christian Johansen, Chriswa,
-  Cole Robison, Collin Jackson, Daniel Brumbaugh Keeney, Daniel
-  Glazman, Daniel Peng, Daniel Spång, Darin Adler, Darin Fisher,
-  Dave Camp, Dave Singer, Dave Townsend<!-- Mossop on moz irc -->,
-  David Baron, David Bloom, David Carlisle, David Flanagan, David
-  Håsäther, David Hyatt, Debi Orton, Derek Featherstone,
-  DeWitt Clinton, Dimitri Glazkov, dolphinling, Doron Rosenberg, Doug
-  Kramer, Eira Monstad, Elliotte Harold, Erik Arvidsson, Evan Martin,
-  fantasai, Franck 'Shift' Quélain, Garrett Smith, Geoffrey
-  Garen, Geoffrey Sneddon, Håkon Wium Lie, Henri Sivonen, Henrik
-  Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
-  Gonçalves, J. King, Jacques Distler, James Graham, James M
-  Snell, James Perrett, Jan-Klaas Kollhof, Jason White, Jasper
-  Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens Bannmann, Jens
-  Fendler, Jeroen van der Meer, Jim Meehan, Joe Clark, Joel Spolsky,
-  John Boyer, John Bussjaeger, John Harding, Johnny Stenback, Jon
-  Perlow, Jonathan Worent, Jorgen Horstink, Josh Levenberg, Joshua
-  Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx Web, = Lars
-  Gunther --> Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7;
-  (KUROSAWA Takeshi), Kristof Zelechovski, Lachlan Hunt, Larry Page,
-  Lars Gunther, Laura L. Carlson, Laura Wisewell, Laurens Holst, Leif
-  Halvard Silli, Lenny Domnitser, Léonard Bouchet, Leons
-  Petrazickis, Logan<!-- on moz irc -->, Loune, Maciej Stachowiak,
-  Magnus Kristiansen<!-- Dashiva -->, Malcolm Rowe, Mark Nottingham,
-  Mark Rowe<!--bdash-->, Mark Schenk, Martijn Wargers, Martin Atkins,
-  Martin Dürst, Martin Honnen, Masataka Yakura, Mathieu Henri,
-  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 Powers, Michael Smith, Michel Fortin, Michiel van
-  der Blonk, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Brown,
-  Mike Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel,
-  Mike Shaver, Mike Smith, Mikko Rantalainen, Neil Deakin, Neil
-  Soiffer, Olav Junker Kjær, Oliver Hunt, Peter Kasting, Philip
-  Taylor, Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas
-  Moonka, Ralf Stoltze, Ralph Giles, Raphael Champeimont, Rene
-  Saarsoo, Richard Ishida, Rimantas Liubertas, Robert O'Callahan,
-  Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig,
-  Scott Hess, Sean Knapp, Shaun Inman, Silvia Pfeiffer, Simon Pieters,
-  Stefan Haustein, Stephen Ma, Steve Faulkner, Steve Runyon, Steven
-  Garrity, Stewart Brodie, Stuart Parmenter, Sunava Dutta, Tantek
-  Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor, Tim
-  Altman, Tim Johansson, Tyler Close, Vladimir
-  Vuki&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, William Swanson, and
-  Øistein E. Andersen, for their useful and substantial
-  comments.</p>
+  Fernández, Alastair Campbell, Alexey Feldgendler, Anders
+  Carlsson, Andrew Gove, Andrew Sidwell, Anne van Kesteren, Anthony
+  Hickson, Anthony Ricaud, Antti Koivisto, Arphen Lin, Asbjørn
+  Ulsberg, Aurelien Levy, Ben Godfrey, Ben Meadowcroft, Ben Millard,
+  Benjamin Hawkes-Lewis, Bert Bos, Billy Wong, Bjoern Hoehrmann, Boris
+  Zbarsky, Brad Fults, Brad Neuberg, Brady Eidson, Brendan Eich, Brett
+  Wilson, Brian Campbell, Brian Smith, Bruce Miller, Cameron
+  McCormack, Carlos Perelló Marín, Chao Cai,
+  &#xc724;&#xc11d;&#xcc2c; (Channy Yun), Charl van Niekerk, Charles
+  Iliya Krempeaux, Charles McCathieNevile, Christian Biesinger,
+  Christian Johansen, Chriswa, Cole Robison, Collin Jackson, Daniel
+  Brumbaugh Keeney, Daniel Glazman, Daniel Peng, Daniel Spång,
+  Darin Adler, Darin Fisher, Dave Camp, Dave Singer, Dave Townsend<!--
+  Mossop on moz irc -->, David Baron, David Bloom, David Carlisle,
+  David Flanagan, David Håsäther, David Hyatt, Debi Orton,
+  Derek Featherstone, DeWitt Clinton, Dimitri Glazkov, dolphinling,
+  Doron Rosenberg, Doug Kramer, Eira Monstad, Elliotte Harold, Erik
+  Arvidsson, Evan Martin, fantasai, Franck 'Shift' Quélain,
+  Garrett Smith, Geoffrey Garen, Geoffrey Sneddon, Håkon Wium
+  Lie, Henri Sivonen, Henrik Lied, Henry Mason, Hugh Winkler, Ignacio
+  Javier, Ivo Emanuel Gonçalves, J. King, Jacques Distler,
+  James Graham, James M Snell, James Perrett, Jan-Klaas Kollhof, Jason
+  White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens
+  Bannmann, Jens Fendler, Jeroen van der Meer, Jim Meehan, Joe Clark,
+  Joel Spolsky, John Boyer, John Bussjaeger, John Harding, Johnny
+  Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
+  Levenberg, Joshua Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx
+  Web, = Lars Gunther --> Kornel Lesinski,
+  &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof
+  Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laura
+  L. Carlson, Laura Wisewell, Laurens Holst, Leif Halvard Silli, Lenny
+  Domnitser, Léonard Bouchet, Leons Petrazickis, Logan<!-- on
+  moz irc -->, Loune, Maciej Stachowiak, Magnus Kristiansen<!--
+  Dashiva -->, Malcolm Rowe, Mark Nottingham, Mark Rowe<!--bdash-->,
+  Mark Schenk, Martijn Wargers, Martin Atkins, Martin Dürst,
+  Martin Honnen, Masataka Yakura, Mathieu Henri, 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
+  Powers, Michael Smith, Michel Fortin, Michiel van der Blonk, Mihai
+  &#x015E;ucan<!-- from ROBO Design -->, Mike Brown, Mike Dierken<!--
+  S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver, Mike
+  Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer, Olav Junker
+  Kjær, Oliver Hunt, Peter Kasting, Philip Taylor, Philip
+  TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf
+  Stoltze, Ralph Giles, Raphael Champeimont, Rene Saarsoo, Richard
+  Ishida, Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman
+  Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean
+  Knapp, Shaun Inman, Silvia Pfeiffer, Simon Pieters, Stefan Haustein,
+  Stephen Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart
+  Brodie, Stuart Parmenter, Sunava Dutta, Tantek Çelik,
+  Terrence Wood, Thomas Broyer, Thomas O'Connor, Tim Altman, Tim
+  Johansson, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
+  Wayne Pollock, William Swanson, and Øistein E. Andersen, for
+  their useful and substantial comments.</p>
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their
   blogs, public mailing lists, or forums, including the <a




More information about the Commit-Watchers mailing list