[html5] r7617 - [giow] (0) We don't want menus popping up in the middle of nowhere... Fixing htt [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 30 12:09:10 PST 2012


Author: ianh
Date: 2012-12-30 12:09:09 -0800 (Sun, 30 Dec 2012)
New Revision: 7617

Modified:
   complete.html
   index
   source
Log:
[giow] (0) We don't want menus popping up in the middle of nowhere...
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20533
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 20:03:51 UTC (rev 7616)
+++ complete.html	2012-12-30 20:09:09 UTC (rev 7617)
@@ -52091,7 +52091,10 @@
 
     <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

Modified: index
===================================================================
--- index	2012-12-30 20:03:51 UTC (rev 7616)
+++ index	2012-12-30 20:09:09 UTC (rev 7617)
@@ -52091,7 +52091,10 @@
 
     <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

Modified: source
===================================================================
--- source	2012-12-30 20:03:51 UTC (rev 7616)
+++ source	2012-12-30 20:09:09 UTC (rev 7617)
@@ -60751,6 +60751,9 @@
 
     <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>
 




More information about the Commit-Watchers mailing list