- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 18 Oct 2009 07:46:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28279 Modified Files: Overview.html Log Message: Clarify that separators are in fact not pointless... (whatwg r4160) Index: Overview.html =================================================================== 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:12 UTC