[html5] r792 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 30 23:53:18 PDT 2007


Author: ianh
Date: 2007-04-30 23:53:16 -0700 (Mon, 30 Apr 2007)
New Revision: 792

Modified:
   index
   source
Log:
[acgiow] (2) Address known <base> element issues.

Modified: index
===================================================================
--- index	2007-04-30 02:07:30 UTC (rev 791)
+++ index	2007-05-01 06:53:16 UTC (rev 792)
@@ -22,7 +22,7 @@
 
    <h1 id=web-applications>Web Applications 1.0</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 30 April 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 1 May 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -1940,13 +1940,14 @@
 
    <dd>
     <p id=xmlBase>User agents must follow the rules given by XML Base to
-     resolve relative URIs in HTML and XHTML fragments, because that is the
-     mechanism used in this specification for resolving relative URIs in DOM
-     trees. <a href="#refsXMLBASE">[XMLBASE]</a></p>
+     resolve relative URIs in HTML and XHTML fragments. That is the mechanism
+     used in this specification for resolving relative URIs in DOM trees. <a
+     href="#refsXMLBASE">[XMLBASE]</a></p>
 
-    <p class=note>It is possible for <code>xml:base</code> attributes to be
-     present even in HTML fragments, as such attributes can be added
-     dynamically using script.</p>
+    <p class=note>It is possible for <code
+     title=attr-xml-base>xml:base</code> attributes to be present even in
+     HTML fragments, as such attributes can be added dynamically using
+     script.</p>
 
    <dt>DOM
 
@@ -6966,12 +6967,12 @@
 
    <dt>Content model:
 
