--- a/source/xml-source.xml Fri Feb 24 21:21:51 2006 +0900
+++ b/source/xml-source.xml Fri Feb 24 23:01:36 2006 +0900
@@ -606,11 +606,10 @@
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>ev:DOMActivate</code>, <code>ev:DOMFocusIn</code>, and
- <code>ev:DOMFocusOut</code> accordingly to their semantics,
- supports the <code>UIEvent</code> interface, and conforms to the
- DOM Level 2 Core module.
+ interfaces), can generate the event type
+ <code>ev:DOMActivate</code> accordingly to its semantics, supports
+ the <code>UIEvent</code> interface, and conforms to the DOM Level
+ 2 Core module.
</p>
<note>
@@ -3663,185 +3662,6 @@
</def>
</gitem>
</glist>
-<!--..................................................................................-->
- <glist role="event-definition">
- <gitem>
- <label id="event-DOMFocusIn"><code>ev:DOMFocusIn</code></label>
-
- <def>
- <table summary="This table contains information about the semantics of the given event type" border="0" cellspacing="0" cellpadding="2">
- <tbody>
- <tr>
- <th>
- Type
- </th>
-
- <td>
- <code>DOMFocusIn</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Namespace
- </th>
-
- <td>
- <code>http://www.w3.org/2001/xml-events</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Interface
- </th>
-
- <td>
- <code>UIEvent</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Cancelable
- </th>
-
- <td>
- No
- </td>
- </tr>
-
- <tr>
- <th>
- Bubbles
- </th>
-
- <td>
- Yes
- </td>
- </tr>
-
- <tr>
- <th>
- Target
- </th>
-
- <td>
- <code>Element</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Context info
- </th>
-
- <td>
- <code>UIEvent.view</code> is in use.
- </td>
- </tr>
- </tbody>
- </table>
-
- <p>
- 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.
- </p>
- </def>
- </gitem>
- </glist>
-<!--..................................................................................-->
- <glist role="event-definition">
- <gitem>
- <label id="event-DOMFocusOut"><code>ev:DOMFocusOut</code></label>
-
- <def>
- <table summary="This table contains information about the semantics of the given event type" border="0" cellspacing="0" cellpadding="2">
- <tbody>
- <tr>
- <th>
- Type
- </th>
-
- <td>
- <code>DOMFocusOut</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Namespace
- </th>
-
- <td>
- <code>http://www.w3.org/2001/xml-events</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Interface
- </th>
-
- <td>
- <code>UIEvent</code>
- </td>
- </tr>
-
- <tr>
- <th>
- Cancelable
- </th>
-
- <td>
- No
- </td>
- </tr>
-
- <tr>
- <th>
- Bubbles
- </th>
-
- <td>
- Yes
- </td>
- </tr>
-
- <tr>
- <th>
- Target
- </th>
-
- <td>
- Element
- </td>
- </tr>
-
- <tr>
- <th>
- Context info
- </th>
-
- <td>
- <code>UIEvent.view</code> is in use.
- </td>
- </tr>
- </tbody>
- </table>
-
- <p>
- 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.
- </p>
- </def>
- </gitem>
- </glist>
</div3>
<div3 id="Events-TextEvents-Interfaces">
@@ -8005,8 +7825,7 @@
<p>
A control loses the input focus and its value has been modified
- since gaining focus. This event type is dispatched before the
- event type <code>ev:DOMFocusOut</code>.
+ since gaining focus.
</p>
</def>
</gitem>
@@ -8484,9 +8303,8 @@
interface manipulation or the <code>focus()</code> methods and
the attributes defined in
<bibref role="informative" ref="DOM2HTML"/>. This event type is
- dispatched before the event types <code>ev:DOMFocusOut</code>
- and <code>ev:blur</code>. This event is valid for INPUT,
- SELECT, and TEXTAREA element.
+ dispatched before the event type <code>ev:blur</code>. This
+ event is valid for INPUT, SELECT, and TEXTAREA element.
</p>
</def>
</gitem>
@@ -8548,8 +8366,6 @@
<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>ev:DOMFocusIn</code>.
</p>
</def>
</gitem>
@@ -8564,8 +8380,6 @@
<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>ev:DOMFocusOut</code>.
</p>
</def>
</gitem>
@@ -13775,4 +13589,6 @@
section to use ns:local instead.
* merge 1.3 and 1.7.7.1
* @@
+ * what happens with hasFeature('UIEvents', '2.0') now
+ that DOMFocusIn/Out are gone?
-->