<?xml version="1.0" encoding="us-ascii"?>
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ --><!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2-Based DOM//EN" "http://www.w3.org/2002/08/xmlspec-v22-dom.dtd">
<spec w3c-doctype="wd" role="public">
  <!--
  *************************************************************************
  * FRONT MATTER                                                          *
  *************************************************************************
  -->
<!-- 
  ****************************************************** 
  | filenames to be used for each section              |
  ******************************************************
-->
<?command-options --map Copyright-Notice copyright-notice
--map Introduction     introduction
--map TOC expanded-toc
--map Core core
--map Events events
--map idl idl-definitions
--map ecma-binding ecma-script-binding
--map java-binding java-binding
--map Index def-index
--map Objects object-index
--map References references
--map Errors errors
--map Level-3-AS abstract-schemas
--map Load-Save load-save
--map XPath xpath
--map KeySet keyset
?>

<?command-options --map -IndexFile-      def-index
--map -OjbectIndexFile-      object-index
--strip-references
--strip-glossary
?>

<?command-options --map-type ECMAScript Object Object
--map-type ECMAScript DOMString String
--map-type ECMAScript "unsigned short" Number
--map-type ECMAScript "unsigned int" Number
--map-type ECMAScript "unsigned long" Number
--map-type ECMAScript long Number
--map-type ECMAScript boolean Boolean

--map-type ECMAScript DOMTimeStamp Date
--map-type ECMAScript DOMObject Object
--map-type ECMAScript DOMUserData "any type"
--map-type ECMAScript DOMInputStream Object
--map-type ECMAScript DOMOutputStream Object
--map-type ECMAScript DOMReader "this is an error and shouldn't be used."
--map-type ECMAScript DOMSystemException Object

--map-type Java Object Object
--map-type Java DOMString String
--map-type Java "unsigned short" short
--map-type Java "unsigned int" int
--map-type Java "unsigned long" int
--map-type Java long int
--map-type Java boolean boolean

--map-type Java DOMTimeStamp long
--map-type Java DOMObject Object
--map-type Java DOMUserData Object
--map-type Java DOMInputStream java.io.InputStream
--map-type Java DOMOutputStream java.io.OutputStream
--map-type Java DOMReader java.io.Reader
--map-type Java DOMSystemException Exception
?>

<header> 
<title>Document Object Model (DOM) Level 3 Events Specification</title>
<version>1.0</version> <w3c-designation>WD-DOM-Level-3-Events-20030331
</w3c-designation> <w3c-doctype>W3C Working Draft</w3c-doctype> <pubdate> 
<day>31</day> <month>March</month> <year>2003</year> 
</pubdate> 
<publoc> <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331</loc>
</publoc>
<altlocs>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" role="html" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/xml-source.xml" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">XML file</loc>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" role="plain" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/DOM3-Events.txt" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">plain text</loc>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" role="postscript" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/DOM3-Events.ps" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">PostScript file</loc>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" role="pdf" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/DOM3-Events.pdf" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">PDF file</loc>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" role="html" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/DOM3-Events.html" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">single HTML file</loc>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" role="zip" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/DOM3-Events.zip" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">ZIP file</loc>
    </altlocs>
<latestloc> <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/DOM-Level-3-Events" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/TR/DOM-Level-3-Events</loc> </latestloc> 
<prevlocs>
<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030221/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030221/</loc>
</prevlocs> 
<authlist> 
<author role="editor"> <name>Philippe Le H&#233;garet</name> 
<affiliation>W3C</affiliation> </author> 
<author role="editor"> <name>Tom Pixley</name> 
<affiliation>Netscape Communications Corporation (until
	July 2002)</affiliation> </author> 
</authlist>
    <!--
    ******************************************************
    * DOCUMENT ABSTRACT                                  *
    ******************************************************
    -->
<abstract id="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 <bibref role="normative" ref="DOM2Events"/>.</p>

</abstract>

<status id="Level-3-status"> 

      <p>
	<emph>This section describes the status of this document at the
	time of its publication. Other documents may supersede this
	document. The latest status of this document series is
	maintained at the W3C.</emph>
      </p>
      <p>
	This document contains the Document Object Model Level 3 Events
	specification.
      </p>
      <p>
	This is a <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/Consortium/Process-20010719/tr.html#last-call" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Last
	Call Working Draft</loc> for review by W3C members and other
	interested parties. The Last Call review period ends on <emph>1
	May 2003</emph>. The <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/2002/07/DOM-Level-3-Events-issues" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">list
	of issues</loc> is also available. Please, send your comments on
	this document to the public mailing list <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="mailto:www-dom@w3.org" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">www-dom@w3.org</loc>. An archive is available
	at <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://lists.w3.org/Archives/Public/www-dom/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://lists.w3.org/Archives/Public/www-dom/</loc>.
      </p>
      <p>
	It is a draft document and may be updated, replaced or obsoleted
	by other documents at any time. It is inappropriate to use W3C
	Working Drafts as reference material or to cite them as other
	than "work in progress". This is work in progress and does not
	imply endorsement by, or the consensus of, either W3C or members
	of the DOM Working Group.
      </p>
      <p>
	Patent disclosures relevant to this specification may be found
	on the Working Group's <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/2002/07/08-IPR-statements.html" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">patent
	disclosure page</loc>.
      </p>
      <p>
	This document has been produced as part of the <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/DOM/Activity.html" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">W3C DOM
	Activity</loc>. The authors of this document are the DOM Working
	Group members.
      </p>
      <p>
	A list of <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">current W3C
	Recommendations and other technical documents</loc> can be found
	at http://www.w3.org/TR.
      </p>
</status> 


<sourcedesc>
<p>Created in electronic form.</p>
</sourcedesc>
<langusage>
<language id="en">English</language>
</langusage>
<revisiondesc>
<p>$Revision: 1.2 $</p>
</revisiondesc>
<?GENERATE-TOC?>
</header>
<front>
  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<div1 id="TOC">
  <head>Expanded Table of Contents</head>
  <?GENERATE-EXPANDED-TOC?>	
</div1>

  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!--
 *************************************************************************
 * BEGINNING OF COPYRIGHT NOTICE                                         *
 *************************************************************************