-   <dd>In any order, optionally one <code><a href="#meta0">meta</a></code>
-    element with a <code title=attr-meta-charset><a
-    href="#charset0">charset</a></code> attribute, exactly one <code><a
-    href="#title1">title</a></code> element, optionally one <code><a
-    href="#base">base</a></code> element, and zero or more other <a
-    href="#metadata">metadata elements</a> (in particular, <code><a
+   <dd>In any order unless otherwise specified: optionally one <code><a
+    href="#meta0">meta</a></code> element with a <code
+    title=attr-meta-charset><a href="#charset0">charset</a></code> attribute,
+    exactly one <code><a href="#title1">title</a></code> element, optionally
+    one <code><a href="#base">base</a></code> element, and zero or more other
+    <a href="#metadata">metadata elements</a> (in particular, <code><a
     href="#link">link</a></code>, <code><a href="#meta0">meta</a></code>,
     <code><a href="#style">style</a></code>, and <code><a
     href="#script1">script</a></code>).
@@ -7070,8 +7071,7 @@
    <dd>In a <code><a href="#head">head</a></code> element, after the <code><a
     href="#meta0">meta</a></code> element with the <code
     title=attr-meta-charset><a href="#charset0">charset</a></code> attribute,
-    if any, but before any other elements, and only if there are no other
-    <code><a href="#base">base</a></code> elements in the document.
+    if any, but before any other elements.
 
    <dt>Content model:
 
@@ -7079,7 +7079,7 @@
 
    <dt>Element-specific attributes:
 
-   <dd><code title=attr-base-href><a href="#href">href</a></code> (HTML only)
+   <dd><code title=attr-base-href><a href="#href">href</a></code>
 
    <dd><code title=attr-base-target><a href="#target">target</a></code>
 
@@ -7109,26 +7109,28 @@
   <p>The <dfn id=href title=attr-base-href><code>href</code></dfn> content
    attribute, if specified, must contain a URI (or IRI).
 
-  <p>Authors must not use the <code title=att-base-href>href</code> attribute
-   on the <code><a href="#base">base</a></code> element in <a
-   href="#xml-documents">XML documents</a>. Authors should instead use the
-   <code>xml:base</code> attribute. <a href="#refsXMLBASE">[XMLBASE]</a>
-
   <p>User agents must use the value of the <code
-   title=att-base-href>href</code> attribute on the first <code><a
-   href="#base">base</a></code> element with an <code
-   title=att-base-href>href</code> attribute in the document as the document
-   entity's base URI for the purposes of section 5.1.1 of RFC 2396
-   ("Establishing a Base URI": "Base URI within Document Content"). <a
-   href="#refsRFC2396">[RFC2396]</a> Note that this base URI from RFC 2396 is
-   referred to by the algorithm given in XML Base, which <a
-   href="#xmlBase">is a normative part of this specification</a>.
+   title=att-base-href>href</code> attribute of the first <code><a
+   href="#base">base</a></code> element that is both a child of <a
+   href="#the-head0">the <code>head</code> element</a> and has an <code
+   title=att-base-href>href</code> attribute, if there is such an element, as
+   the document entity's base URI for the purposes of section 5.1.1 of RFC
+   2396 ("Establishing a Base URI": "Base URI within Document Content"). This
+   base URI from RFC 2396 is referred to by the algorithm given in XML Base,
+   which <a href="#xmlBase">is a normative part of this specification</a>. <a
+   href="#refsRFC2396">[RFC2396]</a>
 
   <p>If the base URI given by this attribute is a relative URI, it must be
    resolved relative to the higher-level base URIs (i.e. the base URI from
    the encapsulating entity or the URI used to retrieve the entity) to obtain
-   an absolute base URI.
+   an absolute base URI. All <code title=attr-xml-base>xml:base</code>
+   attributes must be ignored when resolving relative URIs in this <code
+   title=attr-base-href><a href="#href">href</a></code> attribute.
 
+  <p class=note>If there are multiple <code><a href="#base">base</a></code>
+   elements with <code title=att-base-href>href</code> attributes, all but
+   the first are ignored.
+
   <p>The <dfn id=target title=attr-base-target><code>target</code></dfn>
    attribute, if specified, must contain a <a href="#valid8">valid browsing
    context name</a>. User agents use this name when <a
@@ -7139,6 +7141,17 @@
    must <a href="#reflect">reflect</a> the content attributes of the same
    name.
 
+  <p class=note>Pages with multiple <code><a href="#base">base</a></code>
+   elements have all but their first <code><a href="#base">base</a></code>
+   element with an <code title=attr-base-href><a href="#href">href</a></code>
+   attribute ignored for the purposes of URI resolution, and all but their
+   first <code><a href="#base">base</a></code> element with a <code
+   title=attr-base-target><a href="#target">target</a></code> attribute
+   ignored for the purposes of default browsing context name resolution.</p>
+  <!-- XXX the former is for compat with IE7. The latter is not
+  actually exactly compatible with anything. We'll see if it breaks
+  anything. -->
+
   <h4 id=the-link><span class=secno>3.7.4. </span>The <dfn
    id=link><code>link</code></dfn> element</h4>
 
@@ -7364,8 +7377,9 @@
    were given in the HTTP entity header. Relative URIs in these headers must
    be resolved according to the rules given in HTTP, not relative to base
    URIs set by the document (e.g. using a <code><a
-   href="#base">base</a></code> element or <code>xml:base</code> attributes).
-   <a href="#refsRFC2616">[RFC2616]</a> <a href="#refsRFC2068">[RFC2068]</a>
+   href="#base">base</a></code> element or <code
+   title=attr-xml-base>xml:base</code> attributes). <a
+   href="#refsRFC2616">[RFC2616]</a> <a href="#refsRFC2068">[RFC2068]</a>
 
   <p>The DOM attributes <dfn id=href2
    title=dom-link-href><code>href</code></dfn>, <dfn id=rel0
@@ -23835,12 +23849,13 @@
   <p>Otherwise, if the hyperlink element is an <code><a
    href="#a">a</a></code> or <code><a href="#area">area</a></code> element
    with no <code title=attr-hyperlink-target><a
-   href="#target3">target</a></code> attribute, but there is a <code><a
+   href="#target3">target</a></code> attribute, but one of the child nodes of
+   <a href="#the-head0">the <code>head</code> element</a> is a <code><a
    href="#base">base</a></code> element with a <code
