html5/spec Overview.html,1.2313,1.2314

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3310

Modified Files:
	Overview.html 
Log Message:
Fix the magic margin quirk some more. (whatwg r3160)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2313
retrieving revision 1.2314
diff -u -d -r1.2313 -r1.2314
--- Overview.html	1 Jun 2009 09:31:45 -0000	1.2313
+++ Overview.html	1 Jun 2009 19:49:16 -0000	1.2314
@@ -62028,9 +62028,8 @@
 
   <p>When a <code>Document</code> is in <a href="#quirks-mode">quirks mode</a>,
   margins on <a href="#html-elements">HTML elements</a> at the top or bottom of
-  <a href="#the-body-element-0">the body element</a>, or the top of bottom of
-  <code><a href="#the-td-element">td</a></code> or <code><a href="#the-th-element">th</a></code> elements, are expected to be
-  collapsed to zero.</p>
+  <code><a href="#the-body-element">body</a></code>, <code><a href="#the-td-element">td</a></code>, or <code><a href="#the-th-element">th</a></code> elements are
+  expected to be collapsed to zero.</p>
 
 
   <h4 id="alignment"><span class="secno">11.2.4 </span>Alignment</h4>

Received on Monday, 1 June 2009 19:49:25 UTC