Skip to content

Commit

Permalink
[giow] (0) We don't want menus popping up in the middle of nowhere...
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20533
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7617 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2012
1 parent f729a76 commit 00d58f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -52091,7 +52091,10 @@ <h4 id=the-button-element><span class=secno>4.10.8 </span>The <dfn><code>button<

<p>The element must follow these steps:</p>

<ol><li><p>Let <var title="">menu</var> be the element's <a href=#designated-pop-up-menu>designated pop-up menu</a>, if
<ol><li><p>If the <code><a href=#the-button-element>button</a></code> is not <a href=#being-rendered>being rendered</a>, abort these
steps.</li>

<li><p>Let <var title="">menu</var> be the element's <a href=#designated-pop-up-menu>designated pop-up menu</a>, if
any. If there isn't one, then abort these steps.</li>

<li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-show>show</code> that is
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -52091,7 +52091,10 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<p>The element must follow these steps:</p>

<ol><li><p>Let <var title="">menu</var> be the element's <a href=#designated-pop-up-menu>designated pop-up menu</a>, if
<ol><li><p>If the <code><a href=#the-button-element>button</a></code> is not <a href=#being-rendered>being rendered</a>, abort these
steps.</li>

<li><p>Let <var title="">menu</var> be the element's <a href=#designated-pop-up-menu>designated pop-up menu</a>, if
any. If there isn't one, then abort these steps.</li>

<li><p><a href=#fire-a-simple-event>Fire a simple event</a> named <code title=event-show>show</code> that is
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -60751,6 +60751,9 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<ol>

<li><p>If the <code>button</code> is not <span>being rendered</span>, abort these
steps.</p></li>

<li><p>Let <var title="">menu</var> be the element's <span>designated pop-up menu</span>, if
any. If there isn't one, then abort these steps.</p></li>

Expand Down

0 comments on commit 00d58f3

Please sign in to comment.