-   title=attr-base-target><a href="#target">target</a></code> attribute in
-   the document, then the browsing context that is navigated must be chosen
-   by applying <a href="#the-rules">the rules for chosing a browsing context
-   given a browsing context name</a>, using the value of the <code
+   title=attr-base-target><a href="#target">target</a></code> attribute, then
+   the browsing context that is navigated must be chosen by applying <a
+   href="#the-rules">the rules for chosing a browsing context given a
+   browsing context name</a>, using the value of the <code
    title=attr-base-target><a href="#target">target</a></code> attribute of
    the first such <code><a href="#base">base</a></code> element as the
    browsing context name. If these rules result in the creation of a new <a
@@ -35290,10 +35305,6 @@
          or, if that is null (<a href="#innerhtml1"><code>innerHTML</code>
          case</a>), to the <a href="#current4">current node</a>.</p>
 
-        <p class=big-issue>Need to cope with second and subsequent <code><a
-         href="#base">base</a></code> elements affecting subsequent elements
-         magically.</p>
-
        <dt>An end tag with the tag name "head"
 
        <dd>
@@ -38998,40 +39009,42 @@
 
   <h2 class=no-num id=acknowledgements>Acknowledgements</h2>
 
-  <p>Thanks to Aankhen, Aaron Leventhal, Alexey Feldgendler, Andrew Gove,
-   Anne van Kesteren, Anthony Hickson, Asbjørn Ulsberg, Ben Godfrey,
-   Ben Meadowcroft, Benjamin Hawkes-Lewis, Bert Bos, Bjoern Hoehrmann, Boris
-   Zbarsky, Brad Fults, Brad Neuberg, Brendan Eich, Brett Wilson, Chao Cai,
-   Channy Yun, Charl van Niekerk<!--status.whatwg.org maintainer-->, Charles
-   Iliya Krempeaux, Charles McCathieNevile, Christian Biesinger, Christian
-   Johansen, Chriswa, Daniel Peng, Daniel Spång, Darin Fisher, Dave
+  <p>Thanks to Aankhen, Aaron Leventhal, Adrian Sutton, Alexey Feldgendler,
+   Andrew Gove, Anne van Kesteren, Anthony Hickson, Asbjørn Ulsberg,
+   Ben Godfrey, Ben Meadowcroft, Benjamin Hawkes-Lewis, Bert Bos, Bjoern
+   Hoehrmann, Boris Zbarsky, Brad Fults, Brad Neuberg, Brendan Eich, Brett
+   Wilson, Chao Cai, Channy Yun, Charl van
+   Niekerk<!--status.whatwg.org maintainer-->, Charles Iliya Krempeaux,
+   Charles McCathieNevile, Christian Biesinger, Christian Johansen, Chriswa,
+   Daniel Peng, Daniel Spång, Darin Fisher, Dave
    Townsend<!-- Mossop on moz irc -->, David Baron, David Flanagan, David
    Håsäther, David Hyatt, Derek Featherstone, Dimitri Glazkov,
    dolphinling, Doron Rosenberg, Eira Monstad, Elliotte Harold, Erik
