Update Abstract and SOTD for D3E-key|code.
authorGary Kacmarcik <garykac@google.com>
Sat, 26 Apr 2014 09:25:09 -0700
changeset 591 eaeddc69551c
parent 590 b1385d543e2a
child 592 4aa824d24a6a
Update Abstract and SOTD for D3E-key|code.
Add reference to main D3Events spec.
html/DOM3-Events.html
html/DOM3Events-code.html
html/DOM3Events-key.html
--- a/html/DOM3-Events.html	Sat Apr 26 08:53:05 2014 -0700
+++ b/html/DOM3-Events.html	Sat Apr 26 09:25:09 2014 -0700
@@ -80,25 +80,34 @@
 <body>
 	<!-- Section: Abstract ========================================================-->
 	<section id="abstract">
-		<p>This specification defines the Document Object Model Events Level 3, a generic platform- and language-neutral event system which allows registration of event handlers,
-			describes event flow through a tree structure, and provides basic contextual information for each event. The Document Object Model Events Level 3 builds on the
-			Document Object Model Events Level 2 [<a href="#references-DOM2Events">DOM2 Events</a>].</p>
+		<p>This specification defines the Document Object Model Events Level 3, a generic
+			platform- and language-neutral event system which allows registration of event handlers,
+			describes event flow through a tree structure, and provides basic contextual
+			information for each event. The Document Object Model Events Level 3 builds on the
+			Document Object Model Events Level 2 [<a href="#references-DOM2Events">DOM2 Events</a>].
+			</p>
 	</section>  <!-- abstract -->
 
 	<!-- Section: SOTD ========================================================-->
 	<section id="sotd">
-		<p>This document is a Working Draft of the Document Object Model Level 3 Events (DOM3 Events) specification. 
-			It is expected that this specification will progress to <abbr title="World Wide Web Consortium">W3C</abbr> 
+		<p>This document is a Working Draft of the Document Object Model Level 3 Events
+			(DOM3 Events) specification. 
+			It is expected that this specification will progress to
+			<abbr title="World Wide Web Consortium">W3C</abbr> 
 			Recommendation status after review and refinement.
 			</p>
 
 		<p id="this-document-is-produced-by-the-web-app">
-			This document is produced by the <a href="http://www.w3.org/2008/webapps/">Web Applications WG</a>, part of the
-			<a href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients Activity</a> in the W3C
-			<a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
+			This document is produced by the
+				<a href="http://www.w3.org/2008/webapps/">Web Applications WG</a>,
+			part of the
+				<a href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients Activity</a>
+			in the W3C
+				<a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
 			It is expected that this document will progress along the W3C's Recommendation track.
 			Publication as a Working Draft does not imply endorsement by the W3C Membership.
-			This is a draft document and MAY be updated, replaced or obsoleted by other documents at any time.
+			This is a draft document and MAY be updated, replaced or obsoleted by other
+			documents at any time.
 			It is inappropriate to cite this document as other than work in progress.
 			</p>
 
@@ -112,10 +121,11 @@
 
 		<p id="unstable">
 			<strong class="redNote">Implementers should be aware that this document is not stable.</strong>
-			Implementers who are not taking part in the discussions are likely to find the specification changing out from
-			under them in incompatible ways.
-			Vendors interested in implementing this document before it eventually reaches the Candidate Recommendation stage
-			should join the aforementioned mailing lists and take part in the discussions.
+			Implementers who are not taking part in the discussions are likely to find the
+			specification changing out from under them in incompatible ways.
+			Vendors interested in implementing this document before it eventually reaches
+			the Candidate Recommendation stage should join the aforementioned mailing lists
+			and take part in the discussions.
 			</p>
 	</section>  <!-- sotd -->
 
--- a/html/DOM3Events-code.html	Sat Apr 26 08:53:05 2014 -0700
+++ b/html/DOM3Events-code.html	Sat Apr 26 09:25:09 2014 -0700
@@ -53,31 +53,41 @@
 <body>
 	<!-- Section: Abstract ========================================================-->
 	<section id="abstract">
