hixie: legend { display: list-item } should no longer get a bullet (whatwg r5602)

hixie: legend { display: list-item } should no longer get a bullet
(whatwg r5602)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4479&r2=1.4480&f=h
http://html5.org/tools/web-apps-tracker?from=5601&to=5602

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4479
retrieving revision 1.4480
diff -u -d -r1.4479 -r1.4480
--- Overview.html 12 Oct 2010 00:12:22 -0000 1.4479
+++ Overview.html 12 Oct 2010 00:18:46 -0000 1.4480
@@ -62708,7 +62708,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

Received on Tuesday, 12 October 2010 00:19:27 UTC