-   Arvidsson, fantasai, Franck 'Shift' Quélain, Håkon Wium Lie,
-   Henri Sivonen, Henrik Lied, Ignacio Javier, J. King, James Graham, James M
-   Snell, James Perrett, Jan-Klaas Kollhof, Jasper Bryant-Greene, Jeff
-   Cutsinger, Jens Bannmann, Joel Spolsky, John Harding, Johnny Stenback, Jon
-   Perlow, Jonathan Worent, Jorgen Horstink, Joshua Randall, Jukka K.
-   Korpela, Kai Hendry, Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7;
-   (KUROSAWA Takeshi), Lachlan Hunt, Larry Page, Laurens Holst, Lenny
-   Domnitser, Léonard Bouchet, Leons Petrazickis,
-   Logan<!-- on moz irc -->, Maciej Stachowiak, Malcolm Rowe, Mark
-   Nottingham, Mark Schenk, Martijn Wargers, Martin Atkins, Martin Honnen,
-   Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew Thomas, Mattias
-   Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli, Michael A. Nachbaur,
-   Michael Gratton, Michael Powers, Michel Fortin, Mihai
-   &#x015E;ucan<!-- from ROBO Design -->, Mike Dierken<!-- S. Mike
-  Dierken -->,
-   Mike Dixon, Mike Schinkel, Mike Shaver, Mikko Rantalainen, Neil Deakin,
-   Olav Junker Kjær, Philip Taylor, Rajas Moonka, Rimantas Liubertas,
-   Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby,
-   Sean Knapp, Shadow2531, Shaun Inman, Simon Pieters, Stefan Haustein,
-   Stephen Ma, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
-   Parmenter, Tantek Çelik, Thomas Broyer, Thomas O'Connor, Tim
-   Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, and
-   everyone on the WHATWG mailing list for their useful and substantial
-   comments.
+   Arvidsson, fantasai, Franck 'Shift' Quélain, Geoffrey Sneddon,
+   Håkon Wium Lie, Henri Sivonen, Henrik Lied, Ignacio Javier, J. King,
+   James Graham, James M Snell, James Perrett, Jan-Klaas Kollhof, Jasper
+   Bryant-Greene, Jeff Cutsinger, Jens Bannmann, Joel Spolsky, John Harding,
+   Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Joshua
+   Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx Web, = Lars
+  Gunther -->
+   Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi),
+   Lachlan Hunt, Larry Page, Lars Gunther, Laurens Holst, Lenny Domnitser,
+   Léonard Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->,
+   Maciej Stachowiak, Malcolm Rowe, Mark Nottingham, Mark Schenk, Martijn
+   Wargers, Martin Atkins, Martin Honnen, Mathieu Henri, Matthew Mastracci,
+   Matthew Raymond, Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael
+   'Ratt' Iannarelli, Michael A. Nachbaur, Michael Gratton, Michael Powers,
+   Michel Fortin, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike
+   Dierken<!--
+  S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
+   Mikko Rantalainen, Neil Deakin, Olav Junker Kjær, Philip Taylor,
+   Rajas Moonka, Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman
+   Ivanov, S. Mike Dierken, Sam Ruby, Sean Knapp, Shadow2531, Shaun Inman,
+   Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon, Steven Garrity,
+   Stewart Brodie, Stuart Parmenter, Tantek Çelik, Thomas Broyer,
+   Thomas O'Connor, Tim Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
+   William Swanson, and everyone on the WHATWG mailing list for their useful
+   and substantial comments.
 
   <p>Special thanks to Richard Williamson for creating the first
    implementation of <code><a href="#canvas">canvas</a></code> in Safari,

Modified: source
===================================================================
--- source	2007-04-30 02:07:30 UTC (rev 791)
+++ source	2007-05-01 06:53:16 UTC (rev 792)
@@ -519,14 +519,14 @@
    <dd>
 
     <p id="xmlBase">User agents must follow the rules given by XML
-    Base to resolve relative URIs in HTML and XHTML fragments, because
-    that is the mechanism used in this specification for resolving
-    relative URIs in DOM trees. <a
-    href="#refsXMLBASE">[XMLBASE]</a></p>
+    Base to resolve relative URIs in HTML and XHTML fragments. That
+    is the mechanism used in this specification for resolving relative
+    URIs in DOM trees. <a href="#refsXMLBASE">[XMLBASE]</a></p>
 
-    <p class="note">It is possible for <code>xml:base</code> attributes
-    to be present even in HTML fragments, as such attributes can be
-    added dynamically using script.</p>
+    <p class="note">It is possible for <code
+    title="attr-xml-base">xml:base</code> attributes to be present
+    even in HTML fragments, as such attributes can be added
+    dynamically using script.</p>
 
    </dd>
 
