[html5] r5504 - [giow] (2) make the legend rendering requirements only apply when they make sens [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 17:52:07 PDT 2010


Author: ianh
Date: 2010-09-25 17:52:05 -0700 (Sat, 25 Sep 2010)
New Revision: 5504

Modified:
   complete.html
   index
   source
Log:
[giow] (2) make the legend rendering requirements only apply when they make sense
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10547

Modified: complete.html
===================================================================
--- complete.html	2010-09-25 22:02:04 UTC (rev 5503)
+++ complete.html	2010-09-26 00:52:05 UTC (rev 5504)
@@ -211,7 +211,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 25 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 26 September 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -85452,9 +85452,11 @@
   block formatting context.</p>
 
   <p>The first <code><a href=#the-legend-element>legend</a></code> element child of a
-  <code><a href=#the-fieldset-element>fieldset</a></code> element, if any, is expected to be rendered
-  over the top border edge of the <code><a href=#the-fieldset-element>fieldset</a></code> element. If
-  the <code><a href=#the-legend-element>legend</a></code> element in question has an <code title=attr-legend-align><a href=#attr-legend-align>align</a></code> attribute, and its value is
+  <code><a href=#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=#the-fieldset-element>fieldset</a></code> element. If the
+  <code><a href=#the-legend-element>legend</a></code> element in question has an <code title=attr-legend-align><a href=#attr-legend-align>align</a></code> attribute, and its value is
   an <a href=#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=#the-legend-element>legend</a></code> is expected to be rendered horizontally aligned

Modified: index
===================================================================
--- index	2010-09-25 22:02:04 UTC (rev 5503)
+++ index	2010-09-26 00:52:05 UTC (rev 5504)
@@ -215,7 +215,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 25 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 26 September 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -81370,9 +81370,11 @@
   block formatting context.</p>
 
   <p>The first <code><a href=#the-legend-element>legend</a></code> element child of a
-  <code><a href=#the-fieldset-element>fieldset</a></code> element, if any, is expected to be rendered
-  over the top border edge of the <code><a href=#the-fieldset-element>fieldset</a></code> element. If
-  the <code><a href=#the-legend-element>legend</a></code> element in question has an <code title=attr-legend-align><a href=#attr-legend-align>align</a></code> attribute, and its value is
+  <code><a href=#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=#the-fieldset-element>fieldset</a></code> element. If the
+  <code><a href=#the-legend-element>legend</a></code> element in question has an <code title=attr-legend-align><a href=#attr-legend-align>align</a></code> attribute, and its value is
   an <a href=#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=#the-legend-element>legend</a></code> is expected to be rendered horizontally aligned

Modified: source
===================================================================
--- source	2010-09-25 22:02:04 UTC (rev 5503)
+++ source	2010-09-26 00:52:05 UTC (rev 5504)
@@ -97498,9 +97498,11 @@
   block formatting context.</p>
 
   <p>The first <code>legend</code> element child of a
-  <code>fieldset</code> element, if any, is expected to be rendered
-  over the top border edge of the <code>fieldset</code> element. If
-  the <code>legend</code> element in question has an <code
+  <code>fieldset</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>fieldset</code> element. If the
+  <code>legend</code> element in question has an <code
   title="attr-legend-align">align</code> attribute, and its value is
   an <span>ASCII case-insensitive</span> match for one of the strings
   in the first column of the following table, then the




More information about the Commit-Watchers mailing list