Skip to content

Commit

Permalink
[e] (0) Clarify that separators are in fact not pointless...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4160 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 18, 2009
1 parent 06984fe commit 00c144b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
13 changes: 8 additions & 5 deletions complete.html
Expand Up @@ -42722,11 +42722,14 @@ <h5 id=building-menus-and-toolbars><span class=secno>4.11.3.2 </span><dfn>Buildi
</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>

Expand Down Expand Up @@ -42785,8 +42788,8 @@ <h5 id=context-menus><span class=secno>4.11.3.3 </span><dfn>Context menus</dfn><
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
Expand Down
13 changes: 8 additions & 5 deletions index
Expand Up @@ -42551,11 +42551,14 @@ interface <dfn>DataGridListener</dfn> {
</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>

Expand Down Expand Up @@ -42614,8 +42617,8 @@ interface <dfn>DataGridListener</dfn> {
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
Expand Down
13 changes: 8 additions & 5 deletions source
Expand Up @@ -47452,11 +47452,14 @@ interface <dfn>DataGridListener</dfn> {

<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>

Expand Down Expand Up @@ -47524,8 +47527,8 @@ interface <dfn>DataGridListener</dfn> {

<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
Expand Down

0 comments on commit 00c144b

Please sign in to comment.