- From: poot <cvsmail@w3.org>
- Date: Sun, 18 Oct 2009 16:46:22 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify that separators are in fact not pointless... (whatwg r4160) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3307&r2=1.3308&f=h http://html5.org/tools/web-apps-tracker?from=4159&to=4160 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3307 retrieving revision 1.3308 diff -u -d -r1.3307 -r1.3308 --- Overview.html 18 Oct 2009 07:13:28 -0000 1.3307 +++ Overview.html 18 Oct 2009 07:46:07 -0000 1.3308 @@ -38077,11 +38077,14 @@ </dl><p>Once all the nodes have been processed as described above, the user agent must the post-process the menu as follows:</p> - <ol><li>Any menu item with no label, or whose label is the empty string, must be removed.</li> + <ol><li>Except for separators, any menu item with no label, or whose + label is the empty string, must be removed.</li> - <li>Any sequence of two or more separators in a row must be collapsed to a single separator.</li> + <li>Any sequence of two or more separators in a row must be + collapsed to a single separator.</li> - <li>Any separator at the start or end of the menu must be removed.</li> + <li>Any separator at the start or end of the menu must be + removed.</li> </ol></div><h5 id="context-menus"><span class="secno">4.11.3.3 </span><dfn>Context menus</dfn></h5><p>The <dfn id="attr-contextmenu" title="attr-contextmenu"><code>contextmenu</code></dfn> attribute gives the element's <a href="#context-menus" title="context menus">context @@ -38131,8 +38134,8 @@ that command's <a href="#command-facet-action" title="command-facet-Action">Action</a>.</p> <p>Context menus must not, while being shown, reflect changes in the - DOM; they are constructed as the default action of the <code title="event-show">show</code> event and must remain like that until - dismissed.</p> + DOM; they are constructed as the default action of the <code title="event-show">show</code> event and must remain as constructed + until dismissed.</p> <p>User agents may provide means for bypassing the context menu processing model, ensuring that the user can always access the UA's
Received on Sunday, 18 October 2009 07:46:50 UTC