- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 00:52:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv331
Modified Files:
Overview.html
Log Message:
make the legend rendering requirements only apply when they make sense (whatwg r5504)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4394
retrieving revision 1.4395
diff -u -d -r1.4394 -r1.4395
--- Overview.html 25 Sep 2010 22:02:10 -0000 1.4394
+++ Overview.html 26 Sep 2010 00:52:10 -0000 1.4395
@@ -313,7 +313,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-25-september-2010">Editor's Draft 25 September 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-26-september-2010">Editor's Draft 26 September 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -419,7 +419,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 25 September 2010 Editor's Draft.
+ This specification is the 26 September 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -62518,9 +62518,11 @@
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
- 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
+ <code><a href="#the-fieldset-element">fieldset</a></code> element, if any, and if it has a computed
+ 'display' value of 'block', and if it is not out-of-flow (e.g. not
+ absolutely positioned or floated), 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 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 table, then the
<code><a href="#the-legend-element">legend</a></code> is expected to be rendered horizontally aligned
Received on Sunday, 26 September 2010 00:52:16 UTC