- From: poot <cvsmail@w3.org>
- Date: Sat, 30 May 2009 12:51:08 +0900 (JST)
- To: public-html-diffs@w3.org
Try to make the magic margin collapsing rule more accurate. (whatwg r3151) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2306.html#alignment http://people.w3.org/mike/diffs/html5/spec/Overview.1.2306.html#editor-s-draft-date-1-january-1970 http://people.w3.org/mike/diffs/html5/spec/Overview.1.2306.html#a-vocabulary-and-associated-apis-for-html-and-xhtml http://people.w3.org/mike/diffs/html5/spec/Overview.1.2306.html#container-frame-element http://people.w3.org/mike/diffs/html5/spec/Overview.1.2306.html#status-of-this-document http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2305&r2=1.2306&f=h http://html5.org/tools/web-apps-tracker?from=3150&to=3151 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2305 retrieving revision 1.2306 diff -u -d -r1.2305 -r1.2306 --- Overview.html 29 May 2009 01:27:07 -0000 1.2305 +++ Overview.html 30 May 2009 03:49:25 -0000 1.2306 @@ -152,7 +152,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 May 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 30 May 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -245,7 +245,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 29 May 2009 Editor's Draft. + This specification is the 30 May 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -62011,9 +62011,10 @@ form { margin-bottom: 1em; }</pre> <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 the - initial containing block, 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> + 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> <h4 id="alignment"><span class="secno">11.2.4 </span>Alignment</h4>
Received on Saturday, 30 May 2009 03:51:41 UTC