html5/spec rendering.html,1.35,1.36 spec.html,1.1282,1.1283

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

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

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- rendering.html	7 Oct 2010 23:16:35 -0000	1.35
+++ rendering.html	12 Oct 2010 00:47:12 -0000	1.36
@@ -1321,7 +1321,9 @@
 
   </ul><p>A <code><a href="forms.html#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="forms.html#the-fieldset-element">fieldset</a></code> element. If the <code><a href="forms.html#the-legend-element">legend</a></code> element in
+  <code><a href="forms.html#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="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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1282
retrieving revision 1.1283
diff -u -d -r1.1282 -r1.1283
--- spec.html	12 Oct 2010 00:16:48 -0000	1.1282
+++ spec.html	12 Oct 2010 00:47:20 -0000	1.1283
@@ -341,7 +341,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.4479.
+This is revision 1.4480.
    </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

Received on Tuesday, 12 October 2010 00:47:24 UTC