Fix 24797 - Use Window instead of AbstractView
authorGary Kacmarcik <garykac@google.com>
Mon, 07 Apr 2014 22:14:58 -0700
changeset 578 ce11666f2d43
parent 577 c4dce5a50b42
child 579 c29baa65b72a
Fix 24797 - Use Window instead of AbstractView
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon Apr 07 20:58:56 2014 -0700
+++ b/html/DOM3-Events.html	Mon Apr 07 22:14:58 2014 -0700
@@ -1958,9 +1958,9 @@
 						</p>
 
 					<dl class="idl" title="[Constructor(DOMString type, optional UIEventInit eventInitDict)] interface UIEvent : Event">
-						<dt>readonly attribute AbstractView? view</dt>
-						<dd>
-							<p>The <code>view</code> attribute identifies the <code>AbstractView</code> from which the event was generated.</p>
+						<dt>readonly attribute Window? view</dt>
+						<dd>
+							<p>The <code>view</code> attribute identifies the <code>Window</code> from which the event was generated.</p>
 
 							<p>The <a class="def" href="#glossary-un-initialized-value">un-initialized value</a> of this attribute MUST be <code>null</code>.</p>
 						</dd>
@@ -1990,10 +1990,6 @@
 						</dd>
 					</dl>
 
-					<p class="issue">
-						Should <code>view</code> be defined as <code>AbstractView</code> or <code>Window</code>?
-						</p>
-						
 				</section>  <!-- interface-UIEvent -->
 
 				<p>The User Interface event types are listed below.  Some of these events use the
@@ -9084,7 +9080,7 @@
 								<p>Refer to the <a href="#widl-Event-initEvent"><code>Event.initEvent()</code></a> method for a description of this parameter.</p>
 							</dd>
 
-							<dt>AbstractView? viewArg</dt>
+							<dt>Window? viewArg</dt>
 							<dd>
 								<p>Specifies <a href="#widl-UIEvent-view"><code>UIEvent.view</code></a>. This value MAY be <code>null</code>.</p>
 							</dd>
@@ -9125,7 +9121,7 @@
 							<dt>boolean cancelableArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
-							<dt>AbstractView? viewArg</dt>
+							<dt>Window? viewArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
 							<dt>long detailArg</dt>
@@ -9171,7 +9167,7 @@
 								<p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p>
 							</dd>
 
-							<dt>AbstractView? viewArg</dt>
+							<dt>Window? viewArg</dt>
 							<dd>
 								<p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p>
 							</dd>
@@ -9269,7 +9265,7 @@
 							<dt>boolean cancelableArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
-							<dt>AbstractView? viewArg</dt>
+							<dt>Window? viewArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
 							<dt>long detailArg</dt>
@@ -9347,7 +9343,7 @@
 							<dt>boolean cancelableArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
-							<dt>AbstractView? viewArg</dt>
+							<dt>Window? viewArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
 							<dt>long detailArg</dt>
@@ -9400,7 +9396,7 @@
 							<dt>boolean cancelableArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
-							<dt>AbstractView? viewArg</dt>
+							<dt>Window? viewArg</dt>
 							<dd><p>Refer to the <a href="#widl-UIEvent-initUIEvent"><code>UIEvent.initUIEvent()</code></a> method for a description of this parameter.</p></dd>
 
 							<dt>DOMString? dataArg</dt>