[html5] r5507 - [e] (0) copypasta Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10564

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 19:37:29 PDT 2010


Author: ianh
Date: 2010-09-25 19:37:27 -0700 (Sat, 25 Sep 2010)
New Revision: 5507

Modified:
   complete.html
   index
   source
Log:
[e] (0) copypasta
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10564

Modified: complete.html
===================================================================
--- complete.html	2010-09-26 02:33:43 UTC (rev 5506)
+++ complete.html	2010-09-26 02:37:27 UTC (rev 5507)
@@ -84703,11 +84703,11 @@
    <tbody><tr><td rowspan=3>'margin-bottom'
      <td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-marginheight><a href=#attr-body-marginheight>marginheight</a></code> attribute
     <tr><td>The <code><a href=#the-body-element-0>body</a></code> element's <a href=#container-frame-element>container frame element</a>'s <code title=attr-iframe-marginheight><a href=#attr-iframe-marginheight>marginheight</a></code> attribute
-    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-bottommargin>topmargin</code> attribute
+    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-bottommargin>bottommargin</code> attribute
    <tbody><tr><td rowspan=3>'margin-left'
      <td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-marginwidth><a href=#attr-body-marginwidth>marginwidth</a></code> attribute
     <tr><td>The <code><a href=#the-body-element-0>body</a></code> element's <a href=#container-frame-element>container frame element</a>'s <code title=attr-iframe-marginwidth><a href=#attr-iframe-marginwidth>marginwidth</a></code> attribute
-    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-leftmargin>rightmargin</code> attribute
+    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-leftmargin>leftmargin</code> attribute
   </table><p>If the <code><a href=#the-body-element-0>body</a></code> element's <code><a href=#document>Document</a></code>'s
   <a href=#browsing-context>browsing context</a> is a <a href=#nested-browsing-context>nested browsing
   context</a>, and the <a href=#browsing-context-container>browsing context container</a> of

Modified: index
===================================================================
--- index	2010-09-26 02:33:43 UTC (rev 5506)
+++ index	2010-09-26 02:37:27 UTC (rev 5507)
@@ -80621,11 +80621,11 @@
    <tbody><tr><td rowspan=3>'margin-bottom'
      <td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-marginheight><a href=#attr-body-marginheight>marginheight</a></code> attribute
     <tr><td>The <code><a href=#the-body-element-0>body</a></code> element's <a href=#container-frame-element>container frame element</a>'s <code title=attr-iframe-marginheight><a href=#attr-iframe-marginheight>marginheight</a></code> attribute
-    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-bottommargin>topmargin</code> attribute
+    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-bottommargin>bottommargin</code> attribute
    <tbody><tr><td rowspan=3>'margin-left'
      <td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-marginwidth><a href=#attr-body-marginwidth>marginwidth</a></code> attribute
     <tr><td>The <code><a href=#the-body-element-0>body</a></code> element's <a href=#container-frame-element>container frame element</a>'s <code title=attr-iframe-marginwidth><a href=#attr-iframe-marginwidth>marginwidth</a></code> attribute
-    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-leftmargin>rightmargin</code> attribute
+    <tr><td><code><a href=#the-body-element-0>body</a></code> element's <code title=attr-body-leftmargin>leftmargin</code> attribute
   </table><p>If the <code><a href=#the-body-element-0>body</a></code> element's <code><a href=#document>Document</a></code>'s
   <a href=#browsing-context>browsing context</a> is a <a href=#nested-browsing-context>nested browsing
   context</a>, and the <a href=#browsing-context-container>browsing context container</a> of

Modified: source
===================================================================
--- source	2010-09-26 02:33:43 UTC (rev 5506)
+++ source	2010-09-26 02:37:27 UTC (rev 5507)
@@ -96650,7 +96650,7 @@
     <tr>
      <td>The <code>body</code> element's <span>container frame element</span>'s <code title="attr-iframe-marginheight">marginheight</code> attribute
     <tr>
-     <td><code>body</code> element's <code title="attr-body-bottommargin">topmargin</code> attribute
+     <td><code>body</code> element's <code title="attr-body-bottommargin">bottommargin</code> attribute
    <tbody>
     <tr>
      <td rowspan="3">'margin-left'
@@ -96658,7 +96658,7 @@
     <tr>
      <td>The <code>body</code> element's <span>container frame element</span>'s <code title="attr-iframe-marginwidth">marginwidth</code> attribute
     <tr>
-     <td><code>body</code> element's <code title="attr-body-leftmargin">rightmargin</code> attribute
+     <td><code>body</code> element's <code title="attr-body-leftmargin">leftmargin</code> attribute
   </table>
 
   <p>If the <code>body</code> element's <code>Document</code>'s




More information about the Commit-Watchers mailing list