/[suikacvs]/messaging/manakai/lib/Message/DOM/DOMKeyboardEvents.dis
Suika

Diff of /messaging/manakai/lib/Message/DOM/DOMKeyboardEvents.dis

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon Oct 11 12:02:00 2004 UTC revision 1.2 by wakaba, Sat Oct 16 13:34:17 2004 UTC
# Line 101  EventSet: Line 101  EventSet:
101        @@@Type:        @@@Type:
102          DOMCore:Element          DOMCore:Element
103      @@SpecLevel:3      @@SpecLevel:3
104      @@UIEvent.view:      @@ContextInfo:
105        @@@Type:        @@@Attr:
106          DOMViews:AbstractView          @@@@IF:UIEvent
107      @@KeyboardEvent.keyIdentifier:          @@@@Name:view
108        @@@Type:          @@@@Type:
109          ManakaiDOM:ManakaiDOMKeyIdentifier            DOMViews:AbstractView
110      @@KeyboardEvent.keyLocation:        @@@Attr:
111        @@@Type:KeyLocationCode          @@@@IF:KeyboardEvent
112            @@@@Name:keyIdentifier
113            @@@@Type:
114              ManakaiDOM:ManakaiDOMKeyIdentifier
115          @@@Attr:
116            @@@@IF:KeyboardEvent
117            @@@@Name:keyLocation
118            @@@@Type:KeyLocationCode
119            @@@@ImplNote:
120              @@@@@lang:en
121              @@@@@@:
122                <A:KeyboardEvent.location> in the DOM Level 3 Events Specification
123                is maybe an error.
124          @@@Attr:
125            @@@@IF:KeyboardEvent
126            @@@@Name:altKey
127            @@@@Type:
128              DOMMain:boolean
129        @@@ImplNote:        @@@ImplNote:
130          @@@@lang:en          @@@@lang:en
131          @@@@@:          @@@@@:
132            <A:KeyboardEvent.location> in the DOM Level 3 Events Specification            <A:KeyboardEvent.altGraphKey>: Maybe error of the DOM Level 3 Events
133            is maybe an error.            specification.
134      @@KeyboardEvent.altKey:        @@@Attr:
135        @@@Type:          @@@@IF:KeyboardEvent
136          DOMMain:boolean          @@@@Name:shiftKey
137      @@ImplNote:          @@@@Type:
138        @@@lang:en            DOMMain:boolean
139        @@@@:        @@@Attr:
140          <A:KeyboardEvent.altGraphKey>: Maybe error of the DOM Level 3 Events          @@@@IF:KeyboardEvent
141          specification.          @@@@Name:ctrlKey
142      @@KeyboardEvent.shiftKey:          @@@@Type:
143        @@@Type:            DOMMain:boolean
144          DOMMain:boolean        @@@Attr:
145      @@KeyboardEvent.ctrlKey:          @@@@IF:KeyboardEvent
146        @@@Type:          @@@@Name:metaKey
147          DOMMain:boolean          @@@@Type:
148      @@KeyboardEvent.metaKey:            DOMMain:boolean
       @@@Type:  
         DOMMain:boolean  
149    @Event:    @Event:
150      @@QName:      @@QName:
151        ev:keyup        ev:keyup
# Line 158  EventSet: Line 173  EventSet:
173        @@@Type:        @@@Type:
174          DOMCore:Element          DOMCore:Element
175      @@SpecLevel:3      @@SpecLevel:3
176      @@UIEvent.view:      @@ContextInfo:
177        @@@Type:        @@@Attr:
178          DOMViews:AbstractView          @@@@IF:
179      @@KeyboardEvent.keyIdentifier:            DOMUIEvents:UIEvent
180        @@@Type:          @@@@Name:view
181          ManakaiDOM:ManakaiDOMKeyIdentifier          @@@@Type:
182      @@KeyboardEvent.keyLocation:            DOMViews:AbstractView
183        @@@Type:KeyLocationCode        @@@Attr:
184            @@@@IF:
185              KeyboardEvent
186            @@@@Name:keyIdentifier
187            @@@@Type:
188              ManakaiDOM:ManakaiDOMKeyIdentifier
189          @@@Attr:
190            @@@@IF:KeyboardEvent
191            @@@@Name:keyLocation
192            @@@@Type:KeyLocationCode
193            @@@@ImplNote:
194              @@@@@lang:en
195              @@@@@@:
196                <A:KeyboardEvent.location> in the DOM Level 3 Events Specification
197                is maybe an error.
198          @@@Attr:
199            @@@@IF:KeyboardEvent
200            @@@@Name:altKey
201            @@@@Type:
202              DOMMain:boolean
203            @@@@Description:
204              @@@@@lang:en
205              @@@@@@:
206                Set unless the <A:KeyboardEvent.keyIdentifier> corresponding
207                to the key modifier itself.
208        @@@ImplNote:        @@@ImplNote:
209          @@@@lang:en          @@@@lang:en
210          @@@@@:          @@@@@:
211            <A:KeyboardEvent.location> in the DOM Level 3 Events Specification            <A:KeyboardEvent.altGraphKey>: Maybe error of the DOM Level 3 Events
212            is maybe an error.            specification.
     @@KeyboardEvent.altKey:  
       @@@Type:  
         DOMMain:boolean  
       @@@Description:  
         @@@@lang:en  
         @@@@@:  
           Set unless the <A:KeyboardEvent.keyIdentifier> corresponding  
           to the key modifier itself.  
     @@ImplNote:  
       @@@lang:en  
       @@@@:  
         <A:KeyboardEvent.altGraphKey>: Maybe error of the DOM Level 3 Events  
         specification.  
213          \          \
214            Set unless the <A:KeyboardEvent.keyIdentifier> corresponding            Set unless the <A:KeyboardEvent.keyIdentifier> corresponding
215            to the key modifier itself.            to the key modifier itself.
216      @@KeyboardEvent.shiftKey:        @@@Attr:
217        @@@Type:          @@@@IF:KeyboardEvent
218          DOMMain:boolean          @@@@Name:shiftKey
219        @@@Description:          @@@@Type:
220          @@@@lang:en            DOMMain:boolean
221          @@@@@:          @@@@Description:
222            Set unless the <A:KeyboardEvent.keyIdentifier> corresponding            @@@@@lang:en
223            to the key modifier itself.            @@@@@@:
224      @@KeyboardEvent.ctrlKey:              Set unless the <A:KeyboardEvent.keyIdentifier> corresponding
225        @@@Type:              to the key modifier itself.
226          DOMMain:boolean        @@@Attr:
227        @@@Description:          @@@@IF:KeyboardEvent
228          @@@@lang:en          @@@@Name:ctrlKey
229          @@@@@:          @@@@Type:
230            Set unless the <A:KeyboardEvent.keyIdentifier> corresponding            DOMMain:boolean
231            to the key modifier itself.          @@@@Description:
232      @@KeyboardEvent.metaKey:            @@@@@lang:en
233        @@@Type:            @@@@@@:
234          DOMMain:boolean              Set unless the <A:KeyboardEvent.keyIdentifier> corresponding
235        @@@Description:              to the key modifier itself.
236          @@@@lang:en        @@@Attr:
237          @@@@@:          @@@@IF:KeyboardEvent
238            Set unless the <A:KeyboardEvent.keyIdentifier> corresponding          @@@@Name:metaKey
239            to the key modifier itself.          @@@@Type:
240              DOMMain:boolean
241            @@@@Description:
242              @@@@@lang:en
243              @@@@@@:
244                Set unless the <A:KeyboardEvent.keyIdentifier> corresponding
245                to the key modifier itself.
246  ##ErrorSet  ##ErrorSet
247    
248  IF:  IF:
# Line 541  IF: Line 573  IF:
573           @@@@@:           @@@@@:
574             __DEEP{             __DEEP{
575                      ## Conditional                      ## Conditional
576               $self->__SUPER{UIEvent}__::initEvent               $self->__SUPER{UIEvent}__::initUIEvent
577                         ($typeArg, $canBubbleArg, $cancelableArg,                         ($typeArg, $canBubbleArg, $cancelableArg,
578                          $viewArg, null);                          $viewArg, null);
579             }__;    ## NOTE: $detailArg not used             }__;    ## NOTE: $detailArg not used
# Line 608  IF: Line 640  IF:
640           @@@@@:           @@@@@:
641             __DEEP{             __DEEP{
642                      ## Conditional                      ## Conditional
643               $self->__SUPER{UIEvent}__::initEventNS               $self->__SUPER{UIEvent}__::initUIEventNS
644                         ($namespaceURI, $typeArg, $canBubbleArg, $cancelableArg,                         ($namespaceURI, $typeArg, $canBubbleArg, $cancelableArg,
645                          $viewArg, null);                          $viewArg, null);
646             }__;    ## NOTE: $detailArg not used             }__;    ## NOTE: $detailArg not used

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24