-		<p>This specification defines the Document Object Model Events Level 3, a generic platform- and language-neutral event system which allows registration of event handlers,
-			describes event flow through a tree structure, and provides basic contextual information for each event. The Document Object Model Events Level 3 builds on the
-			Document Object Model Events Level 2 [<a href="#references-DOM2Events">DOM2 Events</a>].</p>
+		<p>This specification defines the values that can be used in the 
+			<code>KeyboardEvent.code</code> attribute, which is defined as part of the
+			Document Object Model (DOM) Level 3 Events Specification [<a href="#references-D3E">DOM3 Events</a>].
+			The <code>code</code> value contains information about the key event that
+			can use used identify the physical key being pressed by the user.
+			</p>
 	</section>  <!-- abstract -->
 
 	<!-- Section: SOTD ========================================================-->
 	<section id="sotd">
-		<p>This document is a Working Draft of the Document Object Model Level 3 Events (DOM3 Events) specification. 
-			It is expected that this specification will progress to <abbr title="World Wide Web Consortium">W3C</abbr> 
+		<p>This document is a Working Draft of the
+			<em>DOM Level 3 KeyboardEvent <code>code</code> Values</em>
+			specification. 
+			It is expected that this specification will progress to
+			<abbr title="World Wide Web Consortium">W3C</abbr> 
 			Recommendation status after review and refinement.
 			</p>
 
 		<p id="this-document-is-produced-by-the-web-app">
-			This document is produced by the <a href="http://www.w3.org/2008/webapps/">Web Applications WG</a>, part of the
-			<a href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients Activity</a> in the W3C
-			<a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
+			This document is produced by the
+				<a href="http://www.w3.org/2008/webapps/">Web Applications WG</a>,
+			part of the
+				<a href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients Activity</a>
+			in the W3C
+				<a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
 			It is expected that this document will progress along the W3C's Recommendation track.
 			Publication as a Working Draft does not imply endorsement by the W3C Membership.
-			This is a draft document and MAY be updated, replaced or obsoleted by other documents at any time.
+			This is a draft document and MAY be updated, replaced or obsoleted by other
+			documents at any time.
 			It is inappropriate to cite this document as other than work in progress.
 			</p>
 
 		<p id="latest-editors-draft">
 			<strong>You can find the latest
-				<a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html">Editor's Draft</a>
+				<a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3Events-code.html">Editor's Draft</a>
 			of this document in the
 				<a href="https://dvcs.w3.org/hg/">W3C's Mercurial repository</a>,
 			which is updated on a regular basis.</strong>
@@ -85,10 +95,11 @@
 
 		<p id="unstable">
 			<strong class="redNote">Implementers should be aware that this document is not stable.</strong>
-			Implementers who are not taking part in the discussions are likely to find the specification changing out from
-			under them in incompatible ways.
-			Vendors interested in implementing this document before it eventually reaches the Candidate Recommendation stage
-			should join the aforementioned mailing lists and take part in the discussions.
+			Implementers who are not taking part in the discussions are likely to find the
+			specification changing out from under them in incompatible ways.
+			Vendors interested in implementing this document before it eventually reaches
+			the Candidate Recommendation stage should join the aforementioned mailing lists
+			and take part in the discussions.
 			</p>
 	</section>  <!-- sotd -->
 
@@ -987,6 +998,15 @@
 			<h2>Normative References</h2>
 
 			<dl>
+				<dt id="references-D3E"><strong>[DOM3 Events]</strong></dt>
+				<dd><cite><a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html">Document Object Model (DOM) Level 3 Events Specification</a></cite>,<br/>
+					G. Kacmarcik, T. Leithead, Editors.<br/>
+					World Wide Web Consortium, April 2014.<br/>
+					This version of the Document Object Model Level 3 Events Specification is https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html.<br/>
+					The <a class="normative" href="http://www.w3.org/TR/DOM-Level-3-Events/">latest version of Document Object Model Level 3 Events</a>
+					is available at http://www.w3.org/TR/DOM-Level-3-Events/.
+					</dd>
+
 				<dt id="references-ISO-9995-2-3"><strong>[ISO9995-2/3]</strong></dt>
 				<dd><cite><a href="http://www.iso.org/iso/search.htm?qt=9995&amp;published=on">ISO/IEC 9995, Information technology
 					-- Keyboard layouts for text and office systems
--- a/html/DOM3Events-key.html	Sat Apr 26 08:53:05 2014 -0700
+++ b/html/DOM3Events-key.html	Sat Apr 26 09:25:09 2014 -0700
@@ -53,31 +53,41 @@
 <body>
 	<!-- Section: Abstract ========================================================-->
 	<section id="abstract">
