<fieldset> and <br> rendering fixes (credit: ds); also, additional ack for previous checkin (whatwg r2964)

<fieldset> and <br> rendering fixes (credit: ds); also, additional ack
for previous checkin (whatwg r2964)

Index
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2128.html#index
10.2.9 The fieldset element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2128.html#the-fieldset-element-0
10.2.2 Display types
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2128.html#display-types

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2127&r2=1.2128&f=h
http://html5.org/tools/web-apps-tracker?from=2963&to=2964

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2127
retrieving revision 1.2128
diff -u -d -r1.2127 -r1.2128
--- Overview.html 18 Apr 2009 06:33:49 -0000 1.2127
+++ Overview.html 18 Apr 2009 23:29:29 -0000 1.2128
@@ -55517,7 +55517,10 @@
 
   <p>The <code><a href=#the-br-element>br</a></code> element is expected to render as if its
   contents were a single U+000A LINE FEED (LF) character and its
-  'white-space' property was 'pre'.</p>
+  'white-space' property was 'pre'. User agents are expected to
+  support the 'clear' property on inline elements (in order to render
+  <code><a href=#the-br-element>br</a></code> elements with <code title=attr-br-clear>clear</code> attributes) in the manner
+  described in the non-normative note to this effect in CSS2.1.</p>
 
   <p>The user agent is expected to hide <code><a href=#the-noscript-element>noscript</a></code> elements
   for whom <a href=#concept-n-script title=concept-n-script>scripting is enabled</a>,
@@ -56330,6 +56333,9 @@
   padding: 0.35em 0.625em 0.75em;
 }</pre>
 
+  <p>The <code><a href=#the-fieldset-element>fieldset</a></code> element is expected to establish a new
+  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
@@ -57768,6 +57774,7 @@
   Alexander J. Vincent,
   Alexey Feldgendler,
   &#1040;&#1083;&#1077;&#1082;&#1089;&#1077;&#1081; &#1055;&#1088;&#1086;&#1089;&#1082;&#1091;&#1088;&#1103;&#1082;&#1086;&#1074; (Alexey Proskuryakov),
+  Alexis Deveria,
   Allan Clements,
   Anders Carlsson,
   Andreas<!-- mqmq87 -->,
@@ -57837,6 +57844,7 @@
   Daniel Brumbaugh Keeney,
   Daniel Glazman,
   Daniel Peng,
+  Daniel Schattenkirchner,
   Daniel Sp&aring;ng,
   Daniel Steinberg,
   Danny Sullivan,

Received on Saturday, 18 April 2009 23:31:44 UTC