[html5] r7321 - [e] (0) I don't really understand why this is an improvement, but in the interes [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 6 08:29:16 PDT 2012


Author: ianh
Date: 2012-09-06 08:29:15 -0700 (Thu, 06 Sep 2012)
New Revision: 7321

Modified:
   complete.html
   index
   source
Log:
[e] (0) I don't really understand why this is an improvement, but in the interests of avoiding unnecessary forking...
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17215
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-05 21:01:12 UTC (rev 7320)
+++ complete.html	2012-09-06 15:29:15 UTC (rev 7321)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -23869,9 +23869,10 @@
  </ins>
 </aside></pre>
 
-   <p>As does this, because everything in the <code><a href=#the-aside-element>aside</a></code>
-   element here counts as <a href=#phrasing-content>phrasing content</a> and therefore
-   there is just one <a href=#paragraph>paragraph</a>:</p>
+   <p>As does the following, because everything in the
+   <code><a href=#the-aside-element>aside</a></code> element here counts as <a href=#phrasing-content>phrasing
+   content</a> and therefore there is just one
+   <a href=#paragraph>paragraph</a>:</p>
 
    <pre><aside>
  <ins>

Modified: index
===================================================================
--- index	2012-09-05 21:01:12 UTC (rev 7320)
+++ index	2012-09-06 15:29:15 UTC (rev 7321)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -23869,9 +23869,10 @@
  </ins>
 </aside></pre>
 
-   <p>As does this, because everything in the <code><a href=#the-aside-element>aside</a></code>
-   element here counts as <a href=#phrasing-content>phrasing content</a> and therefore
-   there is just one <a href=#paragraph>paragraph</a>:</p>
+   <p>As does the following, because everything in the
+   <code><a href=#the-aside-element>aside</a></code> element here counts as <a href=#phrasing-content>phrasing
+   content</a> and therefore there is just one
+   <a href=#paragraph>paragraph</a>:</p>
 
    <pre><aside>
  <ins>

Modified: source
===================================================================
--- source	2012-09-05 21:01:12 UTC (rev 7320)
+++ source	2012-09-06 15:29:15 UTC (rev 7321)
@@ -25639,9 +25639,10 @@
  </ins>
 </aside></pre>
 
-   <p>As does this, because everything in the <code>aside</code>
-   element here counts as <span>phrasing content</span> and therefore
-   there is just one <span>paragraph</span>:</p>
+   <p>As does the following, because everything in the
+   <code>aside</code> element here counts as <span>phrasing
+   content</span> and therefore there is just one
+   <span>paragraph</span>:</p>
 
    <pre><aside>
  <ins>




More information about the Commit-Watchers mailing list