- From: poot <cvsmail@w3.org>
- Date: Sun, 30 Nov 2008 09:14:57 +0900 (JST)
- To: public-html-diffs@w3.org
<img> in a section has to be the only paragraph in that section. (whatwg r2482) 4.8.2.1.9 A key part of the content http://people.w3.org/mike/diffs/html5/spec/Overview.1.1653.html#a-key-part-of-the-content Editor's Draft 30 November 2008 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1653.html#editor-s-draft-date-zzz-9-june-2008 A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1653.html#a-vocabulary-and-associated-apis-for-html-and-xhtml Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1653.html#status-of-this-document http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1652&r2=1.1653&f=h http://html5.org/tools/web-apps-tracker?from=2481&to=2482 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1652 retrieving revision 1.1653 diff -u -d -r1.1652 -r1.1653 --- Overview.html 29 Nov 2008 23:20:51 -0000 1.1652 +++ Overview.html 30 Nov 2008 00:12:15 -0000 1.1653 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</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-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->29 November 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->30 November 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 29 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 30 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -12331,11 +12331,11 @@ element that contains a <code><a href=#the-legend-element>legend</a></code> element that contains content other than <a href=#inter-element-whitespace>inter-element whitespace</a>.</li> - <li>The <code><a href=#the-img-element>img</a></code> element is the only <code><a href=#the-img-element>img</a></code> - element without an <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> - attribute in its <a href=#concept-section title=concept-section>section</a>, - and its <a href=#concept-section title=concept-section>section</a> has an - associated heading.</li> + <li>The <code><a href=#the-img-element>img</a></code> element is part of the only + <a href=#paragraph>paragraph</a> directly in its <a href=#concept-section title=concept-section>section</a>, and is the only + <code><a href=#the-img-element>img</a></code> element without an <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute in its section, and its + <a href=#concept-section title=concept-section>section</a> has an associated + heading.</li> </ul><p class=note>Such cases are to be kept to an absolute minimum. If there is even the slightest possibility of the author @@ -12355,8 +12355,10 @@ <p>It could also be marked up like this:</p> - <pre><h1>Bubbles traveled everywhere with us.</h1> - <strong><img src="1100670787_6a7c664aef.jpg"></strong></pre> + <pre><article> + <h1>Bubbles traveled everywhere with us.</h1> + <strong><img src="1100670787_6a7c664aef.jpg"></strong> +</article></pre> <p>In either case, though, it would be better if a detailed description of the important parts of the image obtained from the
Received on Sunday, 30 November 2008 00:15:35 UTC