[html5] r2964 - [] (0) <fieldset> and <br> rendering fixes (credit: ds); also, additional ack fo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Apr 18 16:29:25 PDT 2009
Author: ianh
Date: 2009-04-18 16:29:25 -0700 (Sat, 18 Apr 2009)
New Revision: 2964
Modified:
index
source
Log:
[] (0) <fieldset> and <br> rendering fixes (credit: ds); also, additional ack for previous checkin
Modified: index
===================================================================
--- index 2009-04-18 06:33:45 UTC (rev 2963)
+++ index 2009-04-18 23:29:25 UTC (rev 2964)
@@ -61229,7 +61229,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>,
@@ -62042,6 +62045,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
@@ -63577,6 +63583,7 @@
Alexander J. Vincent,
Alexey Feldgendler,
Алексей Проскуряков (Alexey Proskuryakov),
+ Alexis Deveria,
Allan Clements,
Anders Carlsson,
Andreas<!-- mqmq87 -->,
@@ -63646,6 +63653,7 @@
Daniel Brumbaugh Keeney,
Daniel Glazman,
Daniel Peng,
+ Daniel Schattenkirchner,
Daniel Spång,
Daniel Steinberg,
Danny Sullivan,
Modified: source
===================================================================
--- source 2009-04-18 06:33:45 UTC (rev 2963)
+++ source 2009-04-18 23:29:25 UTC (rev 2964)
@@ -71900,7 +71900,11 @@
<p>The <code>br</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>br</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>noscript</code> elements
for whom <span title="concept-n-script">scripting is enabled</span>,
@@ -72830,6 +72834,9 @@
padding: 0.35em 0.625em 0.75em;
}</pre>
+ <p>The <code>fieldset</code> element is expected to establish a new
+ block formatting context.</p>
+
<p>The first <code>legend</code> element child of a
<code>fieldset</code> element, if any, is expected to be rendered
over the top border edge of the <code>fieldset</code> element. If
@@ -74576,6 +74583,7 @@
Alexander J. Vincent,
Alexey Feldgendler,
Алексей Проскуряков (Alexey Proskuryakov),
+ Alexis Deveria,
Allan Clements,
Anders Carlsson,
Andreas<!-- mqmq87 -->,
@@ -74645,6 +74653,7 @@
Daniel Brumbaugh Keeney,
Daniel Glazman,
Daniel Peng,
+ Daniel Schattenkirchner,
Daniel Spång,
Daniel Steinberg,
Danny Sullivan,
More information about the Commit-Watchers
mailing list