Fix 25499 - Upgrade event tables for better description
authorTravis Leithead
Fri, 09 May 2014 14:29:07 -0700
changeset 626 db192f1f3c39
parent 625 f5b0fe42d146
child 627 705e5c8af455
Fix 25499 - Upgrade event tables for better description
* Added Window as a trusted target to blur, focus, focusin, focusout, DOMFocusIn,
DOMFocusOut, error.
* Added Document as a trusted target to scroll
* Removed vestiges of CDATASection and EntityReference objects in Appendix C
* Corrected an inconsistency in the legacy events table regarding keypress
(change from a prior commit).
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Fri May 09 14:08:07 2014 -0700
+++ b/html/DOM3-Events.html	Fri May 09 14:29:07 2014 -0700
@@ -1381,7 +1381,7 @@
 						<td><a class="eventtype" href="#event-type-blur"><code>blur</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-FocusEvent"><code>FocusEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1445,7 +1445,7 @@
 						<td><a class="eventtype" href="#event-type-error"><code>error</code></a></td>
 						<td>Async</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>
@@ -1454,7 +1454,7 @@
 						<td><a class="eventtype" href="#event-type-focus"><code>focus</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-FocusEvent"><code>FocusEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1463,7 +1463,7 @@
 						<td><a class="eventtype" href="#event-type-focusin"><code>focusin</code></a></td>
 						<td>Sync</td>
 						<td>Yes</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-FocusEvent"><code>FocusEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1472,7 +1472,7 @@
 						<td><a class="eventtype" href="#event-type-focusout"><code>focusout</code></a></td>
 						<td>Sync</td>
 						<td>Yes</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-FocusEvent"><code>FocusEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1595,7 +1595,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><code>Element</code></td>
+						<td><code>Document</code>, <code>Element</code></td>
 						<td><a href="#interface-UIEvent"><code>UIEvent</code></a></td>
 						<td>No</td>
 						<td>None</td>
@@ -1915,7 +1915,7 @@
 								</tr>
 								<tr>
 									<th>Trusted Targets</th>
-									<td><code>Element</code></td>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2110,7 +2110,7 @@
 								</tr>
 								<tr>
 									<th>Trusted Targets</th>
-									<td><code>Element</code></td>
+									<td><code>Document</code>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2343,7 +2343,7 @@
 								</tr>
 								<tr>
 									<th>Trusted Targets</th>
-									<td><code>Element</code></td>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2401,7 +2401,7 @@
 								</tr>
 								<tr>
 									<th>Trusted Targets</th>
-									<td><code>Element</code></td>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2459,7 +2459,7 @@
 								</tr>
 								<tr>
 									<th>Trusted Targets</th>
-									<td><code>Element</code></td>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -2524,7 +2524,7 @@
 								</tr>
 								<tr>
 									<th>Trusted Targets</th>
-									<td><code>Element</code></td>
+									<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 								</tr>
 								<tr>
 									<th>Cancelable</th>
@@ -8649,7 +8649,7 @@
 				<td><a class="eventtype" href="#event-type-DOMCharacterDataModified"><code>DOMCharacterDataModified</code></a></td>
 				<td>Sync</td>
 				<td>Yes</td>
-				<td><code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>ProcessingInstruction</code></td>
+				<td><code>Text</code>, <code>Comment</code>, <code>ProcessingInstruction</code></td>
 				<td><a href="#interface-MutationEvent"><code>MutationEvent</code></a></td>
 				<td>No</td>
 				<td>None</td>
@@ -8658,7 +8658,7 @@
 				<td><a class="eventtype" href="#event-type-DOMFocusIn"><code>DOMFocusIn</code></a></td>
 				<td>Sync</td>
 				<td>Yes</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-FocusEvent"><code>FocusEvent</code></a></td>
 				<td>No</td>
 				<td>None</td>
@@ -8667,7 +8667,7 @@
 				<td><a class="eventtype" href="#event-type-DOMFocusOut"><code>DOMFocusOut</code></a></td>
 				<td>Sync</td>
 				<td>Yes</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-FocusEvent"><code>FocusEvent</code></a></td>
 				<td>No</td>
 				<td>None</td>
@@ -8676,7 +8676,7 @@
 				<td><a class="eventtype" href="#event-type-DOMNodeInserted"><code>DOMNodeInserted</code></a></td>
 				<td>Sync</td>
 				<td>Yes</td>
-				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
+				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 					<code>ProcessingInstruction</code></td>
 				<td><a href="#interface-MutationEvent"><code>MutationEvent</code></a></td>
 				<td>No</td>
@@ -8686,7 +8686,7 @@
 				<td><a class="eventtype" href="#event-type-DOMNodeInsertedIntoDocument"><code>DOMNodeInsertedIntoDocument</code></a></td>
 				<td>Sync</td>
 				<td>No</td>
-				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
+				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 					<code>ProcessingInstruction</code></td>
 				<td><a href="#interface-MutationEvent"><code>MutationEvent</code></a></td>
 				<td>No</td>
@@ -8696,7 +8696,7 @@
 				<td><a class="eventtype" href="#event-type-DOMNodeRemoved"><code>DOMNodeRemoved</code></a></td>
 				<td>Sync</td>
 				<td>Yes</td>
-				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
+				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 					<code>ProcessingInstruction</code></td>
 				<td><a href="#interface-MutationEvent"><code>MutationEvent</code></a></td>
 				<td>No</td>
@@ -8706,7 +8706,7 @@
 				<td><a class="eventtype" href="#event-type-DOMNodeRemovedFromDocument"><code>DOMNodeRemovedFromDocument</code></a></td>
 				<td>Sync</td>
 				<td>No</td>
-				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>DocumentType</code>, <code>EntityReference</code>,
+				<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 					<code>ProcessingInstruction</code></td>
 				<td><a href="#interface-MutationEvent"><code>MutationEvent</code></a></td>
 				<td>No</td>
@@ -8726,7 +8726,7 @@
 				<td><a class="eventtype" href="#event-type-keypress"><code>keypress</code></a></td>
 				<td>Sync</td>
 				<td>Yes</td>
-				<td><code>Document</code>, <code>Element</code></td>
+				<td><code>Element</code></td>
 				<td><a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a></td>
 				<td>Yes</td>
 				<td>Varies:
@@ -8958,7 +8958,7 @@
 							</tr>
 							<tr>
 								<th>Trusted Targets</th>
-								<td><code>Element</code></td>
+								<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 							</tr>
 							<tr>
 								<th>Cancelable</th>
@@ -9026,7 +9026,7 @@
 							</tr>
 							<tr>
 								<th>Trusted Targets</th>
-								<td><code>Element</code></td>
+								<td><a class="def" href="#glossary-window"><code>Window</code></a>, <code>Element</code></td>
 							</tr>
 							<tr>
 								<th>Cancelable</th>
@@ -9664,7 +9664,7 @@
 							</tr>
 							<tr>
 								<th>Trusted Targets</th>
-								<td><code>Text</code>, <code>Comment</code>, <code>CDATASection</code>, <code>ProcessingInstruction</code></td>
+								<td><code>Text</code>, <code>Comment</code>, <code>ProcessingInstruction</code></td>
 							</tr>
 							<tr>
 								<th>Cancelable</th>
@@ -9735,7 +9735,7 @@
 							</tr>
 							<tr>
 								<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>,
+								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
 							<tr>
@@ -9816,7 +9816,7 @@
 							</tr>
 							<tr>
 								<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>,
+								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
 							<tr>
@@ -9894,7 +9894,7 @@
 							</tr>
 							<tr>
 								<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>,
+								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
 							<tr>
@@ -9974,7 +9974,7 @@
 							</tr>
 							<tr>
 								<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>,
+								<td><code>Element</code>, <code>Attr</code>, <code>Text</code>, <code>Comment</code>, <code>DocumentType</code>,
 									<code>ProcessingInstruction</code></td>
 							</tr>
 							<tr>