@@ -5716,9 +5716,10 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>As the first element in an <code>html</code> element.</dd>
    <dt>Content model:</dt>
-   <dd>In any order, optionally one <code>meta</code> element with a
-   <code title="attr-meta-charset">charset</code> attribute, exactly
-   one <code>title</code> element, optionally one <code>base</code>
+   <dd>In any order unless otherwise specified: optionally one
+   <code>meta</code> element with a <code
+   title="attr-meta-charset">charset</code> attribute, exactly one
+   <code>title</code> element, optionally one <code>base</code>
    element, and zero or more other <span>metadata elements</span> (in
    particular, <code>link</code>, <code>meta</code>,
    <code>style</code>, and <code>script</code>).</dd>
@@ -5798,12 +5799,11 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>In a <code>head</code> element, after the <code>meta</code>
    element with the <code title="attr-meta-charset">charset</code>
-   attribute, if any, but before any other elements, and only if there
-   are no other <code>base</code> elements in the document.</dd>
+   attribute, if any, but before any other elements.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
    <dt>Element-specific attributes:</dt>
-   <dd><code title="attr-base-href">href</code> (HTML only)</dd>
+   <dd><code title="attr-base-href">href</code></dd>
    <dd><code title="attr-base-target">target</code></dd>
    <dt>Predefined classes that apply to this element:</dt>
    <dd>None.</dd>
@@ -5827,28 +5827,30 @@
   <p>The <dfn title="attr-base-href"><code>href</code></dfn> content
   attribute, if specified, must contain a URI (or IRI).</p>
 
-  <p>Authors must not use the <code title="att-base-href">href</code>
-  attribute on the <code>base</code> element in <span>XML
-  documents</span>. Authors should instead use the
-  <code>xml:base</code> attribute. <a
-  href="#refsXMLBASE">[XMLBASE]</a></p>
-
   <p>User agents must use the value of the <code
-  title="att-base-href">href</code> attribute on the first
-  <code>base</code> element with an <code
-  title="att-base-href">href</code> attribute in the document as the
-  document entity's base URI for the purposes of section 5.1.1 of RFC
-  2396 ("Establishing a Base URI": "Base URI within Document
-  Content"). <a href="#refsRFC2396">[RFC2396]</a> Note that this base
-  URI from RFC 2396 is referred to by the algorithm given in XML Base,
-  which <a href="#xmlBase">is a normative part of this
-  specification</a>.</p>
+  title="att-base-href">href</code> attribute of the first
+  <code>base</code> element that is both a child of <span>the
+  <code>head</code> element</span> and has an <code
+  title="att-base-href">href</code> attribute, if there is such an
+  element, as the document entity's base URI for the purposes of
+  section 5.1.1 of RFC 2396 ("Establishing a Base URI": "Base URI
+  within Document Content"). This base URI from RFC 2396 is referred
+  to by the algorithm given in XML Base, which <a href="#xmlBase">is a
+  normative part of this specification</a>. <a
+  href="#refsRFC2396">[RFC2396]</a></p>
 
   <p>If the base URI given by this attribute is a relative URI, it
   must be resolved relative to the higher-level base URIs (i.e. the
   base URI from the encapsulating entity or the URI used to retrieve
-  the entity) to obtain an absolute base URI.</p>
+  the entity) to obtain an absolute base URI. All <code
+  title="attr-xml-base">xml:base</code> attributes must be ignored
+  when resolving relative URIs in this <code
+  title="attr-base-href">href</code> attribute.</p>
 
+  <p class="note">If there are multiple <code>base</code> elements
+  with <code title="att-base-href">href</code> attributes, all but the
+  first are ignored.</p>
+
   <p>The <dfn title="attr-base-target"><code>target</code></dfn>
   attribute, if specified, must contain a <span>valid browsing context
   name</span>. User agents use this name when <span>following
@@ -5859,7 +5861,18 @@
   must <span>reflect</span> the content attributes of the same
   name.</p>
 
+  <p class="note">Pages with multiple <code>base</code> elements have
+  all but their first <code>base</code> element with an <code
+  title="attr-base-href">href</code> attribute ignored for the
+  purposes of URI resolution, and all but their first
+  <code>base</code> element with a <code
+  title="attr-base-target">target</code> attribute ignored for the
+  purposes of default browsing context name resolution.</p>
+  <!-- XXX the former is for compat with IE7. The latter is not
+  actually exactly compatible with anything. We'll see if it breaks
+  anything. -->
 
+
   <h4>The <dfn><code>link</code></dfn> element</h4>
 
   <p><span title="metadata elements">Metadata element</span>.</p>
@@ -6071,7 +6084,8 @@
   order that they were given in the HTTP entity header. Relative URIs
   in these headers must be resolved according to the rules given in
   HTTP, not relative to base URIs set by the document (e.g. using a
-  <code>base</code> element or <code>xml:base</code> attributes). <a
+  <code>base</code> element or <code
+  title="attr-xml-base">xml:base</code> attributes). <a
   href="#refsRFC2616">[RFC2616]</a> <a
   href="#refsRFC2068">[RFC2068]</a></p>
 
