[html5] r5602 - [giow] (2) legend { display: list-item } should no longer get a bullet Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 11 17:18:42 PDT 2010
Author: ianh
Date: 2010-10-11 17:18:40 -0700 (Mon, 11 Oct 2010)
New Revision: 5602
Modified:
complete.html
index
source
Log:
[giow] (2) legend { display: list-item } should no longer get a bullet
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10546
Modified: complete.html
===================================================================
--- complete.html 2010-10-12 00:12:16 UTC (rev 5601)
+++ complete.html 2010-10-12 00:18:40 UTC (rev 5602)
@@ -85716,7 +85716,9 @@
</ul><p>A <code><a href=#the-fieldset-element>fieldset</a></code> element's <a href=#rendered-legend>rendered legend</a>,
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
+ <code><a href=#the-fieldset-element>fieldset</a></code> element as a 'block' box (overriding any
+ explicit 'display' value). In the absence of an explicit width, the
+ box should shrink-wrap. 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
Modified: index
===================================================================
--- index 2010-10-12 00:12:16 UTC (rev 5601)
+++ index 2010-10-12 00:18:40 UTC (rev 5602)
@@ -81630,7 +81630,9 @@
</ul><p>A <code><a href=#the-fieldset-element>fieldset</a></code> element's <a href=#rendered-legend>rendered legend</a>,
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
+ <code><a href=#the-fieldset-element>fieldset</a></code> element as a 'block' box (overriding any
+ explicit 'display' value). In the absence of an explicit width, the
+ box should shrink-wrap. 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
Modified: source
===================================================================
--- source 2010-10-12 00:12:16 UTC (rev 5601)
+++ source 2010-10-12 00:18:40 UTC (rev 5602)
@@ -97831,7 +97831,9 @@
<p>A <code>fieldset</code> element's <span>rendered legend</span>,
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
+ <code>fieldset</code> element as a 'block' box (overriding any
+ explicit 'display' value). In the absence of an explicit width, the
+ box should shrink-wrap. 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
More information about the Commit-Watchers
mailing list