Fix 25358: Remove non-trusted targets, update table headers to explicitly state trusted target
authorGary Kacmarcik <garykac@google.com>
Mon, 28 Apr 2014 17:06:10 -0700
changeset 608 40019b0b87c3
parent 606 8ee55d9be274
child 609 9cc4b7f6a635
Fix 25358: Remove non-trusted targets, update table headers to explicitly state trusted target
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon Apr 28 16:07:10 2014 -0700
+++ b/html/DOM3-Events.html	Mon Apr 28 17:06:10 2014 -0700
@@ -1681,7 +1681,7 @@
 						<td><a class="eventtype" href="#event-type-abort"><code>abort</code></a></td>
 						<td>Sync</td>
 						<td>No</td>
-						<td><code>Element</code></td>
+						<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 						<td><a href="#interface-Event"><code>Event</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1894,7 +1894,7 @@
 						<td><a class="eventtype" href="#event-type-resize"><code>resize</code></a></td>
 						<td>Sync</td>
 						<td>No</td>
-						<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code></td>
+						<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 						<td><a href="#interface-UIEvent"><code>UIEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1903,7 +1903,7 @@
 						<td><a class="eventtype" href="#event-type-scroll"><code>scroll</code></a></td>
 						<td>Async</td>
 						<td>No / <a href="#scroll-document">Yes</a></td>
-						<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>Element</code></td>
+						<td><code>Element</code></td>
 						<td><a href="#interface-UIEvent"><code>UIEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1930,7 +1930,7 @@
 						<td><a class="eventtype" href="#event-type-wheel"><code>wheel</code></a></td>
 						<td>Async</td>
 						<td>Yes</td>
-						<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>Element</code></td>
+						<td><code>Element</code></td>
 						<td><a href="#interface-WheelEvent"><code>WheelEvent</code></a></td>
 						<td>Yes</td>
 						<td>Scroll (or zoom) the document</td>
@@ -2050,7 +2050,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>Element</code></td>
 								</tr>
 								<tr>
@@ -2062,13 +2062,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												common object whose contained resources have loaded</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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2111,7 +2111,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>Element</code></td>
 								</tr>
 								<tr>
@@ -2123,13 +2123,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												common object whose contained resources have been removed</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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2167,8 +2167,8 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
-									<td><code>Element</code></td>
+									<th>Trusted Targets</th>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2179,13 +2179,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												element whose resources have been stopped from loading without error</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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2222,7 +2222,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -2234,13 +2234,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												element whose resources have been stopped from loading due to an error</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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2277,7 +2277,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -2289,13 +2289,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												element whose text content has been selected</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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2346,8 +2346,8 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
-									<td><a class="def" href="#glossary-window"><code>Window</code></a></td>
+									<th>Trusted Targets</th>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2358,13 +2358,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2417,8 +2417,8 @@
 									<td>No / <a href="#scroll-document">Yes</a></td>
 								</tr>
 								<tr>
-									<th>Target</th>
-									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>Element</code></td>
+									<th>Trusted Targets</th>
+									<td><code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2429,13 +2429,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></li>
 											<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 												<code>0</code></li>
 										</ul>
@@ -2643,7 +2643,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -2655,13 +2655,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -2701,7 +2701,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -2713,13 +2713,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-event-target">event target</a> receiving 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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -2759,7 +2759,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -2771,13 +2771,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 												<a class="def" href="#glossary-event-target">event target</a> receiving 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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -2824,7 +2824,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -2836,13 +2836,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -3636,7 +3636,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -3648,13 +3648,13 @@
 									<td>Varies</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>
@@ -3775,7 +3775,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -3787,13 +3787,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -3888,7 +3888,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -3900,13 +3900,13 @@
 									<td>Varies: Start a drag/drop operation; start a text selection; start a scroll/pan interaction (in combination with the middle mouse button, if supported)</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>
@@ -3972,7 +3972,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -3984,13 +3984,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4055,7 +4055,7 @@
 									<td>No</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -4067,13 +4067,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4136,7 +4136,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -4148,13 +4148,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4219,7 +4219,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -4231,13 +4231,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4300,7 +4300,7 @@
 										<td>Yes</td>
 									</tr>
 									<tr>
-										<th>Target</th>
+										<th>Trusted Targets</th>
 										<td><code>Element</code></td>
 									</tr>
 									<tr>
@@ -4312,13 +4312,13 @@
 										<td>None</td>
 									</tr>
 									<tr>
-										<th>Context info</th>
+										<th>Context<br/>(trusted events)</th>
 										<td>
 											<ul>
 												<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>, <code>null</code></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4382,7 +4382,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Element</code></td>
 								</tr>
 								<tr>
@@ -4394,13 +4394,13 @@
 									<td>Invoke a context menu (in combination with the right mouse button, if supported)</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4664,8 +4664,8 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
-									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>Element</code></td>
+									<th>Trusted Targets</th>
+									<td><code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -4676,13 +4676,13 @@
 									<td>Scroll (or zoom) the document</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -4851,7 +4851,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>HTMLInputElement</code>, <code>HTMLTextAreaElement</code> or any <code>Element</code> with <code>contentEditable<=true</code>.</td>
 								</tr>
 								<tr>