@@ -21425,16 +21439,17 @@
 
   <p>Otherwise, if the hyperlink element is an <code>a</code> or
   <code>area</code> element with no <code
-  title="attr-hyperlink-target">target</code> attribute, but there is
-  a <code>base</code> element with a <code
-  title="attr-base-target">target</code> attribute in the document,
-  then the browsing context that is navigated must be chosen by
-  applying <span>the rules for chosing a browsing context given a
-  browsing context name</span>, using the value of the <code
-  title="attr-base-target">target</code> attribute of the first such
-  <code>base</code> element as the browsing context name. If these
-  rules result in the creation of a new <span>browsing context</span>,
-  it must be navigated with <span>replacement enabled</span>.</p>
+  title="attr-hyperlink-target">target</code> attribute, but one of
+  the child nodes of <span>the <code>head</code> element</span> is a
+  <code>base</code> element with a <code
+  title="attr-base-target">target</code> attribute, then the browsing
+  context that is navigated must be chosen by applying <span>the rules
+  for chosing a browsing context given a browsing context name</span>,
+  using the value of the <code title="attr-base-target">target</code>
+  attribute of the first such <code>base</code> element as the
+  browsing context name. If these rules result in the creation of a
+  new <span>browsing context</span>, it must be navigated with
+  <span>replacement enabled</span>.</p>
 
   <p>Otherwise, the browsing context that must be navigated is the
   same browsing context as the one which the hyperlink element itself
@@ -32744,10 +32759,6 @@
         if that is null (<span><code>innerHTML</code> case</span>), to
         the <span>current node</span>.</p>
 
-        <p class="big-issue">Need to cope with second and subsequent
-        <code>base</code> elements affecting subsequent elements
-        magically.</p>
-
        </dd>
 
        <dt>An end tag with the tag name "head"</dt>
@@ -35549,33 +35560,34 @@
 
   <h2 class="no-num">Acknowledgements</h2>
 
