- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 04:50:51 +0900 (JST)
- To: public-html-diffs@w3.org
Fix the magic margin quirk some more. (whatwg r3160) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2314.html#container-frame-element http://people.w3.org/mike/diffs/html5/spec/Overview.1.2314.html#alignment http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2313&r2=1.2314&f=h http://html5.org/tools/web-apps-tracker?from=3159&to=3160 =================================================================== 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:51:23 UTC