-->
<div1 id="Copyright-Notice">
  <head>W3C Copyright Notices and Licenses</head>

  <p role="important">
    Copyright &#169; 2003 <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">World
    Wide Web Consortium</loc>, (<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.lcs.mit.edu/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Massachusetts Institute of
    Technology</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.ercim.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">European
    Research Consortium for Informatics and Mathematics</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.keio.ac.jp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Keio University</loc>). All Rights
    Reserved.
  </p>
  <p>
    This document is published under the <specref ref="Copyright-notice-document"/>. The bindings within this document
    are published under the <specref ref="Copyright-notice-software"/>.
    The software license requires "Notice of any changes or
    modifications to the W3C files, including the date changes were
    made." Consequently, modified versions of the DOM bindings must
    document that they do not conform to the W3C standard; in the case
    of the IDL definitions, the pragma prefix can no longer be
    'w3c.org'; in the case of the Java language binding, the package
    names can no longer be in the 'org.w3c' package.
  </p>
  <div2 id="Copyright-notice-document">
    <head>W3C<sup>&#174;</sup> Document Copyright Notice and License</head>
    <note>
      <p>
	This section is a copy of the W3C<sup>&#174;</sup> Document
	Notice and License and could be found at <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</loc>.
      </p>
    </note>
    <p role="important">
      Copyright &#169; 2003 <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">World Wide Web Consortium</loc>, (<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.lcs.mit.edu/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Massachusetts Institute of
      Technology</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.ercim.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">European
      Research Consortium for Informatics and Mathematics</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.keio.ac.jp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Keio University</loc>). All Rights
      Reserved.
    </p>
    <p role="important">      
      http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231
    </p>
    <p>
      Public documents on the W3C site are provided by the copyright
      holders under the following license. By using and/or copying this
      document, or the W3C document from which this statement is linked,
      you (the licensee) agree that you have read, understood, and will
      comply with the following terms and conditions:
    </p>
    <p>
      Permission to copy, and distribute the contents of this document,
      or the W3C document from which this statement is linked, in any
      medium for any purpose and without fee or royalty is hereby
      granted, provided that you include the following on
      <emph>ALL</emph> copies of the document, or portions thereof, that
      you use:
    </p>
    <olist>
      <item>
	<p>
	  A link or URL to the original W3C document.
	</p>
      </item>
      <item>
	<p>
	  The pre-existing copyright notice of the original author, or
	  if it doesn't exist, a notice (hypertext is preferred, but a
	  textual representation is permitted) of the form:
	  "Copyright &#169; [$date-of-document] <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">World Wide Web Consortium</loc>,
	  (<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.lcs.mit.edu/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Massachusetts Institute
	  of Technology</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.ercim.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">European Research Consortium for
	  Informatics and Mathematics</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.keio.ac.jp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Keio University</loc>). All
	  Rights Reserved.  <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</loc>"
	</p>
      </item>
      <item>
	<p>
	  <emph>If it exists</emph>, the STATUS of the W3C document.
	</p>
      </item>
    </olist>
    <p>
      When space permits, inclusion of the full text of this <emph role="important">NOTICE</emph> should be provided. We request that
      authorship attribution be provided in any software, documents, or other
      items or products that you create pursuant to the implementation of the
      contents of this document, or any portion thereof.
    </p>
    <p>
      No right to create modifications or derivatives of W3C documents is
      granted pursuant to this license. However, if additional requirements
      (documented in the <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/Consortium/Legal/IPR-FAQ" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Copyright
      FAQ</loc>) are satisfied, the right to create modifications or
      derivatives is sometimes granted by the W3C to individuals complying with
      those requirements.
    </p>
    <p>
      THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
      NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT
      LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
      PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT
      ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH
      CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
      TRADEMARKS OR OTHER RIGHTS.
    </p>
    <p>
      COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
      CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE
      PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.
    </p>
    <p>
      The name and trademarks of copyright holders may NOT be used in
      advertising or publicity pertaining to this document or its contents
      without specific, written prior permission. Title to copyright in this
      document will at all times remain with copyright holders.
    </p>
  </div2>
  <div2 id="Copyright-notice-software">
    <head>W3C<sup>&#174;</sup> Software Copyright Notice and License</head>
    <note>
      <p>
	This section is a copy of the W3C<sup>&#174;</sup> Software
	Copyright Notice and License and could be found at <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231</loc>
      </p>
    </note>
    <p role="important">
      Copyright &#169; 2003 <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">World Wide Web Consortium</loc>, (<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.lcs.mit.edu/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Massachusetts Institute of
      Technology</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.ercim.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">European
      Research Consortium for Informatics and Mathematics</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.keio.ac.jp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Keio University</loc>). All Rights
      Reserved.
    </p>
    <p role="important">      
      http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
    </p>
    <p>
      This work (and included software, documentation such as READMEs,
      or other related items) is being provided by the copyright holders
      under the following license. By obtaining, using and/or copying
      this work, you (the licensee) agree that you have read,
      understood, and will comply with the following terms and
      conditions.
    </p>
    <p>
      Permission to copy, modify, and distribute this software and its
      documentation, with or without modification, for any purpose and
      without fee or royalty is hereby granted, provided that you
      include the following on ALL copies of the software and
      documentation or portions thereof, including modifications:
    </p>
    <olist>
      <item>
	<p>The full text of this NOTICE in a location viewable to users of the
	redistributed or derivative work.</p>
      </item>
      <item>
	<p>
	  Any pre-existing intellectual property disclaimers, notices,
	  or terms and conditions. If none exist, the <specref ref="Copyright-short-notice"/> should be included (hypertext
	  is preferred, text is permitted) within the body of any
	  redistributed or derivative code.
	</p>
      </item>
      <item>
	<p>
	  Notice of any changes or modifications to the files, including
	  the date changes were made. (We recommend you provide URIs to
	  the location from which the code is derived.)
	</p>
      </item>
    </olist>
    <p>
      THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
      HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
      INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
      FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
      DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
      TRADEMARKS OR OTHER RIGHTS.
    </p>
    <p>
      COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
      CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
      DOCUMENTATION.
    </p>
    <p>
      The name and trademarks of copyright holders may NOT be used in
      advertising or publicity pertaining to the software without specific,
      written prior permission. Title to copyright in this software and any
      associated documentation will at all times remain with copyright holders.
    </p>
  </div2>
  <div2 id="Copyright-short-notice">
    <head>W3C<sup>&#174;</sup> Short Software Notice</head>

    <note>
      <p>
	This section is a copy of the W3C<sup>&#174;</sup> Short Software
	Notice and could be found at <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/Consortium/Legal/2002/copyright-software-short-notice-20021231" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/Consortium/Legal/2002/copyright-software-short-notice-20021231</loc>
      </p>
    </note>
    <p role="important">
      Copyright &#169; 2003 <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">World
      Wide Web Consortium</loc>, (<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.lcs.mit.edu/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Massachusetts Institute of
      Technology</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.ercim.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">European
      Research Consortium for Informatics and Mathematics</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.keio.ac.jp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Keio University</loc>). All Rights
      Reserved.
    </p>
    <p>
      Copyright &#169; [$date-of-software] <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">World Wide Web Consortium</loc>, (<loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.lcs.mit.edu/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Massachusetts Institute of
      Technology</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.ercim.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">European
      Research Consortium for Informatics and Mathematics</loc>, <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.keio.ac.jp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Keio University</loc>). All Rights
      Reserved. This work is distributed under the W3C<sup>&#174;</sup>
      Software License [1] in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    </p>
    <p>
      [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
    </p>
  </div2>
</div1>
<!--
 *************************************************************************
 * END OF COPYRIGHT NOTICE                                               *
 *************************************************************************
-->

</front> 
 
<body>
  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!--
 *************************************************************************
 * BEGINNING OF EVENTS                                                   *
 *************************************************************************
-->
<div1 id="Events"> 
  <head>Document Object Model Events</head> 
  <orglist role="editors"> 
	 <member> 
		<name>Philippe Le H&#233;garet</name> 
		<affiliation>W3C</affiliation> 
	 </member> 
	 <member> 
		<name>Tom Pixley</name> 
		<affiliation>Netscape Communications Corporation (until
	July 2002)</affiliation> 
	 </member> 
  </orglist> <?GENERATE-MINI-TOC?>
<!--
  ******************************************************
  | INTRODUCTION                                       |
  ******************************************************
  -->
  <div2 id="Events-overview">
    <head>Introduction</head>
    <p>
      DOM Events is designed with two main goals.  The first goal is the
      design of an <termref def="dt-event">event</termref> system which
      allows registration of event listeners, describes event flow
      through a tree structure. Additionally, the specification will
      provide standard modules of events for user interface control and
      document mutation notifications, including defined contextual
      information for each of these event modules.
    </p>
    <p>
      The second goal of the DOM Events is to provide a common subset of
      the current event systems used in <termref def="dt-DOM-Level-0">DOM Level 0</termref> browsers.  This is
      intended to foster interoperability of existing scripts and
      content.  It is not expected that this goal will be met with full
      backwards compatibility.  However, the specification attempts to
      achieve this when possible.
    </p>
    <p>
      The following sections of the specification define both the
      specification for the DOM Event Model and a number of conformant
      event modules designed for use within the model. The DOM Event
      Model consists of:
    </p>
    <ulist>
      <item>
	<p>The <specref ref="Events-flow"/>, which describe the flow of
	events in a tree-based structure.</p>
      </item>
      <item>
	<p>
	  A set of interfaces to access contextual information on
	  events, to register event listeners.
	</p>
      </item>
    </ulist>
    <div3 id="Events-flows">
      <head>Event flows</head>
      <p>
	This document specifies an event flow for tree-based structures:
	<specref ref="Events-flow"/>. While it is expected that HTML and
	XML applications will follow this event flow, applications might
	reuse the interfaces defined in this document for non tree-based
	structure. In that case, it is the responsibility of such
	application to define their event flow and how it relates to the
	<specref ref="Events-flow"/>. As example of such use could be
	found in <bibref role="informative" ref="DOMLS"/>.
      </p>
    </div3>
    <div3 id="Conformance">      
      <head>Conformance</head>
      <p>
	An implementation is DOM Level 3 Events conformant if it
	supports the Core module defined in <bibref ref="DOM2Core"/>,
	the <specref ref="Events-flow"/> and the interfaces with their
	associated semantics defined in <specref ref="Events-interface"/>. An implementation conforms to a DOM
	Level 3 Events module if it conforms to DOM Level 3 Events and
	the event types defined in the module. An implementation
	conforms to an event type if it conforms to its associated
	semantics and DOM interfaces. For example, an implementation
	conforms to the DOM Level 3 User Interface Events module (see
	<specref ref="Events-eventgroupings-uievents"/>) if it conforms
	to DOM Level 3 Events (i.e. implements all the basic
	interfaces), can generate the event types
	<code>{"http://www.w3.org/2001/xml-events", "DOMActivate"}</code>
	<code>{"http://www.w3.org/2001/xml-events", "DOMFocusIn"}</code>
	<code>{"http://www.w3.org/2001/xml-events", "DOMFocusOut"}</code> accordingly to
	their semantics, supports the <code>UIEvent</code> interface,
	and conforms to DOM Level 2 Core module.
      </p>
      <note>
	<p>
	  An implementation which does not conform to an event module
	  can still implement the DOM interfaces associated with it. The
	  DOM application can then create an event object using the
	  <code>DocumentEvent.createEvent</code> method and dispatch an
	  event type associated with this interface using the
	  <code>EventTarget.dispatchEvent</code> method.
	</p>
      </note>
      <p>
	A DOM application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values <code>"Events"</code> and
	<code>"3.0"</code> (respectively) to determine whether or not
	DOM Level 3 Events is supported by the implementation. In order
	to fully support DOM Level 3 Events, an implementation must also
	support the "Core" feature defined in the DOM Level 2 Core
	specification <bibref ref="DOM2Core"/> and use the <specref ref="Events-flow"/>. For additional information
	about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>, 
	please see the DOM Level 3 Core specification <bibref ref="DOMCore"/>. DOM Level 3 Events is built on top of DOM Level
	2 Events <bibref ref="DOM2Events"/>, i.e. a DOM Level 3 Events
	implementation where <code>hasFeature("Events", "3.0")</code>
	returns <code>true</code> must also return <code>true</code>
	when the <code>version</code> number is <code>"2.0"</code>,
	<code>""</code> or, <code>null</code>.
      </p>
      <p>
	Each event module describes its own feature string in the event module
	listing.
      </p>
    </div3>
  </div2>
  <div2 id="Events-flow">
    <head>DOM event flow</head>
    <p>
      <termdef id="dt-event-flow" term="DOM event flow">The DOM event
      flow is the process through which the <termref def="dt-event">event</termref> originates from the DOM Events
      implementation and is dispatched into a tree.</termdef> Each event
      has an <termref def="dt-event-target">event target</termref>, a
      targeted node in the case of the DOM Event flow, toward which the
      event is dispatched by the DOM Events implementation.
    </p>
    <div3 id="Events-phases">
      <head>Phases</head>
      <p>
	The event is dispatched following a path from the root of the
	tree to this <termref def="dt-target-node">target
	node</termref>. It can then be handled locally at the target
	node level or from any target ancestor higher in the tree. The
	event dispatching (also called event propagation) occurs in
	three phases:
      </p>
      <olist>
	<item>
	  <p>
	    The <termref def="dt-capture-phase">capture phase</termref>:
	    the event is dispatched on the target ancestors from the
	    root of the tree to the direct parent of the <termref def="dt-target-node">target node</termref>.
	  </p>
	</item>
	<item>
	  <p>
	    The <termref def="dt-target-phase">target phase</termref>:
	    the event is dispatched on the <termref def="dt-target-node">target node</termref>.
	  </p>
	</item>
	<item>
	  <p>
	    The <termref def="dt-bubbling-phase">bubbling
	    phase</termref>: the event is dispatched on the target
	    ancestors from the direct parent of the <termref def="dt-target-node">target node</termref> to the root of
	    the tree.
	  </p>
	</item>
      </olist>
      <graphic xmlns:xlink="http://www.w3.org/1999/xlink" source="./images/eventflow.png" alt="graphical representation of an event dispatched in a DOM tree using the DOM event flow" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
      <note>
	<p>
	  An <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="./images/eventflow.svg" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">SVG 1.0 version of the
	  representation above</loc> is also available.
	</p>
      </note>
      
      <p>
	The target ancestors are determined before the initial dispatch
	of the event. If the target node is removed during the
	dispatching, or a target ancestor is added or removed, the event
	propagation will always be based on the target node and the
	target ancestors determined before the dispatch.
      </p>
      <p>
	Some events may not necessarily accomplish the three phases of
	the DOM event flow, e.g. the event could only be defined for one
	or two phases. As an example, events defined in this
	specification will always accomplish the capture and target
	phases but some will not accomplish the bubbling phase
	("bubbling events" versus "non-bubbling events", see also the
	<code>Event.bubbles</code> attribute).
      </p>
    </div3>
    <div3 id="Events-listeners">
      <head>Event listeners</head>
      <p>
	Each node encountered during the dispatch of the event may
	contain event listeners.
      </p>
      <div4 id="Events-listeners-registration">
	<head>Registration of event listeners</head>
	<p>
	  Event listeners can be registered on all nodes in the tree for
	  a specific type of event or event category, phase, and group.
	</p>
	<p>
	  If the event listener is registered on a node while an event
	  gets processed on this node, the event listener will not be
	  triggered during the current phase but may be triggered during
	  a later phase in the event flow, i.e. the <termref def="dt-bubbling-phase">bubbling phase</termref>.
	</p>
      </div4>
      <div4 id="Event-groups">
	<head>Event groups</head>

	<p>
	  An event listener is always part of a group. It is either
	  explicitly in a group if a group has been specified at the
	  registration or implicitly in the default group if no group
	  has been specified. Within a group, event listeners are
	  ordered in their order of registration. If two event listeners
	  {A1, A2}, that are part of the same group, are registered one
	  after the other (A1, then A2) for the same phase, the DOM event
	  flow guarantees their triggering order (A1, then A2). If the two
	  listeners are not part of the same group, no specification is
	  made as to the order in which they will be triggered.
	</p>
	<note>
	  <p>
	    While this specification does not specify a full ordering
	    (i.e. groups are still unordered), it does specify ordering
	    within a group. This implies that if the event listeners
	    {A1, A2, B1, B2}, with A and B being two different groups,
	    are registered for the same phase in the following order:
	    A1, A2, B1, and B2. The following triggering orders are
	    possible and conform to the DOM event flow: {A1, A2, B1,
	    B2}, {A1, B1, A2, B2}, {B1, A1, A2, B2}, {A1, B1, B2, A2},
	    {B1, A1, B2, A2}, {B1, B2, A1, A2}. DOM Events
	    implementations may impose priorities on groups but DOM
	    applications must not rely on it. Unlike this specification,
	    <bibref ref="DOM2Events"/> did not specify any triggering
	    order for event listeners.
	  </p>
	</note>
      </div4>
      <div4 id="Events-listeners-activation">
	<head>Triggering an event listener</head>
	<p>
	  When the event is dispatched through the tree, from node to
	  node, event listeners registered on the node are triggered if:
	</p>
	<olist>
	  <item>
	    <p>
	      they were registered for the same type of event, or the
	      same category.
	    </p>
	  </item>
	  <item>
	    <p>
	      they were registered for the same phase;
	    </p>
	  </item>
	  <item>
	    <p>
	      the event propagation has not been stopped for the group.
	    </p>
	  </item>
	</olist>
      </div4>
      <div4 id="Events-listeners-removal">
	<head>Removing an event listener</head>
	<p>
	  If an event listener is removed from a node while an event is
	  being processed on the node, it will not be triggered by the
	  current actions. Once removed, the event listener is never
	  invoked again (unless registered again for future processing).
	</p>
      </div4>
      <div4 id="Events-listeners-reentrance">
	<head>Reentrance</head>
	<p>
	  It is expected that actions taken by
	  <code>EventListener</code>s may cause additional events to be
	  dispatched. Additional events should be handled in a
	  synchronous manner and may cause reentrance into the event
	  model. If an event listener fires a new event using
	  <code>EventTarget.dispatchEvent</code>, the event propagation
	  that causes the event listener to be triggered will resume
	  only after the event propagation of the new event is
	  completed.
	</p>
	<p>
	  Since implementations may have restrictions such as
	  stack-usage or other memory requirements, applications should
	  not depend on how many synchronous events may be triggered.
	</p>
      </div4>
      <div4 id="Events-propagation-and-groups">
	<head>Event propagation and event groups</head>
	<p>
	  All event listeners are part of a group (see <specref ref="Events-listeners-registration"/>). An event listener may
	  prevent event listeners that are part of a same group from
	  being triggered. The effect could be:
	</p>
	<ulist>
	  <item>
	    <p>
	      immediate and no more event listeners from the same group
	      will be triggered by the event object;
	    </p>
	  </item>
	  <item>
	    <p>
	      differed until all event listeners from the same group
	      have been triggered on the current node, i.e. the event
	      listeners of the same group attached on other nodes will
	      not be triggered.
	    </p>
	  </item>
	</ulist>
	<p>
	  If two event listeners are registered for two different
	  groups, one cannot prevent the other from being triggered.
	</p>
      </div4>
    </div3>
  </div2>
  <div2 id="Events-flow-cancelation">
    <head>Default actions and cancelable events</head>
    <p>
      Implementations may have a default action associated with an event
      type. An example is the <bibref ref="HTML40" role="informative"/>
      form element. When the user submits the form (e.g. by pressing on
      a submit button), the event <code>{"http://www.w3.org/2001/xml-events",
      "submit"}</code> is dispatched to the element and the default
      action for this event type is generally to send a request to a Web
      server with the parameters from the form.
    </p>
    <p>
      The default actions are not part of the DOM Event flow. Before
      invoking a default action, the implementation must first dispatch
      the event as described in the <specref ref="Events-flow"/>.
    </p>
    <p>
      <termdef id="dt-cancelable-event" term="cancelable event">A
      <term>cancelable event</term> is an event associated with a
      default action which is allowed to be canceled during the DOM
      event flow.</termdef> At any phase during the event flow, the
      triggered event listeners have the option of canceling the default
      action or allowing the default action to proceed. In the case of
      the hyperlink in the browser, canceling the action would have the
      result of not activating the hyperlink. Not all events defined in
      this specification are cancelable events.
    </p>
    <p>
      Different implementations will specify their own default actions,
      if any, associated with each event. The DOM Events specification
      does not attempt to specify these actions.
    </p>
    <p>
      This specification does not provide mechanisms for accessing
      default actions or adding new ones.
    </p>
    <note>
      <p>
	Some implementations also provide default actions
	<emph>before</emph> the dispatch of the event. It is not
	possible to cancel those default actions and this specification
	does not address them. An example of such default actions can be
	found in <bibref role="informative" ref="DOM2HTML"/> on the
	<code>HTMLInputElement.checked</code> attribute.
      </p>
    </note>
  </div2>
  <div2 id="Event-types">
    <head>Event types</head>
    <p>
      Each event is associated with a type, called <term>event
      type</term>. The event type is composed of a <termref def="dt-localname">local name</termref> and a <termref def="dt-namespaceURI">namespace URI</termref> as defined in
      <bibref ref="Namespaces"/>. All events defined in this
      specification use the namespace URI <code>"http://www.w3.org/2001/xml-events"</code>.
    </p>
    <note>
      <p>
	As in <bibref role="informative" ref="DOMCore"/>, DOM Level 3
	Events does not perform any URI normalization or
	canonicalization. The URIs given to the DOM are assumed to be
	valid (e.g., characters such as white spaces are properly
	escaped), and no lexical checking is performed. Absolute URI
	references are treated as strings and <termref def="dt-string-compare">compared literally</termref>. How
	relative namespace URI references are treated is undefined. To
	ensure interoperability only absolute namespace URI references
	(i.e., URI references beginning with a scheme name and a colon)
	should be used. Applications that wish to have no namespace
	should use the value <code>null</code> as the namespaceURI
	parameter of methods. If they pass an empty string the DOM
	implementation turns it into a <code>null</code>.
      </p>
    </note>
    <div3 id="Events-EventTypes-category">
      <head>Event types and event categories</head>
      <p>
	An event type could be part of one or more categories. A
	category is represented using a <termref def="dt-localname">local name</termref> and a <termref def="dt-namespaceURI">namespace URI</termref> as defined in
	<bibref ref="Namespaces"/>. The event types defined in this
	specification are not associated with one or more event
	categories and this specification does not provide methods to
	associate them. Other specifications may create and associate
	event categories with event listeners but in such case would
	need to inform the dispatch mechanism of those event categories.
      </p>
    </div3>
    <div3 id="Events-EventTypes-complete">
      <head>Complete list of event types</head>

      <p>
	Depending on the level of DOM support, or the devices used to
	display (e.g. screen) or interact with (e.g. mouse, keyboard,
	touch screen, voice, ...), these event types could be generated by
	the implementation. When used with an <bibref ref="XML" role="informative"/> or <bibref ref="HTML40" role="informative"/> application, the specifications of those
	languages may restrict the semantics and scope (in particular the
	possible target nodes) associated with an event type. For
	example, <code>{"http://www.w3.org/2001/xml-events", "click"}</code> can be targeted to all
	<bibref ref="XHTML10" role="informative"/> elements but applet,
	base, basefont, bdo, br, font, frame, frameset, head, html,
	iframe, isindex, meta, param, script, style, and title. Refer to
	the specification defining the language used in order to find
	those restrictions or to find event types that are not defined
	in this document.
      </p>
      
      <p>
	The following table defines all event types provided in this
	specification (with the exception of two event types preserved
	for backward compatibility with <bibref role="informative" ref="HTML40"/>). All events will accomplish the capture phase
	and target phases, but not all of them will accomplish the
	bubbling phase (see also <specref ref="Events-flow"/>). Some
	events are not <termref def="dt-cancelable-event">cancelable</termref> (see <specref ref="Events-flow-cancelation"/>). Contextual information related
	to the event type are accessible using DOM interfaces.
      </p>
      <table summary="This table contains the complete list of event types  defined by DOM Level 3 Events. The first column contains the  name of the event type. The second column contains the  definition of of the event type. The third column indicates if  the event accomplish the bubbling phase or not (all events  accomplish the capture and target phases). The fourth column  indicates if the default action associated with the event can be  canceled. The fifth column indicates the nodes that can be  target of the event. the sixth (and last) column indicates the  DOM interface implemented by the event object." cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Description</th>
	    <th rowspan="1" colspan="1">Bubbling phase</th>
	    <th rowspan="1" colspan="1">Cancelable</th>
	    <th rowspan="1" colspan="1">Target node</th>
	    <th rowspan="1" colspan="1">DOM interface</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMActivate"</code></td>
	    <td rowspan="1" colspan="1">
	      An element is activated, for instance, using a mouse
	      device, a keyboard device, or a voice command.
	      <note>
		<p>
		  The activation of an element is device dependent but
		  is also application dependent, e.g. a link in a
		  document can be activated using a mouse click or a
		  mouse double click.
		</p>
	      </note>
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>UIEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMFocusIn"</code></td>
	    <td rowspan="1" colspan="1">
	      An <termref def="dt-event-target">event target</termref>
	      receives focus, for instance via a pointing device being
	      moved onto an element or using keyboard navigation. The
	      focus is given to the element before the dispatch of this
	      event type. 
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>UIEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMFocusOut"</code></td>
	    <td rowspan="1" colspan="1">
	      A <termref def="dt-event-target">event target</termref>
	      loses focus, for instance via a pointing device being
	      moved out of an element or by tabbing navigation out of
	      the element. The focus is taken from the element before
	      the dispatch of this event type.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>UIEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "textInput"</code></td>
	    <td rowspan="1" colspan="1">
	      One or more characters have been entered. The characters
	      can originate from a variety of sources. For example, it
	      could be a character resulting from a key being pressed or
	      released on a keyboard device, a character resulting
	      from the processing of an <termref def="dt-ime">input
	      method editor</termref>, or resulting from a voice
	      command.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>TextEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "click"</code></td>
	    <td rowspan="1" colspan="1">
	      A pointing device button is clicked over an element. The
	      definition of a click depends on the environment
	      configuration; i.e. may depend on the screen location or
	      the delay between the press and release of the pointing
	      device button. In any case, the target node must be the
	      same between the mousedown, mouseup, and click. The
	      sequence of these events is: <code>{"http://www.w3.org/2001/xml-events",
	      "mousedown"}</code>, <code>{"http://www.w3.org/2001/xml-events",
	      "mouseup"}</code>, and <code>{"http://www.w3.org/2001/xml-events",
	      "click"}</code>. Note that, given the definition of a
	      click, If one or more of the event types
	      <code>{"http://www.w3.org/2001/xml-events", "mouseover"}</code>,
	      <code>{"http://www.w3.org/2001/xml-events", "mousemove"}</code>, and
	      <code>{"http://www.w3.org/2001/xml-events", "mouseout"}</code> occur between
	      the press and release of the pointing device button, the
	      event type <code>{"http://www.w3.org/2001/xml-events", "click"}</code> cannot
	      occur. In the case of nested elements, this event type is
	      always targeted at the most deeply nested element.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MouseEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mousedown"</code></td>
	    <td rowspan="1" colspan="1">
	      A pointing device button is pressed over an element. In
	      the case of nested elements, this event type is always
	      targeted at the most deeply nested element.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MouseEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mouseup"</code></td>
	    <td rowspan="1" colspan="1">
	      A pointing device button is released over an element. In
	      the case of nested elements, this event type is always
	      targeted at the most deeply nested element.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MouseEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mouseover"</code></td>
	    <td rowspan="1" colspan="1">
	      A pointing device is moved onto an element. In the case
	      of nested elements, this event type is always targeted at
	      the most deeply nested element.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MouseEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mousemove"</code></td>
	    <td rowspan="1" colspan="1">
	      A pointing device is moved while it is over an
	      element. In the case of nested elements, this event type
	      is always targeted at the most deeply nested element.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MouseEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mouseout"</code></td>
	    <td rowspan="1" colspan="1">
	      A pointing device is moved away from an element. In the
	      case of nested elements, this event type is always
	      targeted at the most deeply nested element.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MouseEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "keydown"</code></td> 
	    <td rowspan="1" colspan="1">
	      A key is pressed down. This event type is device dependent
	      and relies on the capabilities of the input devices and
	      how they are mapped in the operating system. This event
	      type is generated after the keyboard mapping but before
	      the processing of the <termref def="dt-ime">input method
	      editor</termref>. This event should logically happen before
	      the event <code>{"http://www.w3.org/2001/xml-events", "keyup"}</code> is
	      produced.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>KeyboardEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "keyup"</code></td> 
	    <td rowspan="1" colspan="1">
	      A key is released. This event type is device dependent and
	      relies on the capabilities of the input devices and how
	      they are mapped in the operating system. This event type
	      is generated after the keyboard mapping but before the
	      processing of the <termref def="dt-ime">input method
	      editor</termref>. This event should logically happen after
	      the event <code>{"http://www.w3.org/2001/xml-events", "keydown"}</code> is
	      produced.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>KeyboardEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMSubtreeModified"</code></td> 
	    <td rowspan="1" colspan="1">
		This is a general event for notification of all changes
		to the document. It can be used instead of the more
		specific events listed below. It may be dispatched after
		a single modification to the document or, at the
		implementation's discretion, after multiple changes have
		occurred. The latter use should generally be used to
		accommodate multiple changes which occur either
		simultaneously or in rapid succession. The target of
		this event is the lowest common parent of the changes
		which have taken place.  This event is dispatched after
		any other events caused by the mutation(s) have occurred.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Document</code>, <code>DocumentFragment</code>,
	      <code>Element</code>, <code>Attr</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeInserted"</code></td> 
	    <td rowspan="1" colspan="1">
	      A node has been added as a <termref def="dt-child">child</termref> of another node. This event
	      is dispatched after the insertion has taken place.  The
	      <termref def="dt-target-node">target node</termref> of
	      this event is the node being inserted.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><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>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeRemoved"</code></td>
	    <td rowspan="1" colspan="1">
	      A node is being removed from its parent node.  This event
	      is dispatched before the node is removed from the tree.
	      The <termref def="dt-target-node">target node</termref> of
	      this event is the node being removed.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><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>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeRemovedFromDocument"</code></td>
	    <td rowspan="1" colspan="1">
	      A node is being removed from a document, either through
	      direct removal of the node or removal of a subtree in
	      which it is contained. This event is dispatched before the
	      removal takes place. The <termref def="dt-target-node">target node</termref> of this event
	      type is the node being removed. If the node is being
	      directly removed, the event type <code>{"http://www.w3.org/2001/xml-events",
	      "DOMNodeRemoved"}</code> will fire before this event type.
	    </td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><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>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeInsertedIntoDocument"</code></td>
	    <td rowspan="1" colspan="1">
	      A node is being inserted into a document, either through
	      direct insertion of the node or insertion of a subtree in
	      which it is contained. This event is dispatched after the
	      insertion has taken place. The <termref def="dt-target-node">target node</termref> of this event
	      is the node being inserted.  If the node is being directly
	      inserted, the event type <code>{"http://www.w3.org/2001/xml-events",
	      "DOMNodeInserted"}</code> will fire before this event
	      type.
	    </td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><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>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMAttrModified"</code></td>
	    <td rowspan="1" colspan="1">
	      Occurs after an <code>Attr</code> has been modified on a
	      node. The <termref def="dt-target-node">target
	      node</termref> of this event is the parent
	      <code>Element</code> node whose <code>Attr</code> changed.
	      It is expected that string based replacement of an
	      <code>Attr</code> value will be viewed as a modification
	      of the <code>Attr</code> since its identity does not
	      change. Subsequently replacement of the <code>Attr</code>
	      node with a different <code>Attr</code> node is viewed as
	      the removal of the first <code>Attr</code> node and the
	      addition of the second.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1"><code>Element</code></td>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMCharacterDataModified"</code></td>
	    <td rowspan="1" colspan="1">
	      Occurs after <code>CharacterData.data</code> or
	      <code>ProcessingInstruction.data</code> have been modified
	      but the node itself has not been inserted or deleted. The
	      <termref def="dt-target-node">target node</termref> of
	      this event is the <code>CharacterData</code> node or the
	      <code>ProcessingInstruction</code> node.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Text</code>, <code>Comment</code>,
	      <code>CDATASection</code>,
	      <code>ProcessingInstruction</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>MutationEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMElementNameChanged"</code></td>
	    <td rowspan="1" colspan="1">
	      Occurs after the <code>namespaceURI</code> and/or the
	      <code>nodeName</code> of an <code>Element</code> node have
	      been modified (e.g., the element was renamed using
	      <code>Document.renameNode</code>). The target of this
	      event is the renamed <code>Element</code> node.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>MutationNameEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMAttributeNameChanged"</code></td>
	    <td rowspan="1" colspan="1">
	      Occurs after the <code>namespaceURI</code> and/or the
	      <code>nodeName</code> of a <code>Attr</code> node have
	      been modified (e.g., the attribute was renamed using
	      <code>Document.renameNode</code>). The target of this
	      event is the parent <code>Element</code> node whose
	      <code>Attr</code> has been renamed.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>MutationNameEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "load"</code></td>
	    <td rowspan="1" colspan="1">
	      The DOM Implementation finishes loading the resource (such
	      as the document) and any dependent resources (such as
	      images, style sheets, or scripts). Dependent resources that
	      fail to load will not prevent this event from firing if
	      the resource that loaded them is still accessible via the
	      DOM.
	    </td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "unload"</code></td>
	    <td rowspan="1" colspan="1">
	      The DOM implementation removes from the environment the
	      resource (such as the document) or any dependent resources
	      (such as images, style sheets, scripts). The document is
	      unloaded after the dispatch of this event type.
	    </td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "abort"</code></td>
	    <td rowspan="1" colspan="1">
	      The loading of the document, or a resource linked from it,
	      is stopped before being entirely loaded.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "error"</code></td>
	    <td rowspan="1" colspan="1">
	      The document, or a resource linked from it, has been
	      loaded but cannot be interpreted according to its
	      semantic, such as an invalid image or a script execution
	      error.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "select"</code></td>
	    <td rowspan="1" colspan="1">
	      A user selects some text. DOM Level 3 Events does not
	      provide contextual information to access the selected
	      text. The selection occured before the dispatch of this
	      event type.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "change"</code></td>
	    <td rowspan="1" colspan="1">
	      A control loses the input focus and its values has been
	      modified since gaining focus.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "submit"</code></td>
	    <td rowspan="1" colspan="1">
	      A form, such as <bibref role="informative" ref="HTML40"/>,
	      <bibref role="informative" ref="XHTML10"/>, or <bibref role="informative" ref="XForms10"/> forms, is submitted.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "reset"</code></td>
	    <td rowspan="1" colspan="1">
	      A form, such as <bibref role="informative" ref="HTML40"/>,
	      <bibref role="informative" ref="XHTML10"/>, or <bibref role="informative" ref="XForms10"/> forms, is reset.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">
	      <code>Element</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "resize"</code></td>
	    <td rowspan="1" colspan="1">
	      A document view has been resized. The resize occured
	      before the dispatch of this event type.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Document</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>UIEvent</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "scroll"</code></td>
	    <td rowspan="1" colspan="1">
	      A document view has been scrolled. The scroll occured
	      before the dispatch of this event type.
	    </td>
	    <td rowspan="1" colspan="1">Yes</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>Document</code>
	    </td>
	    <td rowspan="1" colspan="1"><code>UIEvent</code></td>
	  </tr>
	</tbody>
      </table>

      <p>
	The event objects associated with the event types described
	above may contain context information. Refer to the description
	of the DOM interfaces for further information.
      </p>

    </div3>
    <div3 id="Events-dom2-compatibility">
      <head>Compatibility with DOM Level 2 Events</head>
      <p>
	<termref def="dt-namespaceURI">Namespace URIs</termref> Were
	only introduced in DOM Level 3 Events and were not part of DOM
	Level 2 Events. DOM Level 2 Events methods are namespace
	ignorant and the event type is only represented by an <termref def="dt-XML-name">XML name</termref>, specified in the
	<code>Event.type</code> attribute.
      </p>
      <p>
	Therefore, while it is safe to use these methods when not
	dealing with namespaces, using them and the new ones at the same
	time should be avoided. DOM Level 2 Events methods solely
	identify events by their <code>Event.type</code>. On the
	contrary, the DOM Level 3 Events methods related to namespaces,
	identify attribute nodes by their
	<code>Event.namespaceURI</code> and
	<code>Event.type</code>. Because of this fundamental difference,
	mixing both sets of methods can lead to unpredictable
	results. For example, using
	<code>EventTarget.addEventListenerNS</code>, two event listeners
	(or more) could be registered using the same <code>type</code>
	and same <code>useCapture</code> values, but different
	<code>namespaceURI</code>s. Calling
	<code>EventTarget.removeEventListener</code> with that
	<code>type</code> and <code>useCapture</code> could then remove
	any or none of those event listeners. The result depends on the
	implementation. The only guarantee in such cases is that all
	methods which access an event listener by its
	<code>namespaceURI</code> and <code>type</code> will access the
	same event listener. For instance,
	<code>EventTarget.removeEventListenerNS</code> removes the event
	that <code>EventTarget.addEventListenerNS</code> added.
      </p>
      <p>
	For compatibility reasons, the dispatching of an event will
	ignore namespace URIs if either the event or the event listener
	has a <code>null</code> namespace URI. If a DOM Level 2 event
	(i.e. with a <code>null</code> namespace URI) is dispatched in
	the DOM tree, all event listeners that match the
	<code>type</code> will be triggered as described in the <specref ref="Events-flow"/>. If a DOM Level 3 event (i.e. with a
	namespace URI) is dispatched in the DOM tree, all event listener
	with the same type and the same or <code>null</code> namespace
	URI, will be triggered as described in the <specref ref="Events-flow"/>.
      </p>
    </div3>
  </div2>

  <div2 id="Events-registration">
    <head>Event listener registration</head>
    <note>
      <p>
	This section is informative.
      </p>
    </note>
    <p>
      There are mainly two ways to associate an event listener to a node
      in the tree:
    </p>
    <olist>
      <item>
	<p>at the programming level using the <code>EventTarget</code>
	methods.</p>
      </item>
      <item>
	<p>
	  at the document level using <bibref role="informative" ref="XMLEvents"/> or an ad-hoc syntax, as the ones provided in
	  <bibref role="informative" ref="XHTML10"/> or <bibref role="informative" ref="SVG1"/>.
	</p>
      </item>
    </olist>
    <div3 id="Events-Registration-interfaces">
      <head>Using the <code>EventTarget</code> methods</head>
      <p>
	The user can attach an event listener using the methods on the
	<code>EventTarget</code> interface:
      </p>
      <eg xml:space="preserve">myCircle.addEventListenerNS("http://www.w3.org/2001/xml-events",
                            "DOMActivate",
                            myListener,
                            true,
                            myEvtGroup);</eg>
      <p>
	The methods do not provide the ability to register the same
	event listener more than once for the same event type and the
	same phase. It is not possible to register an
	event listener:
      </p>
      <ulist>
	<item>
	  <p>
	    for only one of the <termref def="dt-target-phase">target</termref> and <termref def="dt-bubbling-phase">bubbling</termref> phases since
	    those phases are coupled during the registration (but the
	    listener itself could ignore events during one of these
	    phases if desired).
	  </p>
	</item>
	<item>
	  <p>
	    for a specific event target and have it only triggered for
	    this event target during the bubbling or capture phases (but
	    again, the listener itself could ignore events with other
	    event targets if desired).
	  </p>
	</item>
	<item>
	  <p>
	    for a specific event category.
	  </p>
	</item>
      </ulist>
      <p>
	To register an event listener, DOM applications must use the
	methods <code>EventTarget.addEventListener</code> and
	<code>EventTarget.addEventListenerNS</code>.
      </p>
      <p>
	An <code>EventListener</code> being registered on an
	<code>EventTarget</code> may choose to have that
	<code>EventListener</code> triggered during the capture phase by
	specifying the <code>useCapture</code> parameter of the
	<code>EventTarget.addEventListener</code> or
	<code>EventTarget.addEventListenerNS</code> methods to be
	<code>true</code>. If <code>false</code>, the
	<code>EventListener</code> will be triggered during the target
	and bubbling phases.
      </p>
    </div3>
    <div3 id="Events-registration-xmlevents">
      <head>Using XML Events</head>
      <p>
	In <bibref role="informative" ref="XMLEvents"/>, event listeners
	are attached using elements and attributes:
      </p>
      <eg xml:space="preserve">&lt;listener event="DOMActivate" observer="myCircle" handler="#myListener"
          phase="capture" propagate="stop"/&gt;</eg>
      <p>
	Event listeners can only be registered on <code>Element</code>
	nodes, i.e. other <code>Node</code> types are not addressable,
	and cannot be registered for a specific group either, i.e. they
	are always attached to the default group. The <termref def="dt-target-phase">target phase</termref> and the <termref def="dt-bubbling-phase">bubbling phase</termref> are coupled
	during the registration. <bibref role="informative" ref="XMLEvents"/> does not address namespaces in event types. If
	the value of the <code>event</code> attribute of the
	<code>listener</code> element contains a colon (':'), it should
	be interpreted as a <term>QName</term> as defined in <bibref ref="XMLSchema2" role="informative"/>.
      </p>
    </div3>
    <div3 id="Events-registration-voicexmlevents">
      <head>Using VoiceXML Events</head>
      <p>
	In <bibref role="informative" ref="VoiceXML20"/>, event listeners
	are attached using elements:
      </p>
      <eg xml:space="preserve">&lt;form&gt;
  &lt;field&gt;
    &lt;prompt&gt;Please say something&lt;/prompt&gt;
    &lt;catch event="error.noauthorization"&gt;
     &lt;prompt&gt;You don't have the authorization!&lt;/prompt&gt;
    &lt;/catch&gt;
    &lt;catch event="connection.disconnect.hangup"&gt;
     &lt;prompt&gt;Connection error&lt;/prompt&gt;
    &lt;/catch&gt;
    &lt;catch event="connection.disconnect"&gt;
     &lt;prompt&gt;Connection error&lt;/prompt&gt;
    &lt;/catch&gt;
  &lt;/field&gt;
  &lt;catch event="error"&gt;
    &lt;prompt&gt;Unknown error&lt;/prompt&gt;
  &lt;/catch&gt;
&lt;/form&gt;</eg>
      <p>
	Event listeners can only be registered on <code>Element</code>
	nodes, i.e. other <code>Node</code> types are not addressable,
	and cannot be registered for a specific group either, i.e. they
	are always attached to the default group. The <termref def="dt-target-phase">target phase</termref> and the <termref def="dt-bubbling-phase">bubbling phase</termref> are coupled
	during the registration. <bibref role="informative" ref="VoiceXML20"/> does not address namespaces in event types but
	uses the notion of event categories. The event type
	<code>"connection.disconnect.hangup"</code> could be associated to
	the event categories
	<code>{"http://www.example.org/2003/voicexml", "connection"}</code>
	and <code>{"http://www.example.org/2003/voicexml",
	"connection.disconnect"}</code>.
      </p>
    </div3>
    <div3 id="Events-registration-html40">
      <head>Using XML or HTML attributes</head>
      <p>
	In languages such as <bibref role="informative" ref="HTML40"/>,
	<bibref role="informative" ref="XHTML10"/>, or <bibref role="informative" ref="SVG1"/>, event listeners are specified
	as attributes:
      </p>
      <eg xml:space="preserve">&lt;circle id="myCircle" onactivate="myListener(evt)"
        cx="300" cy="225" r="100" fill="red"/&gt;</eg>
      <p>
	Since only one attribute with the same name can appear on an
	element, it is therefore not possible to register more than one
	event listener on a single <code>EventTarget</code> for the
	event type. Also, event listeners can only be registered on
	<code>Element</code> nodes for the <termref def="dt-target-phase">target phase</termref> and <termref def="dt-bubbling-phase">bubbling phase</termref>, i.e. other
	<code>Node</code> types and the <termref def="dt-capture-phase">capture phase</termref> are not
	addressable with these languages. Event listeners cannot be
	registered for a specific group either, i.e. they are always
	attached to the default group.
      </p>
      <p>
	In order to achieve compatibility with those languages,
	implementors may view the setting of attributes which represent
	event handlers as the creation and registration of an <code>
	EventListener</code> on the <code>EventTarget</code>. The value
	of <code>useCapture</code> defaults to <code>false</code>.  This
	<code>EventListener</code> behaves in the same manner as any
	other <code>EventListeners</code> which may be registered on the
	<code>EventTarget</code>. If the attribute representing the
	event listener is changed, this may be viewed as the removal of
	the previously registered <code>EventListener</code> and the
	registration of a new one. Furthermore, no specification is made
	as to the order in which event attributes will receive the event
	with regards to the other <code>EventListeners</code> on the
	<code>EventTarget</code>.
      </p>
    </div3>
  </div2>
  
  <div2 id="Events-interface">
    <head>Basic interfaces</head>
    <p>
      The interfaces described in this section are fundamental to DOM
      Level 3 Events and must always be supported by the implementation.
    </p>
    <definitions>
      
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- Event interface -->

  <interface name="Event" id="Events-Event" since="DOM Level 2">
    <descr>
    <p>
      The <code>Event</code> interface is used to provide contextual
      information about an event to the listener processing the event.
      An object which implements the <code>Event</code> interface is
      passed as the parameter to an <code>EventListener</code>.  More
      specific context information is passed to event listeners by
      deriving additional interfaces from <code>Event</code> which
      contain information directly relating to the type of event they
      represent. These derived interfaces are also implemented by the
      object passed to the event listener.
    </p>
    </descr>

  <group id="Events-Event-eventPhaseType" name="PhaseType">
    <descr>
      <p>
	An integer indicating which phase of the event flow is being
	processed as defined in <specref ref="Events-flow"/>.
      </p>
    </descr>
    <constant name="CAPTURING_PHASE" id="CAPTURING_PHASE" type="unsigned short" value="1">
      <descr>
	<p>
	  The current event phase is the <termref def="dt-capture-phase">capture phase</termref>.
	</p>
      </descr>
    </constant>
    <constant name="AT_TARGET" id="AT_TARGET" type="unsigned short" value="2">
      <descr>
	<p>
	  The current event is in the <termref def="dt-capture-phase">target phase</termref>, i.e. it is
	  being evaluated at the <termref def="dt-event-target">event
	  target</termref>.
	</p>
      </descr>
    </constant>
    <constant name="BUBBLING_PHASE" id="BUBBLING_PHASE" type="unsigned short" value="3">
      <descr>
	<p>
	  The current event phase is the <termref def="dt-bubbling-phase">bubbling phase</termref>.
	</p>
      </descr>
    </constant>
  </group>

  <attribute type="DOMString" name="type" readonly="yes" id="Events-Event-type">
    <descr>
      <p>
	The name must be an <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">NCName</loc>
	as defined in <bibref ref="Namespaces"/> and is
	case-sensitive. The character ":" (colon) should not be used in
	this attribute.
      </p>
      <p>
	If the attribute <code>Event.namespaceURI</code> is different
	from <code>null</code>, this attribute represents a <termref def="dt-localname">local name</termref>.
      </p>
     </descr>    
  </attribute>
  
  <attribute type="EventTarget" name="target" readonly="yes" id="Events-Event-target">
    <descr>
      <p>
	Used to indicate the <termref def="dt-event-target">event
	target</termref>. This attribute contain the <termref def="dt-target-node">target node</termref> when used with the
	<specref ref="Events-flow"/>.
      </p>
    </descr>
  </attribute>
  
  <attribute type="EventTarget" name="currentTarget" readonly="yes" id="Events-Event-currentTarget">
    <descr>
      <p>
	Used to indicate the <code>EventTarget</code> whose
	<code>EventListeners</code> are currently being processed. This
	is particularly useful during the capture and bubbling
	phases. This attribute could contain the <termref def="dt-target-node">target node</termref> or a target ancestor
	when used with the <specref ref="Events-flow"/>.
      </p>
    </descr>
  </attribute>
  
  <attribute type="unsigned short" name="eventPhase" readonly="yes" id="Events-Event-eventPhase">
    <descr>
      <p>
	Used to indicate which phase of event flow is currently being
	accomplished.
      </p>
    </descr>
  </attribute>
  
  <attribute type="boolean" name="bubbles" readonly="yes" id="Events-Event-canBubble">
    <descr>
      <p>
	Used to indicate whether or not an event is a bubbling event.
	If the event can bubble the value is <code>true</code>,
	otherwise the value is <code>false</code>.
      </p>
    </descr>
  </attribute>
  
  <attribute type="boolean" name="cancelable" readonly="yes" id="Events-Event-canCancel">
    <descr>
      <p>
	Used to indicate whether or not an event can have its default
	action prevented (see also <specref ref="Events-flow-cancelation"/>). If the default action can be
	prevented the value is <code>true</code>, otherwise the value is
	<code>false</code>.
      </p>
    </descr>
  </attribute>
  
  <attribute type="DOMTimeStamp" name="timeStamp" readonly="yes" id="Events-Event-timeStamp">
    <descr>
      <p>
	Used to specify the time (in milliseconds relative to the epoch)
	at which the event was created. Due to the fact that some
	systems may not provide this information the value of
	<code>timeStamp</code> may be not available for all events. When
	not available, a value of <code>0</code> will be
	returned. Examples of epoch time are the time of the system
	start or 0:0:0 UTC 1st January 1970.
      </p>
    </descr>
  </attribute>
  
  <method name="stopPropagation" id="Events-Event-stopPropagation">
    <descr>
      <p>
	This method is used to prevent event listeners of the same group
	to be triggered but its effect is differed until all event
	listeners attached on the <code>currentTarget</code> have been
	triggered (see <specref ref="Events-propagation-and-groups"/>). Once it has been called,
	further calls to that method have no additional effect.
      </p>
      <note>
	<p>
	  This method does not prevent the default action from being
	  invoked; use <code>preventDefault</code> for that effect.
	</p>
      </note>
    </descr>
    <parameters>
    </parameters>
    <returns type="void">
      <descr><p><!--empty paragraph--></p></descr>
    </returns>
    <raises>
      <!-- No exceptions -->
    </raises>
  </method>
  
  <method name="preventDefault" id="Events-Event-preventDefault">
    <descr>
      <p>
	If an event is cancelable, the <code>preventDefault</code>
	method is used to signify that the event is to be canceled,
	meaning any default action normally taken by the implementation
	as a result of the event will not occur (see also <specref ref="Events-flow-cancelation"/>), and thus independently of
	event groups. Calling this method for a non-cancelable event has
	no effect.
      </p>
      <note>
	<p>
	  This method does not stop the event propagation; use
	  <code>stopPropagation</code> or
	  <code>stopImmediatePropagation</code> for that effect.
	</p>
      </note>
    </descr>
    <parameters>
    </parameters>
    <returns type="void">
      <descr><p><!--empty paragraph--></p></descr>
    </returns>
    <raises>
      <!-- No exceptions -->
    </raises>
  </method>
  
  <method name="initEvent" id="Events-Event-initEvent">
    <descr>
      <p>
	The <code>initEvent</code> method is used to initialize the
	value of an <code>Event</code> created through the
	<code>DocumentEvent.createEvent</code> method. This method may
	only be called before the <code>Event</code> has been dispatched
	via the <code>EventTarget.dispatchEvent</code> method. If the
	method is called several times before invoking
	<code>EventTarget.dispatchEvent</code>, only the final
	invocation takes precedence. If called from a subclass of
	<code>Event</code> interface only the values specified in this
	method are modified, all other attributes are left unchanged.
      </p>
      <p>
	This method sets the <code>Event.type</code> attribute to
	<code>eventTypeArg</code>, and <code>Event.localName</code> and
	<code>Event.namespaceURI</code> to <code>null</code>. To
	initialize an event with a local name and namespace URI, use the
	<code>initEventNS</code> method.
      </p>
    </descr>
    <parameters>
      <param name="eventTypeArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
      <param name="canBubbleArg" type="boolean" attr="in">
	<descr>
	  <p>
	    Specifies whether or not the event can bubble. This
	    parameter overrides the intrinsic bubbling behavior of the
	    event.
	  </p>
	</descr>
      </param>
      <param name="cancelableArg" type="boolean" attr="in">
	<descr>
	  <p>
	    Specifies whether or not the event's default action can be
	    prevented. This parameter overrides the intrinsic cancelable
	    behavior of the event.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="void">
      <descr><p><!--empty paragraph--></p>
      </descr>
    </returns>
    <raises>
      <!-- no exception -->
    </raises>
  </method>
  
  <attribute readonly="yes" type="DOMString" name="namespaceURI" id="Events-Event-namespaceURI" since="DOM Level 3"> 
    <descr>     
      <p>
	The <termref def="dt-namespaceURI">namespace URI</termref>
	associated with this event at creation time, or
	<code>null</code> if it is unspecified.
      </p>
      <p>
	For events initialized with a DOM Level 2 Events method, such as
	<code>initEvent</code>, this is always <code>null</code>.
      </p>
    </descr>
  </attribute>
  
  <method name="isCustom" id="Events-Event-isCustom" since="DOM Level 3">
    <descr>
      <p>
	This method will always return <code>false</code>, unless the
	event implements the <code>CustomEvent</code> interface.
      </p>
     </descr>    
    <parameters>
      <!-- No parameters -->
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if <code>preventDefault()</code> has been
	  called for this event.
	</p>
      </descr>
    </returns>
    <raises>
      <!-- no exception -->
    </raises>
  </method>  
  
  <method name="stopImmediatePropagation" id="Events-Event-stopImmediatePropagation" since="DOM Level 3">
    <descr>
      <p>
	This method is used to prevent event listeners of the same group
	to be triggered and, unlike <code>stopPropagation</code> its
	effect is immediate (see <specref ref="Events-propagation-and-groups"/>). Once it has been called,
	further calls to that method have no additional effect.
      </p>
      <note>
	<p>
	  This method does not prevent the default action from being
	  invoked; use <code>preventDefault</code> for that effect.
	</p>
      </note>
    </descr>
    <parameters>
    </parameters>
    <returns type="void">
      <descr><p><!--empty paragraph--></p></descr>
    </returns>
    <raises>
      <!-- No exceptions -->
    </raises>
  </method>
  
  <method name="isDefaultPrevented" id="Events-Event-isDefaultPrevented" since="DOM Level 3">
    <descr>
      <p>
	This method will return <code>true</code> if the method
	<code>preventDefault()</code> has been called for this event,
	<code>false</code> otherwise.
      </p>
    </descr>    
    <parameters>
      <!-- No parameters -->
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if <code>preventDefault()</code> has been
	  called for this event.
	</p>
      </descr>
    </returns>
    <raises>
      <!-- no exception -->
    </raises>
  </method>
  
  <method name="initEventNS" id="Events-Event-initEventNS" since="DOM Level 3">
    <descr>
      <p>
	The <code>initEventNS</code> method is used to initialize the
	value of an <code>Event</code> created through the
	<code>DocumentEvent</code> interface.  This method may only be
	called before the <code>Event</code> has been dispatched via the
	<code>dispatchEvent</code> method, though it may be called
	multiple times the event has been dispatched. If called multiple
	times the final invocation takes precedence. If a call to
	<code>initEventNS</code> is made after one of the
	<code>Event</code> derived interfaces' init methods has been
	called, only the values specified in the
	<code>initEventNS</code> method are modified, all other
	attributes are left unchanged.
      </p>
      <p>
	This method sets the <code>Event.type</code> attribute to
	<code>eventTypeArg</code>, and <code>Event.namespaceURI</code>
	to <code>namespaceURIArg</code>.
      </p>
    </descr>
    <parameters>
      <param name="namespaceURIArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	    URI</termref> associated with this event, or
	    <code>null</code> if no namespace.
	  </p>
	</descr>
      </param>
      <param name="eventTypeArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-localname">local
	    name</termref> of the event type (see also the description
	    of <code>Event.type</code>).</p>
	</descr>
      </param>
      <param name="canBubbleArg" type="boolean" attr="in">
	<descr><p>Specifies whether or not the event can bubble.</p>
	</descr>
      </param>
      <param name="cancelableArg" type="boolean" attr="in">
	<descr>
	  <p>
	    Specifies whether or not the event's default action can be
	    prevented.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="void">
      <descr><p><!--empty paragraph--></p></descr>
    </returns>
    <raises>
      <!-- no exception -->
    </raises>
  </method>

</interface>

      
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- Event target interface -->

<interface name="EventTarget" id="Events-EventTarget" since="DOM Level 2">
  <descr>
    <p>
      The <code>EventTarget</code> interface is implemented by all the
      objects which could be <termref def="dt-event-target">event
      targets</termref> in an implementation which supports the <specref ref="Events-flows"/>. The interface allows registration, removal
      or query of event listeners, and dispatch of events to an event
      target.
    </p>
    <p>
      When used with <specref ref="Events-flow"/>, this interface is
      implemented by all <termref def="dt-target-node">target
      nodes</termref> and target ancestors, i.e. all DOM
      <code>Nodes</code> of the tree support this interface when the
      implementation conforms to DOM Level 3 Events and, therefore, this
      interface can be obtained by using binding-specific casting
      methods on an instance of the <code>Node</code> interface.
    </p>
    <p>
      Invoking multiple times <code>addEventListener</code> or
      <code>addEventListenerNS</code> on the same
      <code>EventTarget</code> with the same parameters
      (<code>namespaceURI</code>, <code>type</code>,
      <code>listener</code>, and <code>useCapture</code>) is considered
      to be a no-op and thus independently of the event group. They do
      not cause the <code>EventListener</code> to be called more than
      once and do not cause a change in the triggering order. In order
      to guarantee that an event listener will be added to the event
      target for the specified event group, one needs to invoke
      <code>removeEventListener</code> or
      <code>removeEventListenerNS</code> first.
     </p>
    </descr>

    <method name="addEventListener" id="Events-EventTarget-addEventListener">
     <descr>
      <p>
	This method allows the registration of an event listener in the
	default group and, depending on the <code>useCapture</code>
	parameter, on the capture phase of the DOM event flow or its
	target and bubbling phases.
      </p>
    </descr>
    <parameters>
      <param name="type" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <code>Event.type</code> associated with the
	    event for which the user is registering.
	  </p>
	</descr>
      </param>
      <param name="listener" type="EventListener" attr="in">
	<descr>
	  <p>
	    The <code>listener</code> parameter takes an object
	    implemented by the user which implements the
	    <code>EventListener</code> interface and contains the method
	    to be called when the event occurs.
	  </p>
	</descr>
      </param>
      <param name="useCapture" type="boolean" attr="in">
	<descr>
	  <p>
	    If true, <code>useCapture</code> indicates that the user
	    wishes to add the event listener for the <termref def="dt-capture-phase">capture phase</termref> only,
	    i.e. this event listener will not be triggered during the
	    <termref def="dt-target-phase">target</termref> and <termref def="dt-bubbling-phase">bubbling</termref> phases. If
	    <code>false</code>, the event listener will only be
	    triggered during the target and bubbling phases.
	  </p>
	</descr>
      </param>
     </parameters>
     <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
     </returns>
     <raises>
      <!-- No exceptions -->
     </raises>
    </method>

  <method name="removeEventListener" id="Events-EventTarget-removeEventListener">
    <descr>
      <p>
	This method allows the removal of event listeners from the
	default group.
      </p>
      <p>
	Calling <code>removeEventListener</code> with arguments which do
	not identify any currently registered <code>EventListener</code>
	on the <code>EventTarget</code> has no effect.
      </p>
     </descr>
     <parameters>
      <param name="type" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <code>Event.type</code> for which the user
	    registered the event listener.
	  </p>
	</descr>
      </param>
      <param name="listener" type="EventListener" attr="in">
	<descr>
	  <p>
	    The <code>EventListener</code> to be removed.
	  </p>
	</descr>
      </param>
      <param name="useCapture" type="boolean" attr="in">
	<descr>
	  <p>
	    Specifies whether the <code>EventListener</code> being
	    removed was registered for the capture phase or not.  If a
	    listener was registered twice, once for the capture phase
	    and once for the target and bubbling phases, each must be
	    removed separately. Removal of an event listener registered
	    for the capture phase does not affect the same event
	    listener registered for the target and bubbling phases, and
	    vice versa.
	  </p>
	</descr>
      </param>
     </parameters>
     <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
     </returns>
     <raises>
      <!-- No exceptions -->
     </raises>
    </method>

    <method name="dispatchEvent" id="Events-EventTarget-dispatchEvent" version="DOM Level 3">
     <descr>
     <p>
	This method allows the dispatch of events into the
	implementation's event model. The <termref def="dt-event-target">event target</termref> of the event is the
	<code>EventTarget</code> object on which
	<code>dispatchEvent</code> is called.
     </p>
     </descr>
     <parameters>
      <param name="evt" type="Event" attr="in">
	<descr>
	  <p>
	    The event to be dispatched.
	  </p>
	</descr>
      </param>
     </parameters>
     <returns type="boolean">
       <descr>
	<p>
	  Indicates whether any of the listeners which handled the event
	  called <code>preventDefault</code>. If
	  <code>preventDefault</code> was called the returned value is
	  <code>false</code>, else it is <code>true</code>.
	</p>
      </descr>
     </returns>
     <raises>
      <exception name="EventException">
	<descr>
	  <p>
	    UNSPECIFIED_EVENT_TYPE_ERR: Raised if the
	    <code>Event.type</code> was not specified by initializing
	    the event before <code>dispatchEvent</code> was
	    called. Specification of the <code>Event.type</code> as
	    <code>null</code> or an empty string will also trigger this
	    exception.
	  </p>
	  <p>
	    DISPATCH_REQUEST_ERR: Raised if the <code>Event</code>
	    object is already being dispatched in the tree.
	  </p>
	  <p>
	    NOT_SUPPORTED_ERR: Raised if the <code>Event</code>
	    object has not been created using
	    <code>DocumentEvent.createEvent</code> or does not support
	    the interface <code>CustomEvent</code>.
	  </p>
        </descr>
      </exception>
     </raises>
    </method>

<!-- removed
  <attribute type="EventListenerList" readonly="yes" name="eventListeners"
             id="EventTarget-eventListenerList" since="DOM Level 3"> 
    <descr>

      <p>An <code>EventListenerList</code> that contains all event listeners on
      this target, independently of their groups. Listeners may appear more
	than once in the list.</p>
    </descr> 
  </attribute> 
-->

  <method name="addEventListenerNS" id="Events-EventTargetGroup-addEventListenerNS" since="DOM Level 3">
    <descr>
     <p>
	This method allows the registration of an event listener in a
	specified group or the default group and, depending on the
	<code>useCapture</code> parameter, on the capture phase of the
	DOM event flow or its target and bubbling phases.
      </p>
    </descr>
    <parameters>
        <param name="namespaceURI" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.namespaceURI</code> associated
	    with the event for which the user is registering.
	  </p>
	</descr>
      </param>
        <param name="type" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.type</code> associated
	    with the event for which the user is registering.
	  </p>
	</descr>
      </param>
      <param name="listener" type="EventListener" attr="in">
	<descr>
	  <p>
	    The <code>listener</code> parameter takes an object
	    implemented by the user which implements the
	    <code>EventListener</code> interface and contains the method
	    to be called when the event occurs.
	  </p>
	</descr>
      </param>
      <param name="useCapture" type="boolean" attr="in">
	<descr>
	  <p>
	    If true, <code>useCapture</code> indicates that the user
	    wishes to add the event listener for the <termref def="dt-capture-phase">capture phase</termref> only,
	    i.e. this event listener will not be triggered during the
	    <termref def="dt-target-phase">target</termref> and <termref def="dt-bubbling-phase">bubbling</termref> phases. If
	    <code>false</code>, the event listener will only be
	    triggered during the target and bubbling phases.
	  </p>
	</descr>
      </param>
      <param name="evtGroup" type="DOMObject" attr="in">
	<descr>
	  <p>
	    The object that represents the event group to associate with
	    the <code>EventListener</code> (see also <specref ref="Events-propagation-and-groups"/>). Use
	    <code>null</code> to attach the event listener to the
	    default group.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="void">
      <descr>
      </descr>
    </returns>
    <raises><!-- No exceptions -->
    </raises>
  </method>
  <method name="removeEventListenerNS" id="Events-EventTargetGroup-removeEventListenerNS" since="DOM Level 3">
    <descr>
      <p>
	This method allows the removal of event listeners from a
	specified group or the default group.
      </p>
      <p>
	Calling <code>removeEventListenerNS</code> with arguments which
	do not identify any currently registered
	<code>EventListener</code> on the <code>EventTarget</code> has
	no effect.
      </p>
    </descr>
    <parameters>
        <param name="namespaceURI" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.namespaceURI</code> associated
	    with the event for which the user registered the event
	    listener.
	  </p>
	</descr>
      </param>
        <param name="type" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.type</code> associated with the
	    event for which the user registered the event listener.
	  </p>
	</descr>
      </param>
      <param name="listener" type="EventListener" attr="in">
	<descr>
	  <p>
	    The <code>EventListener</code> parameter indicates the
	    <code>EventListener</code> to be removed.
	  </p>
	</descr>
      </param>
      <param name="useCapture" type="boolean" attr="in">
	<descr>
	  <p>
	    Specifies whether the <code>EventListener</code> being
	    removed was registered for the capture phase or not.  If a
	    listener was registered twice, once for the capture phase
	    and once for the target and bubbling phases, each must be
	    removed separately. Removal of an event listener registered
	    for the capture phase does not affect the same event
	    listener registered for the target and bubbling phases, and
	    vice versa.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="void">
      <descr>
	<p><!--empty paragraph--></p>
      </descr>
    </returns>
    <raises><!-- No exceptions -->
    </raises>
  </method>

  <method name="willTriggerNS" since="DOM Level 3" id="Events3-willTriggerNS">
    <descr>
      <p>
	This method allows the DOM application to know if an event
	listener, attached to this <code>EventTarget</code> or one of
	its ancestors, will be triggered by the specified event type
	during the dispatch of the event to this event target or one of
	its descendants.
      </p>
    </descr>
    <parameters>
        <param name="namespaceURI" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.namespaceURI</code> associated
	    with the event.
	  </p>
	</descr>
      </param>
        <param name="type" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.type</code> associated with the
	    event.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if an event listener will be triggered on
	  the <code>EventTarget</code> with the specified event type,
	  <code>false</code> otherwise.
	</p>
      </descr>
    </returns>
    <raises>
    </raises>
  </method>

  <method name="hasEventListenerNS" since="DOM Level 3" id="Events3-hasEventListenerNS">
    <descr>
      <p>
	This method allows the DOM application to know if this
	<code>EventTarget</code> contains an event listener registered
	for the specified event type.  This is useful for determining at
	which nodes within a hierarchy altered handling of specific
	event types has been introduced, but should not be used to
	determine whether the specified event type triggers an event
	listener (see <code>willTriggerNS</code>).
      </p>
      <issue id="canTriggerOnTarget-useCapture" status="closed">
	<p>do we need a useCapture parameter?</p>
	<resolution>
	  <p>
	    No use case for that.
	  </p>
	</resolution>
      </issue>
    </descr>
    <parameters>
        <param name="namespaceURI" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.namespaceURI</code> associated
	    with the event.
	  </p>
	</descr>
      </param>
        <param name="type" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <code>Event.type</code> associated
	    with the event.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if an event listener is registered on this
	  <code>EventTarget</code> for the specified event type,
	  <code>false</code> otherwise.
	</p>
      </descr>
    </returns>
    <raises>
    </raises>
  </method>

</interface>

      
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- Event listener interface -->

<interface id="Events-EventListener" name="EventListener" since="DOM Level 2" role="ecmascript-function">
  <descr>
    <p>
      The <code>EventListener</code> interface is the primary way for
      handling events. Users implement the <code>EventListener</code>
      interface and register their event listener on an
      <code>EventTarget</code>. The users should also remove their
      <code>EventListener</code> from its <code>EventTarget</code> after
      they have completed using the listener.
    </p>
    <p>
      Copying a <code>Node</code> does not copy the event listeners
      attached to it.  Event listeners must be attached to the newly
      created <code>Node</code> afterwards if so desired.  Therefore,
      <code>Nodes</code> are copied using <code>Node.cloneNode</code> or
      <code>Range.cloneContents</code>, the <code>EventListeners</code>
      attached to the source <code>Nodes</code> are not attached to
      their copies.
    </p>
    <p>
      Moving a <code>Node</code> does not affect the event listeners
      attached to it. Therefore, when <code>Nodes</code> are moved using
      <code>Document.adoptNode</code>, <code>Node.appendChild</code>, or
      <code>Range.extractContents</code>, the
      <code>EventListeners</code> attached to the moved
      <code>Nodes</code> stay attached to them.
    </p>
  </descr>
  
  <method name="handleEvent" id="Events-EventListener-handleEvent">
    <descr>
      <p>
	This method is called whenever an event occurs of the event type
	for which the <code>EventListener</code> interface was
	registered.
      </p>
    </descr>
    <parameters>
      <param name="evt" type="Event" attr="in">
	<descr>
	  <p>
	    The <code>Event</code> contains contextual information about
	    the <termref def="dt-event">event</termref>.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="void">
      <descr><p><!--empty paragraph--></p></descr>
    </returns>
    <raises>
      <!-- No exceptions -->
    </raises>
  </method>
</interface>

      
<!-- EventException interface -->

<exception id="Events-EventException" name="EventException" since="DOM Level 2">
  <descr>
    <p>
      Event operations may throw an <code>EventException</code> as specified in
      their method descriptions.
    </p>
  </descr>
  
  <component id="Events-EventException-code" name="code">
    <typename>unsigned short</typename>
  </component>
  
</exception>

<group id="Events-EventException-EventExceptionCode" name="EventExceptionCode" since="DOM Level 2">
  <descr>
    <p>
      An integer indicating the type of error generated.
    </p>
  </descr>
  <constant name="UNSPECIFIED_EVENT_TYPE_ERR" id="UNSPECIFIED_EVENT_TYPE_ERR" type="unsigned short" value="0">
    <descr>
      <p>
	If the <code>Event.type</code> was not specified by initializing
	the event before the method was called. Specification of the
	<code>Event.type</code> as <code>null</code> or an empty string
	will also trigger this exception.
      </p>
    </descr>
  </constant>
  <constant name="DISPATCH_REQUEST_ERR" id="DISPATCH_REQUEST_ERR" type="unsigned short" value="1" since="DOM Level 3">
    <descr>
      <p>
	If the <code>Event</code> object is already dispatched in the
	tree.
      </p>
    </descr>
  </constant>
</group>

    </definitions>
    <div3 id="Events-document">
      <head>Event creation</head>

      <p>
	In most cases, the events dispatched by the DOM Events
	implementation are also created by the implementation. It is
	however possible to simulate events such as mouse events by
	creating the <code>Event</code> objects and dispatch them using
	the DOM Events implementation.
      </p>
      <p>
	DOM Events provides two ways for creating <code>Event</code>
	objects. An application can either create <code>Event</code>
	objects that are known to the implementation, or create its own
	objects and have them dispatched by the DOM Events
	implementation.
      </p>
      <p>
	Creating <code>Event</code> objects that are known to the DOM
	Events implementation is done using
	<code>DocumentEvent.createEvent</code>. The application must
	then initialize the object by calling the appropriate
	initialization method before invoking
	<code>EventTarget.dispatchEvent</code>. The <code>Event</code>
	objects created must be known by the DOM Events implementation
	otherwise an event exception is thrown.
      </p>
      <p>
	The DOM application might want to create its own
	<code>Event</code> objects, in order to change the default
	<code>Event</code> implementation provided by the DOM Events
	implementation or to generate new event types with specific
	contextual information. In any case, the application is
	responsible for creating and initializing the <code>Event</code>
	object. The application can then dispatch the event using the
	DOM Events implementation by using
	<code>EventTarget.dispatchEvent</code>.
      </p>
      <p>
	However, the DOM Events implementation requires to have access
	to two attributes in the <code>Event</code> object in order to
	accomplish the dispatch appropriately:
	<code>Event.currentTarget</code> and
	<code>Event.eventPhase</code>. Those attributes are defined as
	<code>readonly</code> in the <code>Event</code> interface since
	event listeners must not change them and it is the
	responsibility of the DOM Events implementation to update them
	during the event flow. Therefore, implementing the
	<code>Event</code> interface when creating its own events is not
	enough for an application since the DOM Events implementation
	will not be able to update the current phase and the current
	node during the dispatch, unless the event object also
	implements the <code>CustomEvent</code> interface to give access
	to the relevant attributes.
      </p>

      <definitions>
	
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- DocumentEvent interface -->

<interface name="DocumentEvent" id="Events-DocumentEvent" since="DOM Level 2">
  <descr>
    <p>
      The <code>DocumentEvent</code> interface provides a mechanism by
      which the user can create an <code>Event</code> object of a type
      supported by the implementation. It is expected that the
      <code>DocumentEvent</code> interface will be implemented on the
      same object which implements the <code>Document</code> interface
      in an implementation which supports the Event model.
    </p>
  </descr>

    <method name="createEvent" id="Events-DocumentEvent-createEvent">
     <descr>
     <p><!--empty paragraph--></p>
     </descr>
     <parameters>
      <param name="eventType" type="DOMString" attr="in">
	<descr>
	  <p>
	    The <code>eventType</code> parameter specifies the name of
	    the DOM Events interface to be supported by the created
	    event object, e.g. <code>"Event"</code>,
	    <code>"MouseEvent"</code>, <code>"MutationEvent"</code>
	    ... If the <code>Event</code> is to be dispatched via the
	    <code>EventTarget.dispatchEvent</code> method the
	    appropriate event init method must be called after creation
	    in order to initialize the <code>Event</code>'s values.
	  </p>
	  <p>
	    As an example, a user wishing to synthesize some kind of
	    <code>UIEvent</code> would call
	    <code>DocumentEvent.createEvent</code> with the parameter
	    <code>"UIEvent"</code>.  The <code>UIEvent.initUIEventNS</code>
	    method could then be called on the newly created
	    <code>UIEvent</code> object to set the specific type of user
	    interface event to be dispatched, <code>{"http://www.w3.org/2001/xml-events",
	    "DOMActivate"}</code> for example, and set its context
	    information, e.g. <code>UIEvent.detail</code> in this example.
	  </p>
	  <p>
	    The <code>createEvent</code> method is used in creating
	    <code>Event</code>s when it is either inconvenient or
	    unnecessary for the user to create an <code>Event</code>
	    themselves.  In cases where the implementation provided
	    <code>Event</code> is insufficient, users may supply their
	    own <code>Event</code> implementations for use with the
	    <code>EventTarget.dispatchEvent</code> method. However, the
	    DOM implementation needs access to the attributes
	    <code>Event.currentTarget</code> and
	    <code>Event.eventPhase</code> to propagate appropriately the
	    event in the DOM tree. Therefore users' <code>Event</code>
	    implementations might need to support the
	    <code>CustomEvent</code> interface for that effect.
	  </p>
	  <note>
	    <p>
	      For backward compatibility reason, "UIEvents",
	      "MouseEvents", "MutationEvents", and "HTMLEvents" feature
	      names are valid values for the parameter
	      <code>eventType</code> and represent respectively the
	      interfaces "UIEvent", "MouseEvent", "MutationEvent", and
	      "Event".
	    </p>
	  </note>
      </descr>
      </param>
     </parameters>
     <returns type="Event">
       <descr>
	<p>
	  The newly created event object.
	</p>
      </descr>
     </returns>
     <raises>
      <exception name="DOMException">
	<descr>
	  <p>
	    NOT_SUPPORTED_ERR: Raised if the implementation does not
	    support the <code>Event</code> interface requested.
	  </p>
        </descr>
      </exception>
     </raises>
    </method>

  <method name="canDispatch" id="Events-DocumentEvent-canDispatch" since="DOM Level 3">
    <descr>
      <p>
	Test if the implementation can generate events of a specified
	type.
      </p>
    </descr>
    <parameters>
        <param name="namespaceURI" type="DOMString" attr="in">
          <descr>
          <p>
            Specifies the <code>Event.namespaceURI</code> of the event.
          </p>
        </descr>
      </param>
        <param name="type" type="DOMString" attr="in">
          <descr>
          <p>
            Specifies the <code>Event.type</code> of the event.
          </p>
        </descr>
      </param>
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if the implementation can generate and
	  dispatch this event type, <code>false</code> otherwise.
	</p>
      </descr>
    </returns>
    <raises>
      <!-- No exceptions -->
    </raises>
  </method>
  
</interface>

	
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- UIEvent interface -->

<interface name="CustomEvent" inherits="Event" id="Events-CustomEvent" since="DOM Level 3">
  <descr>
    <p>
      The <code>CustomEvent</code> interface gives access to the
      attributes <code>Event.currentTarget</code> and
      <code>Event.eventPhase</code>. It is intended to be used by the
      DOM Events implementation to access the underlying current target
      and event phase while dispatching a custom <code>Event</code> in
      the tree; it is also intended to be implemented, and <emph>not
      used</emph>, by DOM applications.
    </p>
    <p>
      The methods contained in this interface are not intended to be
      used by a DOM application, especially during the dispatch on the
      <code>Event</code> object. Changing the current target or the
      current phase may conduct into unpredictable results of the event
      flow. The DOM Events implementation should ensure that both
      methods return the appropriate current target and phase before
      invoking each event listener on the current target to protect DOM
      applications from malicious event listeners.
    </p>
    <note>
      <p>
	If this interface is supported by the event object,
	<code>Event.isCustom()</code> must return <code>true</code>.
      </p>
    </note>
  </descr>
  
  <method name="setDispatchState" id="Events-CustomEvent-setCurrentTarget">
    <descr>
      <p>
	The <code>setDispatchState</code> method is used by the DOM
	Events implementation to set the values of
	<code>Event.currentTarget</code> and
	<code>Event.eventPhase</code>. It also reset the states of
	<code>isPropagationStopped</code> and
	<code>isImmediatePropagationStopped</code>.
      </p>
    </descr>
    <parameters>
      <param name="target" type="EventTarget" attr="in">
	<descr>
	  <p>
	    Specifies the new value for the
	    <code>Event.currentTarget</code> attribute.
	  </p>
	</descr>
      </param>
      <param name="phase" type="unsigned short" attr="in">
	<descr>
	  <p>
	    Specifies the new value for the
	    <code>Event.eventPhase</code> attribute.
	  </p>
	</descr>
      </param>
    </parameters>
    <returns type="void">
      <descr>
      </descr>
    </returns>
    <raises>
    </raises>
  </method>
  
  <method name="isPropagationStopped" id="Events-Event-isPropagationStopped">
    <descr>
      <p>
	This method will return <code>true</code> if the method
	<code>stopPropagation()</code> has been called for this event,
	<code>false</code> in any other cases.
      </p>
     </descr>    
    <parameters>
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if the event propagation has been stopped
	  in the current group.
	</p>
      </descr>
    </returns>
    <raises>
      <!-- no exception -->
    </raises>
  </method>
  
  <method name="isImmediatePropagationStopped" id="Events-Event-isImmediatePropagationStopped">
    <descr>
      <p>
	The <code>isImmediatePropagationStopped</code> method is used by
	the DOM Events implementation to know if the method
	<code>stopImmediatePropagation()</code> has been called for this
	event. It returns <code>true</code> if the
	method has been called, <code>false</code> otherwise.
      </p>
     </descr>    
    <parameters>
    </parameters>
    <returns type="boolean">
      <descr>
	<p>
	  <code>true</code> if the event propagation has been stopped
	  immediately in the current group.
	</p>
      </descr>
    </returns>
    <raises>
      <!-- no exception -->
    </raises>
  </method>
  
</interface>


      </definitions>
    </div3>
  </div2>
  <div2 id="Events-eventgroupings">
    <head>Event module definitions</head>
    <p>
      The DOM Event Model allows a DOM implementation to support
      multiple modules of events. The model has been designed to allow
      addition of new event modules as is required.  The DOM will not
      attempt to define all possible events. For purposes of
      interoperability, the DOM will define a module of user interface
      events including lower level device dependent events, a module of
      UI logical events, and a module of document mutation events.
    </p>
    <div3 id="Events-eventgroupings-uievents">
      <head>User Interface event types</head>
      <p>
	The User Interface event module contains basic event types
	associated with user interfaces.
      </p>

      <definitions>
	
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- UIEvent interface -->

  <interface name="UIEvent" inherits="Event" id="Events-UIEvent" since="DOM Level 2">
    <descr>
    <p>
      The <code>UIEvent</code> interface provides specific contextual
      information associated with User Interface events.
    </p>
    <note>
      <p>
	To create an instance of the <code>UIEvent</code> interface, use
	the feature string "UIEvent" as the value of the input parameter
	used with the <code>DocumentEvent.createEvent</code> method.
      </p>
    </note>
  </descr>

  <attribute type="views::AbstractView" name="view" readonly="yes" id="Events-UIEvent-view">
    <descr>
      <p>The <code>view</code> attribute identifies the
	<code>AbstractView</code> from which the event was generated.</p>
    </descr>
  </attribute>

  <attribute id="Events-UIEvent-detail" name="detail" type="long" readonly="yes">
    <descr><p>Specifies some detail information about the <code>Event</code>,
	depending on the type of event.</p>
    </descr>
  </attribute>

    <method name="initUIEvent" id="Events-Event-initUIEvent">
      <descr>
      <p>The <code>initUIEvent</code> method is used to initialize the
      value of a <code>UIEvent</code> created using the
      <code>DocumentEvent.createEvent</code> method.  This method may only be
      called before the <code>UIEvent</code> has been dispatched via the
      <code>EventTarget.dispatchEvent</code> method, though it may be
      called multiple times during that phase if necessary. If called
      multiple times, the final invocation takes precedence.</p>
      </descr>
      <parameters>
        <param name="typeArg" type="DOMString" attr="in">
          <descr><p>Specifies the event type.</p>
          </descr>
        </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.  This parameter overrides the intrinsic
          bubbling behavior of the event.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default action
          can be prevented. This parameter overrides the intrinsic
          cancelable behavior of the event.</p>
          </descr>
        </param>
        <param name="viewArg" type="views::AbstractView" attr="in">
          <descr><p>Specifies the <code>Event</code>'s
          <code>AbstractView</code>.</p>
          </descr>
        </param>
        <param name="detailArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s detail.</p>
          </descr>
        </param>
      </parameters>
      <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
      </returns>
      <raises>
      <!-- No exceptions -->
      </raises>
    </method>

    <method name="initUIEventNS" id="Events-Event-initUIEventNS" since="DOM Level 3">
      <descr>
      <p>
	The <code>initUIEventNS</code> method is used to initialize the
	value of a <code>UIEvent</code> created using the
	<code>DocumentEvent.createEvent</code> method.  This method may only be
	called before the <code>UIEvent</code> has been dispatched via
	the <code>EventTarget.dispatchEvent</code> method, though it may
	be called multiple times during that phase if necessary.  If
	called multiple times, the final invocation takes
	precedence.</p>
      </descr>
      <parameters>
        <param name="namespaceURI" type="DOMString" attr="in">
	  <descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	    URI</termref> associated with this event, or
	    <code>null</code> if the application wish not to use
	    namespaces.
	  </p>
	</descr>
      </param>
        <param name="typeArg" type="DOMString" attr="in">
          <descr><p>
	    Specifies the event type (see also the description of the
	    <code>type</code> attribute in the <code>Event</code>
	    interface).</p>
          </descr>
        </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default 
          action can be prevented.</p>
          </descr>
        </param>
        <param name="viewArg" type="views::AbstractView" attr="in">
          <descr><p>Specifies the <code>Event</code>'s
	    <code>AbstractView</code>.</p>
          </descr>
        </param>
        <param name="detailArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s detail.</p>
          </descr>
        </param>
      </parameters>
      <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
      </returns>
      <raises>
      <!-- No exceptions -->
      </raises>
    </method>

  </interface>

      </definitions>
      
      <p>
	The User Interface event types are listed below. For a full
	description of the semantics associated with these event types,
	refer to the <specref ref="Events-EventTypes-complete"/>.  A DOM
	application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values <code>"UIEvents"</code> and <code>"3.0"</code>
	(respectively) to determine whether or not the DOM Level 3 User
	Interface event types are supported by the implementation. In
	order to fully support this module, an implementation must also
	support the <code>"Events"</code> feature defined in this specification and
	the <code>"Views"</code> feature defined in the DOM Level 2 Views
	specification <bibref ref="DOM2Views"/>. For
	additional information about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>. The DOM Level 3 User Interface Events module is
	built on top of the DOM Level 2 User Interface Events <bibref ref="DOM2Events"/> module, i.e. a DOM Level 3 User Interface
	Events implementation where <code>hasFeature("UIEvents",
	"3.0")</code> returns <code>true</code> must also return
	<code>true</code> when the <code>version</code> number is
	<code>"2.0"</code>, <code>""</code> or, <code>null</code>.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMActivate"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code> is in use.	      
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMFocusIn"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMFocusOut"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	</tbody>
      </table>
    </div3>

    <div3 id="Events-TextEvents-Interfaces"> 
      <head>Text events</head> 
      <p>
	The text event module originates from the <bibref ref="HTML40" role="informative"/> <code>onkeypress</code> attribute. Unlike
	this attribute, the event type <code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>
	applies only to characters and is specifically designed for use
	with text input devices.
      </p>
      <definitions>	
	
<!-- $Date: 2003/03/31 22:00:42 $ $Revision: 1.2 $ -->
<!--[ TextEvent object description ]-->
<interface name="TextEvent" inherits="UIEvent" id="Events-TextEvent" since="DOM Level 3"> 
  <descr> 
    <p>The <code>TextEvent</code> interface provides specific contextual
      information associated with Text Events.
    </p>
    <note>
      <p>
	To create an instance of the <code>TextEvent</code> interface,
	use the feature string "TextEvent" as the value of the input
	parameter used with the <code>DocumentEvent.createEvent</code>
	method.
      </p>
    </note>
    <issue id="auto-repeat" status="closed">
      <p>
	In the past, detail was used to contain the repeat count for
	the key. Do we want to keep this notion? How? using an
	auto-repeat event instead? Use cases?
      </p>
      <resolution>
	<p>closed.</p>
      </resolution>
    </issue>
    <issue id="visibleOutputGenerated-1" status="closed">
      <p>
	same question for visibleOutputGenerated: This attribute is
	device dependent (display related). What happen on voice system
	for example? What are the real use cases for it?
      </p>
      <resolution>
	<p>closed.</p>
      </resolution>
    </issue>
    <issue id="paste-1" status="closed">
      <p>
	What happens on paste through Ctrl-V? Do you get a textInput
	event or not if the selection contains characters?
      </p>
      <resolution>
	<p>
	  This will be undefined by this specification.
	</p>
      </resolution>
    </issue>
  </descr> 
  <attribute type="DOMString" name="data" id="Events-UIEvent-data" readonly="yes"> 
    <descr> 
      <p>
	<code>data</code> holds the value of the characters generated by
	the character device. This may be a single Unicode character or
	it may be a string.
      </p>
    </descr>
  </attribute>
  <method name="initTextEvent" id="Events-Event-initTextEvent"> 
    <descr> 
      <p>The <code>initTextEvent</code> method is used to initialize the value 
	of a <code>TextEvent</code> created using the
	<code>DocumentEvent.createEvent</code> method.
	This method may only be called before the <code>TextEvent</code> has been dispatched 
	via the <code>EventTarget.dispatchEvent</code> method, though it may be called multiple times during that 
	phase if necessary. If called multiple times, the final invocation takes precedence.
	This method has no effect if called after the event has been dispatched.</p>	
    </descr> 
    <parameters> 
      <param name="typeArg" type="DOMString" attr="in"> 
	<descr>
	  <p>Specifies the event type.</p> 
	</descr> 
      </param> 
      <param name="canBubbleArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event can bubble. This parameter overrides the intrinsic
	    bubbling behavior of the event.</p> 
	</descr> 
      </param> 
      <param name="cancelableArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event's default action can be
	    prevent.  This parameter overrides the intrinsic
	    cancelable behavior of the event.</p> 
	</descr> 
      </param> 
      <param name="viewArg" type="views::AbstractView" attr="in"> 
	<descr>
	  <p>Specifies the <code>TextEvent</code>'s view.</p> 
	</descr> 
      </param> 
      <param name="dataArg" type="DOMString" attr="in"> 
	<descr>
	  <p>Specifies the <code>TextEvent</code>'s
	    <code>data</code> attribute</p> 
	</descr> 
      </param>
    </parameters> 
    <returns type="void"> 
      <descr>
      </descr> 
    </returns> 
    <raises>      <!-- No exceptions -->
    </raises> 
  </method> 
  
  <method name="initTextEventNS" id="Events-Event-initTextEventNS"> 
    <descr> 
      <p>The <code>initTextEventNS</code> method is used to initialize the value 
	of a <code>TextEvent</code> created using the
	<code>DocumentEvent.createEvent</code> method.
	This method may only be called before the <code>TextEvent</code> has been dispatched 
	via the <code>EventTarget.dispatchEvent</code> method, though it may be called multiple times during that 
	phase if necessary. If called multiple times, the final invocation takes precedence.
	This method has no effect if called after the event has been dispatched.</p>	
    </descr> 
    <parameters> 
      <param name="namespaceURI" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	      URI</termref> associated with this event, or
	    <code>null</code> if the applications wish to have no
	    namespace.
	  </p>
	</descr>
      </param>
      <param name="type" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
      <param name="canBubbleArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event can bubble.</p> 
	</descr> 
      </param> 
      <param name="cancelableArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event's default action can be
	    prevent.</p> 
	</descr> 
      </param> 
      <param name="viewArg" type="views::AbstractView" attr="in"> 
	<descr>
	  <p>Specifies the <code>TextEvent</code>'s view.</p> 
	</descr> 
      </param> 
      <param name="dataArg" type="DOMString" attr="in"> 
	<descr>
	  <p>Specifies the <code>TextEvent</code>'s
	    <code>data</code> attribute</p> 
	</descr> 
      </param>
    </parameters> 
    <returns type="void"> 
      <descr>
      </descr> 
    </returns> 
    <raises>      <!-- No exceptions -->
    </raises> 
  </method> 
</interface> 

      </definitions> 

      <p>
	The text event type is listed below. For a full description of
	the semantics associated with this event type, refer to the
	<specref ref="Events-EventTypes-complete"/>.  A DOM application
	may use the <code>hasFeature(feature, version)</code> method of
	the <code>DOMImplementation</code> interface with parameter
	values <code>"TextEvents"</code> and <code>"3.0"</code>
	(respectively) to determine whether or not the Text event module
	is supported by the implementation. In order to fully support
	this module, an implementation must also support the
	<code>"UIEvents"</code> feature defined in this
	specification. For additional information about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "textInput"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code> and <code>TextEvent.data</code> are
	      in use.
	    </td>
	  </tr>
	</tbody>
      </table>
    </div3>

    <div3 id="Events-eventgroupings-mouseevents">
      <head>Mouse event types</head>
      <p>
	The Mouse event module originates from the <bibref ref="HTML40" role="informative"/> <code>onclick</code>,
	<code>ondblclick</code>, <code>onmousedown</code>,
	<code>onmouseup</code>, <code>onmouseover</code>,
	<code>onmousemove</code>, and <code>onmouseout</code>
	attributes. This event module is specifically designed for use
	with pointing input devices, such a mouse.
      </p>

      <definitions>
	
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- MouseEvent interface -->

  <interface name="MouseEvent" inherits="UIEvent" id="Events-MouseEvent" since="DOM Level 2">
    <descr>
    <p>The <code>MouseEvent</code> interface provides specific contextual 
      information associated with Mouse events.</p>
    <p>
      In the case of nested elements mouse events are always targeted at the
      most deeply nested element. Ancestors of the targeted element may use
      bubbling to obtain notification of mouse events which occur within its
      descendent elements.
    </p>

    <note>
      <p>
	To create an instance of the <code>MouseEvent</code> interface,
	use the feature string "MouseEvent" as the value of the input
	parameter used with the <code>DocumentEvent.createEvent</code>
	method.
      </p>
    </note>
  </descr>

    <attribute type="long" name="screenX" readonly="yes" id="Events-MouseEvent-screenX">
     <descr>
      <p>The horizontal coordinate at which the
	event occurred relative to the origin of the screen coordinate
	system.</p>
     </descr>
    </attribute>

    <attribute type="long" name="screenY" readonly="yes" id="Events-MouseEvent-screenY">
     <descr>
      <p>The vertical coordinate at which the
	event occurred relative to the origin of the screen coordinate
	system.</p>
     </descr>
    </attribute>

    <attribute type="long" name="clientX" readonly="yes" id="Events-MouseEvent-clientX">
     <descr>
      <p>The horizontal coordinate at which the
	event occurred relative to the DOM implementation's client area.</p>
     </descr>
    </attribute>

    <attribute type="long" name="clientY" readonly="yes" id="Events-MouseEvent-clientY">
     <descr>
      <p>The vertical coordinate at which the
	event occurred relative to the DOM implementation's client area.</p>

     </descr>
    </attribute>

  <attribute type="boolean" name="ctrlKey" readonly="yes" id="Events-MouseEvent-ctrlKey">
    <descr>
      <p>
	<code>true</code> if the control (Ctrl) key modifier is
	activated.
      </p>
    </descr>
  </attribute>
  
  <attribute type="boolean" name="shiftKey" readonly="yes" id="Events-MouseEvent-shiftKey">
    <descr>
      <p>
	<code>true</code> if the shift (Shift) key modifier is
	activated.
      </p>
    </descr>
  </attribute>
  
  <attribute type="boolean" name="altKey" readonly="yes" id="Events-MouseEvent-altKey">
    <descr>
      <p>
	<code>true</code> if the alt (alternative) key modifier is activated.
      </p>
    </descr>
  </attribute>

  <attribute type="boolean" name="metaKey" readonly="yes" id="Events-MouseEvent-metaKey">
    <descr>
      <p>
	<code>true</code> if the meta (Meta) key modifier is activated.
      </p>
      <note>
	<p>
	  The Command key modifier on Macintosh system must
	  be represented using this key modifier.
	</p>
      </note>
    </descr>
  </attribute>

    <attribute type="unsigned short" name="button" readonly="yes" id="Events-MouseEvent-button">
     <descr>
      <p>
	During mouse events caused by the depression or release of a
	mouse button, <code>button</code> is used to indicate which
	mouse button changed state. <code>0</code> indicates the normal
	(in general on the left or the one button on Macintosh
	mice, used to activate a button or select text)
	button of the mouse. <code>2</code> indicates the contextual
	property (in general on the right, used to display a context
	menu) button of the mouse if present. <code>1</code> indicates
	the extra (in general in the middle and often combined with the
	mouse wheel) button. Some mice may provide or simulate more
	buttons and values higher than <code>2</code> could be used to
	represent such buttons.
      </p>
     </descr>
    </attribute>

    <attribute type="EventTarget" name="relatedTarget" readonly="yes" id="Events-MouseEvent-relatedTarget">
     <descr>
      <p>
	Used to identify a secondary <code>EventTarget</code> related to
	a UI event. Currently this attribute is used with the mouseover
	event to indicate the <code>EventTarget</code> which the
	pointing device exited and with the mouseout event to indicate
	the <code>EventTarget</code> which the pointing device
	entered.</p>
     </descr>
    </attribute>

    <method name="initMouseEvent" id="Events-Event-initMouseEvent">
      <descr>
      <p>The <code>initMouseEvent</code> method is used to initialize
      the value of a <code>MouseEvent</code> created using the
      <code>DocumentEvent.createEvent</code> method.  This method may only be
      called before the <code>MouseEvent</code> has been dispatched via
      the <code>EventTarget.dispatchEvent</code> method, though it may be called
      multiple times before being dispatched.  If called multiple
      times, the final invocation takes precedence.</p>
      </descr>
      <parameters>
        <param name="typeArg" type="DOMString" attr="in">
          <descr><p>Specifies the event type.</p>
          </descr>
        </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default action
          can be prevented.</p>
          </descr>
        </param>
        <param name="viewArg" type="views::AbstractView" attr="in">
          <descr><p>Specifies the <code>Event</code>'s view.</p>
          </descr>
        </param>
        <param name="detailArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s mouse click
          count.</p>
          </descr>
        </param>
        <param name="screenXArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s screen x
          coordinate</p>
          </descr>
        </param>
        <param name="screenYArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s screen y
          coordinate</p>
          </descr>
        </param>
        <param name="clientXArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s client x
          coordinate</p>
          </descr>
        </param>
        <param name="clientYArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s client y
          coordinate</p>
          </descr>
        </param>
        <param name="ctrlKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not control key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="altKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not alt key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="shiftKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not shift key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="metaKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not meta key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="buttonArg" type="unsigned short" attr="in">
          <descr><p>Specifies the <code>Event</code>'s mouse button.</p>
          </descr>
        </param>
        <param name="relatedTargetArg" type="EventTarget" attr="in">
          <descr><p>Specifies the <code>Event</code>'s related
          <code>EventTarget</code>.</p>
          </descr>
        </param>
      </parameters>
      <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
      </returns>
      <raises>
      <!-- No exceptions -->
      </raises>
    </method>

    <method name="initMouseEventNS" id="Events-Event-initMouseEventNS" since="DOM Level 3">
      <descr>
      <p>The <code>initMouseEventNS</code> method is used to initialize
      the value of a <code>MouseEvent</code> created using the
      <code>DocumentEvent.createEvent</code> interface.  This method may only be
      called before the <code>MouseEvent</code> has been dispatched via
      the <code>EventTarget.dispatchEvent</code> method, though it may be called
      multiple times during that phase if necessary.  If called multiple
      times, the final invocation takes precedence.</p>
      </descr>
      <parameters>
      <param name="namespaceURI" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	    URI</termref> associated with this event, or
	    <code>null</code> if the application wish to have no
	    namespace.
	  </p>
	</descr>
      </param>
      <param name="typeArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default action
          can be prevented.</p>
          </descr>
        </param>
        <param name="viewArg" type="views::AbstractView" attr="in">
          <descr><p>Specifies the <code>Event</code>'s
          <code>AbstractView</code>.</p>
          </descr>
        </param>
        <param name="detailArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s mouse click
          count.</p>
          </descr>
        </param>
        <param name="screenXArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s screen x
          coordinate</p>
          </descr>
        </param>
        <param name="screenYArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s screen y
          coordinate</p>
          </descr>
        </param>
        <param name="clientXArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s client x
          coordinate</p>
          </descr>
        </param>
        <param name="clientYArg" type="long" attr="in">
          <descr><p>Specifies the <code>Event</code>'s client y
          coordinate</p>
          </descr>
        </param>
        <param name="ctrlKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not control key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="altKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not alt key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="shiftKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not shift key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="metaKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not meta key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
        <param name="buttonArg" type="unsigned short" attr="in">
          <descr><p>Specifies the <code>Event</code>'s mouse button.</p>
          </descr>
        </param>
        <param name="relatedTargetArg" type="EventTarget" attr="in">
          <descr><p>Specifies the <code>Event</code>'s related
          <code>EventTarget</code>.</p>
          </descr>
        </param>
        <param name="altGraphKeyArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not alt graph key was depressed
          during the <code>Event</code>.</p>
          </descr>
        </param>
      </parameters>
      <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
      </returns>
      <raises>
      <!-- No exceptions -->
      </raises>
    </method>

  <attribute name="altGraphKey" id="Events-MouseEvent-altGraphKey" type="boolean" readonly="yes" since="DOM Level 3">
    <descr>
      <p>
	<code>true</code> if the alt-graph (Alt Gr) key modifier is
	activated.
      </p>
      <note>
	<p>
	  Some operating systems simulate the alt-graph key modifier
	  with the combinaison of alt and ctrl key
	  modifiers. Implementations are encouraged to use this modifier
	  instead.
	</p>
      </note>
    </descr>
  </attribute>
</interface>

      </definitions>

      <p>
	The Mouse event types are listed below. For a full description
	of the semantics associated with these event types, refer to the
	<specref ref="Events-EventTypes-complete"/>. In the case of
	nested elements, mouse event types are always targeted at the
	most deeply nested element. Ancestors of the targeted element
	may use bubbling to obtain notification of mouse events which
	occur within its descendent elements. A DOM application may use
	the <code>hasFeature(feature, version)</code> method of the
	<code>DOMImplementation</code> interface with parameter values
	<code>"MouseEvents"</code> and <code>"3.0"</code> (respectively) to determine whether or
	not the Mouse event module is supported by the
	implementation. In order to fully support this module, an
	implementation must also support the "UIEvents" feature defined
	in this specification. For additional information
	about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>. The DOM Level 3 Mouse Events module is built on
	top of the DOM Level 2 Mouse Events <bibref ref="DOM2Events"/>
	module, i.e. a DOM Level 3 Mouse Events implementation where
	<code>hasFeature("MouseEvents", "3.0")</code> returns
	<code>true</code> must also return <code>true</code> when the
	<code>version</code> number is <code>"2.0"</code>,
	<code>""</code> or, <code>null</code>.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "click"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MouseEvent.screenX</code>,
	      <code>MouseEvent.screenY</code>,
	      <code>MouseEvent.clientX</code>,
	      <code>MouseEvent.clientY</code>,
	      <code>MouseEvent.altKey</code>,
	      <code>MouseEvent.ctrlKey</code>,
	      <code>MouseEvent.shiftKey</code>,
	      <code>MouseEvent.metaKey</code>,
	      <code>MouseEvent.altGraphKey</code>,
	      <code>MouseEvent.button</code>, and
	      <code>UIEvent.view</code> are in use. The
	      <code>UIEvent.detail</code> attribute indicates the number
	      of consecutive clicks of a pointing device button during
	      a user action. The attribute value is <code>1</code> when
	      the user begins this action and increments by
	      <code>1</code> for each click. The notion of consecutive
	      clicks depends on the environment configuration. For
	      example, a "double click" will not happen if there is a
	      long delay between the two clicks, even if the pointing
	      device did not move.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mousedown"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MouseEvent.screenX</code>,
	      <code>MouseEvent.screenY</code>,
	      <code>MouseEvent.clientX</code>,
	      <code>MouseEvent.clientY</code>,
	      <code>MouseEvent.altKey</code>,
	      <code>MouseEvent.ctrlKey</code>,
	      <code>MouseEvent.shiftKey</code>,
	      <code>MouseEvent.metaKey</code>,
	      <code>MouseEvent.altGraphKey</code>,
	      <code>MouseEvent.button</code>, and
	      <code>UIEvent.view</code> are in use. The
	      <code>UIEvent.detail</code> attribute indicates the number
	      of consecutive clicks, incremented by one, of a pointing
	      device button during a user action. For example, if no click
	      happened before the mousedown, <code>UIEvent.detail</code>
	      will contain the value <code>1</code>.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mouseup"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MouseEvent.screenX</code>,
	      <code>MouseEvent.screenY</code>,
	      <code>MouseEvent.clientX</code>,
	      <code>MouseEvent.clientY</code>,
	      <code>MouseEvent.altKey</code>,
	      <code>MouseEvent.ctrlKey</code>,
	      <code>MouseEvent.shiftKey</code>,
	      <code>MouseEvent.metaKey</code>,
	      <code>MouseEvent.altGraphKey</code>,
	      <code>MouseEvent.button</code>, and
	      <code>UIEvent.view</code> are in use. The
	      <code>UIEvent.detail</code> attribute indicates the number
	      of consecutive clicks, incremented by one, of a pointing
	      device button during a user action. For example, if no click
	      happened before the mouseup, <code>UIEvent.detail</code>
	      will contain the value <code>1</code>. However, if no
	      click is generated after the mouseup,
	      <code>UIEvent.detail</code> contains the value
	      <code>0</code>, indicating that no click is occurring.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mouseover"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MouseEvent.screenX</code>,
	      <code>MouseEvent.screenY</code>,
	      <code>MouseEvent.clientX</code>,
	      <code>MouseEvent.clientY</code>,
	      <code>MouseEvent.altKey</code>,
	      <code>MouseEvent.ctrlKey</code>,
	      <code>MouseEvent.shiftKey</code>,
	      <code>MouseEvent.metaKey</code>,
	      <code>MouseEvent.altGraphKey</code>, and
	      <code>UIEvent.view</code> are in
	      use. <code>MouseEvent.relatedTarget</code> indicates the
	      <termref def="dt-event-target">event target</termref> a
	      pointing device is exiting.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mousemove"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MouseEvent.screenX</code>,
	      <code>MouseEvent.screenY</code>,
	      <code>MouseEvent.clientX</code>,
	      <code>MouseEvent.clientY</code>,
	      <code>MouseEvent.altKey</code>,
	      <code>MouseEvent.ctrlKey</code>,
	      <code>MouseEvent.shiftKey</code>,
	      <code>MouseEvent.metaKey</code>,
	      <code>MouseEvent.altGraphKey</code>, and
	      <code>UIEvent.view</code> are in use.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "mouseout"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MouseEvent.screenX</code>,
	      <code>MouseEvent.screenY</code>,
	      <code>MouseEvent.clientX</code>,
	      <code>MouseEvent.clientY</code>,
	      <code>MouseEvent.altKey</code>,
	      <code>MouseEvent.ctrlKey</code>,
	      <code>MouseEvent.shiftKey</code>,
	      <code>MouseEvent.metaKey</code>,
	      <code>MouseEvent.altGraphKey</code>, and
	      <code>UIEvent.view</code> are in
	      use. <code>MouseEvent.relatedTarget</code> indicates the
	      <termref def="dt-event-target">event target</termref> a
	      pointing device is entering.
	    </td>
	  </tr>
	</tbody>
      </table>

      <p>
	As an example, a "double-click" on a mouse device will produce
	the following events (the value of <code>UIEvent.detail</code>
	is indicated in parenthesis):
      </p>
      <olist>
	<item>
	  <p>{<code>"http://www.w3.org/2001/xml-events", "mousedown"</code>}
	    (<code>1</code>)</p>
	</item>
	<item>
	  <p>{<code>"http://www.w3.org/2001/xml-events", "mouseup"</code>}
	    (<code>1</code>)</p>
	</item>
	<item>
	  <p>{<code>"http://www.w3.org/2001/xml-events", "click"</code>}
	    (<code>1</code>)</p>
	</item>
	<item>
	  <p>{<code>"http://www.w3.org/2001/xml-events", "mousedown"</code>}
	    (<code>2</code>)</p>
	</item>
	<item>
	  <p>{<code>"http://www.w3.org/2001/xml-events", "mouseup"</code>}
	    (<code>2</code>)</p>
	</item>
	<item>
	  <p>{<code>"http://www.w3.org/2001/xml-events", "click"</code>}
	    (<code>2</code>)</p>
	</item>
      </olist>

      <note role="editorial">
	<p>
	  plh -- I added this example above but didn't check if it is
	  correct or not yet (do we have the click(1)?). If it is not,
	  let me know in any case. I'll probably complicate the example
	  a bit (with moves) to show how detail really works.
	</p>
      </note>

    </div3>


    <div3 id="Events-KeyboardEvents-Interfaces"> 
      <head>Keyboard event types</head> 
      <p>
	Keyboard events are device dependent, i.e. they rely on the
	capabilities of the input devices and how they are mapped in the
	operating systems. It is therefore highly recommended to rely on
	<specref ref="Events-TextEvent"/> when dealing with characters.
      </p>
      
      <definitions>
	
<!-- $Date: 2003/03/31 22:00:42 $ $Revision: 1.2 $ -->
<!--[ KeyboardEvent object description ]-->
<interface name="KeyboardEvent" inherits="UIEvent" id="Events-KeyboardEvent" since="DOM Level 3"> 
  <descr> 
    <p>
      The <code>KeyboardEvent</code> interface provides specific
      contextual information associated with keyboard
      devices. Each keyboard event reference a key using an
      identifier.
    </p>
    <p>
      Each modifier attribute (<code>ctrlKey</code>,
      <code>shiftKey</code>, <code>altKey</code>, <code>metaKey</code>,
      and <code>altGraphKey</code>) is activated when the key modifier
      is being pressed down or maintained pressed, i.e. the modifier
      attribute is not in use when the key modifier is being released.
    </p>
    <note>
      <p>
	To create an instance of the <code>KeyboardEvent</code>
	interface, use the feature string "KeyboardEvent" as the value
	of the input parameter used with the
	<code>DocumentEvent.createEvent</code> method.
      </p>
    </note>
  </descr>

  <group id="ID-KeyboardEvent-KeyLocationCode" name="KeyLocationCode">
    <descr>
    </descr>
    <constant name="DOM_KEY_LOCATION_STANDARD" id="DOM_KEY_LOCATION_STANDARD" type="unsigned long" value="0x00">
      <descr>
	<p>
	  The key activation is not distinguished as the left or right
	  version of the key, and did not originate from the numeric
	  keypad (or did not originate with a virtual key corresponding
	  to the numeric keypad). Example: the 'Q' key on a PC 101 Key
	  US.
	</p>
      </descr>
    </constant>
    <constant name="DOM_KEY_LOCATION_LEFT" id="DOM_KEY_LOCATION_LEFT" type="unsigned long" value="0x01">
      <descr>
	<p>
	  The key activated is in the left key location (there is more
	  than one possible location for this key). Example: the left
	  Shift key on a PC 101 Key US.
	</p>
      </descr>
    </constant>
    <constant name="DOM_KEY_LOCATION_RIGHT" id="DOM_KEY_LOCATION_RIGHT" type="unsigned long" value="0x02">
      <descr>
	<p>
	  The key activation is in the right key location (there is more
	  than one possible location for this key). Example: the right
	  Shift key on a PC 101 Key US.
	</p>
      </descr>
    </constant>
    <constant name="DOM_KEY_LOCATION_NUMPAD" id="DOM_KEY_LOCATION_NUMPAD" type="unsigned long" value="0x03">
      <descr>
	<p>
	  The key activation originated on the numeric keypad or with a
	  virtual key corresponding to the numeric keypad. Example: the
	  '1' key on a PC 101 Key US.
	</p>
      </descr>
    </constant>
    <constant name="DOM_KEY_LOCATION_UNKNOWN" id="DOM_KEY_LOCATION_UNKNOWN" type="unsigned long" value="0x04">
      <descr>
	<p>
	  Implementations can use this constant to indicate that
	  the location of the key cannot be determined.
	</p>
	<note>
	  <p>
	    In case a DOM implementation wishes to provide new location
	    information, all values above the value of this constant can
	    be used for that effect and generic DOM applications should
	    consider values above the value of this constant as being
	    equivalent to <code>DOM_KEY_LOCATION_UNKNOWN</code>.
	  </p>
	</note>
      </descr>
    </constant>
  </group>
  
  <attribute type="DOMString" name="keyIdentifier" id="Events-KeyboardEvent-keyIdentifier" readonly="yes"> 
    <descr> 
      <p>
	<code>keyIdentifier</code> holds the identifier of the
	key. For a list of possible values, refer to <specref ref="KeySet"/>.
      </p> 
      <note>
	<p>
	  Implementations that are unable to identify a key must use the
	  key identifier <code>"Unidentified"</code>.
	</p>
      </note>
    </descr>
  </attribute>
  
  <attribute id="Events-KeyboardEvent-keylocation" name="keyLocation" type="unsigned long" readonly="yes">
    <descr>
      <p>
	The <code>keyLocation</code> attribute contains an indication of
	the location of they key on the device.
      </p>
    </descr>
  </attribute>
  
  <attribute name="ctrlKey" id="Events-KeyboardEvent-ctrlKey" type="boolean" readonly="yes">
    <descr>
      <p>
	<code>true</code> if the control (Ctrl) key modifier is
	activated.
      </p>
    </descr>
  </attribute>
  <attribute name="shiftKey" id="Events-KeyboardEvent-shiftKey" type="boolean" readonly="yes">
    <descr>
      <p>
	<code>true</code> if the shift (Shift) key modifier is
	activated.
      </p>
    </descr>
  </attribute>
  <attribute name="altKey" id="Events-KeyboardEvent-altKey" type="boolean" readonly="yes">
    <descr>
      <p>
	<code>true</code> if the alt (alternative) key modifier is
	activated.
      </p>
    </descr>
  </attribute>
  <attribute name="metaKey" id="Events-KeyboardEvent-metaKey" type="boolean" readonly="yes">
    <descr>
      <p>
	<code>true</code> if the meta (Meta) key modifier is activated.
      </p>
      <note>
	<p>
	  The Command key modifier on Macintosh system must
	  be represented using this key modifier.
	</p>
      </note>
    </descr>
  </attribute>
  <attribute name="altGraphKey" id="Events-KeyboardEvent-altGraphKey" type="boolean" readonly="yes">
    <descr>
      <p>
	<code>true</code> if the alt-graph (Alt Gr) key modifier is
	activated.
      </p>
      <note>
	<p>
	  Some operating systems simulate the alt-graph key modifier
	  with the combinaison of alt and ctrl key
	  modifiers. Implementations are encouraged to use this modifier
	  instead.
	</p>
      </note>
    </descr>
  </attribute>

  <method name="initKeyboardEvent" id="Events-KeyboardEvent-initKeyboardEvent"> 
    <descr> 
      <p>
	The <code>initKeyboardEvent</code> method is used to initialize
	the value of a <code>KeyboardEvent</code> created using the
	<code>DocumentEvent.createEvent</code> method.  This method may only be
	called before the <code>KeyboardEvent</code> has been dispatched
	via the <code>EventTarget.dispatchEvent</code> method, though it may be called multiple
	times before being dispatched if necessary. If called multiple
	times, the final invocation takes precedence.  This method has
	no effect if called after the event has been dispatched.
      </p>
    </descr>
    <parameters>
      <param name="typeArg" type="DOMString" attr="in">
	<descr>
	  <p>Specifies the event type.</p> 
	</descr> 
      </param> 
      <param name="canBubbleArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event can bubble. This parameter overrides the intrinsic
	    bubbling behavior of the event.</p> 
	</descr> 
      </param> 
      <param name="cancelableArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event's default action can be
	    prevent.  This parameter overrides the intrinsic
	    cancelable behavior of the event.</p> 
	</descr> 
      </param> 
      <param name="viewArg" type="views::AbstractView" attr="in"> 
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>AbstractView</code>.</p> 
	</descr> 
      </param> 
      <param name="keyIdentifierArg" type="DOMString" attr="in"> 
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>keyIdentifier</code> attribute.</p> 
	</descr> 
      </param>
      <param name="keyLocationArg" type="unsigned long" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>keyLocation</code> attribute.</p> 
	</descr>
      </param>
      <param name="ctrlKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>ctrlKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="shiftKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>shiftKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="altKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>altKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="metaKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>metaKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="altGraphKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>altGraphKey</code> attribute.</p> 
	</descr>
      </param>
    </parameters> 
    <returns type="void"> 
      <descr>
      </descr> 
    </returns> 
    <raises>      <!-- No exceptions -->
    </raises> 
  </method> 
  
  <method name="initKeyboardEventNS" id="Events-KeyboardEvent-initKeyboardEventNS"> 
    <descr> 
      <p>The <code>initKeyboardEventNS</code> method is used to initialize the value 
	of a <code>KeyboardEvent</code> created using the <code>DocumentEvent.createEvent</code> method.
	This method may only be called before the <code>KeyboardEvent</code> has been dispatched 
	via the <code>EventTarget.dispatchEvent</code> method, though it may be called multiple times during that 
	phase if necessary. If called multiple times, the final invocation takes precedence.
	This method has no effect if called after the event has been dispatched.</p>	
    </descr> 
    <parameters> 
      <param name="namespaceURI" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	      URI</termref> associated with this event, or
	    <code>null</code> if the applications wish to have no
	    namespace.
	  </p>
	</descr>
      </param>
      <param name="type" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
      <param name="canBubbleArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event can bubble.</p> 
	</descr> 
      </param> 
      <param name="cancelableArg" type="boolean" attr="in"> 
	<descr>
	  <p>Specifies whether or not the event's default action can be
	    prevent.</p> 
	</descr> 
      </param> 
      <param name="viewArg" type="views::AbstractView" attr="in"> 
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>AbstractView</code>.</p> 
	</descr> 
      </param> 
      <param name="keyIdentifierArg" type="DOMString" attr="in"> 
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>keyIdentifier</code> attribute</p> 
	</descr> 
      </param>
      <param name="keyLocationArg" type="unsigned long" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>keyLocation</code> attribute.</p> 
	</descr>
      </param>
      <param name="ctrlKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>ctrlKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="shiftKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>shiftKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="altKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>altKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="metaKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>metaKey</code> attribute.</p> 
	</descr>
      </param>
      <param name="altGraphKeyArg" type="boolean" attr="in">
	<descr>
	  <p>Specifies the <code>KeyboardEvent</code>'s
	    <code>altGraphKey</code> attribute.</p> 
	</descr>
      </param>
    </parameters> 
    <returns type="void"> 
      <descr>
      </descr> 
    </returns> 
    <raises>      <!-- No exceptions -->
    </raises> 
  </method> 
</interface> 

      </definitions>

      <p>
	Depending on the character device generation system, keyboard
	events may or may not be generated.
      </p>

      <p>
	The keyboard event types are listed below. For a full
	description of the semantics associated with these event types,
	refer to the <specref ref="Events-EventTypes-complete"/>.  A DOM
	application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values <code>"KeyboardEvents"</code>
	and <code>"3.0"</code> (respectively) to determine whether or
	not the Keyboard event module is supported by the
	implementation. In order to fully support this module, an
	implementation must also support the <code>"UIEvents"</code>
	feature defined in this specification. For additional
	information about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "keydown"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code>,
	      <code>KeyboardEvent.keyIdentifier</code>,
	      <code>KeyboardEvent.location</code>,
	      <code>KeyboardEvent.altKey</code>,
	      <code>KeyboardEvent.altGraphKey</code>,
	      <code>KeyboardEvent.shiftKey</code>,
	      <code>KeyboardEvent.ctrlKey</code>, and
	      <code>KeyboardEvent.metaKey</code> are in use. 
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "keyup"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code>,
	      <code>KeyboardEvent.keyIdentifier</code>, and
	      <code>KeyboardEvent.location</code> are in use.
	      <code>KeyboardEvent.altKey</code>,
	      <code>KeyboardEvent.altGraphKey</code>,
	      <code>KeyboardEvent.shiftKey</code>,
	      <code>KeyboardEvent.ctrlKey</code>, and
	      <code>KeyboardEvent.metaKey</code> are in use unless the
	      <code>Keyboard.keyIdentifier</code> corresponds to the key
	      modifier itself.
	    </td>
	  </tr>
	</tbody>
      </table>

      <issue id="keyboard-1" status="open">
	<p>
	  Should the cancellation of a keydown prevent the
	  textInput/keyup event types from being dispatched?
	</p>
      </issue>
    </div3>

    <div3 id="Events-eventgroupings-mutationevents">
      <head>Mutation and mutation name event types</head>
      <p>
	The mutation and mutation name event modules are designed to
	allow notification of any changes to the structure of a
	document, including attribute, text, or name modifications. It
	may be noted that none of the event types associated with the
	modules are designated as cancelable. This stems from the fact
	that it is very difficult to make use of existing DOM interfaces
	which cause document modifications if any change to the document
	might or might not take place due to cancelation of the resulted
	event. Although this is still a desired capability, it was
	decided that it would be better left until the addition of
	transactions into the DOM.
      </p>
      <p>
	Many single modifications of the tree can cause multiple
	mutation events to be dispatched. Rather than attempt to specify
	the ordering of mutation events due to every possible
	modification of the tree, the ordering of these events is left
	to the implementation.
      </p>

      <definitions>
	
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- MutationEvent interface -->

<interface name="MutationEvent" inherits="Event" id="Events-MutationEvent" since="DOM Level 2">
  <descr>
    <p>The <code>MutationEvent</code> interface provides specific contextual 
	information associated with Mutation events.
    </p>
    <note>
      <p>
	To create an instance of the <code>MutationEvent</code>
	interface, use the feature string <code>"MutationEvent"</code>
	as the value of the input parameter used with the
	<code>DocumentEvent.createEvent</code> method.
      </p>
    </note>
    
  </descr>

	<group id="Events-MutationEvent-attrChangeType" name="attrChangeType">
		<descr><p>An integer indicating in which way the <code>Attr</code> was changed.</p></descr>
		<constant name="MODIFICATION" id="MODIFICATION" type="unsigned short" value="1">
		  <descr><p>The <code>Attr</code> was modified in place.</p></descr>
		</constant>
		<constant name="ADDITION" id="ADDITION" type="unsigned short" value="2">
		  <descr><p>The <code>Attr</code> was just added.</p></descr>
		</constant>
		<constant name="REMOVAL" id="REMOVAL" type="unsigned short" value="3">
		  <descr><p>The <code>Attr</code> was just removed.</p></descr>
		</constant>
	</group>

    <attribute type="Node" name="relatedNode" readonly="yes" id="Events-MutationEvent-relatedNode">
     <descr>
     <p>
	 <code>relatedNode</code> is used to identify a secondary node related to a mutation event.
	 For example, if a mutation event is dispatched to a node indicating that its parent
	 has changed, the <code>relatedNode</code> is the changed parent.  If an event is instead
	 dispatched to a subtree indicating a node was changed within it, the <code>relatedNode</code>
	 is the changed node.  In the case of the <code>DOMAttrModified</code> event it indicates the <code>Attr</code>
       node which was modified, added, or removed.
     </p>
     </descr>
    </attribute>

    <attribute type="DOMString" name="prevValue" readonly="yes" id="Events-MutationEvent-prevValue">
     <descr>
     <p>
	   <code>prevValue</code> indicates the previous value of the <code>Attr</code> node in
     DOMAttrModified events, and of the <code>CharacterData</code> node in DOMCharacterDataModified events.
     </p>
     </descr>
    </attribute>

    <attribute type="DOMString" name="newValue" readonly="yes" id="Events-MutationEvent-newValue">
     <descr>
     <p>
	   <code>newValue</code> indicates the new value of the <code>Attr</code> node in DOMAttrModified
     events, and of the <code>CharacterData</code> node in DOMCharacterDataModified events.
     </p>
     </descr>
    </attribute>

    <attribute type="DOMString" name="attrName" readonly="yes" id="Events-MutationEvent-attrName">
     <descr>
     <p>
	   <code>attrName</code> indicates the name of the changed <code>Attr</code> node in a
     DOMAttrModified event.
     </p>
     </descr>
    </attribute>

    <attribute type="unsigned short" name="attrChange" readonly="yes" id="Events-MutationEvent-attrChange">
     <descr>
     <p>
   <code>attrChange</code> indicates the type of change which triggered the DOMAttrModified event.
   The values can be <code>MODIFICATION</code>, <code>ADDITION</code>, or <code>REMOVAL</code>.
     </p>
     </descr>
    </attribute>

    <method name="initMutationEvent" id="Events-Event-initMutationEvent">
      <descr>
      <p>
	The <code>initMutationEvent</code> method is used to initialize
	the value of a <code>MutationEvent</code> created using the
	<code>DocumentEvent.createEvent</code> method.  This method may only be
	called before the <code>MutationEvent</code> has been dispatched
	via the <code>EventTarget.dispatchEvent</code> method, though it may be
	called multiple times before being dispatched if necessary.  If
	called multiple times, the final invocation takes
	precedence.</p>
      </descr>
      <parameters>
        <param name="typeArg" type="DOMString" attr="in">
          <descr><p>Specifies the event type.</p>
          </descr>
        </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble. This parameter overrides the intrinsic
          bubbling behavior of the event.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default 
          action can be prevented. This parameter overrides the intrinsic
          cancelable behavior of the event.</p>
          </descr>
        </param>
        <param name="relatedNodeArg" type="Node" attr="in">
          <descr><p>Specifies the <code>Event</code>'s related Node.</p>
          </descr>
        </param>
        <param name="prevValueArg" type="DOMString" attr="in">
          <descr><p>Specifies the <code>Event</code>'s <code>prevValue</code> attribute.  This value may be null.</p>
          </descr>
        </param>
        <param name="newValueArg" type="DOMString" attr="in">
          <descr><p>Specifies the <code>Event</code>'s <code>newValue</code> attribute.  This value may be null.</p>
          </descr>
        </param>
      <param name="attrNameArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <code>Event</code>'s <code>attrName</code>
	    attribute.  This value may be null.
	  </p>
	</descr>
      </param>
      <param name="attrChangeArg" type="unsigned short" attr="in">
	<descr>
	  <p>
	    Specifies the <code>Event</code>'s <code>attrChange</code>
	    attribute.
	  </p>
	</descr>
      </param>
    </parameters>
     <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
     </returns>
     <raises>
      <!-- No exceptions -->
     </raises>
    </method>

    <method name="initMutationEventNS" id="Events-Event-initMutationEventNS" since="DOM Level 3">
      <descr>
      <p>The <code>initMutationEventNS</code> method is used to initialize the value of a <code>MutationEvent</code> created using
      the <code>DocumentEvent.createEvent</code> method. This method may only be called before the <code>MutationEvent</code> has
      been dispatched via the <code>EventTarget.dispatchEvent</code> method, though it may be called multiple times during that
      phase if necessary.  If called multiple times, the final invocation takes precedence.</p>
      </descr>
      <parameters>
      <param name="namespaceURI" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	    URI</termref> associated with this event, or
	    <code>null</code> if the application wish to have no
	    namespace.
	  </p>
	</descr>
      </param>
      <param name="typeArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default 
          action can be prevented.</p>
          </descr>
        </param>
        <param name="relatedNodeArg" type="Node" attr="in">
          <descr><p>Specifies the <code>Event</code>'s related Node.</p>
          </descr>
        </param>
        <param name="prevValueArg" type="DOMString" attr="in">
          <descr><p>Specifies the <code>Event</code>'s <code>prevValue</code> attribute.  This value may be null.</p>
          </descr>
        </param>
        <param name="newValueArg" type="DOMString" attr="in">
          <descr><p>Specifies the <code>Event</code>'s <code>newValue</code> attribute.  This value may be null.</p>
          </descr>
        </param>
      <param name="attrNameArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <code>Event</code>'s <code>attrName</code>
	    attribute.  This value may be null.
	  </p>
	</descr>
      </param>
      <param name="attrChangeArg" type="unsigned short" attr="in">
	<descr>
	  <p>
	    Specifies the <code>Event</code>'s <code>attrChange</code>
	    attribute.
	  </p>
	</descr>
      </param>
    </parameters>
     <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
     </returns>
     <raises>
      <!-- No exceptions -->
     </raises>
    </method>
  </interface>

      </definitions>

      <p>
	The mutation event types are listed below. For a full
	description of the semantics associated with these event types,
	refer to the <specref ref="Events-EventTypes-complete"/>.  A DOM
	application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values <code>"MutationEvents"</code>
	and <code>"3.0"</code> (respectively) to determine whether or
	not the <code>MutationEvent</code> is supported by the
	implementation. In order to fully support this module, an
	implementation must also support the <code>"Events"</code>
	feature defined in this specification. For additional
	information about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>. This
	<code>MutationEvent</code> interface is built on top of the DOM
	Level 2 Mutation Events <bibref ref="DOM2Events"/> module,
	i.e. a DOM Level 3 <code>MutationEvent</code> interface
	implementation where
	<code>hasFeature("MutationEvents","3.0")</code> returns
	<code>true</code> must also return <code>true</code> when the
	<code>version</code> number is <code>"2.0"</code>,
	<code>""</code> or, <code>null</code>.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMSubtreeModified"</code></td>
	    <td rowspan="1" colspan="1">
	      None
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeInserted"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MutationEvent.relatedNode</code> holds the parent
	      node of the node being inserted.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeRemoved"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MutationEvent.relatedNode</code> holds the parent
	      node of the node being removed.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeRemovedFromDocument"</code></td>
	    <td rowspan="1" colspan="1">
	      None
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMNodeInsertedIntoDocument"</code></td>
	    <td rowspan="1" colspan="1">
	      None
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMAttrModified"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MutationEvent.attrName</code> is in use. The value
	      of <code>MutationEvent.relatedNode</code> indicates the
	      <code>Attr</code> node whose value has been affected. The
	      value of <code>MutationEvent.attrChange</code> indicates
	      whether the <code>Attr</code> was modified, added, or
	      removed. If the <code>Attr</code> node is being added,
	      <code>MutationEvent.newValue</code> is in use. If the
	      <code>Attr</code> node is being removed,
	      <code>MutationEvent.prevValue</code> is in value. If the
	      <code>Attr</code> node is being modified,
	      <code>MutationEvent.newValue</code> and
	      <code>MutationEvent.prevValue</code> are in use.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMCharacterDataModified"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MutationEvent.prevValue</code>, and
	      <code>MutationEvent.newValue</code> are in use.
	    </td>
	  </tr>
	</tbody>
      </table>


      <definitions>
	
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!-- MutationEvent interface -->

  <interface name="MutationNameEvent" inherits="MutationEvent" id="Events-MutationNameEvent" since="DOM Level 3">
    <descr>
    <p>
      The <code>MutationNameEvent</code> interface provides specific
      contextual information associated with Mutation name event types.
    </p>
    <note>
      <p>
	To create an instance of the <code>MutationNameEvent</code>
	interface, use the feature string "MutationNameEvent" as the
	value of the input parameter used with the
	<code>createEvent</code> method of the
	<code>DocumentEvent</code> interface.
      </p>
    </note>

  </descr>

    <attribute type="DOMString" name="prevNamespaceURI" readonly="yes" id="Events-MutationNameEvent-prevNamespaceURI">
     <descr>
     <p>
	The previous value of the <code>relatedNode</code>'s
	<code>namespaceURI</code>.
     </p>
     </descr>
    </attribute>

    <attribute type="DOMString" name="prevNodeName" readonly="yes" id="Events-MutationNameEvent-prevNodeName">
     <descr>
     <p>
	The previous value of the <code>relatedNode</code>'s
	<code>nodeName</code>.
     </p>
     </descr>
    </attribute>

    <method name="initMutationNameEvent" id="Events-Event-initMutationNameEvent" since="DOM Level 3">
      <descr>
      <p>
	The <code>initMutationNameEvent</code> method is used to
	initialize the value of a <code>MutationNameEvent</code> created
	using the <code>DocumentEvent.createEvent</code> method.  This method
	may only be called before the <code>MutationNameEvent</code> has
	been dispatched via the <code>EventTarget.dispatchEvent</code> method,
	though it may be called multiple times during that phase if
	necessary.  If called multiple times, the final invocation takes
	precedence.
      </p>
      </descr>
      <parameters>
      <param name="typeArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default 
          action can be prevented.</p>
          </descr>
        </param>
        <param name="relatedNodeArg" type="Node" attr="in">
          <descr><p>Specifies the <code>Event</code>'s related
          <code>Node</code>.</p>
          </descr>
        </param>
        <param name="prevNamespaceURI" type="DOMString" attr="in">
          <descr><p>Specifies the previous <code>namespaceURI</code> of
	    the related <code>Node</code>. This value may be null.</p>
          </descr>
        </param>
        <param name="prevNodeName" type="DOMString" attr="in">
          <descr><p>Specifies the previous <code>nodeName</code> of
          the related <code>Node</code>.</p>
          </descr>
        </param>
     </parameters>
     <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
     </returns>
     <raises>
      <!-- No exceptions -->
     </raises>
    </method>

    <method name="initMutationNameEventNS" id="Events-Event-initMutationNameEventNS" since="DOM Level 3">
      <descr>
      <p>
	The <code>initMutationNameEventNS</code> method is used to
	initialize the value of a <code>MutationNameEvent</code> created
	using the <code>DocumentEvent.createEvent</code> method.  This method
	may only be called before the <code>MutationNameEvent</code> has
	been dispatched via the <code>EventTarget.dispatchEvent</code> method,
	though it may be called multiple times during that phase if
	necessary.  If called multiple times, the final invocation takes
	precedence.
      </p>
      </descr>
      <parameters>
      <param name="namespaceURI" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the <termref def="dt-namespaceURI">namespace
	    URI</termref> associated with this event, or
	    <code>null</code> if the application wish to have no
	    namespace.
	  </p>
	</descr>
      </param>
      <param name="typeArg" type="DOMString" attr="in">
	<descr>
	  <p>
	    Specifies the event type.
	  </p>
	</descr>
      </param>
        <param name="canBubbleArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event can bubble.</p>
          </descr>
        </param>
        <param name="cancelableArg" type="boolean" attr="in">
          <descr><p>Specifies whether or not the event's default 
          action can be prevented.</p>
          </descr>
        </param>
        <param name="relatedNodeArg" type="Node" attr="in">
          <descr><p>Specifies the <code>Event</code>'s related
          <code>Node</code>.</p>
          </descr>
        </param>
        <param name="prevNamespaceURI" type="DOMString" attr="in">
          <descr><p>Specifies the previous <code>namespaceURI</code> of
	    the related <code>Node</code>. This value may be null.</p>
          </descr>
        </param>
        <param name="prevNodeName" type="DOMString" attr="in">
          <descr><p>Specifies the previous <code>nodeName</code> of
          the related <code>Node</code>.</p>
          </descr>
        </param>
     </parameters>
     <returns type="void">
       <descr><p><!--empty paragraph--></p></descr>
     </returns>
     <raises>
      <!-- No exceptions -->
     </raises>
    </method>
  </interface>

      </definitions>

      <p>
	The mutation name event types are listed below. For a full
	description of the semantics associated with these event types,
	refer to the <specref ref="Events-EventTypes-complete"/>. A DOM
	application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values "MutationNameEvents" and "3.0"
	(respectively) to determine whether or not the
	<code>MutationNameEvent</code> is supported by the
	implementation. In order to fully support this module, an
	implementation must also support the
	<code>"MutationEvents"</code> feature defined in this
	specification and the <code>"Core"</code> feature defined in the
	DOM Level 3 Core specification <bibref ref="DOMCore"/>. For additional information about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMElementNameChanged"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MutationNameEvent.prevNamespaceURI</code>, and
	      <code>MutationNameEvent.prevNodeName</code> are in use.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "DOMAttributeNameChanged"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>MutationNameEvent.prevNamespaceURI</code>, and
	      <code>MutationNameEvent.prevNodeName</code> are in
	      use. The value of <code>MutationEvent.relatedNode</code>
	      contains the renamed <code>Attr</code> node.
	    </td>
	  </tr>
	</tbody>
      </table>
    </div3>

    <div3 id="Events-eventgroupings-basicevents">
      <head>Basic event types</head>
      <p>
	This event module contains basic event types associated with
	document manipulation.
      </p>

      <p>
	A DOM application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values <code>"BasicEvents"</code> and
	<code>"3.0"</code> (respectively) to determine whether or not
	the basic event module is supported by the implementation. In
	order to fully support this module, an implementation must also
	support the <code>"Events"</code> feature defined in this
	specification. For additional information about <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref role="informative" ref="DOMCore"/>.
      </p>
      
      <p>
	The basic event types are listed below. For a full description
	of the semantics associated with these event types, refer to the
	<specref ref="Events-EventTypes-complete"/>.
      </p>
      <p>
	The event types <code>{"http://www.w3.org/2001/xml-events", "resize"}</code> and
	<code>{"http://www.w3.org/2001/xml-events", "scroll"}</code> implement the
	<code>UIEvent</code> interface. All other HTML event types implement
	at least the basic <code>Event</code> interface.  However, they
	may be generated from a user interface; in that case, the event
	objects also implements the <code>UIEvent</code> interface and
	<code>UIEvent.view</code> is in use.
      </p>

      <table summary="This table contains the context information for the event types in connection with the DOM interface" cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Context information</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "load"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code> may be in use.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "unload"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "abort"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "error"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "select"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "change"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "submit"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "reset"</code></td>
	    <td rowspan="1" colspan="1">
	      (same as above)
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "resize"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code> is in use.
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "scroll"</code></td>
	    <td rowspan="1" colspan="1">
	      <code>UIEvent.view</code> is in use.
	    </td>
	  </tr>
	</tbody>
      </table>
    </div3>
    <div3 id="Events-eventgroupings-htmlevents">
      <head>HTML Events</head>

      <p>
	The HTML event module is composed of events listed in <bibref role="informative" ref="HTML40"/> and additional events which
	are supported in <termref def="dt-DOM-Level-0">DOM Level
	0</termref> browsers.  It refines the semantics and scope of the
	basic event types and provides two new event types. This event
	module is only applicable if the <code>Document</code> supports
	the <bibref role="informative" ref="DOM2HTML"/>
	specification. Use <code>Node.isSupported(feature,
	version)</code> with the parameter values "HTML" and "2.0"
	(respectively) to determine whether or not the
	<code>Document</code> node supported the HTML module.
      </p>
      <p>
	A DOM application may use the <code>hasFeature(feature,
	version)</code> method of the <code>DOMImplementation</code>
	interface with parameter values <code>"HTMLEvents"</code> and
	<code>"3.0"</code> (respectively) to determine whether or not
	the HTML event module is supported by the implementation. In
	order to fully support this module, an implementation must also
	support the <code>"BasicEvents"</code> feature defined in this
	specification and the <code>"HTML"</code> feature defined in
	<bibref ref="DOM2HTML"/>. For additional information about
	<xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/introduction.html#ID-Conformance" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">conformance</xspecref>,
	please see the DOM Level 3 Core specification <bibref ref="DOMCore"/>. The DOM Level 3 HTML Events module is built on
	top of the DOM Level 2 HTML Events <bibref ref="DOM2Events"/>
	module, i.e. a DOM Level 3 HTML Events implementation where
	<code>hasFeature("HTMLEvents", "3.0")</code> returns
	<code>true</code> must also return <code>true</code> when the
	<code>version</code> number is <code>"2.0"</code>,
	<code>""</code> or, <code>null</code>.
      </p>
      
      <table summary="This table contains the complete list of event types  defined by DOM Level 3 Events. The first column contains the  name of the event type. The second column contains the  definition of of the event type. The third column indicates if  the event accomplish the bubbling phase or not (all events  accomplish the capture and target phases). The fourth column  indicates if the default action associated with the event can be  canceled. The fifth column indicates the nodes that can be  target of the event. the sixth (and last) column indicates the  DOM interface implemented by the event object." cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Description</th>
	    <th rowspan="1" colspan="1">Target node</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "load"</code></td>
	    <td rowspan="1" colspan="1">
	      The DOM implementation finishes loading all content within
	      the BODY element, all frames within a FRAMESET, or any
	      resource linked from the document.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLBodyElement</code>,
	      <code>HTMLFrameSetElement</code>,
	      <code>HTMLObjectElement</code>,
	      <code>HTMLLinkElement</code>,
	      <code>HTMLMetaElement</code>,
	      <code>HTMLScriptElement</code>,
	      <code>HTMLFrameElement</code>,
	      <code>HTMLIFrameElement</code>,
	      <code>HTMLImageElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "unload"</code></td>
	    <td rowspan="1" colspan="1">
	      The DOM implementation removes a document from a window or
	      frame. This event is valid for BODY and FRAMESET elements.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLBodyElement</code>,
	      <code>HTMLFrameSetElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "abort"</code></td>
	    <td rowspan="1" colspan="1">
	      The page loading is stopped before an image has been
	      allowed to completely load. This event applies to OBJECT
	      elements.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLObjectElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "error"</code></td>
	    <td rowspan="1" colspan="1">
	      An image does not load properly or when an error occurs
	      during script execution. This event is valid for OBJECT
	      elements, BODY elements, and FRAMESET element.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLObjectElement</code>,
	      <code>HTMLBodyElement</code>,
	      <code>HTMLFrameSetElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "select"</code></td>
	    <td rowspan="1" colspan="1">
	      A user selects some text in a text field either via the
	      user interface or via attributes defined in <bibref role="informative" ref="DOM2HTML"/>. This event is valid
	      for INPUT and TEXTAREA elements.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLInputElement</code>,
	      <code>HTMLTextAreaElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "change"</code></td>
	    <td rowspan="1" colspan="1">
	      A control loses the input focus and its value has been
	      modified since gaining focus. This event can occur either
	      via a user interface manipulation or the
	      <code>focus()</code> methods and the attributes defined in
	      <bibref role="informative" ref="DOM2HTML"/>. This event is
	      valid for INPUT, SELECT, and TEXTAREA element.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLInputElement</code>,
	      <code>HTMLSelectElement</code>,
	      <code>HTMLTextAreaElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "submit"</code></td>
	    <td rowspan="1" colspan="1">
	      A form is submitted either via a button. This event only
	      applies to the FORM element. Note that the
	      <code>HTMLFormElement.submit()</code> method defined in
	      <bibref role="informative" ref="DOM2HTML"/> does not fire
	      this event type.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLFormElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "reset"</code></td>
	    <td rowspan="1" colspan="1">
	      A form is reset either via a button, or the
	      <code>HTMLFormElement.reset()</code> method defined in
	      <bibref role="informative" ref="DOM2HTML"/>. This event
	      only applies to the FORM element.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLFormElement</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "resize"</code></td>
	    <td rowspan="1" colspan="1">
	      A document view is resized.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLDocument</code>
	    </td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "scroll"</code></td>
	    <td rowspan="1" colspan="1">
	      A document view is scrolled.
	    </td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLDocument</code>
	    </td>
	  </tr>
	</tbody>
      </table>
      
      <p>
	The following new event types are defined:
      </p>

      <table summary="This table contains the complete list of event types  defined by DOM Level 3 Events. The first column contains the  name of the event type. The second column contains the  definition of of the event type. The third column indicates if  the event accomplish the bubbling phase or not (all events  accomplish the capture and target phases). The fourth column  indicates if the default action associated with the event can be  canceled. The fifth column indicates the nodes that can be  target of the event. the sixth (and last) column indicates the  DOM interface implemented by the event object." cellpadding="0" cellspacing="0">
	<tbody>
	  <tr>
	    <th rowspan="1" colspan="1">Event type</th>
	    <th rowspan="1" colspan="1">Description</th>
	    <th rowspan="1" colspan="1">Bubbling phase</th>
	    <th rowspan="1" colspan="1">Cancelable</th>
	    <th rowspan="1" colspan="1">Target node</th>
	    <th rowspan="1" colspan="1">DOM interface</th>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "focus"</code></td>
	    <td rowspan="1" colspan="1">
	      An element receives focus either via a pointing device,
	      the <code>focus()</code> methods defined in <bibref role="informative" ref="DOM2HTML"/>, or by tabbing
	      navigation. This event is only valid for the following
	      elements: A, AREA, LABEL, INPUT, SELECT, TEXTAREA, and
	      BUTTON. This event type is dispatched after the event type
	      {<code>"http://www.w3.org/2001/xml-events", "DOMFocusIn"</code>}.
	    </td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLAnchorElement</code>,
	      <code>HTMLAreaElement</code>,
	      <code>HTMLLabelElement</code>,
	      <code>HTMLInputElement</code>,
	      <code>HTMLSelectElement</code>,
	      <code>HTMLtextAreaElement</code>,
	      <code>HTMLButtonElement</code>.
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	  <tr>
	    <td rowspan="1" colspan="1"><code>"http://www.w3.org/2001/xml-events", "blur"</code></td>
	    <td rowspan="1" colspan="1">
	      An element loses focus either via a pointing device, the
	      <code>blur()</code> methods defined in <bibref role="informative" ref="DOM2HTML"/>, or by tabbing
	      navigation. This event is only valid for the following
	      elements: A, AREA, LABEL, INPUT, SELECT, TEXTAREA, and
	      BUTTON. This event type is dispatched after the event type
	      {<code>"http://www.w3.org/2001/xml-events", "DOMFocusOut"</code>}.
	    </td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">No</td>
	    <td rowspan="1" colspan="1">
	      <code>HTMLAnchorElement</code>,
	      <code>HTMLAreaElement</code>,
	      <code>HTMLLabelElement</code>,
	      <code>HTMLInputElement</code>,
	      <code>HTMLSelectElement</code>,
	      <code>HTMLtextAreaElement</code>,
	      <code>HTMLButtonElement</code>.
	    </td>
	    <td rowspan="1" colspan="1"><code>Event</code></td>
	  </tr>
	</tbody>
      </table>

      <p>
	The event types <code>{"http://www.w3.org/2001/xml-events", "focus"}</code> and
	<code>{"http://www.w3.org/2001/xml-events", "blur"}</code> may be generated from a
	user interface; in that case, the event objects also implements
	the <code>UIEvent</code> interface and <code>UIEvent.view</code>
	is in use.
      </p>

      <div4>
	<head>Activation and default actions</head>
	
	<p>
	  The concept of activation (<code>{"http://www.w3.org/2001/xml-events",
	  "DOMActivate"}</code>) was introduced in <bibref ref="DOM2Events"/> to separate generic actions from the
	  devices used to activate them. For example, an hyperlink can
	  be activated using a mouse or a keyboard, and the activation
	  will force the user agent to follow the link. It is expected
	  that the action of following the link is done using a default
	  action attached to the hyperlink element. In such case, the
	  default action of the device event type is to trigger the
	  event type <code>{"http://www.w3.org/2001/xml-events",
	  "DOMActivate"}</code>. Preventing the default action of a
	  mouse click when the target node is an hyperlink will prevent
	  the activation. The same approach is made for control
	  elements.
	</p>
	<p>
	  If a change is made before the activation, cancelling the
	  device event type will also reverse the change. A good example
	  is the attribute <code>HTMLInputElement.checked</code>. As
	  described in <bibref ref="DOM2HTML"/>, the value of this
	  property may be changed before the dispatch of the event: the
	  user clicks on the radio button, the radio button is being
	  checked (or unchecked) on the display, the attribute
	  <code>HTMLInputElement.checked</code> is changed as well, and
	  then the device event type <code>{"http://www.w3.org/2001/xml-events",
	  "click"}</code> is being dispatched. If the default action of
	  the device event type is prevented, or if the default action
	  attached to the <code>{"http://www.w3.org/2001/xml-events", "DOMActivate"}</code>
	  event type is prevented, the value of the property will need
	  to be changed back to its original value.
	</p>
      </div4>

    </div3>

  </div2>

<!--
  <div2 id='Events-Issues'>
    <head>Issues</head>
    <issue status='closed' id="getModifier">
      <p>
	      Why is modifier state exposed through a method rather than an attribute?
      </p>
      <resolution>
        <p>
        The modifier keys are not currently representable as bit flags.  Setting them
        individually would therefore require an attribute for each.  Rather than bloat
        the api, especially given the addition of left and right modifier keys, the
        modifiers are exposed via a single method.
        </p>
	<p>
	  f2f 2002-01-10: the decision was reversed and we are now using
	  attributes. left and right are no longer represented for
	  modifiers.
	</p>
      </resolution>
    </issue>
    <issue status='closed' id="ISO-IEC-9995">
      <p>
	      Have you coordinated this set with that defined by ISO/IEC 9995
	      which addresses various Keyboard symbol issues.
      </p>
      <resolution>
        <p>
        Upon examination of the ISO spec we found it to be insufficient to our needs.  It
        does not represent the left/right differentiation between some keys.  It also
        lacks function keys.
        </p>
      </resolution>
    </issue>
    <issue id="ISO-IEC-14755">
      <p>
        Review ISO/IEC 14755 "Input methods to enter characters from the
        repertoire of ISO/IEC 10646 with a keyboard or other input device" to
        insure that the treatment of input state is consistent with that
        expected by current practice when it comes to platforms which support
        input methods.
      </p>
    </issue>
    <issue id="offsets" status='closed'>
      <p>(This issue is related with mouse events and Views?)</p>
      <p>
	      it would be useful if MouseEvent class had a property that would enable
	      listeners to learn about coordinates of the event within the element's
	      own coordinate system.
      </p>
      <resolution>
	<p>We are not doing views at the momewnt.</p>
      </resolution>
    </issue>
    <issue id="unicodeidents" status='closed'>
      <p>
        Some of the unicode chars are pretty esoteric (i.e. home, end, scroll lock).  Do
        we want to adopt these or will this be harder on users than defining them in
        the DOM Event Spec.  About a dozen keys fit this pattern.
      </p>
      <resolution>
	<p>
	  There are use cases to keep them.
	</p>
      </resolution>
    </issue>
    <issue id="texteventwithoutchargeneration" status='closed'>
      <p>
        The results of the discussions on switching the keypress event out for the
        textEvent were inconclusive on the question of whether to fire textEvents for
        non character generating keys input.  This includes modifier keys, function
        keys, etc.
      </p>
      <resolution>
	<p>
	  There are use cases to keep them.
	</p>
      </resolution>
    </issue>
    <issue id="public0198-1" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0198.html'>0198</loc>,
	being able to manipulate the "default" group using EventGroup functions?
      </p>
      <resolution>
	<p>
	  Non-groups methods can always be used to access the default group. We
	  didn't find a good reason to have access to the default group through
	  the groups methods for the moment.
	</p>
      </resolution>
    </issue>
    <issue id="public0198-2" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0198.html'>0198</loc>,
       no dispatchEvent for a specific group?
      </p>
      <resolution>
	<p>
	  The default and correct behavior is to dispatch the event on all
	  listeners, independently from the groups. We think we should stick
	  with this model without further reasons.
	</p>
      </resolution>
    </issue>
    <issue id="public0198-3" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0198.html'>0198</loc>,
      assume that dispatchEvent's return value would be false if any listener
      in any group called preventDefault?
      </p>
      <resolution>
	<p>Yes. (no change in the spec)</p>
      </resolution>
    </issue>
    <issue id="public0198-4" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0198.html'>0198</loc>,
      you could potentially add the same listener to the same event target on
      multiple groups.  Should the Event or EventListener interface be extended
      so that you could detect which group is active?
      </p>
      <resolution>
	<p>We didn't find good use cases to do so for the moment.</p>
      </resolution>
    </issue>
    <issue id="public0279-1" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0279.html'>0279</loc>,
	event types and case sensitivity.
      </p>
      <resolution>
      <p><code>Event.type</code> returns event names in lowercase.</p>
      </resolution>
    </issue>
    <issue id="public0283-1" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0283.html'>0283</loc>,
      an implementation can support the MutationEvents module even if it never
      fires anything more specific than DOMSubtreeModified events.
      Furthermore, although it is not recommended, an implementation may
      legally choose to fire an event of this type only after every 100
      modifications to the document, or every 30 seconds if any changes have
      happened during that interval.
      </p>
      <resolution>
	<p>Yes, the spec doesn't prevent to do so. (no change in the spec)</p>
      </resolution>
    </issue>
    <issue id="public0294-1" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0294.html'>0294</loc>,
      handleEvent should be allowed to throw exceptions given that the dispatch
      is ignoring them.</p>
    </issue>
    <issue id="public0294-2" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0294.html'>0294</loc>,
      if a user provides his own implementation of Event instead of using
	createEvent, how does the DOM implementation do to set the
	currentTarget or phase? (see also <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0296.html'>0296</loc>)
      </p>
      <resolution>
	<p>A new CustomEvent interface was added in the draft.</p>
      </resolution>
    </issue>
    <issue id="public0294-3">
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0294.html'>0294</loc>,
      Name collisions between EventTarget.addEventListener() and
      EventTargetGroup.addEventListener() and removeEventListener*s()
      </p>
      <resolution>
	<p>Fixed.</p>
      </resolution>
    </issue>
    <issue id="public0294-4" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0294.html'>0294</loc>,
	method of creating generic Event (i.e. createEvent("Events")) in case you want to use Event
dispatching, but don't care if the implementation supports any other feature.
createEvents("Events") could
return whatever implementation that was most convienient for it.  For example, an HTML
implementation could return an object that coincidentally supported HTMLEvent.
      </p>
      <resolution>
	<p>Yes. we don't prevent that. (no change in the spec)</p>
      </resolution>
    </issue>
    <issue id="public0294-5" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0294.html'>0294</loc>,
      merge the Event groups with the existing interfaces, don't create new
      ones.
      </p>
      <resolution>
	<p>Done.</p>
      </resolution>
    </issue>
    <issue id="public0295-1" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0295.html'>0295</loc>,
      should we rename the event "textEvent" to "text"?</p>
      <resolution>
	<p>"textInput"</p>
      </resolution>
    </issue>
    <issue id="public0295-2" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0295.html'>0295</loc>,
      include a note that explains the interaction between addEventListener(),
      removeEventListener() and eventListenerList.item(). Does
      removeEventListener() preserve the order of the registered event
      listeners that are not removed? Are EventListenerList live?</p>
      <resolution>
	<p>Fixed: unordered and not lived.</p>
      </resolution>
    </issue>
    <issue id="public0296-1" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0296.html'>0296</loc>,
      hasFeature("MouseEvents", "3.0") returns true and similar passages imply
      that level 2 implementations don't support the corresponding event
      modules, since they would return false to hasFeature(modulename,"3.0").
      They do support it, just not at the L3 version.  An L3 version of an L2
      introduced module, should return true if the version is null, "", "2.0"
      or "3.0".
      </p>
      <resolution>
	<p>
	  Fixed.
	</p>
      </resolution>
    </issue>
    <issue id="public0296-2" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0296.html'>0296</loc>,
      It might be useful to cause a call to init*Event() after dispatch has
      started to raise an exception.  Dispatching an event a second time should
      also raise an exception.
      </p>
      <resolution>
	<p>waiting for a use case and clarification.</p>
      </resolution>
    </issue>
    <issue id="public0301" status='closed'>
      <p>From <loc
      href='http://lists.w3.org/Archives/Public/www-dom/2001JulSep/0301.html'>0301</loc>,
	the capture phase can't be disabled. text is misleading.
      </p>
      <resolution>
	<p>
	  clarified.
	</p>
      </resolution>
    </issue>
    <issue id="public0022" status='closed'>
      <p>
	From <loc
	href='http://lists.w3.org/Archives/Public/www-dom/2002AprJun/0022.html'>0022</loc>,
	predefined events such as the UIEvent DOMFocusIn have intrinsic
	bubbling and cancelable properties.
      </p>
      <p>
	Using the UIEvent for the purpose of an example, if the DOM
	method initUIEvent is used to initialize an event, and the
	bubbling and cancelable parameters differ from the spec, do the
	specified parameters supercede the intrinsic properties defined
	by the spec?
      </p>
      <p>
	For example:
      </p>
      <eg role='code'>
var myEvent = document.createEvent("UIEvents");
myEvent.initUIEvent("DOMFocusIn", false, false, window, 0);
      </eg>
      <p>
	Since a DOMFocusIn event is both bubblable and cancelable by
	definition, do the parameters passed to initUIEvent override
	that?
      </p>
      <resolution>
	<p>yes, the specified parameters do override the intrinsic
	properties defined by the spec</p>
      </resolution>
    </issue>
    <issue id="public0023" status='closed'>
      <p>
	From <loc
	href='http://lists.w3.org/Archives/Public/www-dom/2002AprJun/0023.html'>0023</loc>,
	both screen coordinates and client coordinates are passed to
	initMouseEvent.
      </p>
      <p>
	Since specifying coordinates in one system defines the
	coordinates in the other, should the UA perform any validation
	of coordinates passed to initMouseEvent?
      </p>
      <p>
	Is there any discussion of enhancing mouse events for DOM3? I'd
	like to propose the following:
      </p>
      <p>
	Since client/view coordinates infer screen coordinates (and vice
	versa), and target coordinates infer client/view coordinates,
	initMouseEvent could take one set of coordinates and a boolean
	instead of two sets of coordinates. The boolean would specify
	whether the coordinates are TARGET-relative or
	VIEW-relative. This also simplifies the dynamic generation of
	mouse events within script, because the script only need specify
	target-relative coordinates.
      </p>
      <p>
	Also, since it may be common for a listener to want the
	target-relative coordinates of a mouse event, add targetX and
	targetY as properties of a MouseEvent.
      </p>
      <resolution>
	<p>
	  should be considered in a future version.
	</p>
      </resolution>
    </issue>
    <issue id="public0026" status='closed'>
      <p>
	From <loc
	href='http://lists.w3.org/Archives/Public/www-dom/2002AprJun/0026.html'>0026</loc>,
	is the "DOMActivate" event a means to invoke the target's
	default action or simply a second opportunity to intercept a
	default action (like the "submit" HTML4 event?).
      </p>
      <resolution>
	<p>
	  "DOMActivate" event is meant to activate the target's default
	  action.
	</p>
      </resolution>
    </issue>
    <issue id="public0036" status='closed'>
      <p>
	From <loc
	href='http://lists.w3.org/Archives/Public/www-dom/2002AprJun/0036.html'>0036</loc>,
	with DOM0 events, a UA would fire/bubble an onClick handler when
	responding to a press of the return key on a focused
	element. Since DOM2 defines the DOMActivate UI event as well as
	the click MouseEvent, should both events be fired? A related
	situation is with DOM methods that cause invocation of event
	handlers, such as calling button.click() on an INPUT
	element. Should that cause click MouseEvent listeners to be
	called?
      </p>
      <p>
	I have a suggestion for resolving this: no DOM2 event listener
	should be invoked as the result of a DOM0 method. For example, a
	script calling the "click" method of a HTMLButton would NOT
	result in an event being dispatched to eventListeners registered
	for MouseEvent events. It could, however, cause the
	"DOMActivate" event to get called (depending on whether
	DOMActivate invokes the action or just serves as a means to
	intercept and prevent the default action. See also public0026.
      </p>
      <resolution>
	<p>
	  hitting enter on a focused element would trigger both the
	  DOMActivate and Click event.
	</p>
      </resolution>
    </issue>
    <issue id="tom001" status='closed'>
      <p>
	MouseEvent inherits from UIEvent but they both contain their own
	separate set of events.  We, for example, implement MouseEvents
	completely but do not support the UIEvent event set.  But
	according to the spec we cannot claim full support for
	MouseEvents.
      </p>
      <resolution>
	<p>
	  The conformance section has been cleaned up. You must support
	  UIEvents in order to support MouseEvents.
	</p>
      </resolution>
    </issue>
    <issue id="public0019" status='closed'>
      <p>
	From <loc
	href='http://lists.w3.org/Archives/Public/www-dom/2002AprJun/0019.html'>0019</loc>,
	I would like to see a mousewheel event added to the list of
	mouse events in the spec. Mouse wheel has become one of the
	primary browser controls for many people, so DOM should support
	it. IE6 implements it already.
      </p>
      <resolution>
	<p>
	  There are a lot of events we don't support... This one should
	  be considered for a future version.
	</p>
      </resolution>
    </issue>

http://lists.w3.org/Archives/Public/www-dom/2002AprJun/0065.html

  </div2>
-->
</div1><!--
 *************************************************************************
 * END OF EVENTS                                                         *
 *************************************************************************
-->

</body>
  <!--
  *************************************************************************
  * BACK MATTER                                                           *
  *************************************************************************
  -->
<back> 
  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!--
 *************************************************************************
 * BEGINNING OF EVENTS                                                   *
 *************************************************************************
-->
<div1 id="KeySet"> 
  <head>Key identifiers for keyboard events.</head> 
  <orglist role="editors"> 
    <member> 
      <name>Philippe Le H&#233;garet</name> 
      <affiliation>W3C</affiliation> 
    </member> 
  </orglist>
  
  <div2 id="KeySet-intro">
    <head>Introduction</head>
    <p>
      Each keyboard event references a key using a <code>DOMString</code>
      key identifier. The set contained in this appendix is based on the
      sets of keycodes from:
    </p>
    <ulist>
      <item>
	<p>
	  the interface <code>java.awt.event.KeyEvent</code> of the Java
	  2 Platform v1.4 <bibref ref="KeyEvent" role="informative"/>;
	</p>
      </item>
      <item>
	<p>
	  the enumeration <code>System.Windows.Forms.Keys</code> of the
	  Microsoft .NET Framework 1.0 <bibref ref="Keys" role="informative"/>.
	</p>
      </item>
    </ulist>
    <p>
      While implementations are recommended to use the most relevant
      identifier for a key independently of the platform or keyboard
      layout mappings, DOM applications should not make assumption on
      the ability of keyboard devices to generate them. When using
      keyboard events, <quote>consider using numbers and function keys
      (F4, F5, and so on) instead of letters in shortcut-key
      combinaisons</quote> (<bibref ref="DWW95" role="informative"/>)
      given that most keyboard layouts will provide keys for those.      
    </p>
    <p>
      <code>"U+000000"</code>, <code>"U+000001"</code>, ...,
      <code>"U+FFFFFF"</code> are Unicode based key identifiers (<bibref ref="Unicode30"/>). When a key cannot be mapped to Unicode, a
      specific identifier is used (see also <specref ref="Guide"/>). In
      any case, no assumption should be made between the sequence of
      keyboard events and the text events. The following three examples
      illustrated the concept of keyboard layout mappings and its
      relation with keyboard events.
    </p>
    <p>
      The keystroke <code>"U+000051"</code> (Latin Capital Letter Q key)
      will produce (on a PC/AT US keyboard using a US keyboard layout
      mapping and without any modifier activated) the Unicode character
      <code>q</code> (Latin Small Letter Q):
    </p>
    <olist>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	<code>"U+000051"</code> (Latin Capital Letter Q key)</p>
      </item>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>:
	  <code>"q"</code></p>
      </item>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000051"</code> (Latin Capital Letter Q key)</p>
      </item>
    </olist>
    <p>
      If the keyboard layout mapping is switched to a french mapping,
      pressing the same key will produce:
    </p>
    <olist>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	<code>"U+000041"</code></p>
      </item>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>:
	  <code>"a"</code></p>
      </item>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000041"</code></p>
      </item>
    </olist>
    <p>
      If the keyboard layout mapping is switched to a serbian (cyrillic)
      mapping, pressing the same key will produce:
    </p>
    <olist>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	<code>"U+000409"</code></p>
      </item>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>:
	  <code>"&#1113;"</code></p>
      </item>
      <item>
	<p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000409"</code></p>
      </item>
    </olist>

    <note>
      <p>
	The order between the text event and keyboard events may differ
	depending on the keyboard devices.
      </p>
    </note>
    
    <div3 id="Modifiers">
      <head>Modifier keys</head>
      <p>
	Keyboard input use modifier keys to change the normal behavior
	of a key. The <code>KeyboardEvent</code> interface provides
	specific attributes for them:
	<code>KeyboardEvent.ctrlKey</code>,
	<code>KeyboardEvent.shiftKey</code>,
	<code>KeyboardEvent.altKey</code>,
	<code>KeyboardEvent.metaKey</code>, and
	<code>KeyboardEvent.altGraphKey</code>.
      </p>
      <p>
	The following example describes a possible sequence of keys to
	generate the Unicode character Q (Latin Capital Letter Q)
	on a PC/AT US keyboard using a US mapping:
      </p>
      <olist>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	    <code>"Shift"</code>, shiftKey</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	    <code>"U+000051"</code> (Latin Capital Letter Q key), shiftKey</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>:
	    <code>"Q"</code></p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	    <code>"U+000051"</code> (Latin Capital Letter Q key), shiftKey</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	    <code>"Shift"</code></p>
	</item>
      </olist>
      <p>
	The following example describes a possible sequence of keys that
	does not generate a Unicode character (using the same configuration):
      </p>
      <olist>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	    <code>"Control"</code>, ctrlKey</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	    <code>"U+000056"</code> (Latin Capital Letter V key), ctrlKey</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	    <code>"U+000056"</code> (Latin Capital Letter V key), ctrlKey</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	    <code>"Control"</code></p>
	</item>
      </olist>

    </div3>

    <div3 id="DeadKeys">
      <head>Dead keys</head>
      <p>
	Keyboard input use dead keys for the input of composed character
	sequences. Unlike the handwriting sequence, in which users type
	the base character first, keyboard input require to enter a
	special state when a dead key is pressed and emit the
	character(s) only when one of a limited number of "legal" base
	character is entered.
      </p>
      <p>
	The dead keys are represented in the key identifiers set using
	combining diacritical marks. The sequence of keystrokes
	"U+000302" (Combining Circumflex Accent key) and "U+000045"
	(Latin Capital Letter E key) will likely produce (on a PC/AT
	french keyboard using a french mapping and without any modifier
	activated) the Unicode character &#233; (Latin Small Letter E
	With Acute) or the composed Unicode character sequence e
	(Latin Small Letter E) and <code>000302</code> (Combining
	Circumflex Accent). In practice, french keyboard input will
	generate the Unicode character &#233; instead of the composed
	Unicode character sequence, as shown in the following example:
      </p>
      <olist>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	  <code>"U+000302"</code> (Combining Circumflex Accent key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000302"</code> (Combining Circumflex Accent key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	  <code>"U+000045"</code> (Latin Capital Letter E key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>:
	  <code>"&#233;"</code></p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000045"</code> (Latin Capital Letter E key)</p>
	</item>
      </olist>
    </div3>

    <div3 id="IME">
      <head>Input Method Editors</head>

      <p>
	<termdef id="dt-ime" term="Input Method Editor">Also known as
	<term>front end processor</term>, an <term>input method
	editor</term> (IME) is an application that performs the conversion
	between keystrokes and ideographs or other characters, usually
	by user-guided dictionary lookup.</termdef>
      </p>
      <p>
	The IMEs function keys are not represented in this set. As an
	example, receiving an keydown for the "Accept" key identifier
	does not necessarily implies that the text currently selected in
	the IME is being accepted. It only indicates that a keystroke
	happened, disconnected from the IME Accept
	functionality. Depending on the device in use, the IME Accept
	functionality can be obtain using the Accept key or the Return
	key. Keyboard events cannot be used to determine the current
	state of the input method editor.
      </p>
      <p>
	Keyboard events correspond to the events generated by the input
	device after the keyboard layout mapping but before the
	processing of the input method editor.
      </p>
      <p>
	The following example describes a possible sequence of keys to
	generate the Unicode character &#12375; (Hiragana Letter SI)
	using Japanese input methods. This assumes that the input method
	editor is activated and in the Japanese-Romaji input mode. The
	keys <code>"Convert"</code> and <code>"Accept"</code> may be
	replaced by others depending on the input device in use and the
	configuration of the IME, e.g. it could be respectively
	"U+000020" (Space key) and "Enter".
      </p>
      <olist>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	  <code>"U+000053"</code> (Latin Capital Letter S key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000053"</code> (Latin Capital Letter S key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	  <code>"U+000049"</code> (Latin Capital Letter I key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"U+000049"</code> (Latin Capital Letter I key)</p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	  <code>"Convert"</code></p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"Convert"</code></p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keydown"}</code>:
	  <code>"Accept"</code></p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "textInput"}</code>:
	  <code>"&#12375;"</code></p>
	</item>
	<item>
	  <p><code>{"http://www.w3.org/2001/xml-events", "keyup"}</code>:
	  <code>"Accept"</code></p>
	</item>
      </olist>

      <note>
	<p>
	  This specification does not provide a representation of the
	  input method editor (IME) events, e.g. representing the input
	  context.
	</p>
      </note>
    </div3>
    
    <div3 id="Guide">
      <head>Guidelines for defining key identifiers</head>
      <note role="important">
	<p>This section is informative.</p>
      </note>
      <p>
	The list of key identifiers contained in this appendix is not
	exhaustive and input devices may have to define their own key
	identifiers. Here is a algorithm to determine which key
	identifier to use:
      </p>
      <olist>
	<item>
	  <p>
	    Determine a representation for the key by looking at the
	    keyboard layout mapping in use (and not the keyboard device
	    in use). This representation should be unique, as human
	    friendly as possible, platform independent, and
	    consistent. For example, on PC/AT US keyboards with a US
	    mapping, the 'Q' key is mapped to the key identifier
	    "U+000051" (Latin Capital Letter Q key), the '1/!'  key is
	    mapped to the key identifier "U+000031" (Digit One key), the
	    key '`/~' is mapped to the key identifier "U+000060" (Grave
	    Accent key), and the 'Enter' key is mapped to the key
	    identifier "Enter".
	  </p>
	</item>
	<item>
	  <p>
	    Find an appropriate mapping in the Unicode character
	    set. There might not always be an appropriate and obvious
	    mapping: the Unicode set contains characters and symbols,
	    the key might generate different characters depending on the
	    operating system, ... In general, unless the representation
	    of the key can be mapped to a unique Unicode character, it
	    is better to create a new one.
	  </p>
	</item>
	<item>
	  <p>
	    If no appropriate mapping was found, create an key
	    identifier as human friendly as possible. As an example, the
	    Enter key is mapped to the key identifier "Enter" and not to
	    "U+00000A" (Line Feed), given that this key generates the
	    character 00000A on Unix operating systems and the
	    characters 00000D and 00000A on Windows operating systems.
	  </p>
	</item>
      </olist>
    </div3>
  </div2>
  
  <div2 id="KeySet-Set">
    <head>Key identifiers set</head>

    <note>
      <p>
	The keycodes <code>Multiply</code>, <code>Add</code>,
	<code>Substract</code>, <code>Decimal</code>,
	<code>Separator</code>, <code>Divide</code>,
	<code>NumPad0</code>, <code>NumPad1</code>,
	<code>NumPad2</code>, <code>NumPad3</code>,
	<code>NumPad4</code>, <code>NumPad5</code>,
	<code>NumPad6</code>, <code>NumPad7</code>,
	<code>NumPad8</code>, and <code>NumPad9</code> are not part of
	this set. Use <code>KeyBoard.keyLocation</code> to know if a key
	originated from the numeric keypad.
      </p>
    </note>

    <glist>
      <!-- /* Japanese Solaris keyboard: kakutei */ -->
      <gitem>
        <!-- DOM_VK_ACCEPT IMEAceept -->
	<label>"Accept"</label>
	<def>
	  <p>
	    The Accept (Commit) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_AGAIN -->
	<label>"Again"</label>
	<def>
	  <p>
	    The Again key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard - VK_CONVERT + ALT: zenkouho */ -->
      <gitem>
        <!-- DOM_VK_ALL_CANDIDATES -->
	<label>"AllCandidates"</label>
	<def>
	  <p>
	    The All Candidates key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: eisuu */ -->
      <gitem>
        <!-- DOM_VK_ALPHANUMERIC -->
	<label>"Alphanumeric"</label>
	<def>
	  <p>
	    The Alphanumeric key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_ALT  Alt -->
	<label>"Alt"</label>
	<def>
	  <p>
	    The Alt (Menu) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_ALT_GRAPH -->
	<label>"AltGraph"</label>
	<def>
	  <p>
	    The Alt-Graph key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Apps -->
	<label>"Apps"</label>
	<def>
	  <p>
	    The Application key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Attn -->
	<label>"Attn"</label>
	<def>
	  <p>
	    The ATTN key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserBack -->
	<label>"BrowserBack"</label>
	<def>
	  <p>
	    The Browser Back key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserFavorites -->
	<label>"BrowserFavorites"</label>
	<def>
	  <p>
	    The Browser Favorites key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserForward -->
	<label>"BrowserForward"</label>
	<def>
	  <p>
	    The Browser Forward key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserHome -->
	<label>"BrowserHome"</label>
	<def>
	  <p>
	    The Browser Home key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserRefresh -->
	<label>"BrowserRefresh"</label>
	<def>
	  <p>
	    The Browser Refresh key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserSearch -->
	<label>"BrowserSearch"</label>
	<def>
	  <p>
	    The Browser Search key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- BrowserStop -->
	<label>"BrowserStop"</label>
	<def>
	  <p>
	    The Browser Stop key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_CAPS_LOCK CapsLock Capital -->
	<label>"CapsLock"</label>
	<def>
	  <p>
	    The Caps Lock (Capital) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_CLEAR Clear OemClear -->
	<label>"Clear"</label>
	<def>
	  <p>
	    The Clear key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard - VK_ALPHANUMERIC + ALT: kanji bangou */ -->
      <gitem>
        <!-- DOM_VK_CODE_INPUT -->
	<label>"CodeInput"</label>
	<def>
	  <p>
	    The Code Input key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_COMPOSE -->
	<label>"Compose"</label>
	<def>
	  <p>
	    The Compose key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_CONTROL Control ControlKey -->
	<label>"Control"</label>
	<def>
	  <p>
	    The Control (Ctrl) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Crsel -->
	<label>"Crsel"</label>
	<def>
	  <p>
	    The Crsel key.
	  </p>
	</def>
      </gitem>
      <!-- /* the Japanese PC 106 keyboard, Japanese Solaris keyboard: henkan */ -->
      <gitem>
        <!-- DOM_VK_CONVERT IMEConvert -->
	<label>"Convert"</label>
	<def>
	  <p>
	    The Convert key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_COPY -->
	<label>"Copy"</label>
	<def>
	  <p>
	    The Copy key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_CUT -->
	<label>"Cut"</label>
	<def>
	  <p>
	    The Cut key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DOWN Down -->
	<label>"Down"</label>
	<def>
	  <p>
	    The Down Arrow key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_END End -->
	<label>"End"</label>
	<def>
	  <p>
	    The End key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_ENTER Enter Return -->
	<label>"Enter"</label>
	<def>
	  <p>
	    The Enter key.
	  </p>
	  <note>
	    <p>
	      This key identifier is also used for the Return (Macintosh
	      numpad) key.
	    </p>
	  </note>
	</def>
      </gitem>
      <gitem>
        <!-- EraseEof -->
	<label>"EraseEof"</label>
	<def>
	  <p>
	    The Erase EOF key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Execute -->
	<label>"Execute"</label>
	<def>
	  <p>
	    The Execute key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Exsel -->
	<label>"Exsel"</label>
	<def>
	  <p>
	    The Exsel key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F1 F1 -->
	<label>"F1"</label>
	<def>
	  <p>
	    The F1 key.
	  </p>
	</def>
      </gitem>      
      <gitem>
        <!-- DOM_VK_F2 F2 -->
	<label>"F2"</label>
	<def>
	  <p>
	    The F2 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F3 F3 -->
	<label>"F3"</label>
	<def>
	  <p>
	    The F3 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F4 F4 -->
	<label>"F4"</label>
	<def>
	  <p>
	    The F4 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F5 F5 -->
	<label>"F5"</label>
	<def>
	  <p>
	    The F5 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F6 F6 -->
	<label>"F6"</label>
	<def>
	  <p>
	    The F6 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F7 F7 -->
	<label>"F7"</label>
	<def>
	  <p>
	    The F7 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F8 F8 -->
	<label>"F8"</label>
	<def>
	  <p>
	    The F8 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F9 F9 -->
	<label>"F9"</label>
	<def>
	  <p>
	    The F9 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F10 F10 -->
	<label>"F10"</label>
	<def>
	  <p>
	    The F10 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F11 F11 -->
	<label>"F11"</label>
	<def>
	  <p>
	    The F11 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F12 F12 -->
	<label>"F12"</label>
	<def>
	  <p>
	    The F12 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F13 F13 -->
	<label>"F13"</label>
	<def>
	  <p>
	    The F13 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F14 F14 -->
	<label>"F14"</label>
	<def>
	  <p>
	    The F14 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F15 F15 -->
	<label>"F15"</label>
	<def>
	  <p>
	    The F15 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F16 F16 -->
	<label>"F16"</label>
	<def>
	  <p>
	    The F16 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F17 F17 -->
	<label>"F17"</label>
	<def>
	  <p>
	    The F17 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F18 F18 -->
	<label>"F18"</label>
	<def>
	  <p>
	    The F18 key.
	  </p>
	</def>
      </gitem>
      
      <gitem>
        <!-- DOM_VK_F19 F19 -->
	<label>"F19"</label>
	<def>
	  <p>
	    The F19 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F20 F20 -->
	<label>"F20"</label>
	<def>
	  <p>
	    The F20 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F21 F21 -->
	<label>"F21"</label>
	<def>
	  <p>
	    The F21 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F22 F22 -->
	<label>"F22"</label>
	<def>
	  <p>
	    The F22 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F23 F23 -->
	<label>"F23"</label>
	<def>
	  <p>
	    The F23 key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F24 F24 -->
	<label>"F24"</label>
	<def>
	  <p>
	    The F24 key.
	  </p>
	</def>
      </gitem>
      <gitem>
	<!-- DOM_VK_FINAL FinalMode -->
	<label>"FinalMode"</label>
	<def>
	  <p>
	    The Final Mode (Final) key used on some asian keyboards.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_FIND -->
	<label>"Find"</label>
	<def>
	  <p>
	    The Find key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: zenkaku */ -->
      <gitem>
        <!-- DOM_VK_FULL_WIDTH -->
	<label>"FullWidth"</label>
	<def>
	  <p>
	    The Full-Width Characters key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: hankaku */ -->
      <gitem>
        <!-- DOM_VK_HALF_WIDTH -->
	<label>"HalfWidth"</label>
	<def>
	  <p>
	    The Half-Width Characters key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- HangulMode -->
	<label>"HangulMode"</label>
	<def>
	  <p>
	    The Hangul (Korean characters) Mode key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- HanjaMode -->
	<label>"HanjaMode"</label>
	<def>
	  <p>
	    The Hanja (Korean characters) Mode key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_HELP Help -->
	<label>"Help"</label>
	<def>
	  <p>
	    The Help key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: hiragana */ -->
      <gitem>
        <!-- DOM_VK_HIRAGANA -->
	<label>"Hiragana"</label>
	<def>
	  <p>
	    The Hiragana (Japanese Kana characters) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_HOME Home -->
	<label>"Home"</label>
	<def>
	  <p>
	    The Home key.
	  </p>
	</def>
      </gitem>
<!--
      /* Japanese PC 106 keyboard: kanji. Japanese Solaris keyboard: nihongo */
      <gitem>
        DOM_VK_INPUT_METHOD_ON_OFF @@ KanjiMode
	<label>"InputMethodOnOff"</label>
	<def>
	  <p>
	    The Input Method On/Off key.
	  </p>
	</def>
      </gitem>      
-->
      <gitem>
        <!-- DOM_VK_INSERT Insert -->
	<label>"Insert"</label>
	<def>
	  <p>
	    The Insert (Ins) key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese Macintosh keyboard */ -->
      <gitem>
        <!-- DOM_VK_JAPANESE_HIRAGANA -->
	<label>"JapaneseHiragana"</label>
	<def>
	  <p>
	    The Japanese-Hiragana key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese Macintosh keyboard - VK_JAPANESE_HIRAGANA + SHIFT */ -->
      <gitem>
        <!-- DOM_VK_JAPANESE_KATAKANA -->
	<label>"JapaneseKatakana"</label>
	<def>
	  <p>
	    The Japanese-Katakana key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese Macintosh keyboard */ -->
      <gitem>
        <!-- DOM_VK_JAPANESE_ROMAN -->
	<label>"JapaneseRomaji"</label>
	<def>
	  <p>
	    The Japanese-Romaji key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- JunjaMode -->
	<label>"JunjaMode"</label>
	<def>
	  <p>
	    The Junja Mode key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard with special Windows driver - eisuu + Control; Japanese Solaris key
      board: kana */ -->
      <gitem>
        <!-- DOM_VK_KANA_LOCK KanaMode -->
	<label>"KanaMode"</label>
	<def>
	  <p>
	    The Kana Mode (Kana Lock) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_INPUT_METHOD_ON_OFF KanjiMode -->
	<label>"KanjiMode"</label>
	<def>
	  <p>
	    The Kanji (Japanese name for ideographic characters of
	    Chinese origin) Mode key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: katakana */ -->
      <gitem>
        <!-- DOM_VK_KATAKANA-->
	<label>"Katakana"</label>
	<def>
	  <p>
	    The Katakana (Japanese Kana characters) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- LaunchApplication1 -->
	<label>"LaunchApplication1"</label>
	<def>
	  <p>
	    The Start Application One key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- LaunchApplication2 -->
	<label>"LaunchApplication2"</label>
	<def>
	  <p>
	    The Start Application Two key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- LaunchMail -->
	<label>"LaunchMail"</label>
	<def>
	  <p>
	    The Start Mail key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_LEFT Left -->
	<label>"Left"</label>
	<def>
	  <p>
	    The Left Arrow key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_META -->
	<label>"Meta"</label>
	<def>
	  <p>
	    The Meta key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- MediaNextTrack -->
	<label>"MediaNextTrack"</label>
	<def>
	  <p>
	    The Media Next Track key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- MediaPlayPause -->
	<label>"MediaPlayPause"</label>
	<def>
	  <p>
	    The Media Play Pause key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- MediaPreviousTrack -->
	<label>"MediaPreviousTrack"</label>
	<def>
	  <p>
	    The Media Previous Track key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- MediaStop -->
	<label>"MediaStop"</label>
	<def>
	  <p>
	    The Media Stok key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_MODECHANGE IMEModeChange -->
	<label>"ModeChange"</label>
	<def>
	  <p>
	    The Mode Change key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: muhenkan */ -->
      <gitem>
	<!-- DOM_VK_NONCONVERT IMENonconvert -->
	<label>"Nonconvert"</label>
	<def>
	  <p>
	    The Nonconvert (Don't Convert) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_NUM_LOCK NumLock -->
	<label>"NumLock"</label>
	<def>
	  <p>
	    The Num Lock key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PAGE_DOWN PageDown Next -->
	<label>"PageDown"</label>
	<def>
	  <p>
	    The Page Down (Next) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PAGE_UP PageUp Prior -->
	<label>"PageUp"</label>
	<def>
	  <p>
	    The Page Up key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PASTE -->
	<label>"Paste"</label>
	<def>
	  <p>
	    The Paste key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PAUSE Pause -->
	<label>"Pause"</label>
	<def>
	  <p>
	    The Pause key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Play -->
	<label>"Play"</label>
	<def>
	  <p>
	    The Play key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard - VK_CONVERT + SHIFT: maekouho */ -->
      <gitem>
        <!-- DOM_VK_PREVIOUS_CANDIDATE -->
	<label>"PreviousCandidate"</label>
	<def>
	  <p>
	    The Previous Candidate function key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PRINTSCREEN PrintScreen SnapShot -->
	<label>"PrintScreen"</label>
	<def>
	  <p>
	    The Print Screen (PrintScrn, SnapShot) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- ProcessKey -->
	<label>"Process"</label>
	<def>
	  <p>
	    The Process key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PROPS -->
	<label>"Props"</label>
	<def>
	  <p>
	    The Props key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_RIGHT Right -->
	<label>"Right"</label>
	<def>
	  <p>
	    The Right Arrow key.
	  </p>
	</def>
      </gitem>
      <!-- /* Japanese PC 106 keyboard: roumaji */ -->
      <gitem>
        <!-- DOM_VK_ROMAN_CHARACTERS -->
	<label>"RomanCharacters"</label>
	<def>
	  <p>
	    The Roman Characters function key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_SCROLL_LOCK -->
	<label>"Scroll"</label>
	<def>
	  <p>
	    The Scroll Lock key.
	  </p>
	</def>
      </gitem>      
      <gitem>
        <!-- Select -->
	<label>"Select"</label>
	<def>
	  <p>
	    The Select key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- SelectMedia -->
	<label>"SelectMedia"</label>
	<def>
	  <p>
	    The Select Media key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_SHIFT -->
	<label>"Shift"</label>
	<def>
	  <p>
	    The Shift key.
	  </p>
	</def>
      </gitem>
      <gitem>
	<!-- DOM_VK_STOP -->
	<label>"Stop"</label>
	<def>
	  <p>
	    The Stop key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_UP Up -->
	<label>"Up"</label>
	<def>
	  <p>
	    The Up Arrow key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_UNDO -->
	<label>"Undo"</label>
	<def>
	  <p>
	    The Undo key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- VolumeDown -->
	<label>"VolumeDown"</label>
	<def>
	  <p>
	    The Volume Down key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- VolumeMute -->
	<label>"VolumeMute"</label>
	<def>
	  <p>
	    The Volume Mute key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- VolumeUp -->
	<label>"VolumeUp"</label>
	<def>
	  <p>
	    The Volume Up key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- LWin RWin -->
	<label>"Win"</label>
	<def>
	  <p>
	    The Windows Logo key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- Zoom -->
	<label>"Zoom"</label>
	<def>
	  <p>
	    The Zoom key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_BACK_SPACE Back -->
	<label>"U+000008"</label>
	<def>
	  <p>
	    The Backspace (Back) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_TAB Tab -->
	<label>"U+000009"</label>
	<def>
	  <p>
	    The Horizontal Tabulation (Tab) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_CANCEL Cancel -->
	<label>"U+000018"</label>
	<def>
	  <p>
	    The Cancel key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_ESCAPE Escape -->
	<label>"U+00001B"</label>
	<def>
	  <p>
	    The Escape (Esc) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_SPACE -->
	<label>"U+000020"</label>
	<def>
	  <p>
	    The Space (Spacebar) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_EXCLAMATION_MARK -->
	<label>"U+000021"</label>
	<def>
	  <p>
	    The Exclamation Mark (Factorial, Bang) key (!).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_QUOTEDBL OemQuotes -->
	<label>"U+000022"</label>
	<def>
	  <p>
	    The Quotation Mark (Quote Double) key (").
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_NUMBER_SIGN -->
	<label>"U+000023"</label>
	<def>
	  <p>
	    The Number Sign (Pound Sign, Hash, Crosshatch, Octothorpe)
	    key (#).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DOLLAR -->
	<label>"U+000024"</label>
	<def>
	  <p>
	    The Dollar Sign (milreis, escudo) key ($).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_AMPERSAND -->
	<label>"U+000026"</label>
	<def>
	  <p>
	    The Ampersand key (&amp;).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_QUOTE OemQuotes -->
	<label>"U+000027"</label>
	<def>
	  <p>
	    The Apostrophe (Apostrophe-Quote, APL Quote) key (').
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_LEFT_PARENTHESIS -->
	<label>"U+000028"</label>
	<def>
	  <p>
	    The Left Parenthesis (Opening Parenthesis) key (().
	  </p>
	</def>
      </gitem>
      <gitem>
	<!-- DOM_VK_RIGHT_PARENTHESIS -->
	<label>"U+000029"</label>
	<def>
	  <p>
	    The Right Parenthesis (Closing Parenthesis) key ()).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_ASTERISK -->
	<label>"U+00002A"</label>
	<def>
	  <p>
	    The Asterix (Star) key (*).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PLUS OemPlus -->
	<label>"U+00002B"</label>
	<def>
	  <p>
	    The Plus Sign (Plus) key (+).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_COMMA Oemcomma -->
	<label>"U+00002C"</label>
	<def>
	  <p>
	    The Comma (decimal separator) sign key (,).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_MINUS OenMinus -->
	<label>"U+00002D"</label>
	<def>
	  <p>
	    The Hyphen-minus (hyphen or minus sign) key (-).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_PERIOD OemPeriod -->
	<label>"U+00002E"</label>
	<def>
	  <p>
	    The Full Stop (period, dot, decimal point) key (.).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_SLASH -->
	<label>"U+00002F"</label>
	<def>
	  <p>
	    The Solidus (slash, virgule, shilling) key (/).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_0 D0 -->
	<label>"U+000030"</label>
	<def>
	  <p>
	    The Digit Zero key (0).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_1 D1 -->
	<label>"U+000031"</label>
	<def>
	  <p>
	    The Digit One key (1).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_2 D2 -->
	<label>"U+000032"</label>
	<def>
	  <p>
	    The Digit Two key (2).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_3 D3 -->
	<label>"U+000033"</label>
	<def>
	  <p>
	    The Digit Three key (3).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_4 D4 -->
	<label>"U+000034"</label>
	<def>
	  <p>
	    The Digit Four key (4).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_5 D5 -->
	<label>"U+000035"</label>
	<def>
	  <p>
	    The Digit Five key (5).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_6 D6 -->
	<label>"U+000036"</label>
	<def>
	  <p>
	    The Digit Six key (6).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_7 D7 -->
	<label>"U+000037"</label>
	<def>
	  <p>
	    The Digit Seven key (7).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_8 D8 -->
	<label>"U+000038"</label>
	<def>
	  <p>
	    The Digit Eight key (8).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_9 D9 -->
	<label>"U+000039"</label>
	<def>
	  <p>
	    The Digit Nine key (9).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_COLON -->
	<label>"U+00003A"</label>
	<def>
	  <p>
	    The Colon key (:).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_SEMICOLON OemSemicolon -->
	<label>"U+00003B"</label>
	<def>
	  <p>
	    The Semicolon key (;).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_LESS -->
	<label>"U+00003C"</label>
	<def>
	  <p>
	    The Less-Than Sign key (&lt;).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_EQUALS -->
	<label>"U+00003D"</label>
	<def>
	  <p>
	    The Equals Sign key (=).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_GREATER -->
	<label>"U+00003E"</label>
	<def>
	  <p>
	    The Greater-Than Sign key (&gt;).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- OemQuestion -->
	<label>"U+00003F"</label>
	<def>
	  <p>
	    The Question Mark key (?).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_AT -->
	<label>"U+000040"</label>
	<def>
	  <p>
	    The Commercial At (@) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_A A -->
	<label>"U+000041"</label>
	<def>
	  <p>
	    The Latin Capital Letter A key (A).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_B B -->
	<label>"U+000042"</label>
	<def>
	  <p>
	    The Latin Capital Letter B key (B).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_C C -->
	<label>"U+000043"</label>
	<def>
	  <p>
	    The Latin Capital Letter C key (C).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_D D -->
	<label>"U+000044"</label>
	<def>
	  <p>
	    The Latin Capital Letter D key (D).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_E E -->
	<label>"U+000045"</label>
	<def>
	  <p>
	    The Latin Capital Letter E key (E).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_F F -->
	<label>"U+000046"</label>
	<def>
	  <p>
	    The Latin Capital Letter F key (F).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_G G -->
	<label>"U+000047"</label>
	<def>
	  <p>
	    The Latin Capital Letter G key (G).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_H H -->
	<label>"U+000048"</label>
	<def>
	  <p>
	    The Latin Capital Letter H key (H).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_I I -->
	<label>"U+000049"</label>
	<def>
	  <p>
	    The Latin Capital Letter I key (I).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_J J -->
	<label>"U+00004A"</label>
	<def>
	  <p>
	    The Latin Capital Letter J key (J).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_K K -->
	<label>"U+00004B"</label>
	<def>
	  <p>
	    The Latin Capital Letter K key (K).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_L L -->
	<label>"U+00004C"</label>
	<def>
	  <p>
	    The Latin Capital Letter L key (L).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_M M -->
	<label>"U+00004D"</label>
	<def>
	  <p>
	    The Latin Capital Letter M key (M).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_N N -->
	<label>"U+00004E"</label>
	<def>
	  <p>
	    The Latin Capital Letter N key (N).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_O O -->
	<label>"U+00004F"</label>
	<def>
	  <p>
	    The Latin Capital Letter O key (O).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_P P -->
	<label>"U+000050"</label>
	<def>
	  <p>
	    The Latin Capital Letter P key (P).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_Q Q -->
	<label>"U+000051"</label>
	<def>
	  <p>
	    The Latin Capital Letter Q key (Q).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_R R -->
	<label>"U+000052"</label>
	<def>
	  <p>
	    The Latin Capital Letter R key (R).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_S S -->
	<label>"U+000053"</label>
	<def>
	  <p>
	    The Latin Capital Letter S key (S).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_T T -->
	<label>"U+000054"</label>
	<def>
	  <p>
	    The Latin Capital Letter T key (T).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_U U -->
	<label>"U+000055"</label>
	<def>
	  <p>
	    The Latin Capital Letter U key (U).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_V V -->
	<label>"U+000056"</label>
	<def>
	  <p>
	    The Latin Capital Letter V key (V).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_W W -->
	<label>"U+000057"</label>
	<def>
	  <p>
	    The Latin Capital Letter W key (W).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_X X -->
	<label>"U+000058"</label>
	<def>
	  <p>
	    The Latin Capital Letter X key (X).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_Y Y -->
	<label>"U+000059"</label>
	<def>
	  <p>
	    The Latin Capital Letter Y key (Y).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_Z Z -->
	<label>"U+00005A"</label>
	<def>
	  <p>
	    The Latin Capital Letter Z key (Z).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_OPEN_BRACKET OemOpenBrackets -->
	<label>"U+00005B"</label>
	<def>
	  <p>
	    The Left Square Bracket (Opening Square Bracket) key ([).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_BACK_SLASH OemBackslash -->
	<label>"U+00005C"</label>
	<def>
	  <p>
	    The Reverse Solidus (Backslash) key (\).
	  </p>
	</def>
      </gitem>
      <!-- DOM_VK_CLOSE_BRACKET OemCloseBrackets -->
      <gitem>
	<label>"U+00005D"</label>
	<def>
	  <p>
	    The Right Square Bracket (Closing Square Bracket) key (]).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_CIRCUMFLEX -->
	<label>"U+00005E"</label>
	<def>
	  <p>
	    The Circumflex Accent key (^).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_UNDERSCORE -->
	<label>"U+00005F"</label>
	<def>
	  <p>
	    The Low Sign (Spacing Underscore, Underscore) key (_).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_BACK_QUOTE -->
	<label>"U+000060"</label>
	<def>
	  <p>
	    The Grave Accent (Back Quote) key (`).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_BRACELEFT -->
	<label>"U+00007B"</label>
	<def>
	  <p>
	    The Left Curly Bracket (Opening Curly Bracket, Opening
	    Brace, Brace Left) key ({).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- OemPipe -->
	<label>"U+00007C"</label>
	<def>
	  <p>
	    The Vertical Line (Vertical Bar, Pipe) key (|).
	  </p>
	</def>
      </gitem>
      <gitem>
	<!-- DOM_VK_BRACERIGHT -->
	<label>"U+00007D"</label>
	<def>
	  <p>
	    The Right Curly Bracket (Closing Curly Bracket, Closing
	    Brace, Brace Right) key (}).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DELETE Delete -->
	<label>"U+00007F"</label>
	<def>
	  <p>
	    The Delete (Del) Key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_INVERTED_EXCLAMATION_MARK -->
	<label>"U+0000A1"</label>
	<def>
	  <p>
	    The Inverted Exclamation Mark key (&#161;).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_GRAVE -->
	<label>"U+000300"</label>
	<def>
	  <p>
	    The Combining Grave Accent (Greek Varia, Dead Grave) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_ACUTE -->
	<label>"U+000301"</label>
	<def>
	  <p>
	    The Combining Acute Accent (Stress Mark, Greek Oxia, Tonos,
	    Dead Eacute) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_CIRCUMFLEX -->
	<label>"U+000302"</label>
	<def>
	  <p>
	    The Combining Circumflex Accent (Hat, Dead Circumflex) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_TILDE -->
	<label>"U+000303"</label>
	<def>
	  <p>
	    The Combining Tilde (Dead Tilde) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_MACRON -->
	<label>"U+000304"</label>
	<def>
	  <p>
	    The Combining Macron (Long, Dead Macron) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_BREVE -->
	<label>"U+000306"</label>
	<def>
	  <p>
	    The Combining Breve (Short, Dead Breve) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_ABOVEDOT -->
	<label>"U+000307"</label>
	<def>
	  <p>
	    The Combining Dot Above (Derivative, Dead Above Dot) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_DIAERESIS -->
	<label>"U+000308"</label>
	<def>
	  <p>
	    The Combining Diaeresis (Double Dot Abode, Umlaut,
	    Greek Dialytika, Double Derivative, Dead Diaeresis) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_ABOVERING -->
	<label>"U+00030A"</label>
	<def>
	  <p>
	    The Combining Ring Above (Dead Above Ring) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_DOUBLEACUTE -->
	<label>"U+00030B"</label>
	<def>
	  <p>
	    The Combining Double Acute Accent (Dead Doubleacute) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_CARON -->
	<label>"U+00030C"</label>
	<def>
	  <p>
	    The Combining Caron (Hacek, V Above, Dead Caron) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_CEDILLA -->
	<label>"U+000327"</label>
	<def>
	  <p>
	    The Combining Cedilla (Dead Cedilla) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_OGONEK -->
	<label>"U+000328"</label>
	<def>
	  <p>
	    The Combining Ogonek (Nasal Hook, Dead Ogonek) key.
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_IOTA -->
	<label>"U+000345"</label>
	<def>
	  <p>
	    The Combining Greek Ypogegrammeni (Greek Non-Spacing Iota
	    Below, Iota Subscript, Dead Iota) key.
	  </p>
	</def>
      </gitem>
      <gitem>
	<!-- DOM_VK_EURO_SIGN -->
	<label>"U+0020AC"</label>
	<def>
	  <p>
	    The Euro Currency Sign key (&#8364;).
	  </p>
	</def>
      </gitem>
      <gitem>
        <!-- DOM_VK_DEAD_VOICED_SOUND -->
	<label>"U+003099"</label>
	<def>
	  <p>
	    The Combining Katakana-Hiragana Voiced Sound Mark (Dead Voiced Sound) key.
	  </p>
	</def>
      </gitem>
      <gitem>
	<!-- DOM_VK_DEAD_SEMIVOICED_SOUND -->
	<label>"U+00309A"</label>
	<def>
	  <p>
	    The Combining Katakana-Hiragana Semi-Voiced Sound Mark (Dead Semivoiced Sound) key.
	  </p>
	</def>
      </gitem>
    </glist>        
  </div2>
  
</div1><!--
 *************************************************************************
 * END OF EVENTS                                                         *
 *************************************************************************
-->




 
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<div1 id="Changes">
  <head>Changes</head>

  <orglist role="editors">
    <member>
      <name>Philippe Le H&#233;garet</name>
      <affiliation>W3C</affiliation>
    </member>
  </orglist>

  <div2 id="DOMEvents2to3Changes">
    <head>Changes between DOM Level 2 Events and DOM Level 3 Events</head>

    <p>
      This new specification provides a better separation between the
      DOM even flow, the event types, and the DOM interfaces.
    </p>

    <div3 id="DOMEvents2to3Changes-flow">
      <head>Changes to DOM Level 2 event flow</head>

      <p>
	This new specification introduced two new concepts in the event
	flow:
      </p>
      <ulist>
	<item>
	  <p>
	    event groups: unlike DOM Level 2 Events,
	    <code>stopPropagation</code> does no longer stop the event
	    propagation entirely. It only stops it for a given event
	    group.
	  </p>
	</item>
	<item>
	  <p>
	    partial ordering of event listeners: within an event group,
	    event listeners are now ordered while ordering was
	    unspecified in DOM Level 2 Events.
	  </p>
	</item>
      </ulist>
    </div3>
    <div3 id="DOMEvents2to3Changes-event-types">
      <head>Changes to DOM Level 2 event types</head>

      <p>
	Lots of clarifications have been made on the event types. The
	conformance is now explicitly defined against the event types,
	and not only the interfaces required by the event types. Support
	for namespaces and the feature <code>"BasicEvents"</code> have
	been introduced.
      </p>
      <p>
	The DOM Level 2 Event <code>load</code> event type can now be
	dispatched to more <bibref ref="HTML40"/>
	elements. <code>blur</code> and <code>focus</code> have been
	clarified and restricted to <bibref ref="HTML40"/> applications
	only.
      </p>
    </div3>
    <div3 id="DOMLevel2to3Changes">
      <head>Changes to DOM Level 2 Events interfaces</head>      
      <glist>
	<gitem>
	  <label>Interface <code>Event</code></label>
	  <def>
	    <p>
	      The <code>Event</code> interface has a new attribute
	      <code>namespaceURI</code>, and a four new methods:
	      <code>isDefaultPrevented</code>, <code>isCustom</code>,
	      <code>stopImmediatePropagation</code>,
	      <code>isPropagationStopped</code>,
	      <code>initEventNS</code>.
	    </p>
	  </def>
	</gitem>
	<gitem>
	  <label>Interface <code>EventTarget</code></label>
	  <def>
	    <p>
	      The <code>EventTarget</code> interface has four new methods:
	      <code>addEventListenerNS</code>,
	      <code>removeEventListenerNS</code>,
	      <code>willTriggerNS</code>,
	      <code>hasEventListenerNS</code>.
	    </p>
	  </def>
	</gitem>
	<gitem>
	  <label>Interface <code>DocumentEvent</code></label>
	  <def>
	    <p>
	      The <code>Event</code> interface has one new method:
	      <code>canDispatch</code>.
	    </p>
	  </def>
	</gitem>
	<gitem>
	  <label>Interface <code>UIEvent</code></label>
	  <def>
	    <p>
	      The <code>UIEvent</code> interface has a new method
	      <code>initUIEventNS</code>.
	    </p>
	  </def>
	</gitem>
	<gitem>
	  <label>Interface <code>MouseEvent</code></label>
	  <def>
	    <p>
	      The <code>MouseEvent</code> interface has a new method
	      <code>initMouseEventNS</code> and a new attribute
	      <code>altGraphKey</code>.
	    </p>
	  </def>
	</gitem>
	<gitem>
	  <label>Interface <code>MutationEvent</code></label>
	  <def>
	    <p>
	      The <code>MutationEvent</code> interface has a new method
	      <code>initMutationEventNS</code>.
	    </p>
	  </def>
	</gitem>
	<gitem>
	  <label>Exception <code>EventException</code></label>
	  <def>
	    <p>
	      The <code>DISPATCH_REQUEST_ERR</code> constant has been
	      added.
	    </p>
	  </def>
	</gitem>
      </glist>
    </div3>
    <div3 id="DOMLevel2Addons">      
      <head>New Interfaces</head>
      
      <p>
	The interfaces <code>CustomEvent</code>, <code>TextEvent</code>,
	<code>KeyboardEvent</code>, and <code>MutationNameEvent</code>
	were added to the Events module.
      </p>
    </div3>
  </div2>
</div1>


<div1 role="idl" id="idl">
  <head>IDL Definitions</head>

  <p>This appendix contains the complete OMG IDL <bibref ref="OMGIDL"/> for
  the Level 3 Document Object Model Events definitions.</p>

  <p>The IDL files are also available as: <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="idl.zip" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/idl.zip</loc></p>

    <!--
    ******************************************************
    | Events OMG IDL DEFINITIONS                           |
    ******************************************************
    -->
      <?GENERATE-IDL Events events dom.w3c.org dom views?>
</div1>

<div1 role="java-binding" id="java-binding">
  <head>Java Language Binding</head>

  <p>This appendix contains the complete Java <bibref ref="Java"/> bindings
  for the Level 3 Document Object Model Events.</p>

  <p>The Java files are also available as <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="java-binding.zip" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/java-binding.zip</loc></p>

    <!--
    ******************************************************
    | Events JAVA BINDINGS                                 |
    ******************************************************
    -->
      <?GENERATE-JAVA Events org.w3c.dom events?>
</div1>
<div1 role="ecma-binding" id="ecma-binding">
  <head>ECMAScript Language Binding</head>

  <p>This appendix contains the complete ECMAScript <bibref ref="ECMAScript"/> binding for the Level 3 Document Object Model Events
  definitions.</p>

    <!--
    ******************************************************
    | Events ECMA SCRIPT BINDINGS                         |
    ******************************************************
    -->
  <?GENERATE-ECMA Events?>
</div1>

  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!--
 *************************************************************************
 * BEGINNING OF DOM GLOSSARY                                             *
 *************************************************************************
-->
<div1 role="glossary" id="glossary">
  <head>Glossary</head>
  <orglist role="editors">
    <member>
      <name>Arnaud Le Hors</name>
      <affiliation>W3C</affiliation>
    </member>
    <member>
      <name>Robert S. Sutor</name>
      <affiliation>IBM Research (for DOM Level 1)</affiliation>
    </member>
  </orglist>
  <p>Several of the following term definitions have been borrowed or
    modified from similar definitions in other W3C or standards documents.
    See the links within the definitions for more information.</p>
  <glist>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-16-bit-unit">16-bit unit</label>
      <def><p>The base unit of a <code>DOMString</code>. This indicates that
          indexing on a <code>DOMString</code> occurs in units of 16 bits. 
          This must not be misunderstood to mean that a <code>DOMString</code>
          can store arbitrary 16-bit units. A <code>DOMString</code> is a 
          character string encoded in UTF-16; this means that the restrictions
          of UTF-16 as well as the other relevant restrictions on character strings
          must be maintained. A single character, for example in the form of a 
          numeric character reference, may correspond to one or two 16-bit units.</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-ancestor">ancestor</label>
      <def><p>An <term>ancestor</term> node of any node A is any node
	  above A in a tree model, where "above" means "toward the root."
	</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-API">API</label>
      <def><p>An <term>API</term> is an Application Programming
	  Interface, a set of functions or methods used to access some
	  functionality.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-bubbling-phase">bubbling phase</label>
      <def>
	<p>
	  The process by which an <termref def="dt-event">event</termref> can be handled by one of the
	  target ancestors after being handled by the <termref def="dt-target-node">target node</termref>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-capture-phase">capture phase</label>
      <def>
	<p>
	  The process by which an <termref def="dt-event">event</termref> can be handled by one of the
	  target ancestors before being handled by the <termref def="dt-target-node">target node</termref>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-child">child</label>
      <def><p>A <term>child</term> is an immediate descendant node of
	  a node.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-application">client application</label>
      <def><p>A [client] application is any software that uses the
	  Document Object Model programming interfaces provided by the
	  hosting implementation to accomplish useful work. Some
	  examples of client applications are scripts within an HTML
	  or XML document.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-COM">COM</label>
      <def><p><term>COM</term> is Microsoft's Component Object Model <bibref role="informative" ref="COM"/>, a technology for building applications from binary
	    software components.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-content-model">content model</label>
      <def><p>The <term>content model</term> is a simple grammar
	  governing the allowed types of the child elements and the
	  order in which they appear. See <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-element-content" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Element Content</xspecref>
	  in XML <bibref role="informative" ref="XML"/>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-context">context</label>
      <def><p>A <term>context</term> specifies an access pattern (or
	  path): a set of interfaces which give you a way to interact
	  with a model. For example, imagine a model with different
	  colored arcs connecting data nodes. A context might be a
	  sheet of colored acetate that is placed over the model
	  allowing you a partial view of the total information in the
	  model.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-convenience">convenience</label>
      <def><p>A <term>convenience method</term> is an operation on an
          object that could be accomplished by a program consisting of
          more basic operations on the object. Convenience methods are
          usually provided to make the API easier and simpler to use or to
	  allow specific programs to create more optimized implementations
	  for common operations. A similar definition holds for a
	  <term>convenience property</term>.
        </p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-cooked">cooked model</label>
      <def><p>A model for a document that represents the document
	  after it has been manipulated in some way. For example, any
	  combination of any of the following transformations would
	  create a cooked model:
	  <olist>
	    <item><p>Expansion of internal text entities.</p></item>
	    <item><p>Expansion of external entities.</p></item>
	    <item><p>Model augmentation with style-specified generated
		text.</p></item>
	    <item><p>Execution of style-specified
		reordering.</p></item>
	    <item><p>Execution of scripts.</p></item>
	  </olist> A browser might only be able to provide access to a
	  cooked model, while an editor might provide access to a
	  cooked or the initial structure model (also known as the
	  <term>uncooked model</term>) for a document. </p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-CORBA">CORBA</label>
      <def><p><term>CORBA</term> is the <term>Common Object Request Broker
	    Architecture</term> from the <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.omg.org" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">OMG</loc> <bibref role="informative" ref="CORBA"/>. This architecture is a collection of objects and
	    libraries that allow the creation of applications containing
	    objects that make and receive requests and responses in a
	    distributed environment.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-cursor">cursor</label>
      <def><p>A <term>cursor</term>is an object representation of a
	  node. It may possess information about context and the path
	  traversed to reach the node.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-datamodel">data model</label>
      <def><p>A <term>data model</term> is a collection of descriptions of data
	  structures and their contained fields, together with the operations
	  or functions that manipulate them.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-deprecation">deprecation</label>
      <def><p>When new releases of specifications are released, some older
	  features may be marked as being <term>deprecated</term>. This
	  means that new work should not use the features and that
	  although they are supported in the current release, they may
	  not be supported or available in future releases.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-descendant">descendant</label>
      <def><p>A <term>descendant</term> node of any node A is any node
	  below A in a tree model, where "below" means "away from the
	  root."</p></def>
    </gitem>

    <!-- ................................................................ -->
    <gitem>
      <label id="dt-document-element">document element</label>
      <def>
	<p>
	  There is only one document element in a <code>Document</code>. This
	  element node is a child of the <code>Document</code> node. See
	  <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2000/REC-xml-20001006#dt-root" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Well-Formed XML
	  Documents</xspecref> in XML <bibref role="informative" ref="XML"/>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-document-order">document order</label>

      <def><p>There is an ordering, <term>document order</term>, defined on all
      the nodes in the document corresponding to the order in which the first
      character of the XML representation of each node occurs in the XML
      representation of the document after expansion of general entities. Thus,
      the <termref def="dt-document-element">document element</termref> node
      will be the first node. Element nodes occur before their children. Thus,
      document order orders element nodes in order of the occurrence of their
      start-tag in the XML (after expansion of entities). The attribute nodes
      of an element occur after the element and before its children. The
      relative order of attribute nodes is implementation-dependent.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-DOM-Level-0">DOM Level 0</label>
      <def><p>The term "DOM Level 0" refers to a mix (not formally specified)
	  of HTML document functionalities offered by Netscape Navigator
	  version 3.0 and Microsoft Internet Explorer version 3.0. In some
	  cases, attributes or methods have been included for reasons of
	  backward compatibility with "DOM Level 0".</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-ECMAScript">ECMAScript</label>
      <def><p>The programming language defined by the ECMA-262 standard
	  <bibref role="informative" ref="ECMAScript"/>. As stated in the standard, the
            originating technology for ECMAScript was JavaScript <bibref role="informative" ref="JavaScript"/>. Note that in the ECMAScript binding, the word
              "property" is used in the same sense as the IDL term
              "attribute."</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-element">element</label>
      <def><p>Each document contains one or more elements, the
	  boundaries of which are either delimited by start-tags and
	  end-tags, or, for empty elements by an empty-element tag.
	  Each element has a type, identified by name, and may have a
	  set of attributes. Each attribute has a name and a value.
	  See <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-logical-struct" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Logical
	    Structures</xspecref> in XML <bibref role="informative" ref="XML"/>.
	</p></def>
    </gitem>
    <gitem>
      <label id="dt-event">event</label>
      <def>
	<p>
	  An event is the representation of some asynchronous occurrence
	  (such as a mouse click on the presentation of the element, or
	  the removal of child node from an element, or any of
	  unthinkably many other possibilities) that gets associated
	  with an <termref def="dt-event-target">event target</termref>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-event-target">event target</label>
      <def>
	<p>
	  The object to which an <termref def="dt-event">event</termref>
	  is targeted.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-equivalence">equivalence</label>
      <def>
	<p>Two nodes are <term>equivalent</term> if they have the same node
	  type and same node name. Also, if the nodes contain data, that must
	  be the same. Finally, if the nodes have attributes then collection
	  of attribute names must be the same and the attributes corresponding
	  by name must be equivalent as nodes.</p>

        <p>Two nodes are <term>deeply equivalent</term> if they are
	  <term>equivalent</term>, the child node lists are equivalent are
	  equivalent as <code>NodeList</code> objects, and the pairs of
	  equivalent attributes must in fact be deeply equivalent.</p>


        <p>Two <code>NodeList</code> objects are <term>equivalent</term> if they
	  have the same length,	and the nodes corresponding by index
	  are deeply equivalent. </p>

        <p>Two <code>NamedNodeMap</code> objects are <term>equivalent</term> if
	  they have the same length, they have same collection of names,
	  and the nodes corresponding by name in the maps are deeply
	  equivalent. </p>

        <p>Two <code>DocumentType</code> nodes are <term>equivalent</term> if
	  they are equivalent as nodes, have the same names, and have
	  equivalent entities and attributes <code>NamedNodeMap</code>
	  objects.</p>

      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-infoitem">information item</label>
      <def><p>An information item is an abstract representation of some
          component of an XML document. See the <bibref role="informative" ref="InfoSet"/>
            for details.
        </p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-logically-adjacent-text-nodes">logically-adjacent text nodes</label>
      <def><p>
        <term>Logically-adjacent text nodes</term> are <code>Text</code> or
        <code>CDataSection</code> nodes that may be visited sequentially in
        <termref def="dt-document-order">document order</termref> without
        entering, exiting, or passing over <code>Element</code>,
        <code>Comment</code>, or <code>ProcessingInstruction</code> nodes.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-implementation">hosting implementation</label>
      <def><p>A [hosting] implementation is a software module that
	  provides an implementation of the DOM interfaces so that a
	  client application can use them. Some examples of hosting
	  implementations are browsers, editors and document
	  repositories.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-HTML">HTML</label>
      <def><p>The HyperText Markup Language (<term>HTML</term>) is a
	  simple markup language used to create hypertext documents
	  that are portable from one platform to another. HTML
	  documents are SGML documents with generic semantics that are
	  appropriate for representing information from a wide range
	  of applications. <bibref role="informative" ref="HTML40"/></p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-IDL">IDL</label>
      <def><p>An Interface Definition Language (<term>IDL</term>) is used to
	  define the interfaces for accessing and operating upon
	  objects. Examples of IDLs are the Object Management Group's IDL
	  <bibref role="informative" ref="CORBA"/>, Microsoft's IDL <bibref role="informative" ref="MSIDL"/>, and
	      Sun's Java IDL <bibref role="informative" ref="JavaIDL"/>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-implementor">implementor</label>
      <def><p>Companies, organizations, and individuals that claim to
	  support the Document Object Model as an API for their
	  products.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-inheritance">inheritance</label>
      <def><p>In object-oriented programming, the ability to create new
	  classes (or interfaces) that contain all the methods and properties
	  of another class (or interface), plus additional methods and
	  properties. If class (or interface) D inherits from class (or
	  interface) B, then D is said to be <term>derived</term> from B. B is
	  said to be a <term>base</term> class (or interface) for D. Some
	  programming languages allow for multiple inheritance, that is,
	  inheritance from more than one class or interface.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-raw-struct">initial structure model</label>
      <def><p>Also known as the <term>raw structure model</term> or
	  the <term>uncooked model</term>, this represents the
	  document before it has been modified by entity expansions,
	  generated text, style-specified reordering, or the execution
	  of scripts. In some implementations, this might correspond
	  to the "initial parse tree" for the document, if
	  it ever exists. Note that a given implementation might not
	  be able to provide access to the initial structure model for
	  a document, though an editor probably would.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-interface">interface</label>
      <def><p>An <term>interface</term> is a declaration of a set of
          methods with no information given about their implementation.
	  In object systems that support interfaces and inheritance,
	  interfaces can usually inherit from one another.
        </p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-lang-binding">language binding</label>
      <def><p>A programming <term>language binding</term> for an IDL
	  specification is an implementation of the interfaces in the
	  specification for the given language. For example, a Java
	  language binding for the Document Object Model IDL
	  specification would implement the concrete Java classes that
	  provide the functionality exposed by the
	  interfaces.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-live">live</label>
      <def>
          <p>An object is <term>live</term> if any change to the underlying
          document structure is reflected in the object.</p></def>      
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-localname">local name</label>
      <def><p>A <term>local name</term> is the local part of a <term>qualified
	    name</term>.
	  This is called the <xtermref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-localname" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">local
	    part</xtermref> in Namespaces in XML <bibref role="informative" ref="Namespaces"/>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-method">method</label>
      <def><p>A <term>method</term> is an operation or function that is
	  associated with an object and is allowed to manipulate the
	  object's data.
        </p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-model">model</label>
      <def><p>A <term>model</term> is the actual data representation
	  for the information at hand. Examples are the structural
	  model and the style model representing the parse structure
	  and the style information associated with a document. The
	  model might be a tree, or a directed graph, or something
	  else.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-namespaceprefix">namespace prefix</label>
      <def><p>A <term>namespace prefix</term> is a string that associates
	  an element or attribute name with a <term>namespace URI</term> in
	  XML. See <xtermref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-prefix" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">namespace
	    prefix</xtermref> in Namespaces in XML <bibref role="informative" ref="Namespaces"/>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-namespaceURI">namespace URI</label>
      <def><p>A <term>namespace URI</term> is a URI that identifies
	  an XML namespace. This is called the <xtermref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-NSName" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">namespace name</xtermref> in
	  Namespaces in XML <bibref role="informative" ref="Namespaces"/>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-namespace-well-formed">namespace well-formed</label>
      <def>
	<p>
	  A node is a <term>namespace well-formed</term> XML node if it
	  is a <termref def="dt-well-formed">well-formed</termref>
	  node, and follow the productions and namespace constraints defined
	  <bibref ref="Namespaces"/>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-object-model">object model</label>
      <def><p>An <term>object model</term>
	  is a collection of
	  descriptions of classes or interfaces,
	  together with their member data, member functions,
	  and class-static operations.
	</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-parent">parent</label>
      <def><p>A <term>parent</term> is an immediate ancestor node of a
	  node.</p></def>
    </gitem>
    <gitem>
      <label id="dt-partially-valid">partially valid</label>
      <def>
	<p>A node in a DOM tree is <term>partially valid</term> if it is
	<termref def="dt-well-formed">well formed</termref> (this part is for
	comments and processing instructions) and its immediate children are
	those expected by the content model. The node may be missing trailing
	required children yet still be considered <term>partially
	valid</term>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-qualifiedname">qualified name</label>
      <def><p>A <term>qualified name</term> is the name of an element or
	  attribute defined as the concatenation of a <term>local name</term>
	  (as defined in this specification), optionally preceded by a
	  <term>namespace prefix</term> and colon character. See <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#ns-qualnames" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Qualified Names</xspecref> in
	  Namespaces in XML <bibref role="informative" ref="Namespaces"/>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem> 
      <label id="dt-readonly-node">read only node</label>
      <def><p>A <term>read only node</term> is a node that is immutable. This
          means its list of children, its content, and its attributes, when it
          is an element, cannot be changed in any way. However, a read only node
          can possibly be moved, when it is not itself contained in a read only
          node.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-root-node">root node</label>
      <def>
	<p>The <term>root node</term> is a node that is not a child of any
	other node. All other nodes are children or other descendants of the
	root node.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-sibling">sibling</label>
      <def><p>Two nodes are <term>siblings</term> if they have the
	  same parent node.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-string-compare">string comparison</label>
      <def><p>When string matching is required, it is to occur as
	  though the comparison was between 2 sequences of code points
	  from <bibref role="informative" ref="Unicode"/>.</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-tag-valid">tag valid document</label>
      <def><p>A document is <term>tag valid</term> if all begin and
	  end tags are properly balanced and nested.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-target-node">target node</label>
      <def>
	<p>
	  The target node is the node representing the <termref def="dt-event-target">event target</termref> to which an <termref def="dt-event">event</termref> is targeted using the DOM event
	  flow.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-target-phase">target phase</label>
      <def>
	<p>
	  The process by which an <termref def="dt-event">event</termref> can be handled by the <termref def="dt-event-target">event target</termref>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem><label id="dt-token">token</label><def>
        <p>An information item such as an
          <xtermref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/REC-xml.html#NT-Name" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Name</xtermref> which has been
          <termref def="dt-tokenized">tokenized</termref>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem><label id="dt-tokenized">tokenized</label><def>
        <p>The description given to various information items (for example,
          attribute values of various types, but not including the StringType
          CDATA) after having been processed by the XML processor. The process
          includes stripping leading and trailing white space, and replacing
          multiple space characters by one. See the definition of
          <xtermref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/REC-xml.html#NT-TokenizedType" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">tokenized type</xtermref>.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-type-valid">type valid document</label>
      <def><p>A document is <term>type valid</term> if it conforms to
	  an explicit DTD.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-uncooked">uncooked model</label>
      <def><p>See initial structure model.</p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-well-formed">well-formed</label>
      <def>
	<p>
	  A node is a <term>well-formed</term> XML node if it matches
	  its respective production in <bibref ref="XML"/>, meets all
	  well-formedness constraints related to the production, if
	  the entities which are referenced within the node are also
	  well-formed. See also the definition for <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2000/REC-xml-20001006#dt-wellformed" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">well-formed</xspecref> XML
	  documents in <bibref ref="XML"/>.
	</p>
      </def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-XML">XML</label>
      <def><p>Extensible Markup Language (<term>XML</term>) is an
	  extremely simple dialect of SGML which is completely
	  described in this document. The goal is to enable generic
	  SGML to be served, received, and processed on the Web in the
	  way that is now possible with HTML. XML has been designed
	  for ease of implementation and for interoperability with
	  both SGML and HTML. <bibref role="informative" ref="XML"/></p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-XML-name">XML name</label>
      <def><p>See <xspecref xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-Name" xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML name</xspecref> in
	  the XML specification (<bibref role="informative" ref="XML"/>).
        </p></def>
    </gitem>
    <!-- ................................................................ -->
    <gitem>
      <label id="dt-XML-namespace">XML namespace</label>
      <def><p>An <term>XML namespace</term> is a collection of names,
	  identified by a URI reference <bibref role="informative" ref="URIRef"/>, which are used
	    in XML documents as element types and attribute names. <bibref role="informative" ref="Namespaces"/></p></def>
    </gitem>
    <!-- ................................................................ -->
  </glist>
</div1>
<!--
 *************************************************************************
 * END OF DOM GLOSSARY                                                   *
 *************************************************************************
-->
 
  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!--
 *************************************************************************
 * BEGINNING OF REFERENCES                                               *
 *************************************************************************
-->
<div1 role="references" id="References">
  <head>References</head>
  <p>
    For the latest version of any W3C specification please consult the list of
    <loc xmlns:xlink="http://www.w3.org/1999/xlink" href="http://www.w3.org/TR" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">W3C Technical Reports</loc> available at
    http://www.w3.org/TR.
  </p>
  
    <blist>      
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="c14n" href="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" key="Canonical XML" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Canonical XML Version 1.0</titleref>, J. Boyer,
	Editor. World Wide Web Consortium, 15 March 2001. This version
	of the Canonical XML Recommendation is
	http://www.w3.org/TR/2001/REC-xml-c14n-20010315. The <loc href="http://www.w3.org/TR/xml-c14n" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of Canonical
	XML</loc> is available at http://www.w3.org/TR/xml-c14n.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="Charmod" key="CharModel" href="http://www.w3.org/TR/2002/WD-charmod-20020430" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Character Model for the World Wide Web 1.0</titleref>,
	M. D&#168;rst, et al., Editors. World Wide Web
	Consortium, April 2002.  This version of the Character Model
	for the World Wide Web Specification is http://www.w3.org/TR/2002/WD-charmod-20020430. The <loc href="http://www.w3.org/TR/charmod" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of Character
	Model</loc> is available at http://www.w3.org/TR/charmod.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="COM" key="COM" href="http://www.microsoft.com/com/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">The Microsoft Component Object Model</titleref>,
        Microsoft Corporation. Available at http://www.microsoft.com/com.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="CORBA" key="CORBA" href="http://www.omg.org/technology/documents/formal/corba_2.htm" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">The Common Object Request Broker: Architecture and
	Specification, version 2</titleref>. Object Management
	Group. The latest version of CORBA version  2.0 is available at
        http://www.omg.org/technology/documents/formal/corba_2.htm.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="CSS2" key="CSS2" href="http://www.w3.org/TR/1998/REC-CSS2-19980512" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Cascading Style Sheets, level 2
	Specification</titleref>, B. Bos, H. Wium Lie, C.
	Lilley, and I. Jacobs, Editors. World Wide Web Consortium, 12
	May 1998. This version of the Cascading Style Sheets
	Recommendation is http://www.w3.org/TR/1998/REC-CSS2-19980512. The <loc href="http://www.w3.org/TR/REC-CSS2" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of Cascading
	Style Sheets</loc> is available at
	http://www.w3.org/TR/REC-CSS2.
    </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM-Level-1" key="DOM Level 1" href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">DOM Level 1 Specification</titleref>, V. Apparao,
	et al., Editors. World Wide Web Consortium, 1 October 1998. This
	version of the DOM Level 1 Recommendation is http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001. The
	<loc href="http://www.w3.org/TR/REC-DOM-Level-1/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version
	of DOM Level 1</loc> is available at
	http://www.w3.org/TR/REC-DOM-Level-1.
      </bibl>
<!--
      <bibl id='DOMASLS' key='DOM Level 3 Abstract Schemas and Load and	Save'
           href='&as-ls.latest.url;'>
        <titleref>Document Object Model Level 3 Abstract Schemas and
        Load and Save Specification</titleref>, B. Chang, J.
        Stenback, J. van Rotterdam, A. Heninger, J. Kesselman,
        R. Rahman, Editors. World Wide Web Consortium, January 2002.
        This version of the DOM Level 3 Abstract Schemas and Load and
        Save Specification is &as-ls.latest.url;. The <loc
        href='http://www.w3.org/TR/DOM-Level-3-ASLS'>latest version of
        DOM Level 3 Abstract Schemas and Load and Save</loc> is
        available at http://www.w3.org/TR/DOM-Level-3-ASLS.
      </bibl>
-->
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOMAS" key="DOM Level 3 Abstract Schemas" href="http://www.w3.org/TR/2002/NOTE-DOM-Level-3-AS-20020725" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 3 Abstract Schemas
        Specification</titleref>, B. Chang, E. Litani, J. Kesselman,
        R. Rahman, Editors. World Wide Web Consortium, June 2002.  This
        version of the DOM Level 3 Abstract Schemas Note is
        http://www.w3.org/TR/2002/NOTE-DOM-Level-3-AS-20020725. The <loc href="http://www.w3.org/TR/DOM-Level-3-AS" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
        DOM Level 3 Abstract Schemas</loc> is
        available at http://www.w3.org/TR/DOM-Level-3-AS.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM2Core" key="DOM Level 2 Core" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 2 Core
	Specification</titleref>, A. Le Hors, et al., Editors. World
	Wide Web Consortium, 13 November 2000. This version of the DOM
	Level 2 Core Recommendation is http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113. The <loc href="http://www.w3.org/TR/DOM-Level-2-Core" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
	DOM Level 2 Core</loc> is available at
	http://www.w3.org/TR/DOM-Level-2-Core.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOMCore" key="DOM Level 3 Core" href="http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 3 Core
        Specification</titleref>, A. Le Hors, et al., Editors. World
        Wide Web Consortium, October 2002. This version of the Document
        Object Model Level 3 Core Specification is
        http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022. The <loc href="http://www.w3.org/TR/DOM-Level-3-Core" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
        DOM Level 3 Core</loc> is available at
        http://www.w3.org/TR/DOM-Level-3-Core.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM2Events" key="DOM Level 2 Events" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
 	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 2 Events
 	Specification</titleref>, T. Pixley, Editor. World Wide Web
 	Consortium, 13 November 2000. This version of the Document
 	Object Model Level 2 Events Recommendation is http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113.  The
 	<loc href="http://www.w3.org/TR/DOM-Level-2-Events" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest
 	version of Document Object Model Level 2 Events</loc> is
 	available at http://www.w3.org/TR/DOM-Level-2-Events.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOMEvents" key="DOM Level 3 Events" href="http://www.w3.org/TR/DOM-Level-3-Events" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 3 Events
	Specification</titleref>, P. Le H&#233;garet, T. Pixley,
	Editors.  World Wide Web Consortium, July 2002. This version of
	the Document Object Model Level 3 Events Specification is
	http://www.w3.org/TR/DOM-Level-3-Events.  The <loc href="http://www.w3.org/TR/DOM-Level-3-Events" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
	Document Object Model Level 3 Events</loc> is available at
	http://www.w3.org/TR/DOM-Level-3-Events.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOMLS" key="DOM Level 3 Load and Save" href="http://www.w3.org/TR/DOM-Level-3-LS" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 3 Load and Save
        Specification</titleref>, J.  Stenback, A. Heninger,
        Editors. World Wide Web Consortium, July 2002.  This version of
        the DOM Level 3 Load and Save Specification is
        http://www.w3.org/TR/DOM-Level-3-LS. The <loc href="http://www.w3.org/TR/DOM-Level-3-LS" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of DOM
        Level 3 Load and Save</loc> is available at
        http://www.w3.org/TR/DOM-Level-3-LS.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM2HTML" key="DOM Level 2 HTML" href="http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 2 HTML
        Specification</titleref>, J. Stenback, et al., Editors. World
        Wide Web Consortium, 9 January 2003. This version of the Document
        Object Model Level 2 HTML Recommendation is http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109.  The <loc href="http://www.w3.org/TR/DOM-Level-2-HTML" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
        Document Object Model Level 2 HTML</loc> is available at
        http://www.w3.org/TR/DOM-Level-2-HTML.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM-Level-3-Requirements" key="DOM Level 3 Requirements" href="http://www.w3.org/TR/2001/WD-DOM-Requirements-20010419/#Level3" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">    
       <quote>DOM Requirements for DOM Level 3</quote> in <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">DOM
       Requirements for DOM Level 3</titleref>, B. Chang, et al.,
       Editors.  World Wide Web Consortium, April 2001. This version of
       the DOM Requirements for DOM Level 3 is
       http://www.w3.org/TR/2001/WD-DOM-Requirements-20010419/#Level3.
       The <loc href="http://www.w3.org/TR/DOM-Requirements" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest
       version of DOM Requirements</loc> is available at
       http://www.w3.org/TR/DOM-Requirements.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM2Style" key="DOM Level 2 Style Sheets and CSS" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
       <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 2 Style Sheets and CSS
       Specification</titleref>, C. Wilson, P. Le H&#233;garet,
       V. Apparao, Editors.  World Wide Web Consortium, 13 November
       2000. This version of the Document Object Model Level 2 Style
       Sheets and CSS Recommendation is http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113.  The <loc href="http://www.w3.org/TR/DOM-Level-2-Style" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
       Document Object Model Level 2 Style Sheets and CSS</loc> is
       available at http://www.w3.org/TR/DOM-Level-2-Style.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM2Traversal-Range" key="DOM Level 2 Traversal and      Range" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 2 Traversal and Range
	Specification</titleref>, J. Kesselman, J. Robie, M.
	Champion, P. Sharpe, V. Apparao, L. Wood,
	Editors. World Wide Web Consortium, 13 November 2000. This
	version of the Document Object Model Level 2 Traversal and Range
	Recommendation is http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113.  The <loc href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest
	version of Document Object Model Level 2 Traversal and
	Range</loc> is available at
	http://www.w3.org/TR/DOM-Level-2-Traversal-Range.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOMVal" key="DOM Level 3 Validation" href="http://www.w3.org/TR/DOM-Level-3-Val" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 3 Validation
        Specification</titleref>, B. Chang, J. Kesselman, R. Rahman,
        Editors. World Wide Web Consortium, October 2002.  This version of
        the DOM Level 3 Validation Specification is
        http://www.w3.org/TR/DOM-Level-3-Val. The <loc href="http://www.w3.org/TR/DOM-Level-3-Val" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
        DOM Level 3 Validation</loc> is available at
        http://www.w3.org/TR/DOM-Level-3-Val.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOM2Views" key="DOM Level 2 Views" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 2 Views
	Specification</titleref>, A. Le Hors, L. Cable, Editors.  World Wide Web
	Consortium, 13 November 2000. This version of the Document Object
	Model Level 2 Views Recommendation is http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113.  The <loc href="http://www.w3.org/TR/DOM-Level-2-Views" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of Document Object Model Level 2
	Views</loc> is available at http://www.w3.org/TR/DOM-Level-2-Views.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DOMXPath" key="DOM Level 3 XPath" href="http://www.w3.org/TR/DOM-Level-3-XPath/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Document Object Model Level 3 XPath
	Specification</titleref>, R. Whitmer, Editor. World Wide Web
	Consortium, March 2002. This version of the Document Object
	Model Level 3 XPath Specification is http://www.w3.org/TR/DOM-Level-3-XPath.  The
	<loc href="http://www.w3.org/TR/DOM-Level-3-XPath/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest
	version of Document Object Model Level 3 XPath</loc> is
	available at http://www.w3.org/TR/DOM-Level-3-XPath.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="DWW95" key="DWW95" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Developing International Software for Windows 95 and
	Windows NT: A Handbook for International Software
	Design</titleref>, N. Kano, Author. Microsoft Press, 1995. ISBN
	1-55615-840-8.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="ECMAScript" key="ECMAScript" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">ECMAScript Language Specification</titleref>, Third
	Edition. European Computer Manufacturers Association, Standard
	ECMA-262, December 1999. <!-- This version of the ECMAScript
	Language is available from &ecma-262;. --> <!-- I won't link the
	ECMA web site until they established correct HTTP redirects! plh
	20030205 -->
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="HTML40" key="HTML 4.01" href="http://www.w3.org/TR/1999/REC-html401-19991224/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">HTML 4.01 Specification</titleref>, D. Raggett, A. Le
        Hors, and I. Jacobs, Editors. World Wide Web Consortium, 17
        December 1997, revised 24 April 1998, revised 24 December
        1999. This version of the HTML 4.01 Recommendation is
        http://www.w3.org/TR/1999/REC-html401-19991224. The <loc href="http://www.w3.org/TR/html4" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of HTML 4</loc> is
        available at http://www.w3.org/TR/html4.
      </bibl>      
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="ISO10646" key="ISO/IEC 10646" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">ISO/IEC 10646-1993 (E). Information technology -
        Universal Multiple-Octet Coded Character Set (UCS) - Part
        1: Architecture and Basic Multilingual Plane.</titleref>
        [Geneva]: International Organization for Standardization, 1993
        (plus amendments AM 1 through AM 7).
      </bibl>     
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="Java" key="Java" href="http://java.sun.com/docs/books/jls" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">The Java Language Specification</titleref>, J.
	Gosling, B. Joy, and G. Steele, Authors. Addison-Wesley,
	September 1996. Available at http://java.sun.com/docs/books/jls
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="JavaIDL" key="Java IDL" href="http://java.sun.com/products/jdk/1.2/docs/guide/idl" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Java IDL</titleref>. Sun Microsystems. Available at http://java.sun.com/products/jdk/1.2/docs/guide/idl
      </bibl>      
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="JavaScript" key="JavaScript" href="http://developer.netscape.com/tech/javascript/resources.html" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">JavaScript Resources</titleref>. Netscape
	Communications Corporation. Available at http://developer.netscape.com/tech/javascript/resources.html
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="JAXP" key="JAXP" href="http://java.sun.com/xml/jaxp/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Java API for XML Processing (JAXP)</titleref>. Sun
	Microsystems. Available at
	http://java.sun.com/xml/jaxp/.
	</bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="JScript" key="JScript" href="http://msdn.microsoft.com/scripting/default.htm" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">JScript Resources</titleref>. Microsoft. Available at
	http://msdn.microsoft.com/scripting/default.htm
      </bibl>    
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="KeyEvent" key="KeyEvent for Java" href="http://java.sun.com/j2se/1.4.1/docs/api/java/awt/event/KeyEvent.html" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Java 2 SDK, Standard Edition Documentation, Version
	1.4.1, Class java.awt.events.KeyEvent</titleref>. Sun
	Microsystems. Available at
	http://java.sun.com/j2se/1.4.1/docs/api/java/awt/event/KeyEvent.html.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="Keys" key="Keys enumeration for .Net" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsKeysClassTopic.asp" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">.NET Framework Class Library, Keys
	Enumeration</titleref>. Microsoft. Available at
	http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsKeysClassTopic.asp.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="MathML2" key="MathML 2.0" href="http://www.w3.org/TR/2001/REC-MathML2-20010221" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Mathematical Markup Language (MathML) Version
	2.0</titleref>, D. Carlisle, P. Ion, R. Miner, N. Poppelier,
	Editors. World Wide Web Consortium, 21 February 2001. This version
	of the Math 2.0 Recommendation is http://www.w3.org/TR/2001/REC-MathML2-20010221. The <loc href="http://www.w3.org/TR/MathML2" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of MathML
	2.0</loc> is available at http://www.w3.org/TR/MathML2.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="MSIDL" key="MIDL" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/midl_language_reference.asp" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">MIDL Language
        Reference</titleref>. Microsoft. Available at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/midl/midl/midl_language_reference.asp.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="OMGIDL" key="OMG IDL" href="http://www.omg.org/technology/documents/formal/corba_2.htm" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <quote>OMG IDL Syntax and Semantics</quote> defined in
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">The Common Object Request Broker: Architecture and
        Specification, version 2</titleref>, Object Management
        Group. The latest version of CORBA version 2.0 is available at
        http://www.omg.org/technology/documents/formal/corba_2.htm.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="URIRef" key="IETF RFC 2396" href="http://www.ietf.org/rfc/rfc2396.txt" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Uniform Resource Identifiers (URI): Generic Syntax</titleref>, T. Berners-Lee,
	R. Fielding, L. Masinter, Authors. Internet Engineering Task Force, August 1998. Available at
	http://www.ietf.org/rfc/rfc2396.txt.
      </bibl>      
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="RFC2616" key="IETF RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Hypertext Transfer Protocol -- HTTP/1.1</titleref>,
	R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter,
	P. Leach, T. Berners-Lee, Authors. Internet Engineering Task
	Force, June 1999. Available at
	http://www.ietf.org/rfc/rfc2616.txt.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="RFC3023" key="IETF RFC 3023" href="http://www.ietf.org/rfc/rfc3023.txt" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Media Types</titleref>, M. Murata, S. St.Laurent,
	D. Kohn, Editors. Internet Engineering Task Force, January
	2001. Available at http://www.ietf.org/rfc/rfc3023.txt.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="SAX" key="SAX" href="http://www.saxproject.org/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Simple API for XML</titleref>, D. Megginson and
        D. Brownell, Maintainers. Available at
        http://www.saxproject.org/
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="SVG1" key="SVG 1.0" href="http://www.w3.org/TR/2001/REC-SVG-20010904" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Scalable Vector Graphics (SVG) 1.0
	Specification</titleref>, J. Ferraiolo, Editor. World Wide Web
	Consortium, 4 September 2001. This version of the SVG 1.0
	Recommendation is http://www.w3.org/TR/2001/REC-SVG-20010904. The <loc href="http://www.w3.org/TR/SVG" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of SVG 1.0</loc>
	is available at http://www.w3.org/TR/SVG.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="Unicode" key="Unicode 2.0" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">The Unicode Standard, Version 2.0.</titleref>. The
	Unicode Consortium, 1996. Reading, Mass.: Addison-Wesley
	Developers Press. ISBN 0-201-48345-9.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="Unicode30" key="Unicode 3.0" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">The Unicode Standard, Version 3.0.</titleref>. The
	Unicode Consortium, 2000. Reading, Mass.: Addison-Wesley
	Developers Press. ISBN 0-201-61633-5.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="VoiceXML20" key="VoiceXML 2.0" href="http://www.w3.org/TR/2003/CR-voicexml20-20030220" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Voice Extensible Markup Language (VoiceXML) Version
        2.0</titleref>, S. McGlashan, et al., Editors. World Wide Web
        Consortium, February 2003. This version of the Voice Extensible
        Markup Language Version 2.0 specification is
        http://www.w3.org/TR/2003/CR-voicexml20-20030220. The <loc href="http://www.w3.org/TR/voicexml20/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of Voice
        Extensible Markup Language Version 2.0</loc> is available at
        http://www.w3.org/TR/voicexml20/.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XForms10" key="XForms 1.0" href="http://www.w3.org/TR/2002/CR-xforms-20021112/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XForms 1.0</titleref>, M. Dubinko, et al.,
        Editors. World Wide Web Consortium, November 2002. This
        version of the XForms 1.0 specification is http://www.w3.org/TR/2002/CR-xforms-20021112/. The <loc href="http://www.w3.org/TR/xforms/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XForms
        1.0</loc> is available at http://www.w3.org/TR/xforms/.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XHTML10" key="XHTML 1.0" href="http://www.w3.org/TR/2002/REC-xhtml1-20020801" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XHTML 1.0: The Extensible HyperText Markup
        Language</titleref>, S. Pemberton, et al., Authors. World Wide
        Web Consortium, 26 January 2000, revised 1 August 2002. This
        version of the XHTML 1.0 Recommendation is http://www.w3.org/TR/2002/REC-xhtml1-20020801. The <loc href="http://www.w3.org/TR/xhtml1" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XHTML
        1.0</loc> is available at http://www.w3.org/TR/xhtml1.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XHTML11" key="XHTML 1.1" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	W3C (World Wide Web Consortium) <loc href="http://www.w3.org/TR/2001/REC-xhtml11-20010531" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">XHTML 1.1 -
	  Module-base XHTML</loc>, May 2001. Available at http://www.w3.org/TR/2001/REC-xhtml11-20010531
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XPath20DataModel" key="XQuery 1.0 and XPath 2.0 Data Model" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	W3C (World Wide Web Consortium) <loc href="http://www.w3.org/TR/query-datamodel/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">XQuery
	1.0 and XML Path 2.0 Data Model</loc>, June 2001. Available at
	http://www.w3.org/TR/query-datamodel
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XML" key="XML 1.0" href="http://www.w3.org/TR/2000/REC-xml-20001006" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Extensible Markup Language (XML) 1.0 (Second
	Edition)</titleref>, T. Bray, J. Paoli,
	C. M. Sperberg-McQueen, and E. Maler, Editors. World Wide Web
	Consortium, 10 February 1998, revised 6 October 2000. This
	version of the XML 1.0 Recommendation is http://www.w3.org/TR/2000/REC-xml-20001006. The <loc href="http://www.w3.org/TR/REC-xml" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
	1.0</loc> is available at http://www.w3.org/TR/REC-xml.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XML11" key="XML 1.1" href="http://www.w3.org/TR/2002/CR-xml11-20021015/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML 1.1</titleref>, J. Cowan, Editor. World Wide Web
	Consortium, 15 October 2002. This version of the XML 1.1
	Specification is http://www.w3.org/TR/2002/CR-xml11-20021015. The <loc href="http://www.w3.org/TR/xml11/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
	1.1</loc> is available at http://www.w3.org/TR/xml11.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XMLBase" key="XML Base" href="http://www.w3.org/TR/2001/REC-xmlbase-20010627/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Base</titleref>, J. Marsh, Editor. World
	Wide Web Consortium, June 2001.  This version of the XML Base
	Recommendation is http://www.w3.org/TR/2001/REC-xmlbase-20010627. The <loc href="http://www.w3.org/TR/xmlbase/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
	Base</loc> is available at http://www.w3.org/TR/xmlbase.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="InfoSet" key="XML Information set" href="http://www.w3.org/TR/2001/REC-xml-infoset-20011024/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
        <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Information Set</titleref>, J. Cowan and R.
        Tobin, Editors. World Wide Web Consortium, 24 October 2001.
        This version of the XML Information Set Recommendation is
        http://www.w3.org/TR/2001/REC-xml-infoset-20011024. The <loc href="http://www.w3.org/TR/xml-infoset/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
        Information Set</loc> is available at
        http://www.w3.org/TR/xml-infoset.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XMLEvents" key="XML Events" href="http://www.w3.org/TR/2003/CR-xml-events-20030207/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Events</titleref>, S. McCarron, S. Pemberton,
	and T.V. Raman, Editors. World Wide Web Consortium, February
	2003. This version of the XML Events specification is
	http://www.w3.org/TR/2003/CR-xml-events-20030207. The <loc href="http://www.w3.org/TR/xml-events/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
	Events</loc> is available at http://www.w3.org/TR/xml-events.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="Namespaces" key="XML Namespaces" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">Namespaces in XML</titleref>, T. Bray, D.
	Hollander, and A. Layman, Editors. World Wide Web
	Consortium, 14 January 1999. This version of the XML
	Information Set Recommendation is http://www.w3.org/TR/1999/REC-xml-names-19990114. The <loc href="http://www.w3.org/TR/REC-xml-names/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
	Namespaces in XML</loc> is available at
	http://www.w3.org/TR/REC-xml-names.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XMLSchema0" key="XML Schema Part 0" href="http://www.w3.org/TR/2001/REC-xmlschema-0-20010502/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Schema Part 0: Primer</titleref>, D. Fallside,
	Editor. World Wide Web Consortium, 2 May 2001.  This version of
	the XML Part 0 Recommendation is http://www.w3.org/TR/2001/REC-xmlschema-0-20010502. The
	<loc href="http://www.w3.org/TR/xmlschema-0/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
	XML Schema Part 0</loc> is available at
	http://www.w3.org/TR/xmlschema-0.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XMLSchema1" key="XML Schema Part 1" href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Schema Part 1: Structures</titleref>, H. Thompson,
	D. Beech, M. Maloney, and N. Mendelsohn, Editors. World Wide Web
	Consortium, 2 May 2001. This version of the XML Part 1
	Recommendation is http://www.w3.org/TR/2001/REC-xmlschema-1-20010502. The <loc href="http://www.w3.org/TR/xmlschema-1/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
	Schema Part 1</loc> is available at
	http://www.w3.org/TR/xmlschema-1.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XMLSchema2" key="XML Schema Part 2" href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Schema Part 2: Datatypes</titleref>, P. Byron and
	Ashok Malhotra, Editors. World Wide Web Consortium, 2 May 2001.
	This version of the XML Part 2 Recommendation is
	http://www.w3.org/TR/2001/REC-xmlschema-2-20010502. The <loc href="http://www.w3.org/TR/xmlschema-2/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XML
	Schema Part 2</loc> is available at
	http://www.w3.org/TR/xmlschema-2.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XML-StyleSheet" key="XML StyleSheet" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	W3C (World Wide Web Consortium) <loc href="http://www.w3.org/1999/06/REC-xml-stylesheet-19990629" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">Associating Style Sheets with XML
	documents Version 1.0</loc>, June 1999. Available at
	http://www.w3.org/1999/06/REC-xml-stylesheet-19990629
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XPath10" href="http://www.w3.org/TR/1999/REC-xpath-19991116" key="XPath 1.0" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XML Path Language (XPath) Version 1.0</titleref>,
	J. Clark and S. DeRose, Editors. World Wide Web
	Consortium, 16 November 1999. This version of the XPath 1.0
	Recommendation is http://www.w3.org/TR/1999/REC-xpath-19991116. The <loc href="http://www.w3.org/TR/xpath" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of XPath
	1.0</loc> is available at http://www.w3.org/TR/xpath.
      </bibl>
      <bibl xmlns:xlink="http://www.w3.org/1999/xlink" id="XPointer" key="XPointer" href="http://www.w3.org/TR/2002/PR-xptr-framework-20021113/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
	<titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">XPointer Framework</titleref>, P. Grosso, E. Maler,
	J. Marsh, and N. Walsh., Editors. World Wide Web Consortium,
	November 2002.  This version of the XPointer Framework
	Specification is http://www.w3.org/TR/2002/PR-xptr-framework-20021113. The <loc href="http://www.w3.org/TR/xptr-framework/" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">latest version of
	XPointer Framework</loc> is available at
	http://www.w3.org/TR/xptr-framework/.
      </bibl>
    </blist>

</div1>
<!--
 *************************************************************************
 * END OF REFERENCES                                                     *
 *************************************************************************
-->

  
<!-- $Id: xml-source.xml,v 1.2 2003/03/31 22:00:42 plehegar Exp $ -->
<!--
 *************************************************************************
 * BEGINNING OF DOM INDEX                                                * 
 *************************************************************************
-->
<div1 role="index" id="Index">
  <head>Index</head>
  <?GENERATE-DEFINITION-INDEX?>
</div1>
<!--
 *************************************************************************
 * END OF DOM INDEX                                                      *
 *************************************************************************
-->
 
</back> </spec>