-		<p>This specification defines the Document Object Model Events Level 3, a generic platform- and language-neutral event system which allows registration of event handlers,
-			describes event flow through a tree structure, and provides basic contextual information for each event. The Document Object Model Events Level 3 builds on the
-			Document Object Model Events Level 2 [<a href="#references-DOM2Events">DOM2 Events</a>].</p>
+		<p>This specification defines the values that can be used in the 
+			<code>KeyboardEvent.key</code> attribute, which is defined as part of the
+			Document Object Model (DOM) Level 3 Events Specification [<a href="#references-D3E">DOM3 Events</a>].
+			The <code>key</code> attribute contains information about the character
+			generated by the key event.
+			</p>
 	</section>  <!-- abstract -->
 
 	<!-- Section: SOTD ========================================================-->
 	<section id="sotd">
-		<p>This document is a Working Draft of the Document Object Model Level 3 Events (DOM3 Events) specification. 
-			It is expected that this specification will progress to <abbr title="World Wide Web Consortium">W3C</abbr> 
+		<p>This document is a Working Draft of the
+			<em>DOM Level 3 KeyboardEvent <code>key</code> Values</em>
+			specification. 
+			It is expected that this specification will progress to
+			<abbr title="World Wide Web Consortium">W3C</abbr> 
 			Recommendation status after review and refinement.
 			</p>
 
 		<p id="this-document-is-produced-by-the-web-app">
-			This document is produced by the <a href="http://www.w3.org/2008/webapps/">Web Applications WG</a>, part of the
-			<a href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients Activity</a> in the W3C
-			<a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
+			This document is produced by the
+				<a href="http://www.w3.org/2008/webapps/">Web Applications WG</a>,
+			part of the
+				<a href="http://www.w3.org/2006/rwc/Activity">Rich Web Clients Activity</a>
+			in the W3C
+				<a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
 			It is expected that this document will progress along the W3C's Recommendation track.
 			Publication as a Working Draft does not imply endorsement by the W3C Membership.
-			This is a draft document and MAY be updated, replaced or obsoleted by other documents at any time.
+			This is a draft document and MAY be updated, replaced or obsoleted by other
+			documents at any time.
 			It is inappropriate to cite this document as other than work in progress.
 			</p>
 
 		<p id="latest-editors-draft">
 			<strong>You can find the latest
-				<a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html">Editor's Draft</a>
+				<a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3Events-key.html">Editor's Draft</a>
 			of this document in the
 				<a href="https://dvcs.w3.org/hg/">W3C's Mercurial repository</a>,
 			which is updated on a regular basis.</strong>
@@ -85,10 +95,11 @@
 
 		<p id="unstable">
 			<strong class="redNote">Implementers should be aware that this document is not stable.</strong>
-			Implementers who are not taking part in the discussions are likely to find the specification changing out from
-			under them in incompatible ways.
-			Vendors interested in implementing this document before it eventually reaches the Candidate Recommendation stage
-			should join the aforementioned mailing lists and take part in the discussions.
+			Implementers who are not taking part in the discussions are likely to find the
+			specification changing out from under them in incompatible ways.
+			Vendors interested in implementing this document before it eventually reaches
+			the Candidate Recommendation stage should join the aforementioned mailing lists
+			and take part in the discussions.
 			</p>
 	</section>  <!-- sotd -->
 
@@ -577,6 +588,15 @@
 					the World Wide Web 1.0: Fundamentals</a> is available at http://www.w3.org/TR/charmod/.
 					</dd>
 
+				<dt id="references-D3E"><strong>[DOM3 Events]</strong></dt>
+				<dd><cite><a href="https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html">Document Object Model (DOM) Level 3 Events Specification</a></cite>,<br/>
+					G. Kacmarcik, T. Leithead, Editors.<br/>
+					World Wide Web Consortium, April 2014.<br/>
+					This version of the Document Object Model Level 3 Events Specification is https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html.<br/>
+					The <a class="normative" href="http://www.w3.org/TR/DOM-Level-3-Events/">latest version of Document Object Model Level 3 Events</a>
+					is available at http://www.w3.org/TR/DOM-Level-3-Events/.
+					</dd>
+
 				<dt id="references-Unicode"><strong>[Unicode]</strong></dt>
 				<dd><cite>The Unicode Standard, Version 5.0</cite>,<br/>
 					ISBN 0-321-48091-0, as updated periodically by the publication of new versions.<br/>