-  <p>Thanks to Aankhen, Aaron Leventhal, Alexey Feldgendler, Andrew
-  Gove, Anne van Kesteren, Anthony Hickson, Asbjørn Ulsberg,
-  Ben Godfrey, Ben Meadowcroft, Benjamin Hawkes-Lewis, Bert Bos,
-  Bjoern Hoehrmann, Boris Zbarsky, Brad Fults, Brad Neuberg, Brendan
-  Eich, Brett Wilson, Chao Cai, Channy Yun, Charl van
-  Niekerk<!--status.whatwg.org maintainer-->, Charles Iliya Krempeaux,
-  Charles McCathieNevile, Christian Biesinger, Christian Johansen,
-  Chriswa, Daniel Peng, Daniel Spång, Darin Fisher, Dave
-  Townsend<!-- Mossop on moz irc -->, David Baron, David Flanagan,
-  David Håsäther, David Hyatt, Derek Featherstone, Dimitri
-  Glazkov, dolphinling, Doron Rosenberg, Eira Monstad, Elliotte
-  Harold, Erik Arvidsson, fantasai, Franck 'Shift' Quélain,
-  Håkon Wium Lie, Henri Sivonen, Henrik Lied, Ignacio Javier,
-  J. King, James Graham, James M Snell, James Perrett, Jan-Klaas
-  Kollhof, Jasper Bryant-Greene, Jeff Cutsinger, Jens Bannmann, Joel
-  Spolsky, John Harding, Johnny Stenback, Jon Perlow, Jonathan Worent,
-  Jorgen Horstink, Joshua Randall, Jukka K. Korpela, Kai Hendry,
-  Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA
-  Takeshi), Lachlan Hunt, Larry Page, Laurens Holst, Lenny Domnitser,
-  Léonard Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->,
-  Maciej Stachowiak, Malcolm Rowe, Mark Nottingham, Mark Schenk,
-  Martijn Wargers, Martin Atkins, Martin Honnen, Mathieu Henri,
-  Matthew Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau,
-  Max Romantschuk, Michael 'Ratt' Iannarelli, Michael A. Nachbaur,
-  Michael Gratton, Michael Powers, Michel Fortin, Mihai
-  &#x015E;ucan<!-- from ROBO Design -->, Mike Dierken<!-- S. Mike
-  Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver, Mikko
+  <p>Thanks to Aankhen, Aaron Leventhal, Adrian Sutton, Alexey
+  Feldgendler, Andrew Gove, Anne van Kesteren, Anthony Hickson,
+  Asbjørn Ulsberg, Ben Godfrey, Ben Meadowcroft, Benjamin
+  Hawkes-Lewis, Bert Bos, Bjoern Hoehrmann, Boris Zbarsky, Brad Fults,
+  Brad Neuberg, Brendan Eich, Brett Wilson, Chao Cai, Channy Yun,
+  Charl van Niekerk<!--status.whatwg.org maintainer-->, Charles Iliya
+  Krempeaux, Charles McCathieNevile, Christian Biesinger, Christian
+  Johansen, Chriswa, Daniel Peng, Daniel Spång, Darin Fisher,
+  Dave Townsend<!-- Mossop on moz irc -->, David Baron, David
+  Flanagan, David Håsäther, David Hyatt, Derek
+  Featherstone, Dimitri Glazkov, dolphinling, Doron Rosenberg, Eira
+  Monstad, Elliotte Harold, Erik Arvidsson, fantasai, Franck 'Shift'
+  Quélain, Geoffrey Sneddon, Håkon Wium Lie, Henri
+  Sivonen, Henrik Lied, Ignacio Javier, J. King, James Graham, James M
+  Snell, James Perrett, Jan-Klaas Kollhof, Jasper Bryant-Greene, Jeff
+  Cutsinger, Jens Bannmann, Joel Spolsky, John Harding, Johnny
+  Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Joshua
+  Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx Web, = Lars
+  Gunther --> Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7;
+  (KUROSAWA Takeshi), Lachlan Hunt, Larry Page, Lars Gunther, Laurens
+  Holst, Lenny Domnitser, Léonard Bouchet, Leons Petrazickis,
+  Logan<!-- on moz irc -->, Maciej Stachowiak, Malcolm Rowe, Mark
+  Nottingham, Mark Schenk, Martijn Wargers, Martin Atkins, Martin
+  Honnen, Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew
+  Thomas, Mattias Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli,
+  Michael A. Nachbaur, Michael Gratton, Michael Powers, Michel Fortin,
+  Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Dierken<!--
+  S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver, Mikko
   Rantalainen, Neil Deakin, Olav Junker Kjær, Philip Taylor,
   Rajas Moonka, Rimantas Liubertas, Robert O'Callahan, Robert Sayre,
   Roman Ivanov, S. Mike Dierken, Sam Ruby, Sean Knapp, Shadow2531,




More information about the Commit-Watchers mailing list