@@ -4863,7 +4863,7 @@
 									<td>Update the DOM element</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -4904,7 +4904,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>HTMLInputElement</code>, <code>HTMLTextAreaElement</code> or any <code>Element</code> with <code>contentEditable<=true</code>.</td>
 								</tr>
 								<tr>
@@ -4916,7 +4916,7 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -5393,7 +5393,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Document</code>, <code>Element</code></td>
 								</tr>
 								<tr>
@@ -5411,13 +5411,13 @@
 										other event</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -5505,7 +5505,7 @@
 									<td>Yes</td>
 								</tr>
 								<tr>
-									<th>Target</th>
+									<th>Trusted Targets</th>
 									<td><code>Document</code>, <code>Element</code></td>
 								</tr>
 								<tr>
@@ -5517,13 +5517,13 @@
 									<td>None</td>
 								</tr>
 								<tr>
-									<th>Context info</th>
+									<th>Context<br/>(trusted events)</th>
 									<td>
 										<ul>
 											<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>, <code>null</code></li>
+												<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -6079,7 +6079,7 @@
 										<td>Yes</td>
 									</tr>
 									<tr>
-										<th>Target</th>
+										<th>Trusted Targets</th>
 										<td><code>Element</code></td>
 									</tr>
 									<tr>
@@ -6091,13 +6091,13 @@
 										<td>Start a new composition session when a <a class="def" href="#glossary-text-composition-system">text composition system</a> is enabled</td>
 									</tr>
 									<tr>
-										<th>Context info</th>
+										<th>Context<br/>(trusted events)</th>
 										<td>
 											<ul>
 												<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>, <code>null</code></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -6154,7 +6154,7 @@
 										<td>Yes</td>
 									</tr>
 									<tr>
-										<th>Target</th>
+										<th>Trusted Targets</th>
 										<td><code>Element</code></td>
 									</tr>
 									<tr>
@@ -6166,13 +6166,13 @@
 										<td>None</td>
 									</tr>
 									<tr>
-										<th>Context info</th>
+										<th>Context<br/>(trusted events)</th>
 										<td>
 											<ul>
 												<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>, <code>null</code></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -6228,7 +6228,7 @@
 										<td>Yes</td>
 									</tr>
 									<tr>
-										<th>Target</th>
+										<th>Trusted Targets</th>
 										<td><code>Element</code></td>
 									</tr>
 									<tr>
@@ -6240,13 +6240,13 @@
 										<td>None</td>
 									</tr>
 									<tr>
-										<th>Context info</th>
+										<th>Context<br/>(trusted events)</th>
 										<td>
 											<ul>
 												<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>, <code>null</code></li>
+													<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -8710,7 +8710,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code></td>
 							</tr>
 							<tr>
@@ -8722,13 +8722,13 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<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>, <code>null</code></li>
+											<a class="def" href="#glossary-window"><code>Window</code></a></li>
 										<li><a href="#widl-UIEvent-detail"><code class="attribute-name">UIEvent.detail</code></a>:
 											<code>0</code></li>
 									</ul>
@@ -8904,7 +8904,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code></td>
 							</tr>
 							<tr>
@@ -8916,13 +8916,13 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
 											<a class="def" href="#glossary-event-target">event target</a> receiving 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>, <code>null</code></li>
+											<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -8972,7 +8972,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code></td>
 							</tr>
 							<tr>
@@ -8984,13 +8984,13 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<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>, <code>null</code></li>
+											<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -9132,7 +9132,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Document</code>, <code>Element</code></td>
 							</tr>
 							<tr>
@@ -9148,13 +9148,13 @@
 									other event</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<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>, <code>null</code></li>
+											<a class="def" href="#glossary-window"><code>Window</code></a></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>:
@@ -9532,7 +9532,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code></td>
 							</tr>
 							<tr>
@@ -9544,7 +9544,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -9605,7 +9605,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>ProcessingInstruction</code></td>
 							</tr>
 							<tr>
@@ -9617,7 +9617,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -9676,7 +9676,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
@@ -9689,7 +9689,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -9757,7 +9757,7 @@
 								<td>No</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
@@ -9770,7 +9770,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -9835,7 +9835,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
@@ -9848,7 +9848,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -9915,7 +9915,7 @@
 								<td>No</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
@@ -9928,7 +9928,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>:
@@ -9999,7 +9999,7 @@
 								<td>Yes</td>
 							</tr>
 							<tr>
-								<th>Target</th>
+								<th>Trusted Targets</th>
 								<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Document</code>, <code>DocumentFragment</code>, <code>Element</code>, <code>Attr</code>
 								</td>
 							</tr>
@@ -10012,7 +10012,7 @@
 								<td>None</td>
 							</tr>
 							<tr>
-								<th>Context info</th>
+								<th>Context<br/>(trusted events)</th>
 								<td>
 									<ul>
 										<li><a href="#widl-Event-target"><code class="attribute-name">Event.target</code></a>: