Update Changes section to briefly mention (obsolete) keyIdentifier and textInput.
Change max TOC level to 3 (from 4 since it seemed too verbose)
Mention the use of Respec to create the spec in the Productions section.
--- a/html/DOM3-Events.html Fri Aug 16 20:55:30 2013 -0700
+++ b/html/DOM3-Events.html Sat Aug 17 06:58:15 2013 -0700
@@ -68,7 +68,7 @@
wgURI: ["http://www.w3.org/2008/webapps/"],
wgPublicList: "www-dom",
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/42538/status"],
- maxTocLevel: 4
+ maxTocLevel: 3
};
</script>
</head>
@@ -8109,8 +8109,13 @@
<ul>
<li>The <q>key identifier</q> feature has been renamed <q>key value</q> to disambiguate them from unique identifiers for keys.</li>
+ <li>The <code>KeyboardEvent</code> was briefly (from 2003-2010) defined to have <code>keyIdentifier</code> and <code>keyLocation</code> attributes, but these
+ were removed in favor of the current <code>key</code>
+ and <code>location</code> attributes. These attributes were not widely implemented.</li>
<li>The <code>change</code>, <code>submit</code>, and <code>reset</code> events were removed, since they were specific to HTML forms, and are specified in [<cite><a
class="informative" href="#references-HTML5">HTML5</a></cite>].</li>
+ <li>The <code>textInput</code> event, originally proposed as a replacement for <code>keypress</code>, was removed in favor of the current <code>beforeinput</code>
+ and <code>input</code> events.</li>
<li>Namespaced events have been removed.</li>
<li>Updated to use <a href="#references-WebIDL">Web IDL</a>.</li>
<li>EventException has been removed.</li>
@@ -8159,7 +8164,7 @@
<section id="acknowledgements-Productions">
<h2>Production Systems</h2>
- <p>The current drafts of this specification are lovingly hand-crafted in HTML and SVG.</p>
+ <p>The current drafts of this specification are lovingly hand-crafted in HTML and SVG, using ReSpec to format the document according to W3C requirements.</p>
<p>Earlier versions of this specification were written in XML; the HTML, OMG IDL, Java and ECMAScript bindings were all produced automatically. Thanks to Joe English,
author of <a class="normative" href="http://www.flightlab.com/cost/">cost</a>, which was used as the basis for producing DOM Level 1. Thanks also to Gavin Nicol,