- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 14:55:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv18033 Modified Files: Overview.html Overview.src.html Log Message: 1.1082 and forward... Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.331 retrieving revision 1.332 diff -u -d -r1.331 -r1.332 --- Overview.html 23 Jul 2008 09:47:14 -0000 1.331 +++ Overview.html 23 Jul 2008 14:55:27 -0000 1.332 @@ -36,7 +36,7 @@ of the changes without necessarily needing to read the specification itself.</p> <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on - <b>2008-07-23T18:45:55+09:00</b>.</p></div></div> + <b>2008-07-23T23:54:44+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -141,6 +141,12 @@ </li> </ul> </li> +<li id="grouping_wd2-toc"><a href="#grouping_wd2">Section 4.9, Grouping content</a> +<ul> +<li id="the-li_wd2-toc"><a href="#the-li_wd2">Section 4.4.9, The li element</a> +</li> +</ul> +</li> <li id="embedded0_wd2-toc"><a href="#embedded0_wd2">Section 4.7, Embedded content</a> <ul> <li id="the-img_wd2-toc"><a href="#the-img_wd2">Section 4.7.2, The img element</a> @@ -173,6 +179,14 @@ </li> </ul> </li> +<li id="interactive-elements_wd2-toc"><a href="#interactive-elements_wd2">Section 4.11, Interactive elements</a> +<ul> +<li id="the-bb-wd2-toc"><a href="#the-bb-wd2">Section 4.11.4 [NEW], The bb element</a> +</li> +<li id="commands_wd2-toc"><a href="#commands_wd2">Section 4.11.6, Commands</a> +</li> +</ul> +</li> </ul> </li> <li id="web-browsers_wd2-toc"><a href="#web-browsers_wd2">Section 5, Web browsers</a> @@ -1270,6 +1284,47 @@ </ul> </div> </div> + <div id="grouping_wd2" class="section"> + <h2>Section 4.9, Grouping content <a class="hash" href="#grouping_wd2">#</a> <a class="toc-bak" href="#grouping_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#grouping">Section 4.9, Grouping content</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#grouping">Section 4.9, Grouping content</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>This section concerns elements that are used to group + phrasing content into logical structures such as + paragraphs and lists.</p> + <div id="the-li_wd2" class="section"> + <h2>Section 4.4.9, The li element <a class="hash" href="#the-li_wd2">#</a> <a class="toc-bak" href="#the-li_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-li">Section 4.4.9, The li element</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#the-li">Section 4.4.9, The li element</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>In this section, the following changes were made:</p> + <ul> + <li>The following statement was added: + <blockquote> + <p><q>If the li element is the child of a menu + element and itself has a child that defines a + command, then the li element must match the + :enabled and :disabled pseudo-classes in the same + way as the first such child element does.</q></p> + </blockquote> + </li> + </ul> + </div> + </div> <div id="embedded0_wd2" class="section"> <h2>Section 4.7, Embedded content <a class="hash" href="#embedded0_wd2">#</a> <a class="toc-bak" href="#embedded0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#embedded0">Section 4.7, Embedded content</a>” in the current “Editor’s Draft” @@ -1941,6 +1996,68 @@ </ul> </div> </div> + <div id="interactive-elements_wd2" class="section"> + <h2>Section 4.11, Interactive elements <a class="hash" href="#interactive-elements_wd2">#</a> <a class="toc-bak" href="#interactive-elements_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#interactive-elements">Section 4.11, Interactive elements</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#interactive-elements">Section 4.11, Interactive elements</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>This section concerns the + <code class="element">details</code>, + <code class="element">datagrid</code>, + <code class="element">command</code>, + <code class="element">bb</code>, + and + <code class="element">menu</code> + elements.</p> + <div id="the-bb-wd2" class="section"> + <h2>Section 4.11.4 [NEW], The bb element <a class="hash" href="#the-bb-wd2">#</a> <a class="toc-bak" href="#the-bb-wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#">Section 4.11.4 [NEW], The bb element</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#">Section 4.11.4 [NEW], The bb element</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>This newly added section defines the + <code class="element">bb</code> + element, which represents a user-agent command that + the user can invoke and for which in some cases a + user agent may display a <strong>browser + button</strong> (a user-agent-defined icon or + user-agent-defined text).</p> + </div> + <div id="commands_wd2" class="section"> + <h2>Section 4.11.6, Commands <a class="hash" href="#commands_wd2">#</a> <a class="toc-bak" href="#commands_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#commands">Section 4.11.6, Commands</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#commands">Section 4.11.6, Commands</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>This section concerns the <strong>command</strong> + abstraction behind menu items, buttons, and + links. In this section, the following changes were + made:</p> + <ul> + <li>A new “Using the bb element to define a + command” subsection was added.</li> + </ul> + </div> + </div> </div> <div id="web-browsers_wd2" class="section"> <h2>Section 5, Web browsers <a class="hash" href="#web-browsers_wd2">#</a> <a class="toc-bak" href="#web-browsers_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#web-browsers">Section 5, Web browsers</a>” in the Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.323 retrieving revision 1.324 diff -u -d -r1.323 -r1.324 --- Overview.src.html 23 Jul 2008 09:47:14 -0000 1.323 +++ Overview.src.html 23 Jul 2008 14:55:27 -0000 1.324 @@ -565,6 +565,27 @@ </ul> </section> </section> + <section id=grouping_wd2> + <h2>Section 4.9, Grouping content</h2> + <p>This section concerns elements that are used to group + phrasing content into logical structures such as + paragraphs and lists.</p> + <section id=the-li_wd2> + <h2>Section 4.4.9, The li element</h2> + <p>In this section, the following changes were made:</p> + <ul> + <li>The following statement was added: + <blockquote> + <p><q>If the li element is the child of a menu + element and itself has a child that defines a + command, then the li element must match the + :enabled and :disabled pseudo-classes in the same + way as the first such child element does.</q></p> + </blockquote> + </li> + </ul> + </section> + </section> <section id=embedded0_wd2> <h2>Section 4.7, Embedded content</h2> <p>This section concerns elements used to embed non-text @@ -1112,6 +1133,38 @@ </ul> </section> </section> + <section id=interactive-elements_wd2> + <h2>Section 4.11, Interactive elements</h2> + <p>This section concerns the + <code class=element>details</code>, + <code class=element>datagrid</code>, + <code class=element>command</code>, + <code class=element>bb</code>, + and + <code class=element>menu</code> + elements.</p> + <section id=the-bb-wd2> + <h2>Section 4.11.4 [NEW], The bb element</h2> + <p>This newly added section defines the + <code class=element>bb</code> + element, which represents a user-agent command that + the user can invoke and for which in some cases a + user agent may display a <strong>browser + button</strong> (a user-agent-defined icon or + user-agent-defined text).</p> + </section> + <section id=commands_wd2> + <h2>Section 4.11.6, Commands</h2> + <p>This section concerns the <strong>command</strong> + abstraction behind menu items, buttons, and + links. In this section, the following changes were + made:</p> + <ul> + <li>A new “Using the bb element to define a + command” subsection was added.</li> + </ul> + </section> + </section> </section> <section id=web-browsers_wd2> <h2>Section 5, Web browsers</h2>
Received on Wednesday, 23 July 2008 14:56:04 UTC