- From: poot <cvsmail@w3.org>
- Date: Fri, 28 Nov 2008 11:46:58 +0900 (JST)
- To: public-html-diffs@w3.org
Fixed HTML element summary 4.3.1 The html element http://people.w3.org/mike/diffs/html5/html-author/Overview.1.18.html#the-html-element 4.1.2 Flow content http://people.w3.org/mike/diffs/html5/html-author/Overview.1.18.html#flow-content http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.17&r2=1.18&f=h =================================================================== RCS file: /sources/public/html5/html-author/Overview.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Overview.html 28 Nov 2008 02:23:30 -0000 1.17 +++ Overview.html 28 Nov 2008 02:46:31 -0000 1.18 @@ -862,16 +862,21 @@ <dl class=summary> <dt>Categories</dt> - <dd><a href=#flow-content>Flow content</a>.</dd> + <dd>None.</dd> <dt>Where this element may be used</dt> - <dd>Where <a href=#flow-content>flow content</a> is expected.</dd> + <dd>As the root element of a document.</dd> + <dd>Wherever a subdocument fragment is allowed in a compound document.</dd> + <dt>Content model:</dt> + <dd>A <code><a href=#the-head-element>head</a></code> element followed by a <code><a href=#the-body-element>body</a></code> element.</dd> <dt>What this element may contain</dt> <dd><span>Prose content</span>.</dd> <dt>Tags</dt> - <dd>Start tag: (<code><xxx></code>) required.</dd> - <dd>End tag: (<code></xxx></code>) required.</dd> + <dd>Start tag: (<code><a href=#the-html-element><html></a></code>) optional, implied before the + head.</dd> + <dd>End tag: (<code><a href=#the-html-element></html></a></code>) optional, implied immediately + before the end of the document.</dd> <dt>Element-specific attributes</dt> - <dd><code title="">xxx</code></dd> + <dd><code title=attr-html-manifest>manifest</code></dd> <dt>Internationalisation Techniques</dt> <dd>None.</dd> <dt>Accessibility Techniques</dt> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html-author/Overview.src.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Overview.src.html 28 Nov 2008 02:23:30 -0000 1.17 +++ Overview.src.html 28 Nov 2008 02:46:31 -0000 1.18 @@ -776,16 +776,21 @@ <dl class="summary"> <dt>Categories</dt> - <dd><span>Flow content</span>.</dd> + <dd>None.</dd> <dt>Where this element may be used</dt> - <dd>Where <span>flow content</span> is expected.</dd> + <dd>As the root element of a document.</dd> + <dd>Wherever a subdocument fragment is allowed in a compound document.</dd> + <dt>Content model:</dt> + <dd>A <code><a href="#the-head-element">head</a></code> element followed by a <code><a href="#the-body-element">body</a></code> element.</dd> <dt>What this element may contain</dt> <dd><span>Prose content</span>.</dd> <dt>Tags</dt> - <dd>Start tag: (<code><xxx></code>) required.</dd> - <dd>End tag: (<code></xxx></code>) required.</dd> + <dd>Start tag: (<code><html></code>) optional, implied before the + head.</dd> + <dd>End tag: (<code></html></code>) optional, implied immediately + before the end of the document.</dd> <dt>Element-specific attributes</dt> - <dd><code title="">xxx</code></dd> + <dd><code title="attr-html-manifest">manifest</code></dd> <dt>Internationalisation Techniques</dt> <dd>None.</dd> <dt>Accessibility Techniques</dt>
Received on Friday, 28 November 2008 02:47:37 UTC