[html5] r4160 - [e] (0) Clarify that separators are in fact not pointless...

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 18 00:58:18 PDT 2009


Author: ianh
Date: 2009-10-18 00:58:17 -0700 (Sun, 18 Oct 2009)
New Revision: 4160

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that separators are in fact not pointless...

Modified: complete.html
===================================================================
--- complete.html	2009-10-18 07:25:36 UTC (rev 4159)
+++ complete.html	2009-10-18 07:58:17 UTC (rev 4160)
@@ -42722,11 +42722,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>
 
@@ -42785,8 +42788,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

Modified: index
===================================================================
--- index	2009-10-18 07:25:36 UTC (rev 4159)
+++ index	2009-10-18 07:58:17 UTC (rev 4160)
@@ -42551,11 +42551,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>
 
@@ -42614,8 +42617,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

Modified: source
===================================================================
--- source	2009-10-18 07:25:36 UTC (rev 4159)
+++ source	2009-10-18 07:58:17 UTC (rev 4160)
@@ -47452,11 +47452,14 @@
 
   <ol>
 
-   <li>Any menu item with no label, or whose label is the empty string, must be removed.</li>
+   <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>
 
@@ -47524,8 +47527,8 @@
 
   <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>
+  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




More information about the Commit-Watchers mailing list