html5/spec rendering.html,1.29,1.30 spec.html,1.1224,1.1225

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

Modified Files:
	rendering.html spec.html 
Log Message:
make the legend rendering requirements only apply when they make sense (whatwg r5504)

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- rendering.html	25 Sep 2010 18:17:05 -0000	1.29
+++ rendering.html	26 Sep 2010 01:16:32 -0000	1.30
@@ -1309,9 +1309,11 @@
   block formatting context.</p>
 
   <p>The first <code><a href="forms.html#the-legend-element">legend</a></code> element child of a
-  <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element, if any, is expected to be rendered
-  over the top border edge of the <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element. If
-  the <code><a href="forms.html#the-legend-element">legend</a></code> element in question has an <code title="attr-legend-align"><a href="obsolete.html#attr-legend-align">align</a></code> attribute, and its value is
+  <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element, if any, and if it has a computed
+  'display' value of 'block', and if it is not out-of-flow (e.g. not
+  absolutely positioned or floated), is expected to be rendered over
+  the top border edge of the <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element. If the
+  <code><a href="forms.html#the-legend-element">legend</a></code> element in question has an <code title="attr-legend-align"><a href="obsolete.html#attr-legend-align">align</a></code> attribute, and its value is
   an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of the strings
   in the first column of the following table, then the
   <code><a href="forms.html#the-legend-element">legend</a></code> is expected to be rendered horizontally aligned

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1224
retrieving revision 1.1225
diff -u -d -r1.1224 -r1.1225
--- spec.html	25 Sep 2010 22:16:39 -0000	1.1224
+++ spec.html	26 Sep 2010 01:16:32 -0000	1.1225
@@ -317,7 +317,7 @@
 
    <h1>HTML5</h1>
    <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>
-   <h2 class="no-num no-toc" id="editor-s-draft-25-september-2010">Editor's Draft 25 September 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-26-september-2010">Editor's Draft 26 September 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -338,7 +338,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4394.
+This is revision 1.4395.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -423,7 +423,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 25 September 2010 Editor's Draft.
+  This specification is the 26 September 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

Received on Sunday, 26 September 2010 01:16:36 UTC