Fix 25358: UIEvent.view can be Window, null for all events
authorGary Kacmarcik <garykac@google.com>
Mon, 28 Apr 2014 16:05:15 -0700
changeset 605 e21b72342c27
parent 602 b2a2fe0a8d8f
child 606 8ee55d9be274
Fix 25358: UIEvent.view can be Window, null for all events
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon Apr 28 15:42:24 2014 -0700
+++ b/html/DOM3-Events.html	Mon Apr 28 16:05:15 2014 -0700
@@ -2364,7 +2364,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												object which has been resized</li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2435,7 +2435,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												object which has been scrolled</li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2661,7 +2661,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-event-target">event target</a> losing focus</li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-FocusEvent-relatedTarget"><code class="attribute-name">FocusEvent.relatedTarget</code></a>:
@@ -3654,7 +3654,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												indicates the <a href="#current-click-count">current click count</a>;
 												the attribute value MUST be <code>1</code> when the user begins this action and increments by <code>1</code> for each click.</li>
@@ -3793,7 +3793,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												indicates the <a href="#current-click-count">current click count</a></li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -3906,7 +3906,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												indicates the <a href="#current-click-count">current click count</a> incremented by one. For example, if no click happened
 												before the <a class="eventtype"><code>mousedown</code></a>, <a href="#widl-UIEvent-detail"><code>UIEvent.detail</code></a>
@@ -3990,7 +3990,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -4073,7 +4073,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -4154,7 +4154,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -4237,7 +4237,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -4318,7 +4318,7 @@
 												<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 													<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 												<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-													<a class="def" href="#glossary-window"><code>Window</code></a></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 												<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 													<code>0</code></li>
 												<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -4400,7 +4400,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												indicates the <a href="#current-click-count">current click count</a> incremented by one.</li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -4682,7 +4682,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-topmost-event-target">topmost event target</a></li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-MouseEvent-screenX"><code class="attribute-name">MouseEvent.screenX</code></a>:
@@ -5417,7 +5417,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												focused element processing the key event, root element if no suitable input element focused</li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-KeyboardEvent-key"><code class="attribute-name">KeyboardEvent.key</code></a>:
@@ -5523,7 +5523,7 @@
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												focused element processing the key event, root element if no suitable input element focused</li>
 											<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-												<a class="def" href="#glossary-window"><code>Window</code></a></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 											<li><a href="#widl-KeyboardEvent-key"><code class="attribute-name">KeyboardEvent.key</code></a>:
@@ -6097,7 +6097,7 @@
 												<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 													focused element processing the composition</li>
 												<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-													<a class="def" href="#glossary-window"><code>Window</code></a></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 												<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 													<code>0</code></li>
 												<li><a href="#widl-CompositionEvent-data"><code class="attribute-name">CompositionEvent.data</code></a>:
@@ -6172,7 +6172,7 @@
 												<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 													focused element processing the composition, <code>null</code> if not accessible</li>
 												<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-													<a class="def" href="#glossary-window"><code>Window</code></a></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 												<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 													<code>0</code></li>
 												<li><a href="#widl-CompositionEvent-data"><code class="attribute-name">CompositionEvent.data</code></a>:
@@ -6246,7 +6246,7 @@
 												<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 													focused element processing the composition</li>
 												<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-													<a class="def" href="#glossary-window"><code>Window</code></a></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 												<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 													<code>0</code></li>
 												<li><a href="#widl-CompositionEvent-data"><code class="attribute-name">CompositionEvent.data</code></a>:
@@ -8728,7 +8728,7 @@
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 											element being activated</li>
 										<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-											<a class="def" href="#glossary-window"><code>Window</code></a></li>
+											<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 										<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 											<code>0</code></li>
 									</ul>
@@ -9154,7 +9154,7 @@
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 											focused element processing the key event, root element if no suitable input element focused</li>
 										<li><a href="#widl-UIEvent-view"><code class="attribute-name">UIEvent.view</code></a>:
-											<a class="def" href="#glossary-window"><code>Window</code></a></li>
+											<a class="def" href="#glossary-window"><code>Window</code></a>, <code>null</code></li>
 										<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 											<code>0</code></li>
 										<li><a href="#widl-KeyboardEvent-charCode"><code class="attribute-name">KeyboardEvent.charCode</code></a>: