1 |
Namespace: |
2 |
@DOMCore: |
3 |
http://suika.fam.cx/~wakaba/archive/2004/8/18/dom-core# |
4 |
@DOMEvents: |
5 |
http://suika.fam.cx/~wakaba/archive/2004/dom/events# |
6 |
@DOMViews: |
7 |
http://suika.fam.cx/~wakaba/archive/2004/dom/views# |
8 |
@ev: |
9 |
http://www.w3.org/2001/xml-events |
10 |
@lang: |
11 |
http://suika.fam.cx/~wakaba/archive/2004/8/18/lang# |
12 |
@license: |
13 |
http://suika.fam.cx/~wakaba/archive/2004/8/18/license# |
14 |
@ManakaiDOMEvents: |
15 |
http://suika.fam.cx/~wakaba/archive/2004/mdom-ev# |
16 |
@TreeCore:\ |
17 |
Module: |
18 |
@Name: DOMHTMLEvents |
19 |
@Namespace: |
20 |
http://suika.fam.cx/~wakaba/archive/2004/dom/events# |
21 |
@BindingName: |
22 |
@@@: events |
23 |
@@Type: |
24 |
lang:IDL-DOM |
25 |
@@prefix: dom.w3c.org |
26 |
@FullName: |
27 |
@@lang:en |
28 |
@@@: DOM HTML Events Module |
29 |
@Description: |
30 |
@@lang:en |
31 |
@@@: |
32 |
Events listed in the HTML 4.01 Specification and |
33 |
additional events that are supported in DOM Level 0 |
34 |
browsers. This event module is only applicable if |
35 |
the <IF:Document> supports the DOM Level 2 HTML |
36 |
(<Feature:HTML>/<FeatureVer:2.0>). |
37 |
\ |
38 |
{NOTE:: This module refines semantics and scope of |
39 |
the basic event types. See <Module:DOMBasicEvents> module. |
40 |
\ |
41 |
} |
42 |
|
43 |
@Author: |
44 |
@@FullName: Wakaba |
45 |
@@Mail: w@suika.fam.cx |
46 |
@License: |
47 |
license:Perl+MPL |
48 |
@Date.RCS: |
49 |
$Date: 2004/10/17 04:46:43 $ |
50 |
|
51 |
@ConditionDef: |
52 |
@@Name:DOM2 |
53 |
@ConditionDef: |
54 |
@@Name:DOM3 |
55 |
@@ISA:DOM2 |
56 |
@NormalCondition:DOM3 |
57 |
|
58 |
@Feature: |
59 |
@@Name:HTMLEvents |
60 |
@@Version:2.0 |
61 |
@@FullName: DOM Level 2 HTML Events |
62 |
@@ImplNote: |
63 |
@@@lang:en |
64 |
@@@@: |
65 |
The support for <Feature:Events>/<FeatureVer:2.0> is required. |
66 |
@@Condition[list]: |
67 |
DOM2 |
68 |
DOM3 |
69 |
@@Contrib: |
70 |
DOMCore:DOMImplementation:: |
71 |
@Feature: |
72 |
@@Name:HTMLEvents |
73 |
@@Version:3.0 |
74 |
@@FullName: DOM Level 3 HTML Events |
75 |
@@ImplNote: |
76 |
@@@lang:en |
77 |
@@@@: |
78 |
The support for <Feature:BasicEvents>/<FeatureVer:3.0> and |
79 |
<Feature:HTML>/<FeatureVer:2.0> is required. |
80 |
@@Condition[list]: |
81 |
DOM3 |
82 |
@@Contrib: |
83 |
DOMCore:DOMImplementation:: |
84 |
|
85 |
@Require: |
86 |
@@Module: |
87 |
@@@Name: DOMBasicEvents |
88 |
@@@FileName: |
89 |
@@@@@: events.idl |
90 |
@@@@For: |
91 |
lang:IDL-DOM |
92 |
@@@Namespace: |
93 |
http://suika.fam.cx/~wakaba/archive/2004/dom/events# |
94 |
@@Module: |
95 |
@@@Name:DOMHTML |
96 |
@@@Namespace: |
97 |
http://suika.fam.cx/~wakaba/archive/2004/dom/html# |
98 |
|
99 |
@ImplNote: |
100 |
@@lang:en |
101 |
@@@: |
102 |
In DOM Level 2, the call of <M:DocumentEvent.createEvent> |
103 |
with the parameter <Feature:HTMLEvents> will make a new |
104 |
instance of the <IF:Event> interface for the HTML event module. |
105 |
|
106 |
EventSet: |
107 |
@ImplNote: |
108 |
@@lang:en |
109 |
@@@: |
110 |
<EV:ev:load>, <EV:ev:unload>, <EV:ev:abort>, <EV:ev:error>, |
111 |
<EV:ev:select>, <EV:ev:change>, <EV:ev:submit>, <EV:ev:reset>, |
112 |
<EV:ev:resize>, <EV:ev:scroll>: See <Module:DOMBasicEvents>. |
113 |
@Event: |
114 |
@@Name:focus |
115 |
@@QName: |
116 |
ev:focus |
117 |
@@SpecLevel:2 |
118 |
@@Description: |
119 |
@@@lang:en |
120 |
@@@@: |
121 |
An element receives focus either via a pointing device, |
122 |
the <M:focus> method (DOM Level 2 HTML) or by tabbing navigation. |
123 |
This event is only valid for <HE:a>, <HE:area>, <HE:label>, |
124 |
<HE:input>, <HE:select>, <HE:textarea> and <HE:button> elements. |
125 |
@@ActionBefore: |
126 |
@@@Event: |
127 |
@@@@QName: |
128 |
ev:DOMFocusIn |
129 |
@@IsBubbling:0 |
130 |
@@IsCancelable:0 |
131 |
@@Type: |
132 |
DOMEvents:Event |
133 |
@@ImplNote: |
134 |
@@@lang:en |
135 |
@@@@: |
136 |
The event object also implements the <IF:UIEvent> interface |
137 |
if the event is generated from a user interface. |
138 |
@@EventTarget: |
139 |
@@@Type: |
140 |
DOMCore:Node |
141 |
@@@Description: |
142 |
@@@@lang:en |
143 |
@@@@@: |
144 |
Either <IF:HTMLAnchorElement>, <IF:HTMLAreaElement>, |
145 |
<IF:HTMLLabelElement>, <IF:HTMLInputElement>, |
146 |
<IF:HTMLSelectElement>, <IF:HTMLTextAreaElement> or |
147 |
<IF:HTMLButtonElement>. |
148 |
@@ContextInfo: |
149 |
@@@Attr: |
150 |
@@@@IF: |
151 |
DOMUIEvents:UIEvent |
152 |
@@@@Name:view |
153 |
@@@@Description: |
154 |
@@@@@lang:en |
155 |
@@@@@@: |
156 |
The view, if any, from which the event is generated. |
157 |
@@@@SpecLevel:3 |
158 |
@Event: |
159 |
@@Name:blur |
160 |
@@QName: |
161 |
ev:blur |
162 |
@@SpecLevel:2 |
163 |
@@Description: |
164 |
@@@lang:en |
165 |
@@@@: |
166 |
An element loses focus either via a pointing device, |
167 |
the <M:blur> method (DOM Level 2 HTML) or by tabbing navigation. |
168 |
This event is only valid for <HE:a>, <HE:area>, <HE:label>, |
169 |
<HE:input>, <HE:select>, <HE:textarea> and <HE:button> elements. |
170 |
@@ActionBefore: |
171 |
@@@Event: |
172 |
@@@@QName: |
173 |
ev:DOMFocusOut |
174 |
@@IsBubbling:0 |
175 |
@@IsCancelable:0 |
176 |
@@Type: |
177 |
DOMEvents:Event |
178 |
@@ImplNote: |
179 |
@@@lang:en |
180 |
@@@@: |
181 |
The event object also implements the <IF:UIEvent> interface |
182 |
if the event is generated from a user interface. |
183 |
@@EventTarget: |
184 |
@@@Type: |
185 |
DOMCore:Node |
186 |
@@@Description: |
187 |
@@@@lang:en |
188 |
@@@@@: |
189 |
Either <IF:HTMLAnchorElement>, <IF:HTMLAreaElement>, |
190 |
<IF:HTMLLabelElement>, <IF:HTMLInputElement>, |
191 |
<IF:HTMLSelectElement>, <IF:HTMLTextAreaElement> or |
192 |
<IF:HTMLButtonElement>. |
193 |
@@ContextInfo: |
194 |
@@@Attr: |
195 |
@@@@IF: |
196 |
DOMUIEvents:UIEvent |
197 |
@@@@Name:view |
198 |
@@@@Description: |
199 |
@@@@@lang:en |
200 |
@@@@@@: |
201 |
The view, if any, from which the event is generated. |
202 |
@@@@SpecLevel:3 |
203 |
##EventSet |
204 |
|
205 |
## DOMHTMLEvents.dis ends here |