html5/spec Overview.html,1.4479,1.4480

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

Modified Files:
	Overview.html 
Log Message:
legend { display: list-item } should no longer get a bullet (whatwg r5602)

Index: Overview.html
===================================================================
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:18:51 UTC