will you please unsubscribe me - thanks<br><br><div class="gmail_quote">On Thu, Mar 11, 2010 at 12:01 PM,  <span dir="ltr">&lt;<a href="mailto:commit-watchers-request@lists.whatwg.org">commit-watchers-request@lists.whatwg.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send Commit-Watchers mailing list submissions to<br>
        <a href="mailto:commit-watchers@lists.whatwg.org">commit-watchers@lists.whatwg.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:commit-watchers-request@lists.whatwg.org">commit-watchers-request@lists.whatwg.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:commit-watchers-owner@lists.whatwg.org">commit-watchers-owner@lists.whatwg.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Commit-Watchers digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1.  r4839 - [e] (0) Mention that non-conforming markup results<br>
      in non-conforming DOMs in an [...] (<a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a>)<br>
   2.  r4840 - [e] (0) minor MIMESNIFf synchronisation<br>
      (<a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a>)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 10 Mar 2010 17:02:09 -0800 (PST)<br>
From: <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a><br>
To: <a href="mailto:commit-watchers@whatwg.org">commit-watchers@whatwg.org</a><br>
Subject: [html5] r4839 - [e] (0) Mention that non-conforming markup<br>
        results in non-conforming DOMs in an [...]<br>
Message-ID: &lt;<a href="mailto:20100311010209.D4597805818C@ps20323.dreamhostps.com">20100311010209.D4597805818C@ps20323.dreamhostps.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Author: ianh<br>
Date: 2010-03-10 17:02:07 -0800 (Wed, 10 Mar 2010)<br>
New Revision: 4839<br>
<br>
Modified:<br>
   complete.html<br>
   index<br>
   source<br>
Log:<br>
[e] (0) Mention that non-conforming markup results in non-conforming DOMs in an example, by request.<br>
<br>
Modified: complete.html<br>
===================================================================<br>
--- complete.html       2010-03-10 10:16:56 UTC (rev 4838)<br>
+++ complete.html       2010-03-11 01:02:07 UTC (rev 4839)<br>
@@ -157,7 +157,7 @@<br>
<br>
   &lt;header class=head id=head&gt;&lt;p&gt;&lt;a class=logo href=<a href="http://www.whatwg.org/" target="_blank">http://www.whatwg.org/</a> rel=home&gt;&lt;img alt=WHATWG src=/images/logo&gt;&lt;/a&gt;&lt;/p&gt;<br>
    &lt;hgroup&gt;&lt;h1&gt;Web Applications 1.0&lt;/h1&gt;<br>
-    &lt;h2 class=&quot;no-num no-toc&quot;&gt;Draft Standard &amp;mdash; 10 March 2010&lt;/h2&gt;<br>
+    &lt;h2 class=&quot;no-num no-toc&quot;&gt;Draft Standard &amp;mdash; 11 March 2010&lt;/h2&gt;<br>
    &lt;/hgroup&gt;&lt;p&gt;You can take part in this work. &lt;a href=<a href="http://www.whatwg.org/mailing-list" target="_blank">http://www.whatwg.org/mailing-list</a>&gt;Join the working group&#39;s discussion list.&lt;/a&gt;&lt;/p&gt;<br>

    &lt;p&gt;&lt;strong&gt;Web designers!&lt;/strong&gt; We have a &lt;a href=<a href="http://blog.whatwg.org/faq/" target="_blank">http://blog.whatwg.org/faq/</a>&gt;FAQ&lt;/a&gt;, a &lt;a href=<a href="http://forums.whatwg.org/" target="_blank">http://forums.whatwg.org/</a>&gt;forum&lt;/a&gt;, and a &lt;a href=<a href="http://www.whatwg.org/mailing-list#help" target="_blank">http://www.whatwg.org/mailing-list#help</a>&gt;help mailing list&lt;/a&gt; for you!&lt;/p&gt;<br>

    &lt;!--&lt;p class=&quot;impl&quot;&gt;&lt;strong&gt;Implementors!&lt;/strong&gt; We have a &lt;a href=&quot;<a href="http://www.whatwg.org/mailing-list#implementors" target="_blank">http://www.whatwg.org/mailing-list#implementors</a>&quot;&gt;mailing list&lt;/a&gt; for you too!&lt;/p&gt;--&gt;<br>

@@ -77265,12 +77265,15 @@<br>
<br>
     &lt;p class=example&gt;In the non-conforming stream<br>
     &lt;code&gt;&amp;lt;a&amp;nbsp;href=&quot;a&quot;&amp;gt;a&amp;lt;table&amp;gt;&amp;lt;a&amp;nbsp;href=&quot;b&quot;&amp;gt;b&amp;lt;/table&amp;gt;x&lt;/code&gt;,<br>
-    the first &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element would be closed upon seeing<br>
-    the second one, and the &quot;x&quot; character would be inside a link<br>
-    to &quot;b&quot;, not to &quot;a&quot;. This is despite the fact that the outer<br>
-    &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element is not in table scope (meaning that a<br>
-    regular &lt;code&gt;&amp;lt;/a&amp;gt;&lt;/code&gt; end tag at the start of the table<br>
-    wouldn&#39;t close the outer &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element).&lt;/p&gt;<br>
+    the first &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element would be closed upon seeing the<br>
+    second one, and the &quot;x&quot; character would be inside a link to &quot;b&quot;,<br>
+    not to &quot;a&quot;. This is despite the fact that the outer &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt;<br>
+    element is not in table scope (meaning that a regular<br>
+    &lt;code&gt;&amp;lt;/a&amp;gt;&lt;/code&gt; end tag at the start of the table wouldn&#39;t<br>
+    close the outer &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element). The result is that the<br>
+    two &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; elements are indirectly nested inside each<br>
+    other &amp;mdash; non-conforming markup will often result in<br>
+    non-conforming DOMs when parsed.&lt;/p&gt;<br>
<br>
     &lt;p&gt;&lt;a href=#reconstruct-the-active-formatting-elements&gt;Reconstruct the active formatting elements&lt;/a&gt;, if<br>
     any.&lt;/p&gt;<br>
@@ -90858,6 +90861,7 @@<br>
   Rikkert Koppes,<br>
   Rimantas Liubertas,<br>
   Rob Ennals,<br>
+  Rob Jellinghaus,<br>
   Robert Blaut,<br>
   Robert Collins,<br>
   Robert O&#39;Callahan,<br>
<br>
Modified: index<br>
===================================================================<br>
--- index       2010-03-10 10:16:56 UTC (rev 4838)<br>
+++ index       2010-03-11 01:02:07 UTC (rev 4839)<br>
@@ -161,7 +161,7 @@<br>
<br>
   &lt;header class=head id=head&gt;&lt;p&gt;&lt;a class=logo href=<a href="http://www.whatwg.org/" target="_blank">http://www.whatwg.org/</a> rel=home&gt;&lt;img alt=WHATWG src=/images/logo&gt;&lt;/a&gt;&lt;/p&gt;<br>
    &lt;hgroup&gt;&lt;h1&gt;HTML5 (including next generation additions still in development)&lt;/h1&gt;<br>
-    &lt;h2 class=&quot;no-num no-toc&quot;&gt;Draft Standard &amp;mdash; 10 March 2010&lt;/h2&gt;<br>
+    &lt;h2 class=&quot;no-num no-toc&quot;&gt;Draft Standard &amp;mdash; 11 March 2010&lt;/h2&gt;<br>
    &lt;/hgroup&gt;&lt;p&gt;You can take part in this work. &lt;a href=<a href="http://www.whatwg.org/mailing-list" target="_blank">http://www.whatwg.org/mailing-list</a>&gt;Join the working group&#39;s discussion list.&lt;/a&gt;&lt;/p&gt;<br>

    &lt;p&gt;&lt;strong&gt;Web designers!&lt;/strong&gt; We have a &lt;a href=<a href="http://blog.whatwg.org/faq/" target="_blank">http://blog.whatwg.org/faq/</a>&gt;FAQ&lt;/a&gt;, a &lt;a href=<a href="http://forums.whatwg.org/" target="_blank">http://forums.whatwg.org/</a>&gt;forum&lt;/a&gt;, and a &lt;a href=<a href="http://www.whatwg.org/mailing-list#help" target="_blank">http://www.whatwg.org/mailing-list#help</a>&gt;help mailing list&lt;/a&gt; for you!&lt;/p&gt;<br>

    &lt;!--&lt;p class=&quot;impl&quot;&gt;&lt;strong&gt;Implementors!&lt;/strong&gt; We have a &lt;a href=&quot;<a href="http://www.whatwg.org/mailing-list#implementors" target="_blank">http://www.whatwg.org/mailing-list#implementors</a>&quot;&gt;mailing list&lt;/a&gt; for you too!&lt;/p&gt;--&gt;<br>

@@ -70671,12 +70671,15 @@<br>
<br>
     &lt;p class=example&gt;In the non-conforming stream<br>
     &lt;code&gt;&amp;lt;a&amp;nbsp;href=&quot;a&quot;&amp;gt;a&amp;lt;table&amp;gt;&amp;lt;a&amp;nbsp;href=&quot;b&quot;&amp;gt;b&amp;lt;/table&amp;gt;x&lt;/code&gt;,<br>
-    the first &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element would be closed upon seeing<br>
-    the second one, and the &quot;x&quot; character would be inside a link<br>
-    to &quot;b&quot;, not to &quot;a&quot;. This is despite the fact that the outer<br>
-    &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element is not in table scope (meaning that a<br>
-    regular &lt;code&gt;&amp;lt;/a&amp;gt;&lt;/code&gt; end tag at the start of the table<br>
-    wouldn&#39;t close the outer &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element).&lt;/p&gt;<br>
+    the first &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element would be closed upon seeing the<br>
+    second one, and the &quot;x&quot; character would be inside a link to &quot;b&quot;,<br>
+    not to &quot;a&quot;. This is despite the fact that the outer &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt;<br>
+    element is not in table scope (meaning that a regular<br>
+    &lt;code&gt;&amp;lt;/a&amp;gt;&lt;/code&gt; end tag at the start of the table wouldn&#39;t<br>
+    close the outer &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; element). The result is that the<br>
+    two &lt;code&gt;&lt;a href=#the-a-element&gt;a&lt;/a&gt;&lt;/code&gt; elements are indirectly nested inside each<br>
+    other &amp;mdash; non-conforming markup will often result in<br>
+    non-conforming DOMs when parsed.&lt;/p&gt;<br>
<br>
     &lt;p&gt;&lt;a href=#reconstruct-the-active-formatting-elements&gt;Reconstruct the active formatting elements&lt;/a&gt;, if<br>
     any.&lt;/p&gt;<br>
@@ -84419,6 +84422,7 @@<br>
   Rikkert Koppes,<br>
   Rimantas Liubertas,<br>
   Rob Ennals,<br>
+  Rob Jellinghaus,<br>
   Robert Blaut,<br>
   Robert Collins,<br>
   Robert O&#39;Callahan,<br>
<br>
Modified: source<br>
===================================================================<br>
--- source      2010-03-10 10:16:56 UTC (rev 4838)<br>
+++ source      2010-03-11 01:02:07 UTC (rev 4839)<br>
@@ -88222,12 +88222,15 @@<br>
<br>
     &lt;p class=&quot;example&quot;&gt;In the non-conforming stream<br>
     &lt;code&gt;&amp;lt;a&amp;nbsp;href=&quot;a&quot;&gt;a&amp;lt;table&gt;&amp;lt;a&amp;nbsp;href=&quot;b&quot;&gt;b&amp;lt;/table&gt;x&lt;/code&gt;,<br>
-    the first &lt;code&gt;a&lt;/code&gt; element would be closed upon seeing<br>
-    the second one, and the &quot;x&quot; character would be inside a link<br>
-    to &quot;b&quot;, not to &quot;a&quot;. This is despite the fact that the outer<br>
-    &lt;code&gt;a&lt;/code&gt; element is not in table scope (meaning that a<br>
-    regular &lt;code&gt;&amp;lt;/a&gt;&lt;/code&gt; end tag at the start of the table<br>
-    wouldn&#39;t close the outer &lt;code&gt;a&lt;/code&gt; element).&lt;/p&gt;<br>
+    the first &lt;code&gt;a&lt;/code&gt; element would be closed upon seeing the<br>
+    second one, and the &quot;x&quot; character would be inside a link to &quot;b&quot;,<br>
+    not to &quot;a&quot;. This is despite the fact that the outer &lt;code&gt;a&lt;/code&gt;<br>
+    element is not in table scope (meaning that a regular<br>
+    &lt;code&gt;&amp;lt;/a&gt;&lt;/code&gt; end tag at the start of the table wouldn&#39;t<br>
+    close the outer &lt;code&gt;a&lt;/code&gt; element). The result is that the<br>
+    two &lt;code&gt;a&lt;/code&gt; elements are indirectly nested inside each<br>
+    other &amp;mdash; non-conforming markup will often result in<br>
+    non-conforming DOMs when parsed.&lt;/p&gt;<br>
<br>
     &lt;p&gt;&lt;span&gt;Reconstruct the active formatting elements&lt;/span&gt;, if<br>
     any.&lt;/p&gt;<br>
@@ -101771,6 +101774,7 @@<br>
   Rikkert Koppes,<br>
   Rimantas Liubertas,<br>
   Rob Ennals,<br>
+  Rob Jellinghaus,<br>
   Robert Blaut,<br>
   Robert Collins,<br>
   Robert O&#39;Callahan,<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 10 Mar 2010 20:46:56 -0800 (PST)<br>
From: <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a><br>
To: <a href="mailto:commit-watchers@whatwg.org">commit-watchers@whatwg.org</a><br>
Subject: [html5] r4840 - [e] (0) minor MIMESNIFf synchronisation<br>
Message-ID: &lt;<a href="mailto:20100311044656.F2F6A805818C@ps20323.dreamhostps.com">20100311044656.F2F6A805818C@ps20323.dreamhostps.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Author: ianh<br>
Date: 2010-03-10 20:46:55 -0800 (Wed, 10 Mar 2010)<br>
New Revision: 4840<br>
<br>
Modified:<br>
   complete.html<br>
   index<br>
   source<br>
Log:<br>
[e] (0) minor MIMESNIFf synchronisation<br>
<br>
Modified: complete.html<br>
===================================================================<br>
--- complete.html       2010-03-11 01:02:07 UTC (rev 4839)<br>
+++ complete.html       2010-03-11 04:46:55 UTC (rev 4840)<br>
@@ -5471,11 +5471,13 @@<br>
   Content-Type&lt;/dfn&gt;, given a string &lt;var title=&quot;&quot;&gt;s&lt;/var&gt;, is given<br>
   in the Content-Type Processing Model specification. It either<br>
   returns an encoding or nothing. &lt;a href=#refsMIMESNIFF&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
+  &lt;p class=XXX&gt;The above is out of date now that the relevant section has been removed from MIMESNIFF. Stay tuned; I&#39;ll bring it back here soon.&lt;/p&gt;<br>
<br>
   &lt;p&gt;The &lt;dfn id=content-type-sniffing-0 title=&quot;Content-Type sniffing&quot;&gt;sniffed type of a<br>
   resource&lt;/dfn&gt; must be found in a manner consistent with the<br>
   requirements given in the Content-Type Processing Model<br>
-  specification for finding that &lt;i&gt;sniffed type&lt;/i&gt;. &lt;a href=#refsMIMESNIFF&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
+  specification for finding the &lt;i&gt;sniffed-type&lt;/i&gt; of the relevant<br>
+  sequence of octets. &lt;a href=#refsMIMESNIFF&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
<br>
   &lt;p&gt;The &lt;dfn id=content-type-sniffing:-image title=&quot;Content-Type sniffing: image&quot;&gt;rules for sniffing<br>
   images specifically&lt;/dfn&gt; and the &lt;dfn id=content-type-sniffing:-text-or-binary title=&quot;Content-Type sniffing:<br>
<br>
Modified: index<br>
===================================================================<br>
--- index       2010-03-11 01:02:07 UTC (rev 4839)<br>
+++ index       2010-03-11 04:46:55 UTC (rev 4840)<br>
@@ -5370,11 +5370,13 @@<br>
   Content-Type&lt;/dfn&gt;, given a string &lt;var title=&quot;&quot;&gt;s&lt;/var&gt;, is given<br>
   in the Content-Type Processing Model specification. It either<br>
   returns an encoding or nothing. &lt;a href=#refsMIMESNIFF&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
+  &lt;p class=XXX&gt;The above is out of date now that the relevant section has been removed from MIMESNIFF. Stay tuned; I&#39;ll bring it back here soon.&lt;/p&gt;<br>
<br>
   &lt;p&gt;The &lt;dfn id=content-type-sniffing-0 title=&quot;Content-Type sniffing&quot;&gt;sniffed type of a<br>
   resource&lt;/dfn&gt; must be found in a manner consistent with the<br>
   requirements given in the Content-Type Processing Model<br>
-  specification for finding that &lt;i&gt;sniffed type&lt;/i&gt;. &lt;a href=#refsMIMESNIFF&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
+  specification for finding the &lt;i&gt;sniffed-type&lt;/i&gt; of the relevant<br>
+  sequence of octets. &lt;a href=#refsMIMESNIFF&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
<br>
   &lt;p&gt;The &lt;dfn id=content-type-sniffing:-image title=&quot;Content-Type sniffing: image&quot;&gt;rules for sniffing<br>
   images specifically&lt;/dfn&gt; and the &lt;dfn id=content-type-sniffing:-text-or-binary title=&quot;Content-Type sniffing:<br>
<br>
Modified: source<br>
===================================================================<br>
--- source      2010-03-11 01:02:07 UTC (rev 4839)<br>
+++ source      2010-03-11 04:46:55 UTC (rev 4840)<br>
@@ -5021,12 +5021,13 @@<br>
   in the Content-Type Processing Model specification. It either<br>
   returns an encoding or nothing. &lt;a<br>
   href=&quot;#refsMIMESNIFF&quot;&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
+  &lt;p class=&quot;XXX&quot;&gt;The above is out of date now that the relevant section has been removed from MIMESNIFF. Stay tuned; I&#39;ll bring it back here soon.&lt;/p&gt;<br>
<br>
   &lt;p&gt;The &lt;dfn title=&quot;Content-Type sniffing&quot;&gt;sniffed type of a<br>
   resource&lt;/dfn&gt; must be found in a manner consistent with the<br>
   requirements given in the Content-Type Processing Model<br>
-  specification for finding that &lt;i&gt;sniffed type&lt;/i&gt;. &lt;a<br>
-  href=&quot;#refsMIMESNIFF&quot;&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
+  specification for finding the &lt;i&gt;sniffed-type&lt;/i&gt; of the relevant<br>
+  sequence of octets. &lt;a href=&quot;#refsMIMESNIFF&quot;&gt;[MIMESNIFF]&lt;/a&gt;&lt;/p&gt;<br>
<br>
   &lt;p&gt;The &lt;dfn title=&quot;Content-Type sniffing: image&quot;&gt;rules for sniffing<br>
   images specifically&lt;/dfn&gt; and the &lt;dfn title=&quot;Content-Type sniffing:<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Commit-Watchers mailing list<br>
<a href="mailto:Commit-Watchers@lists.whatwg.org">Commit-Watchers@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a><br>
<br>
<br>
End of Commit-Watchers Digest, Vol 35, Issue 11<br>
***********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Omid Ashtari<br>C10, Partner<br>310-346-3191<br><a href="mailto:oashtari@gmail.com">oashtari@gmail.com</a><br>@oashtari<br><br>