Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 // IWYU pragma: private, include "nsGkAtoms.h"
7 /*
8 This file contains the list of all atoms used by gklayout;
9 see nsGkAtoms for access to the atoms.
10 */
12 /*
13 This file is designed to be used as inline input to nsGkAtoms.cpp and nsGkAtoms.h
14 *only* through the magic of C preprocessing.
16 All entries must be enclosed in the macro GK_ATOM which will have cruel
17 and unusual things done to it
19 The first argument to GK_ATOM is the C++ name of the atom
20 The second argument it GK_ATOM is the string value of the atom
21 */
23 // OUTPUT_CLASS=nsGkAtoms
24 // MACRO_NAME=GK_ATOM
25 #ifdef small
26 #undef small
27 #endif
29 //---------------------------------------------------------------------------
30 // Generic atoms
31 //---------------------------------------------------------------------------
33 GK_ATOM(_empty, "")
34 GK_ATOM(moz, "_moz")
35 GK_ATOM(mozframetype, "mozframetype")
36 GK_ATOM(mozallowfullscreen, "mozallowfullscreen")
37 GK_ATOM(moztype, "_moz-type")
38 GK_ATOM(mozdirty, "_moz_dirty")
39 GK_ATOM(mozdisallowselectionprint, "mozdisallowselectionprint")
40 GK_ATOM(moznomarginboxes, "moznomarginboxes")
41 GK_ATOM(mozdonotsend, "moz-do-not-send")
42 GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node")
43 GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before")
44 GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after")
45 GK_ATOM(mozgeneratedcontentimage, "_moz_generated_content_image")
46 GK_ATOM(mozquote, "_moz_quote")
47 GK_ATOM(mozsignature, "moz-signature")
48 GK_ATOM(_moz_is_glyph, "-moz-is-glyph")
49 GK_ATOM(_moz_original_size, "_moz_original_size")
50 GK_ATOM(_moz_target, "_moz_target")
51 GK_ATOM(menuactive, "_moz-menuactive")
52 GK_ATOM(_poundDefault, "#default")
53 GK_ATOM(_asterix, "*")
54 GK_ATOM(a, "a")
55 GK_ATOM(abbr, "abbr")
56 GK_ATOM(abort, "abort")
57 GK_ATOM(above, "above")
58 GK_ATOM(acceltext, "acceltext")
59 GK_ATOM(accept, "accept")
60 GK_ATOM(acceptcharset, "accept-charset")
61 GK_ATOM(accesskey, "accesskey")
62 GK_ATOM(acronym, "acronym")
63 GK_ATOM(action, "action")
64 GK_ATOM(active, "active")
65 GK_ATOM(activetitlebarcolor, "activetitlebarcolor")
66 GK_ATOM(actuate, "actuate")
67 GK_ATOM(address, "address")
68 GK_ATOM(after, "after")
69 GK_ATOM(after_end, "after_end")
70 GK_ATOM(after_start, "after_start")
71 GK_ATOM(align, "align")
72 GK_ATOM(alink, "alink")
73 GK_ATOM(all, "all")
74 GK_ATOM(allowevents, "allowevents")
75 GK_ATOM(allownegativeassertions, "allownegativeassertions")
76 GK_ATOM(allowforms,"allow-forms")
77 GK_ATOM(allowfullscreen, "allowfullscreen")
78 GK_ATOM(allowpointerlock,"allow-pointer-lock")
79 GK_ATOM(allowpopups,"allow-popups")
80 GK_ATOM(allowsameorigin,"allow-same-origin")
81 GK_ATOM(allowscripts,"allow-scripts")
82 GK_ATOM(allowtopnavigation,"allow-top-navigation")
83 GK_ATOM(allowuntrusted, "allowuntrusted")
84 GK_ATOM(alt, "alt")
85 GK_ATOM(alternate, "alternate")
86 GK_ATOM(always, "always")
87 GK_ATOM(ancestor, "ancestor")
88 GK_ATOM(ancestorOrSelf, "ancestor-or-self")
89 GK_ATOM(anchor, "anchor")
90 GK_ATOM(_and, "and")
91 GK_ATOM(anonid, "anonid")
92 GK_ATOM(any, "any")
93 GK_ATOM(mozapp, "mozapp")
94 GK_ATOM(applet, "applet")
95 GK_ATOM(applyImports, "apply-imports")
96 GK_ATOM(applyTemplates, "apply-templates")
97 GK_ATOM(mozapptype, "mozapptype")
98 GK_ATOM(apz, "apz")
99 GK_ATOM(archive, "archive")
100 GK_ATOM(area, "area")
101 GK_ATOM(arrow, "arrow")
102 GK_ATOM(article, "article")
103 GK_ATOM(ascending, "ascending")
104 GK_ATOM(aside, "aside")
105 GK_ATOM(aspectRatio, "aspect-ratio")
106 GK_ATOM(assign, "assign")
107 GK_ATOM(async, "async")
108 GK_ATOM(attribute, "attribute")
109 GK_ATOM(attributes, "attributes")
110 GK_ATOM(attributeSet, "attribute-set")
111 GK_ATOM(aural, "aural")
112 GK_ATOM(_auto, "auto")
113 GK_ATOM(autocheck, "autocheck")
114 GK_ATOM(autocomplete, "autocomplete")
115 GK_ATOM(autofocus, "autofocus")
116 GK_ATOM(autoplay, "autoplay")
117 GK_ATOM(autorepeatbutton, "autorepeatbutton")
118 GK_ATOM(axis, "axis")
119 GK_ATOM(b, "b")
120 GK_ATOM(background, "background")
121 GK_ATOM(base, "base")
122 GK_ATOM(basefont, "basefont")
123 GK_ATOM(baseline, "baseline")
124 GK_ATOM(bdi, "bdi")
125 GK_ATOM(bdo, "bdo")
126 GK_ATOM(before, "before")
127 GK_ATOM(before_end, "before_end")
128 GK_ATOM(before_start, "before_start")
129 GK_ATOM(below, "below")
130 GK_ATOM(bgcolor, "bgcolor")
131 GK_ATOM(bgsound, "bgsound")
132 GK_ATOM(big, "big")
133 GK_ATOM(binding, "binding")
134 GK_ATOM(bindings, "bindings")
135 GK_ATOM(blankrow, "blankrow")
136 GK_ATOM(block, "block")
137 GK_ATOM(blockquote, "blockquote")
138 GK_ATOM(blur, "blur")
139 GK_ATOM(body, "body")
140 GK_ATOM(boolean, "boolean")
141 GK_ATOM(border, "border")
142 GK_ATOM(bordercolor, "bordercolor")
143 GK_ATOM(both, "both")
144 GK_ATOM(bottom, "bottom")
145 GK_ATOM(bottomend, "bottomend")
146 GK_ATOM(bottomstart, "bottomstart")
147 GK_ATOM(bottomleft, "bottomleft")
148 GK_ATOM(bottommargin, "bottommargin")
149 GK_ATOM(bottompadding, "bottompadding")
150 GK_ATOM(bottomright, "bottomright")
151 GK_ATOM(box, "box")
152 GK_ATOM(br, "br")
153 GK_ATOM(braille, "braille")
154 GK_ATOM(broadcast, "broadcast")
155 GK_ATOM(broadcaster, "broadcaster")
156 GK_ATOM(broadcasterset, "broadcasterset")
157 GK_ATOM(browser, "browser")
158 GK_ATOM(mozbrowser, "mozbrowser")
159 GK_ATOM(bulletinboard, "bulletinboard")
160 GK_ATOM(button, "button")
161 GK_ATOM(callTemplate, "call-template")
162 GK_ATOM(cancel, "cancel")
163 GK_ATOM(canvas, "canvas")
164 GK_ATOM(caption, "caption")
165 GK_ATOM(capture, "capture")
166 GK_ATOM(caseOrder, "case-order")
167 GK_ATOM(cdataSectionElements, "cdata-section-elements")
168 GK_ATOM(ceiling, "ceiling")
169 GK_ATOM(cell, "cell")
170 GK_ATOM(cellpadding, "cellpadding")
171 GK_ATOM(cellspacing, "cellspacing")
172 GK_ATOM(center, "center")
173 GK_ATOM(ch, "ch")
174 GK_ATOM(change, "change")
175 GK_ATOM(_char, "char")
176 GK_ATOM(characterData, "characterData")
177 GK_ATOM(charcode, "charcode")
178 GK_ATOM(charoff, "charoff")
179 GK_ATOM(charset, "charset")
180 GK_ATOM(checkbox, "checkbox")
181 GK_ATOM(checked, "checked")
182 GK_ATOM(child, "child")
183 GK_ATOM(children, "children")
184 GK_ATOM(childList, "childList")
185 GK_ATOM(choose, "choose")
186 GK_ATOM(chromemargin, "chromemargin")
187 GK_ATOM(chromeOnlyContent, "chromeOnlyContent")
188 GK_ATOM(exposeToUntrustedContent, "exposeToUntrustedContent")
189 GK_ATOM(circ, "circ")
190 GK_ATOM(circle, "circle")
191 GK_ATOM(cite, "cite")
192 GK_ATOM(_class, "class")
193 GK_ATOM(classid, "classid")
194 GK_ATOM(clear, "clear")
195 GK_ATOM(click, "click")
196 GK_ATOM(clickcount, "clickcount")
197 GK_ATOM(clickthrough, "clickthrough")
198 GK_ATOM(movetoclick, "movetoclick")
199 GK_ATOM(clip, "clip")
200 GK_ATOM(close, "close")
201 GK_ATOM(closed, "closed")
202 GK_ATOM(closemenu, "closemenu")
203 GK_ATOM(coalesceduplicatearcs, "coalesceduplicatearcs")
204 GK_ATOM(code, "code")
205 GK_ATOM(codebase, "codebase")
206 GK_ATOM(codetype, "codetype")
207 GK_ATOM(col, "col")
208 GK_ATOM(colgroup, "colgroup")
209 GK_ATOM(collapse, "collapse")
210 GK_ATOM(collapsed, "collapsed")
211 GK_ATOM(color, "color")
212 GK_ATOM(colorIndex, "color-index")
213 GK_ATOM(cols, "cols")
214 GK_ATOM(colspan, "colspan")
215 GK_ATOM(column, "column")
216 GK_ATOM(columns, "columns")
217 GK_ATOM(combobox, "combobox")
218 GK_ATOM(command, "command")
219 GK_ATOM(commands, "commands")
220 GK_ATOM(commandset, "commandset")
221 GK_ATOM(commandupdate, "commandupdate")
222 GK_ATOM(commandupdater, "commandupdater")
223 GK_ATOM(comment, "comment")
224 GK_ATOM(compact, "compact")
225 GK_ATOM(concat, "concat")
226 GK_ATOM(conditions, "conditions")
227 GK_ATOM(constructor, "constructor")
228 GK_ATOM(consumeoutsideclicks, "consumeoutsideclicks")
229 GK_ATOM(container, "container")
230 GK_ATOM(containment, "containment")
231 GK_ATOM(contains, "contains")
232 GK_ATOM(content, "content")
233 GK_ATOM(contenteditable, "contenteditable")
234 GK_ATOM(headerContentDisposition, "content-disposition")
235 GK_ATOM(headerContentLanguage, "content-language")
236 GK_ATOM(contentLocation, "content-location")
237 GK_ATOM(headerContentScriptType, "content-script-type")
238 GK_ATOM(headerContentStyleType, "content-style-type")
239 GK_ATOM(headerContentType, "content-type")
240 GK_ATOM(context, "context")
241 GK_ATOM(contextmenu, "contextmenu")
242 GK_ATOM(control, "control")
243 GK_ATOM(controls, "controls")
244 GK_ATOM(coords, "coords")
245 GK_ATOM(copy, "copy")
246 GK_ATOM(copyOf, "copy-of")
247 GK_ATOM(count, "count")
248 GK_ATOM(crop, "crop")
249 GK_ATOM(crossorigin, "crossorigin")
250 GK_ATOM(curpos, "curpos")
251 GK_ATOM(current, "current")
252 GK_ATOM(cycler, "cycler")
253 GK_ATOM(data, "data")
254 GK_ATOM(datalist, "datalist")
255 GK_ATOM(dataType, "data-type")
256 GK_ATOM(dateTime, "date-time")
257 GK_ATOM(datasources, "datasources")
258 GK_ATOM(datetime, "datetime")
259 GK_ATOM(dblclick, "dblclick")
260 GK_ATOM(dd, "dd")
261 GK_ATOM(debug, "debug")
262 GK_ATOM(decimalFormat, "decimal-format")
263 GK_ATOM(decimalSeparator, "decimal-separator")
264 GK_ATOM(deck, "deck")
265 GK_ATOM(declare, "declare")
266 GK_ATOM(decrement, "decrement")
267 GK_ATOM(_default, "default")
268 GK_ATOM(headerDefaultStyle, "default-style")
269 GK_ATOM(defaultAction, "defaultAction")
270 GK_ATOM(defaultchecked, "defaultchecked")
271 GK_ATOM(defaultLabel, "defaultLabel")
272 GK_ATOM(defaultselected, "defaultselected")
273 GK_ATOM(defaultvalue, "defaultvalue")
274 GK_ATOM(defaultplaybackrate, "defaultplaybackrate")
275 GK_ATOM(defer, "defer")
276 GK_ATOM(del, "del")
277 GK_ATOM(descendant, "descendant")
278 GK_ATOM(descendantOrSelf, "descendant-or-self")
279 GK_ATOM(descending, "descending")
280 GK_ATOM(description, "description")
281 GK_ATOM(destructor, "destructor")
282 GK_ATOM(details, "details")
283 GK_ATOM(deviceAspectRatio, "device-aspect-ratio")
284 GK_ATOM(deviceHeight, "device-height")
285 GK_ATOM(deviceWidth, "device-width")
286 GK_ATOM(dfn, "dfn")
287 GK_ATOM(dialog, "dialog")
288 GK_ATOM(difference, "difference")
289 GK_ATOM(digit, "digit")
290 GK_ATOM(dir, "dir")
291 GK_ATOM(dirAutoSetBy, "dirAutoSetBy")
292 GK_ATOM(directionality, "directionality")
293 GK_ATOM(disableOutputEscaping, "disable-output-escaping")
294 GK_ATOM(disabled, "disabled")
295 GK_ATOM(disablehistory, "disablehistory")
296 GK_ATOM(display, "display")
297 GK_ATOM(distinct, "distinct")
298 GK_ATOM(div, "div")
299 GK_ATOM(dl, "dl")
300 GK_ATOM(doctypePublic, "doctype-public")
301 GK_ATOM(doctypeSystem, "doctype-system")
302 GK_ATOM(document, "document")
303 GK_ATOM(download, "download")
304 GK_ATOM(DOMAttrModified, "DOMAttrModified")
305 GK_ATOM(DOMCharacterDataModified, "DOMCharacterDataModified")
306 GK_ATOM(DOMNodeInserted, "DOMNodeInserted")
307 GK_ATOM(DOMNodeInsertedIntoDocument, "DOMNodeInsertedIntoDocument")
308 GK_ATOM(DOMNodeRemoved, "DOMNodeRemoved")
309 GK_ATOM(DOMNodeRemovedFromDocument, "DOMNodeRemovedFromDocument")
310 GK_ATOM(DOMSubtreeModified, "DOMSubtreeModified")
311 GK_ATOM(double_, "double")
312 GK_ATOM(drag, "drag")
313 GK_ATOM(dragdrop, "dragdrop")
314 GK_ATOM(dragend, "dragend")
315 GK_ATOM(dragenter, "dragenter")
316 GK_ATOM(dragevent, "dragevent")
317 GK_ATOM(dragexit, "dragexit")
318 GK_ATOM(draggable, "draggable")
319 GK_ATOM(draggesture, "draggesture")
320 GK_ATOM(dragging, "dragging")
321 GK_ATOM(dragleave, "dragleave")
322 GK_ATOM(dragover, "dragover")
323 GK_ATOM(dragSession, "dragSession")
324 GK_ATOM(dragstart, "dragstart")
325 GK_ATOM(drawintitlebar, "drawintitlebar")
326 GK_ATOM(drawtitle, "drawtitle")
327 GK_ATOM(drop, "drop")
328 GK_ATOM(dropAfter, "dropAfter")
329 GK_ATOM(dropBefore, "dropBefore")
330 GK_ATOM(dropOn, "dropOn")
331 GK_ATOM(dropMarker, "dropmarker")
332 GK_ATOM(dt, "dt")
333 GK_ATOM(editable, "editable")
334 GK_ATOM(editing, "editing")
335 GK_ATOM(editor, "editor")
336 GK_ATOM(editorDisplayList, "EditorDisplay-List")
337 GK_ATOM(element, "element")
338 GK_ATOM(elementAvailable, "element-available")
339 GK_ATOM(elements, "elements")
340 GK_ATOM(em, "em")
341 GK_ATOM(embed, "embed")
342 GK_ATOM(embossed, "embossed")
343 GK_ATOM(empty, "empty")
344 GK_ATOM(encoding, "encoding")
345 GK_ATOM(enctype, "enctype")
346 GK_ATOM(end, "end")
347 GK_ATOM(endEvent, "endEvent")
348 GK_ATOM(end_after, "end_after")
349 GK_ATOM(end_before, "end_before")
350 GK_ATOM(equalsize, "equalsize")
351 GK_ATOM(error, "error")
352 GK_ATOM(even, "even")
353 GK_ATOM(event, "event")
354 GK_ATOM(events, "events")
355 GK_ATOM(excludeResultPrefixes, "exclude-result-prefixes")
356 GK_ATOM(excludes, "excludes")
357 GK_ATOM(expr, "expr")
358 GK_ATOM(expectingSystemMessage, "expecting-system-message")
359 GK_ATOM(extends, "extends")
360 GK_ATOM(extensionElementPrefixes, "extension-element-prefixes")
361 GK_ATOM(face, "face")
362 GK_ATOM(fallback, "fallback")
363 GK_ATOM(_false, "false")
364 GK_ATOM(farthest, "farthest")
365 GK_ATOM(field, "field")
366 GK_ATOM(fieldset, "fieldset")
367 GK_ATOM(figcaption, "figcaption")
368 GK_ATOM(figure, "figure")
369 GK_ATOM(fixed, "fixed")
370 GK_ATOM(flags, "flags")
371 GK_ATOM(flex, "flex")
372 GK_ATOM(flexgroup, "flexgroup")
373 GK_ATOM(flip, "flip")
374 GK_ATOM(floating, "floating")
375 GK_ATOM(floor, "floor")
376 GK_ATOM(flowlength, "flowlength")
377 GK_ATOM(focus, "focus")
378 GK_ATOM(focused, "focused")
379 GK_ATOM(following, "following")
380 GK_ATOM(followingSibling, "following-sibling")
381 GK_ATOM(font, "font")
382 GK_ATOM(fontWeight, "font-weight")
383 GK_ATOM(fontpicker, "fontpicker")
384 GK_ATOM(footer, "footer")
385 GK_ATOM(_for, "for")
386 GK_ATOM(forEach, "for-each")
387 GK_ATOM(forceOwnRefreshDriver, "forceOwnRefreshDriver")
388 GK_ATOM(form, "form")
389 GK_ATOM(formaction, "formaction")
390 GK_ATOM(format, "format")
391 GK_ATOM(formatNumber, "format-number")
392 GK_ATOM(formenctype, "formenctype")
393 GK_ATOM(formmethod, "formmethod")
394 GK_ATOM(formnovalidate, "formnovalidate")
395 GK_ATOM(formtarget, "formtarget")
396 GK_ATOM(frame, "frame")
397 GK_ATOM(frameborder, "frameborder")
398 GK_ATOM(frameset, "frameset")
399 GK_ATOM(from, "from")
400 GK_ATOM(functionAvailable, "function-available")
401 GK_ATOM(generateId, "generate-id")
402 GK_ATOM(getter, "getter")
403 GK_ATOM(glyphchar, "glyphchar")
404 GK_ATOM(glyphid, "glyphid")
405 GK_ATOM(grid, "grid")
406 GK_ATOM(grippy, "grippy")
407 GK_ATOM(group, "group")
408 GK_ATOM(groupingSeparator, "grouping-separator")
409 GK_ATOM(groupingSize, "grouping-size")
410 GK_ATOM(grow, "grow")
411 GK_ATOM(gutter, "gutter")
412 GK_ATOM(h1, "h1")
413 GK_ATOM(h2, "h2")
414 GK_ATOM(h3, "h3")
415 GK_ATOM(h4, "h4")
416 GK_ATOM(h5, "h5")
417 GK_ATOM(h6, "h6")
418 GK_ATOM(handheld, "handheld")
419 GK_ATOM(handheldFriendly, "HandheldFriendly")
420 GK_ATOM(handler, "handler")
421 GK_ATOM(handlers, "handlers")
422 GK_ATOM(HARD, "HARD")
423 GK_ATOM(hasSameNode, "has-same-node")
424 GK_ATOM(hbox, "hbox")
425 GK_ATOM(head, "head")
426 GK_ATOM(header, "header")
427 GK_ATOM(headers, "headers")
428 GK_ATOM(height, "height")
429 GK_ATOM(hgroup, "hgroup")
430 GK_ATOM(hidden, "hidden")
431 GK_ATOM(hidechrome, "hidechrome")
432 GK_ATOM(hidecolumnpicker, "hidecolumnpicker")
433 GK_ATOM(high, "high")
434 GK_ATOM(highest, "highest")
435 GK_ATOM(horizontal, "horizontal")
436 GK_ATOM(hover, "hover")
437 GK_ATOM(hr, "hr")
438 GK_ATOM(href, "href")
439 GK_ATOM(hreflang, "hreflang")
440 GK_ATOM(hspace, "hspace")
441 GK_ATOM(html, "html")
442 GK_ATOM(httpEquiv, "http-equiv")
443 GK_ATOM(i, "i")
444 GK_ATOM(icon, "icon")
445 GK_ATOM(id, "id")
446 GK_ATOM(_if, "if")
447 GK_ATOM(iframe, "iframe")
448 GK_ATOM(ignorecase, "ignorecase")
449 GK_ATOM(ignorekeys, "ignorekeys")
450 GK_ATOM(ignoreuserfocus, "ignoreuserfocus")
451 GK_ATOM(ilayer, "ilayer")
452 GK_ATOM(image, "image")
453 GK_ATOM(imageClickedPoint, "image-clicked-point")
454 GK_ATOM(img, "img")
455 GK_ATOM(implementation, "implementation")
456 GK_ATOM(implements, "implements")
457 GK_ATOM(import, "import")
458 GK_ATOM(inactivetitlebarcolor, "inactivetitlebarcolor")
459 GK_ATOM(include, "include")
460 GK_ATOM(includes, "includes")
461 GK_ATOM(increment, "increment")
462 GK_ATOM(indent, "indent")
463 GK_ATOM(indeterminate, "indeterminate")
464 GK_ATOM(index, "index")
465 GK_ATOM(infer, "infer")
466 GK_ATOM(infinity, "infinity")
467 GK_ATOM(inherit, "inherit")
468 GK_ATOM(inherits, "inherits")
469 GK_ATOM(inheritstyle, "inheritstyle")
470 GK_ATOM(initial_scale, "initial-scale")
471 GK_ATOM(input, "input")
472 GK_ATOM(inputmode, "inputmode")
473 GK_ATOM(ins, "ins")
474 GK_ATOM(insertafter, "insertafter")
475 GK_ATOM(insertbefore, "insertbefore")
476 GK_ATOM(instanceOf, "instanceOf")
477 GK_ATOM(int32, "int32")
478 GK_ATOM(int64, "int64")
479 GK_ATOM(integer, "integer")
480 GK_ATOM(intersection, "intersection")
481 GK_ATOM(is, "is")
482 GK_ATOM(iscontainer, "iscontainer")
483 GK_ATOM(isempty, "isempty")
484 GK_ATOM(ismap, "ismap")
485 GK_ATOM(itemid, "itemid")
486 GK_ATOM(itemprop, "itemprop")
487 GK_ATOM(itemref, "itemref")
488 GK_ATOM(itemscope, "itemscope")
489 GK_ATOM(itemtype, "itemtype")
490 GK_ATOM(kbd, "kbd")
491 GK_ATOM(noautofocus, "noautofocus")
492 GK_ATOM(keepcurrentinview, "keepcurrentinview")
493 GK_ATOM(keepobjectsalive, "keepobjectsalive")
494 GK_ATOM(key, "key")
495 GK_ATOM(keycode, "keycode")
496 GK_ATOM(keydown, "keydown")
497 GK_ATOM(keygen, "keygen")
498 GK_ATOM(keypress, "keypress")
499 GK_ATOM(keyset, "keyset")
500 GK_ATOM(keytext, "keytext")
501 GK_ATOM(keyup, "keyup")
502 GK_ATOM(kind, "kind")
503 GK_ATOM(label, "label")
504 GK_ATOM(lang, "lang")
505 GK_ATOM(language, "language")
506 GK_ATOM(last, "last")
507 GK_ATOM(layer, "layer")
508 GK_ATOM(layout, "layout")
509 GK_ATOM(leading, "leading")
510 GK_ATOM(leaf, "leaf")
511 GK_ATOM(left, "left")
512 GK_ATOM(leftmargin, "leftmargin")
513 GK_ATOM(leftpadding, "leftpadding")
514 GK_ATOM(legend, "legend")
515 GK_ATOM(length, "length")
516 GK_ATOM(letterValue, "letter-value")
517 GK_ATOM(level, "level")
518 GK_ATOM(li, "li")
519 GK_ATOM(line, "line")
520 GK_ATOM(link, "link")
521 GK_ATOM(list, "list")
522 GK_ATOM(listbox, "listbox")
523 GK_ATOM(listboxbody, "listboxbody")
524 GK_ATOM(listcell, "listcell")
525 GK_ATOM(listcol, "listcol")
526 GK_ATOM(listcols, "listcols")
527 GK_ATOM(listener, "listener")
528 GK_ATOM(listhead, "listhead")
529 GK_ATOM(listheader, "listheader")
530 GK_ATOM(listing, "listing")
531 GK_ATOM(listitem, "listitem")
532 GK_ATOM(listrows, "listrows")
533 GK_ATOM(load, "load")
534 GK_ATOM(localedir, "localedir")
535 GK_ATOM(localName, "local-name")
536 GK_ATOM(longdesc, "longdesc")
537 GK_ATOM(loop, "loop")
538 GK_ATOM(low, "low")
539 GK_ATOM(lowerFirst, "lower-first")
540 GK_ATOM(lowest, "lowest")
541 GK_ATOM(lowsrc, "lowsrc")
542 GK_ATOM(ltr, "ltr")
543 GK_ATOM(lwtheme, "lwtheme")
544 GK_ATOM(lwthemetextcolor, "lwthemetextcolor")
545 GK_ATOM(main, "main")
546 GK_ATOM(map, "map")
547 GK_ATOM(manifest, "manifest")
548 GK_ATOM(marginheight, "marginheight")
549 GK_ATOM(marginwidth, "marginwidth")
550 GK_ATOM(mark, "mark")
551 GK_ATOM(marquee, "marquee")
552 GK_ATOM(match, "match")
553 GK_ATOM(max, "max")
554 GK_ATOM(maxheight, "maxheight")
555 GK_ATOM(maximum_scale, "maximum-scale")
556 GK_ATOM(maxlength, "maxlength")
557 GK_ATOM(maxpos, "maxpos")
558 GK_ATOM(maxwidth, "maxwidth")
559 GK_ATOM(mayscript, "mayscript")
560 GK_ATOM(media, "media")
561 GK_ATOM(mediaType, "media-type")
562 GK_ATOM(member, "member")
563 GK_ATOM(menu, "menu")
564 GK_ATOM(menubar, "menubar")
565 GK_ATOM(menubutton, "menubutton")
566 GK_ATOM(menuButton, "menu-button")
567 GK_ATOM(menuitem, "menuitem")
568 GK_ATOM(menulist, "menulist")
569 GK_ATOM(menupopup, "menupopup")
570 GK_ATOM(menuseparator, "menuseparator")
571 GK_ATOM(message, "message")
572 GK_ATOM(meta, "meta")
573 GK_ATOM(meter, "meter")
574 GK_ATOM(method, "method")
575 GK_ATOM(microdataProperties, "microdataProperties")
576 GK_ATOM(middle, "middle")
577 GK_ATOM(min, "min")
578 GK_ATOM(minheight, "minheight")
579 GK_ATOM(minimum_scale, "minimum-scale")
580 GK_ATOM(minpos, "minpos")
581 GK_ATOM(minusSign, "minus-sign")
582 GK_ATOM(minwidth, "minwidth")
583 GK_ATOM(_mixed, "mixed")
584 GK_ATOM(mod, "mod")
585 GK_ATOM(mode, "mode")
586 GK_ATOM(modifiers, "modifiers")
587 GK_ATOM(monochrome, "monochrome")
588 GK_ATOM(mousedown, "mousedown")
589 GK_ATOM(mousemove, "mousemove")
590 GK_ATOM(mouseout, "mouseout")
591 GK_ATOM(mouseover, "mouseover")
592 GK_ATOM(mousethrough, "mousethrough")
593 GK_ATOM(mouseup, "mouseup")
594 GK_ATOM(mozaudiochannel, "mozaudiochannel")
595 GK_ATOM(mozasyncpanzoom, "mozasyncpanzoom")
596 GK_ATOM(mozfullscreenchange, "mozfullscreenchange")
597 GK_ATOM(mozfullscreenerror, "mozfullscreenerror")
598 GK_ATOM(mozpasspointerevents, "mozpasspointerevents")
599 GK_ATOM(mozpointerlockchange, "mozpointerlockchange")
600 GK_ATOM(mozpointerlockerror, "mozpointerlockerror")
601 GK_ATOM(moz_opaque, "moz-opaque")
602 GK_ATOM(moz_action_hint, "mozactionhint")
603 GK_ATOM(x_moz_errormessage, "x-moz-errormessage")
604 GK_ATOM(msthemecompatible, "msthemecompatible")
605 GK_ATOM(multicol, "multicol")
606 GK_ATOM(multiple, "multiple")
607 GK_ATOM(muted, "muted")
608 GK_ATOM(name, "name")
609 GK_ATOM(_namespace, "namespace")
610 GK_ATOM(namespaceAlias, "namespace-alias")
611 GK_ATOM(namespaceUri, "namespace-uri")
612 GK_ATOM(NaN, "NaN")
613 GK_ATOM(nav, "nav")
614 GK_ATOM(negate, "negate")
615 GK_ATOM(never, "never")
616 GK_ATOM(_new, "new")
617 GK_ATOM(newline, "newline")
618 GK_ATOM(nextBidi, "NextBidi")
619 GK_ATOM(no, "no")
620 GK_ATOM(noautohide, "noautohide")
621 GK_ATOM(nobr, "nobr")
622 GK_ATOM(node, "node")
623 GK_ATOM(nodefaultsrc, "nodefaultsrc")
624 GK_ATOM(nodeSet, "node-set")
625 GK_ATOM(noembed, "noembed")
626 GK_ATOM(noframes, "noframes")
627 GK_ATOM(nohref, "nohref")
628 GK_ATOM(nonce, "nonce")
629 GK_ATOM(none, "none")
630 GK_ATOM(noresize, "noresize")
631 GK_ATOM(normal, "normal")
632 GK_ATOM(normalizeSpace, "normalize-space")
633 GK_ATOM(noscript, "noscript")
634 GK_ATOM(noshade, "noshade")
635 GK_ATOM(novalidate, "novalidate")
636 GK_ATOM(_not, "not")
637 GK_ATOM(nowrap, "nowrap")
638 GK_ATOM(number, "number")
639 GK_ATOM(null, "null")
640 GK_ATOM(object, "object")
641 GK_ATOM(objectType, "object-type")
642 GK_ATOM(observer, "observer")
643 GK_ATOM(observes, "observes")
644 GK_ATOM(odd, "odd")
645 GK_ATOM(OFF, "OFF")
646 GK_ATOM(ol, "ol")
647 GK_ATOM(omitXmlDeclaration, "omit-xml-declaration")
648 GK_ATOM(ona2dpstatuschanged, "ona2dpstatuschanged")
649 GK_ATOM(onabort, "onabort")
650 GK_ATOM(onadapteradded, "onadapteradded")
651 GK_ATOM(onafterprint, "onafterprint")
652 GK_ATOM(onafterscriptexecute, "onafterscriptexecute")
653 GK_ATOM(onalerting, "onalerting")
654 GK_ATOM(onanimationend, "onanimationend")
655 GK_ATOM(onanimationiteration, "onanimationiteration")
656 GK_ATOM(onanimationstart, "onanimationstart")
657 GK_ATOM(onantennaavailablechange, "onantennaavailablechange")
658 GK_ATOM(onAppCommand, "onAppCommand")
659 GK_ATOM(onaudioprocess, "onaudioprocess")
660 GK_ATOM(onbeforecopy, "onbeforecopy")
661 GK_ATOM(onbeforecut, "onbeforecut")
662 GK_ATOM(onbeforepaste, "onbeforepaste")
663 GK_ATOM(onbeforeprint, "onbeforeprint")
664 GK_ATOM(onbeforescriptexecute, "onbeforescriptexecute")
665 GK_ATOM(onbeforeunload, "onbeforeunload")
666 GK_ATOM(onblocked, "onblocked")
667 GK_ATOM(onblur, "onblur")
668 GK_ATOM(onbroadcast, "onbroadcast")
669 GK_ATOM(onbusy, "onbusy")
670 GK_ATOM(oncached, "oncached")
671 GK_ATOM(oncallschanged, "oncallschanged")
672 GK_ATOM(oncardstatechange, "oncardstatechange")
673 GK_ATOM(oncfstatechange, "oncfstatechange")
674 GK_ATOM(onchange, "onchange")
675 GK_ATOM(onchargingchange, "onchargingchange")
676 GK_ATOM(onchargingtimechange, "onchargingtimechange")
677 GK_ATOM(onchecking, "onchecking")
678 GK_ATOM(onclick, "onclick")
679 GK_ATOM(onclose, "onclose")
680 GK_ATOM(oncommand, "oncommand")
681 GK_ATOM(oncommandupdate, "oncommandupdate")
682 GK_ATOM(oncomplete, "oncomplete")
683 GK_ATOM(oncompositionend, "oncompositionend")
684 GK_ATOM(oncompositionstart, "oncompositionstart")
685 GK_ATOM(oncompositionupdate, "oncompositionupdate")
686 GK_ATOM(onconnect, "onconnect")
687 GK_ATOM(onconnected, "onconnected")
688 GK_ATOM(onconnecting, "onconnecting")
689 GK_ATOM(oncontextmenu, "oncontextmenu")
690 GK_ATOM(oncopy, "oncopy")
691 GK_ATOM(oncut, "oncut")
692 GK_ATOM(ondatachange, "ondatachange")
693 GK_ATOM(ondataerror, "ondataerror")
694 GK_ATOM(ondblclick, "ondblclick")
695 GK_ATOM(ondeliverysuccess, "ondeliverysuccess")
696 GK_ATOM(ondeliveryerror, "ondeliveryerror")
697 GK_ATOM(ondevicefound, "ondevicefound")
698 GK_ATOM(ondialing, "ondialing")
699 GK_ATOM(ondisabled, "ondisabled")
700 GK_ATOM(ondischargingtimechange, "ondischargingtimechange")
701 GK_ATOM(ondisconnected, "ondisconnected")
702 GK_ATOM(ondisconnecting, "ondisconnecting")
703 GK_ATOM(ondownloading, "ondownloading")
704 GK_ATOM(onDOMActivate, "onDOMActivate")
705 GK_ATOM(onDOMAttrModified, "onDOMAttrModified")
706 GK_ATOM(onDOMCharacterDataModified, "onDOMCharacterDataModified")
707 GK_ATOM(onDOMFocusIn, "onDOMFocusIn")
708 GK_ATOM(onDOMFocusOut, "onDOMFocusOut")
709 GK_ATOM(onDOMMouseScroll, "onDOMMouseScroll")
710 GK_ATOM(onDOMNodeInserted, "onDOMNodeInserted")
711 GK_ATOM(onDOMNodeInsertedIntoDocument, "onDOMNodeInsertedIntoDocument")
712 GK_ATOM(onDOMNodeRemoved, "onDOMNodeRemoved")
713 GK_ATOM(onDOMNodeRemovedFromDocument, "onDOMNodeRemovedFromDocument")
714 GK_ATOM(onDOMSubtreeModified, "onDOMSubtreeModified")
715 GK_ATOM(ondrag, "ondrag")
716 GK_ATOM(ondragdrop, "ondragdrop")
717 GK_ATOM(ondragend, "ondragend")
718 GK_ATOM(ondragenter, "ondragenter")
719 GK_ATOM(ondragexit, "ondragexit")
720 GK_ATOM(ondraggesture, "ondraggesture")
721 GK_ATOM(ondragleave, "ondragleave")
722 GK_ATOM(ondragover, "ondragover")
723 GK_ATOM(ondragstart, "ondragstart")
724 GK_ATOM(ondrop, "ondrop")
725 GK_ATOM(onenabled, "onenabled")
726 GK_ATOM(onemergencycbmodechange, "onemergencycbmodechange")
727 GK_ATOM(onerror, "onerror")
728 GK_ATOM(onfailed, "onfailed")
729 GK_ATOM(onfocus, "onfocus")
730 GK_ATOM(onfrequencychange, "onfrequencychange")
731 GK_ATOM(onspeakerforcedchange, "onspeakerforcedchange")
732 GK_ATOM(onget, "onget")
733 GK_ATOM(ongroupchange, "ongroupchange")
734 GK_ATOM(onhashchange, "onhashchange")
735 GK_ATOM(onheadphoneschange, "onheadphoneschange")
736 GK_ATOM(onheld, "onheld")
737 GK_ATOM(onhfpstatuschanged, "onhfpstatuschanged")
738 GK_ATOM(onholding, "onholding")
739 GK_ATOM(oniccchange, "oniccchange")
740 GK_ATOM(oniccdetected, "oniccdetected")
741 GK_ATOM(oniccinfochange, "oniccinfochange")
742 GK_ATOM(oniccundetected, "oniccundetected")
743 GK_ATOM(onincoming, "onincoming")
744 GK_ATOM(oninput, "oninput")
745 GK_ATOM(oninvalid, "oninvalid")
746 GK_ATOM(onkeydown, "onkeydown")
747 GK_ATOM(onkeypress, "onkeypress")
748 GK_ATOM(onkeyup, "onkeyup")
749 GK_ATOM(onlevelchange, "onlevelchange")
750 GK_ATOM(onLoad, "onLoad")
751 GK_ATOM(onload, "onload")
752 GK_ATOM(onpopstate, "onpopstate")
753 GK_ATOM(only, "only") // this one is not an event
754 GK_ATOM(onmessage, "onmessage")
755 GK_ATOM(onmousedown, "onmousedown")
756 GK_ATOM(onmouseenter, "onmouseenter")
757 GK_ATOM(onmouseleave, "onmouseleave")
758 GK_ATOM(onmousemove, "onmousemove")
759 GK_ATOM(onmouseout, "onmouseout")
760 GK_ATOM(onmouseover, "onmouseover")
761 GK_ATOM(onMozMouseHittest, "onMozMouseHittest")
762 GK_ATOM(onmouseup, "onmouseup")
763 GK_ATOM(onMozAfterPaint, "onMozAfterPaint")
764 GK_ATOM(onmozfullscreenchange, "onmozfullscreenchange")
765 GK_ATOM(onmozfullscreenerror, "onmozfullscreenerror")
766 GK_ATOM(onmozpointerlockchange, "onmozpointerlockchange")
767 GK_ATOM(onmozpointerlockerror, "onmozpointerlockerror")
768 GK_ATOM(onmoztimechange, "onmoztimechange")
769 GK_ATOM(onMozMousePixelScroll, "onMozMousePixelScroll")
770 GK_ATOM(onMozScrolledAreaChanged, "onMozScrolledAreaChanged")
771 GK_ATOM(onmoznetworkupload, "onmoznetworkupload")
772 GK_ATOM(onmoznetworkdownload, "onmoznetworkdownload")
773 GK_ATOM(onnoupdate, "onnoupdate")
774 GK_ATOM(onobsolete, "onobsolete")
775 GK_ATOM(ononline, "ononline")
776 GK_ATOM(onoffline, "onoffline")
777 GK_ATOM(onopen, "onopen")
778 GK_ATOM(onotastatuschange, "onotastatuschange")
779 GK_ATOM(onoverflow, "onoverflow")
780 GK_ATOM(onoverflowchanged, "onoverflowchanged")
781 GK_ATOM(onpagehide, "onpagehide")
782 GK_ATOM(onpageshow, "onpageshow")
783 GK_ATOM(onpaint, "onpaint")
784 GK_ATOM(onpairedstatuschanged, "onpairedstatuschanged")
785 GK_ATOM(onpaste, "onpaste")
786 GK_ATOM(onpopuphidden, "onpopuphidden")
787 GK_ATOM(onpopuphiding, "onpopuphiding")
788 GK_ATOM(onpopupshowing, "onpopupshowing")
789 GK_ATOM(onpopupshown, "onpopupshown")
790 GK_ATOM(onradiostatechange, "onradiostatechange")
791 GK_ATOM(onreaderror, "onreaderror")
792 GK_ATOM(onreadsuccess, "onreadsuccess")
793 GK_ATOM(onreadystatechange, "onreadystatechange")
794 GK_ATOM(onreceived, "onreceived")
795 GK_ATOM(onremoteheld, "onremoteheld")
796 GK_ATOM(onremoteresumed, "onremoteresumed")
797 GK_ATOM(onretrieving, "onretrieving")
798 GK_ATOM(onRequest, "onRequest")
799 GK_ATOM(onrequestmediaplaystatus, "onrequestmediaplaystatus")
800 GK_ATOM(onreset, "onreset")
801 GK_ATOM(onresuming, "onresuming")
802 GK_ATOM(onresize, "onresize")
803 GK_ATOM(onscostatuschanged, "onscostatuschanged")
804 GK_ATOM(onscroll, "onscroll")
805 GK_ATOM(onselect, "onselect")
806 GK_ATOM(onsending, "onsending")
807 GK_ATOM(onsent, "onsent")
808 GK_ATOM(onset, "onset")
809 GK_ATOM(onshow, "onshow")
810 GK_ATOM(onstatechange, "onstatechange")
811 GK_ATOM(onstatuschanged, "onstatuschanged")
812 GK_ATOM(onstkcommand, "onstkcommand")
813 GK_ATOM(onstksessionend, "onstksessionend")
814 GK_ATOM(onsubmit, "onsubmit")
815 GK_ATOM(onsuccess, "onsuccess")
816 GK_ATOM(ontypechange, "ontypechange")
817 GK_ATOM(ontext, "ontext")
818 GK_ATOM(ontouchstart, "ontouchstart")
819 GK_ATOM(ontouchend, "ontouchend")
820 GK_ATOM(ontouchmove, "ontouchmove")
821 GK_ATOM(ontouchenter, "ontouchenter")
822 GK_ATOM(ontouchleave, "ontouchleave")
823 GK_ATOM(ontouchcancel, "ontouchcancel")
824 GK_ATOM(ontransitionend, "ontransitionend")
825 GK_ATOM(onunderflow, "onunderflow")
826 GK_ATOM(onunload, "onunload")
827 GK_ATOM(onupdateready, "onupdateready")
828 GK_ATOM(onupgradeneeded, "onupgradeneeded")
829 GK_ATOM(onussdreceived, "onussdreceived")
830 GK_ATOM(onversionchange, "onversionchange")
831 GK_ATOM(onvoicechange, "onvoicechange")
832 GK_ATOM(onwheel, "onwheel")
833 GK_ATOM(open, "open")
834 GK_ATOM(optgroup, "optgroup")
835 GK_ATOM(optimum, "optimum")
836 GK_ATOM(option, "option")
837 GK_ATOM(_or, "or")
838 GK_ATOM(order, "order")
839 GK_ATOM(ordinal, "ordinal")
840 GK_ATOM(orient, "orient")
841 GK_ATOM(orientation, "orientation")
842 GK_ATOM(otherwise, "otherwise")
843 GK_ATOM(output, "output")
844 GK_ATOM(overflow, "overflow")
845 GK_ATOM(overflowchanged, "overflowchanged")
846 GK_ATOM(overlay, "overlay")
847 GK_ATOM(overlap, "overlap")
848 GK_ATOM(p, "p")
849 GK_ATOM(pack, "pack")
850 GK_ATOM(page, "page")
851 GK_ATOM(pageincrement, "pageincrement")
852 GK_ATOM(pagex, "pagex")
853 GK_ATOM(pagey, "pagey")
854 GK_ATOM(paint_order, "paint-order")
855 GK_ATOM(palettename, "palettename")
856 GK_ATOM(panel, "panel")
857 GK_ATOM(param, "param")
858 GK_ATOM(parameter, "parameter")
859 GK_ATOM(parent, "parent")
860 GK_ATOM(parentapp, "parentapp")
861 GK_ATOM(parentfocused, "parentfocused")
862 GK_ATOM(parsetype, "parsetype")
863 GK_ATOM(pattern, "pattern")
864 GK_ATOM(patternSeparator, "pattern-separator")
865 GK_ATOM(perMille, "per-mille")
866 GK_ATOM(percent, "percent")
867 GK_ATOM(persist, "persist")
868 GK_ATOM(phase, "phase")
869 GK_ATOM(ping, "ping")
870 GK_ATOM(pinned,"pinned")
871 GK_ATOM(placeholder, "placeholder")
872 GK_ATOM(plaintext, "plaintext")
873 GK_ATOM(playbackrate, "playbackrate")
874 GK_ATOM(pointSize, "point-size")
875 GK_ATOM(poly, "poly")
876 GK_ATOM(polygon, "polygon")
877 GK_ATOM(popup, "popup")
878 GK_ATOM(popupalign, "popupalign")
879 GK_ATOM(popupanchor, "popupanchor")
880 GK_ATOM(popupgroup, "popupgroup")
881 GK_ATOM(popuphidden, "popuphidden")
882 GK_ATOM(popuphiding, "popuphiding")
883 GK_ATOM(popupset, "popupset")
884 GK_ATOM(popupshowing, "popupshowing")
885 GK_ATOM(popupshown, "popupshown")
886 GK_ATOM(popupsinherittooltip, "popupsinherittooltip")
887 GK_ATOM(position, "position")
888 GK_ATOM(poster, "poster")
889 GK_ATOM(pre, "pre")
890 GK_ATOM(preceding, "preceding")
891 GK_ATOM(precedingSibling, "preceding-sibling")
892 GK_ATOM(predicate, "predicate")
893 GK_ATOM(prefix, "prefix")
894 GK_ATOM(preload, "preload")
895 GK_ATOM(preserve, "preserve")
896 GK_ATOM(preserveSpace, "preserve-space")
897 GK_ATOM(preventdefault, "preventdefault")
898 GK_ATOM(primary, "primary")
899 GK_ATOM(print, "print")
900 GK_ATOM(priority, "priority")
901 GK_ATOM(processingInstruction, "processing-instruction")
902 GK_ATOM(profile, "profile")
903 GK_ATOM(progress, "progress")
904 GK_ATOM(progressmeter, "progressmeter")
905 GK_ATOM(progressNormal, "progressNormal")
906 GK_ATOM(progressUndetermined, "progressUndetermined")
907 GK_ATOM(projection, "projection")
908 GK_ATOM(prompt, "prompt")
909 GK_ATOM(propagate, "propagate")
910 GK_ATOM(properties, "properties")
911 GK_ATOM(property, "property")
912 GK_ATOM(pubdate, "pubdate")
913 GK_ATOM(q, "q")
914 GK_ATOM(query, "query")
915 GK_ATOM(queryset, "queryset")
916 GK_ATOM(querytype, "querytype")
917 GK_ATOM(radio, "radio")
918 GK_ATOM(radiogroup, "radiogroup")
919 GK_ATOM(range, "range")
920 GK_ATOM(readonly, "readonly")
921 GK_ATOM(rect, "rect")
922 GK_ATOM(rectangle, "rectangle")
923 GK_ATOM(ref, "ref")
924 GK_ATOM(refresh, "refresh")
925 GK_ATOM(rel, "rel")
926 GK_ATOM(rem, "rem")
927 GK_ATOM(removeelement, "removeelement")
928 GK_ATOM(renderingobserverlist, "renderingobserverlist")
929 GK_ATOM(repeat, "repeat")
930 GK_ATOM(replace, "replace")
931 GK_ATOM(required, "required")
932 GK_ATOM(reset, "reset")
933 GK_ATOM(resizeafter, "resizeafter")
934 GK_ATOM(resizebefore, "resizebefore")
935 GK_ATOM(resizer, "resizer")
936 GK_ATOM(resolution, "resolution")
937 GK_ATOM(resource, "resource")
938 GK_ATOM(resources, "resources")
939 GK_ATOM(result, "result")
940 GK_ATOM(resultPrefix, "result-prefix")
941 GK_ATOM(rev, "rev")
942 GK_ATOM(reverse, "reverse")
943 GK_ATOM(reversed, "reversed")
944 GK_ATOM(richlistbox, "richlistbox")
945 GK_ATOM(richlistitem, "richlistitem")
946 GK_ATOM(right, "right")
947 GK_ATOM(rightmargin, "rightmargin")
948 GK_ATOM(rightpadding, "rightpadding")
949 GK_ATOM(role, "role")
950 GK_ATOM(rolluponmousewheel, "rolluponmousewheel")
951 GK_ATOM(round, "round")
952 GK_ATOM(row, "row")
953 GK_ATOM(rows, "rows")
954 GK_ATOM(rowspan, "rowspan")
955 GK_ATOM(rp, "rp")
956 GK_ATOM(rt, "rt")
957 GK_ATOM(rtl, "rtl")
958 GK_ATOM(ruby, "ruby")
959 GK_ATOM(rule, "rule")
960 GK_ATOM(rules, "rules")
961 GK_ATOM(s, "s")
962 GK_ATOM(samp, "samp")
963 GK_ATOM(sandbox, "sandbox")
964 GK_ATOM(sbattr, "sbattr")
965 GK_ATOM(scale, "scale")
966 GK_ATOM(scan, "scan")
967 GK_ATOM(scheme, "scheme")
968 GK_ATOM(scope, "scope")
969 GK_ATOM(scoped, "scoped")
970 GK_ATOM(screen, "screen")
971 GK_ATOM(screenX, "screenX")
972 GK_ATOM(screenY, "screenY")
973 GK_ATOM(script, "script")
974 GK_ATOM(scriptEnabledBeforePrintOrPreview, "scriptEnabledBeforePrintOrPreview")
975 GK_ATOM(scrollbar, "scrollbar")
976 GK_ATOM(scrollbarbutton, "scrollbarbutton")
977 GK_ATOM(scrollbarDownBottom, "scrollbar-down-bottom")
978 GK_ATOM(scrollbarDownTop, "scrollbar-down-top")
979 GK_ATOM(scrollbarUpBottom, "scrollbar-up-bottom")
980 GK_ATOM(scrollbarUpTop, "scrollbar-up-top")
981 GK_ATOM(scrollbox, "scrollbox")
982 GK_ATOM(scrollcorner, "scrollcorner")
983 GK_ATOM(scrolling, "scrolling")
984 GK_ATOM(section, "section")
985 GK_ATOM(select, "select")
986 GK_ATOM(selectable, "selectable")
987 GK_ATOM(selected, "selected")
988 GK_ATOM(selectedIndex, "selectedIndex")
989 GK_ATOM(selectedindex, "selectedindex")
990 GK_ATOM(self, "self")
991 GK_ATOM(seltype, "seltype")
992 GK_ATOM(setcookie, "set-cookie")
993 GK_ATOM(setter, "setter")
994 GK_ATOM(shape, "shape")
995 GK_ATOM(show, "show")
996 GK_ATOM(showcaret, "showcaret")
997 GK_ATOM(showresizer, "showresizer")
998 GK_ATOM(simple, "simple")
999 GK_ATOM(single, "single")
1000 GK_ATOM(size, "size")
1001 GK_ATOM(sizes, "sizes")
1002 GK_ATOM(sizemode, "sizemode")
1003 GK_ATOM(sizetopopup, "sizetopopup")
1004 GK_ATOM(slider, "slider")
1005 GK_ATOM(small, "small")
1006 GK_ATOM(smooth, "smooth")
1007 GK_ATOM(snap, "snap")
1008 GK_ATOM(sort, "sort")
1009 GK_ATOM(sortActive, "sortActive")
1010 GK_ATOM(sortDirection, "sortDirection")
1011 GK_ATOM(sorted, "sorted")
1012 GK_ATOM(sorthints, "sorthints")
1013 GK_ATOM(sortLocked, "sortLocked")
1014 GK_ATOM(sortResource, "sortResource")
1015 GK_ATOM(sortResource2, "sortResource2")
1016 GK_ATOM(sortSeparators, "sortSeparators")
1017 GK_ATOM(sortStaticsLast, "sortStaticsLast")
1018 GK_ATOM(source, "source")
1019 GK_ATOM(space, "space")
1020 GK_ATOM(spacer, "spacer")
1021 GK_ATOM(span, "span")
1022 GK_ATOM(spellcheck, "spellcheck")
1023 GK_ATOM(spinner, "spinner")
1024 GK_ATOM(split, "split")
1025 GK_ATOM(splitmenu, "splitmenu")
1026 GK_ATOM(splitter, "splitter")
1027 GK_ATOM(spring, "spring")
1028 GK_ATOM(src, "src")
1029 GK_ATOM(srcdoc, "srcdoc")
1030 GK_ATOM(srclang, "srclang")
1031 GK_ATOM(stack, "stack")
1032 GK_ATOM(standalone, "standalone")
1033 GK_ATOM(standby, "standby")
1034 GK_ATOM(start, "start")
1035 GK_ATOM(start_after, "start_after")
1036 GK_ATOM(start_before, "start_before")
1037 GK_ATOM(startsWith, "starts-with")
1038 GK_ATOM(state, "state")
1039 GK_ATOM(statedatasource, "statedatasource")
1040 GK_ATOM(staticHint, "staticHint")
1041 GK_ATOM(statusbar, "statusbar")
1042 GK_ATOM(statustext, "statustext")
1043 GK_ATOM(step, "step")
1044 GK_ATOM(stop, "stop")
1045 GK_ATOM(stretch, "stretch")
1046 GK_ATOM(strike, "strike")
1047 GK_ATOM(string, "string")
1048 GK_ATOM(stringLength, "string-length")
1049 GK_ATOM(stripSpace, "strip-space")
1050 GK_ATOM(strong, "strong")
1051 GK_ATOM(style, "style")
1052 GK_ATOM(stylesheet, "stylesheet")
1053 GK_ATOM(stylesheetPrefix, "stylesheet-prefix")
1054 GK_ATOM(subject, "subject")
1055 GK_ATOM(submit, "submit")
1056 GK_ATOM(substate, "substate")
1057 GK_ATOM(substring, "substring")
1058 GK_ATOM(substringAfter, "substring-after")
1059 GK_ATOM(substringBefore, "substring-before")
1060 GK_ATOM(sub, "sub")
1061 GK_ATOM(sum, "sum")
1062 GK_ATOM(sup, "sup")
1063 GK_ATOM(summary, "summary")
1064 GK_ATOM(systemProperty, "system-property")
1065 GK_ATOM(tab, "tab")
1066 GK_ATOM(tabbox, "tabbox")
1067 GK_ATOM(tabindex, "tabindex")
1068 GK_ATOM(table, "table")
1069 GK_ATOM(tabpanel, "tabpanel")
1070 GK_ATOM(tabpanels, "tabpanels")
1071 GK_ATOM(tag, "tag")
1072 GK_ATOM(target, "target")
1073 GK_ATOM(targets, "targets")
1074 GK_ATOM(tbody, "tbody")
1075 GK_ATOM(td, "td")
1076 GK_ATOM(_template, "template")
1077 GK_ATOM(text_decoration, "text-decoration")
1078 GK_ATOM(terminate, "terminate")
1079 GK_ATOM(test, "test")
1080 GK_ATOM(text, "text")
1081 GK_ATOM(textarea, "textarea")
1082 GK_ATOM(textbox, "textbox")
1083 GK_ATOM(textnode, "textnode")
1084 GK_ATOM(textNodeDirectionalityMap, "textNodeDirectionalityMap")
1085 GK_ATOM(tfoot, "tfoot")
1086 GK_ATOM(th, "th")
1087 GK_ATOM(thead, "thead")
1088 GK_ATOM(thumb, "thumb")
1089 GK_ATOM(time, "time")
1090 GK_ATOM(title, "title")
1091 GK_ATOM(titlebar, "titlebar")
1092 GK_ATOM(titletip, "titletip")
1093 GK_ATOM(toggled, "toggled")
1094 GK_ATOM(token, "token")
1095 GK_ATOM(tokenize, "tokenize")
1096 GK_ATOM(toolbar, "toolbar")
1097 GK_ATOM(toolbarbutton, "toolbarbutton")
1098 GK_ATOM(toolbaritem, "toolbaritem")
1099 GK_ATOM(toolbox, "toolbox")
1100 GK_ATOM(tooltip, "tooltip")
1101 GK_ATOM(tooltiptext, "tooltiptext")
1102 GK_ATOM(top, "top")
1103 GK_ATOM(topleft, "topleft")
1104 GK_ATOM(topmargin, "topmargin")
1105 GK_ATOM(toppadding, "toppadding")
1106 GK_ATOM(topright, "topright")
1107 GK_ATOM(tr, "tr")
1108 GK_ATOM(track, "track")
1109 GK_ATOM(trailing, "trailing")
1110 GK_ATOM(transform, "transform")
1111 GK_ATOM(transformiix, "transformiix")
1112 GK_ATOM(translate, "translate")
1113 GK_ATOM(transparent, "transparent")
1114 GK_ATOM(tree, "tree")
1115 GK_ATOM(treecell, "treecell")
1116 GK_ATOM(treechildren, "treechildren")
1117 GK_ATOM(treecol, "treecol")
1118 GK_ATOM(treecolpicker, "treecolpicker")
1119 GK_ATOM(treecols, "treecols")
1120 GK_ATOM(treeitem, "treeitem")
1121 GK_ATOM(treerow, "treerow")
1122 GK_ATOM(treeseparator, "treeseparator")
1123 GK_ATOM(triple, "triple")
1124 GK_ATOM(_true, "true")
1125 GK_ATOM(tt, "tt")
1126 GK_ATOM(tty, "tty")
1127 GK_ATOM(tv, "tv")
1128 GK_ATOM(type, "type")
1129 GK_ATOM(typemustmatch, "typemustmatch")
1130 GK_ATOM(u, "u")
1131 GK_ATOM(ul, "ul")
1132 GK_ATOM(underflow, "underflow")
1133 GK_ATOM(undetermined, "undetermined")
1134 GK_ATOM(undoscope, "undoscope")
1135 GK_ATOM(unload, "unload")
1136 GK_ATOM(unparsedEntityUri, "unparsed-entity-uri")
1137 GK_ATOM(upperFirst, "upper-first")
1138 GK_ATOM(uri, "uri")
1139 GK_ATOM(use, "use")
1140 GK_ATOM(useAttributeSets, "use-attribute-sets")
1141 GK_ATOM(usemap, "usemap")
1142 GK_ATOM(user_scalable, "user-scalable")
1143 GK_ATOM(userInput, "userInput")
1144 GK_ATOM(validate, "validate")
1145 GK_ATOM(valign, "valign")
1146 GK_ATOM(value, "value")
1147 GK_ATOM(values, "values")
1148 GK_ATOM(valueOf, "value-of")
1149 GK_ATOM(valuetype, "valuetype")
1150 GK_ATOM(var, "var")
1151 GK_ATOM(variable, "variable")
1152 GK_ATOM(vbox, "vbox")
1153 GK_ATOM(vcard_name, "vcard_name")
1154 GK_ATOM(vendor, "vendor")
1155 GK_ATOM(vendorUrl, "vendor-url")
1156 GK_ATOM(version, "version")
1157 GK_ATOM(vert, "vert")
1158 GK_ATOM(vertical, "vertical")
1159 GK_ATOM(audio, "audio")
1160 GK_ATOM(video, "video")
1161 GK_ATOM(videocontrols, "videocontrols")
1162 GK_ATOM(viewport, "viewport")
1163 GK_ATOM(viewport_height, "viewport-height")
1164 GK_ATOM(viewport_initial_scale, "viewport-initial-scale")
1165 GK_ATOM(viewport_maximum_scale, "viewport-maximum-scale")
1166 GK_ATOM(viewport_minimum_scale, "viewport-minimum-scale")
1167 GK_ATOM(viewport_user_scalable, "viewport-user-scalable")
1168 GK_ATOM(viewport_width, "viewport-width")
1169 GK_ATOM(visibility, "visibility")
1170 GK_ATOM(vlink, "vlink")
1171 GK_ATOM(vspace, "vspace")
1172 GK_ATOM(wbr, "wbr")
1173 GK_ATOM(when, "when")
1174 GK_ATOM(where, "where")
1175 GK_ATOM(widget, "widget")
1176 GK_ATOM(width, "width")
1177 GK_ATOM(window, "window")
1178 GK_ATOM(headerWindowTarget, "window-target")
1179 GK_ATOM(windowtype, "windowtype")
1180 GK_ATOM(withParam, "with-param")
1181 GK_ATOM(wizard, "wizard")
1182 GK_ATOM(wrap, "wrap")
1183 GK_ATOM(headerDNSPrefetchControl,"x-dns-prefetch-control")
1184 GK_ATOM(headerOldCSP, "x-content-security-policy")
1185 GK_ATOM(headerOldCSPReportOnly, "x-content-security-policy-report-only")
1186 GK_ATOM(headerCSP, "content-security-policy")
1187 GK_ATOM(headerCSPReportOnly, "content-security-policy-report-only")
1188 GK_ATOM(headerXFO, "x-frame-options")
1189 GK_ATOM(x_western, "x-western")
1190 GK_ATOM(xml, "xml")
1191 GK_ATOM(xml_stylesheet, "xml-stylesheet")
1192 GK_ATOM(xmlns, "xmlns")
1193 GK_ATOM(xmp, "xmp")
1194 GK_ATOM(xulcontentsgenerated, "xulcontentsgenerated")
1195 GK_ATOM(yes, "yes")
1196 GK_ATOM(z_index, "z-index")
1197 GK_ATOM(zeroDigit, "zero-digit")
1200 GK_ATOM(percentage, "%")
1201 GK_ATOM(A, "A")
1202 GK_ATOM(alignment_baseline, "alignment-baseline")
1203 GK_ATOM(allowReorder, "allowReorder")
1204 GK_ATOM(altGlyph, "altGlyph")
1205 GK_ATOM(altGlyphDef, "altGlyphDef")
1206 GK_ATOM(altGlyphItem, "altGlyphItem")
1207 GK_ATOM(amplitude, "amplitude")
1208 GK_ATOM(animate, "animate")
1209 GK_ATOM(animateColor, "animateColor")
1210 GK_ATOM(animateMotion, "animateMotion")
1211 GK_ATOM(animateTransform, "animateTransform")
1212 GK_ATOM(arithmetic, "arithmetic")
1213 GK_ATOM(atop, "atop")
1214 GK_ATOM(azimuth, "azimuth")
1215 GK_ATOM(B, "B")
1216 GK_ATOM(baseFrequency, "baseFrequency")
1217 GK_ATOM(baseline_shift, "baseline-shift")
1218 GK_ATOM(bias, "bias")
1219 GK_ATOM(clip_path, "clip-path")
1220 GK_ATOM(clip_rule, "clip-rule")
1221 GK_ATOM(clipPath, "clipPath")
1222 GK_ATOM(clipPathUnits, "clipPathUnits")
1223 GK_ATOM(cm, "cm")
1224 GK_ATOM(colorInterpolation, "color-interpolation")
1225 GK_ATOM(colorInterpolationFilters, "color-interpolation-filters")
1226 GK_ATOM(colorProfile, "color-profile")
1227 GK_ATOM(cursor, "cursor")
1228 GK_ATOM(cx, "cx")
1229 GK_ATOM(cy, "cy")
1230 GK_ATOM(d, "d")
1231 GK_ATOM(darken, "darken")
1232 GK_ATOM(defs, "defs")
1233 GK_ATOM(definition_src, "definition-src")
1234 GK_ATOM(deg, "deg")
1235 GK_ATOM(desc, "desc")
1236 GK_ATOM(diffuseConstant, "diffuseConstant")
1237 GK_ATOM(dilate, "dilate")
1238 GK_ATOM(direction, "direction")
1239 GK_ATOM(disable, "disable")
1240 GK_ATOM(discrete, "discrete")
1241 GK_ATOM(divisor, "divisor")
1242 GK_ATOM(dominant_baseline, "dominant-baseline")
1243 GK_ATOM(duplicate, "duplicate")
1244 GK_ATOM(dx, "dx")
1245 GK_ATOM(dy, "dy")
1246 GK_ATOM(edgeMode, "edgeMode")
1247 GK_ATOM(ellipse, "ellipse")
1248 GK_ATOM(elevation, "elevation")
1249 GK_ATOM(erode, "erode")
1250 GK_ATOM(ex, "ex")
1251 GK_ATOM(exact, "exact")
1252 GK_ATOM(exponent, "exponent")
1253 GK_ATOM(feBlend, "feBlend")
1254 GK_ATOM(feColorMatrix, "feColorMatrix")
1255 GK_ATOM(feComponentTransfer, "feComponentTransfer")
1256 GK_ATOM(feComposite, "feComposite")
1257 GK_ATOM(feConvolveMatrix, "feConvolveMatrix")
1258 GK_ATOM(feDiffuseLighting, "feDiffuseLighting")
1259 GK_ATOM(feDisplacementMap, "feDisplacementMap")
1260 GK_ATOM(feDistantLight,"feDistantLight")
1261 GK_ATOM(feDropShadow, "feDropShadow")
1262 GK_ATOM(feFlood, "feFlood")
1263 GK_ATOM(feFuncA, "feFuncA")
1264 GK_ATOM(feFuncB, "feFuncB")
1265 GK_ATOM(feFuncG, "feFuncG")
1266 GK_ATOM(feFuncR, "feFuncR")
1267 GK_ATOM(feGaussianBlur, "feGaussianBlur")
1268 GK_ATOM(feImage, "feImage")
1269 GK_ATOM(feMerge, "feMerge")
1270 GK_ATOM(feMergeNode, "feMergeNode")
1271 GK_ATOM(feMorphology, "feMorphology")
1272 GK_ATOM(feOffset, "feOffset")
1273 GK_ATOM(fePointLight, "fePointLight")
1274 GK_ATOM(feSpecularLighting, "feSpecularLighting")
1275 GK_ATOM(feSpotLight, "feSpotLight")
1276 GK_ATOM(feTile, "feTile")
1277 GK_ATOM(feTurbulence, "feTurbulence")
1278 GK_ATOM(fill, "fill")
1279 GK_ATOM(fill_opacity, "fill-opacity")
1280 GK_ATOM(fill_rule, "fill-rule")
1281 GK_ATOM(filter, "filter")
1282 // Parsing for filterRes may be removed in the future.
1283 // https://bugzilla.mozilla.org/show_bug.cgi?id=979472
1284 GK_ATOM(filterRes, "filterRes")
1285 GK_ATOM(filterUnits, "filterUnits")
1286 GK_ATOM(flood_color, "flood-color")
1287 GK_ATOM(flood_opacity, "flood-opacity")
1288 GK_ATOM(font_face, "font-face")
1289 GK_ATOM(font_face_format, "font-face-format")
1290 GK_ATOM(font_face_name, "font-face-name")
1291 GK_ATOM(font_face_src, "font-face-src")
1292 GK_ATOM(font_face_uri, "font-face-uri")
1293 GK_ATOM(font_family, "font-family")
1294 GK_ATOM(font_size, "font-size")
1295 GK_ATOM(font_size_adjust, "font-size-adjust")
1296 GK_ATOM(font_stretch, "font-stretch")
1297 GK_ATOM(font_style, "font-style")
1298 GK_ATOM(font_variant, "font-variant")
1299 GK_ATOM(foreignObject, "foreignObject")
1300 GK_ATOM(fractalNoise, "fractalNoise")
1301 GK_ATOM(fx, "fx")
1302 GK_ATOM(fy, "fy")
1303 GK_ATOM(G, "G")
1304 GK_ATOM(g, "g")
1305 GK_ATOM(gamma, "gamma")
1306 // 'generic' conflicts with msvc11 winrt compiler extensions
1307 GK_ATOM(generic_, "generic")
1308 GK_ATOM(glyph, "glyph")
1309 GK_ATOM(glyphRef, "glyphRef")
1310 GK_ATOM(glyph_orientation_horizontal, "glyph-orientation-horizontal")
1311 GK_ATOM(glyph_orientation_vertical, "glyph-orientation-vertical")
1312 GK_ATOM(grad, "grad")
1313 GK_ATOM(gradientTransform, "gradientTransform")
1314 GK_ATOM(gradientUnits, "gradientUnits")
1315 GK_ATOM(hkern, "hkern")
1316 GK_ATOM(hueRotate, "hueRotate")
1317 GK_ATOM(identity, "identity")
1318 GK_ATOM(image_rendering, "image-rendering")
1319 GK_ATOM(in, "in")
1320 GK_ATOM(in2, "in2")
1321 GK_ATOM(intercept, "intercept")
1322 GK_ATOM(k1, "k1")
1323 GK_ATOM(k2, "k2")
1324 GK_ATOM(k3, "k3")
1325 GK_ATOM(k4, "k4")
1326 GK_ATOM(kerning, "kerning")
1327 GK_ATOM(kernelMatrix, "kernelMatrix")
1328 GK_ATOM(kernelUnitLength, "kernelUnitLength")
1329 GK_ATOM(lengthAdjust, "lengthAdjust")
1330 GK_ATOM(letter_spacing, "letter-spacing")
1331 GK_ATOM(lighten, "lighten")
1332 GK_ATOM(lighting_color, "lighting-color")
1333 GK_ATOM(limitingConeAngle, "limitingConeAngle")
1334 GK_ATOM(linear, "linear")
1335 GK_ATOM(linearGradient, "linearGradient")
1336 GK_ATOM(linearRGB, "linearRGB")
1337 GK_ATOM(luminanceToAlpha, "luminanceToAlpha")
1338 GK_ATOM(magnify, "magnify")
1339 GK_ATOM(marker, "marker")
1340 GK_ATOM(marker_end, "marker-end")
1341 GK_ATOM(marker_mid, "marker-mid")
1342 GK_ATOM(marker_start, "marker-start")
1343 GK_ATOM(markerHeight, "markerHeight")
1344 GK_ATOM(markerUnits, "markerUnits")
1345 GK_ATOM(markerWidth, "markerWidth")
1346 GK_ATOM(mask, "mask")
1347 GK_ATOM(maskContentUnits, "maskContentUnits")
1348 GK_ATOM(mask_type, "mask-type")
1349 GK_ATOM(maskUnits, "maskUnits")
1350 GK_ATOM(matrix, "matrix")
1351 GK_ATOM(metadata, "metadata")
1352 GK_ATOM(missingGlyph, "missing-glyph")
1353 GK_ATOM(mm, "mm")
1354 GK_ATOM(mpath, "mpath")
1355 GK_ATOM(noStitch, "noStitch")
1356 GK_ATOM(numOctaves, "numOctaves")
1357 GK_ATOM(multiply, "multiply")
1358 GK_ATOM(objectBoundingBox, "objectBoundingBox")
1359 GK_ATOM(offset, "offset")
1360 GK_ATOM(onSVGLoad, "onSVGLoad")
1361 GK_ATOM(onSVGResize, "onSVGResize")
1362 GK_ATOM(onSVGScroll, "onSVGScroll")
1363 GK_ATOM(onSVGUnload, "onSVGUnload")
1364 GK_ATOM(onSVGZoom, "onSVGZoom")
1365 GK_ATOM(onzoom, "onzoom")
1366 GK_ATOM(opacity, "opacity")
1367 GK_ATOM(_operator, "operator")
1368 GK_ATOM(out, "out")
1369 GK_ATOM(over, "over")
1370 GK_ATOM(overridePreserveAspectRatio, "overridePreserveAspectRatio")
1371 GK_ATOM(pad, "pad")
1372 GK_ATOM(path, "path")
1373 GK_ATOM(pathLength, "pathLength")
1374 GK_ATOM(patternContentUnits, "patternContentUnits")
1375 GK_ATOM(patternTransform, "patternTransform")
1376 GK_ATOM(patternUnits, "patternUnits")
1377 GK_ATOM(pc, "pc")
1378 GK_ATOM(pointer_events, "pointer-events")
1379 GK_ATOM(points, "points")
1380 GK_ATOM(pointsAtX, "pointsAtX")
1381 GK_ATOM(pointsAtY, "pointsAtY")
1382 GK_ATOM(pointsAtZ, "pointsAtZ")
1383 GK_ATOM(polyline, "polyline")
1384 GK_ATOM(preserveAlpha, "preserveAlpha")
1385 GK_ATOM(preserveAspectRatio, "preserveAspectRatio")
1386 GK_ATOM(primitiveUnits, "primitiveUnits")
1387 GK_ATOM(pt, "pt")
1388 GK_ATOM(px, "px")
1389 GK_ATOM(R, "R")
1390 GK_ATOM(r, "r")
1391 GK_ATOM(rad, "rad")
1392 GK_ATOM(radialGradient, "radialGradient")
1393 GK_ATOM(radius, "radius")
1394 GK_ATOM(reflect, "reflect")
1395 GK_ATOM(refX, "refX")
1396 GK_ATOM(refY, "refY")
1397 GK_ATOM(requiredExtensions, "requiredExtensions")
1398 GK_ATOM(requiredFeatures, "requiredFeatures")
1399 GK_ATOM(rotate, "rotate")
1400 GK_ATOM(rx, "rx")
1401 GK_ATOM(ry, "ry")
1402 GK_ATOM(saturate, "saturate")
1403 GK_ATOM(set, "set")
1404 GK_ATOM(seed, "seed")
1405 GK_ATOM(shadow, "shadow")
1406 GK_ATOM(shape_rendering, "shape-rendering")
1407 GK_ATOM(skewX, "skewX")
1408 GK_ATOM(skewY, "skewY")
1409 GK_ATOM(slope, "slope")
1410 GK_ATOM(spacing, "spacing")
1411 GK_ATOM(spacingAndGlyphs, "spacingAndGlyphs")
1412 GK_ATOM(specularConstant, "specularConstant")
1413 GK_ATOM(specularExponent, "specularExponent")
1414 GK_ATOM(spreadMethod, "spreadMethod")
1415 GK_ATOM(sRGB, "sRGB")
1416 GK_ATOM(startOffset, "startOffset")
1417 GK_ATOM(stdDeviation, "stdDeviation")
1418 GK_ATOM(stitch, "stitch")
1419 GK_ATOM(stitchTiles, "stitchTiles")
1420 GK_ATOM(stop_color, "stop-color")
1421 GK_ATOM(stop_opacity, "stop-opacity")
1422 GK_ATOM(stroke, "stroke")
1423 GK_ATOM(stroke_dasharray, "stroke-dasharray")
1424 GK_ATOM(stroke_dashoffset, "stroke-dashoffset")
1425 GK_ATOM(stroke_linecap, "stroke-linecap")
1426 GK_ATOM(stroke_linejoin, "stroke-linejoin")
1427 GK_ATOM(stroke_miterlimit, "stroke-miterlimit")
1428 GK_ATOM(stroke_opacity, "stroke-opacity")
1429 GK_ATOM(stroke_width, "stroke-width")
1430 GK_ATOM(strokeWidth, "strokeWidth")
1431 GK_ATOM(surfaceScale, "surfaceScale")
1432 GK_ATOM(svg, "svg")
1433 GK_ATOM(svgSwitch, "switch")
1434 GK_ATOM(symbol, "symbol")
1435 GK_ATOM(systemLanguage, "systemLanguage")
1436 GK_ATOM(tableValues, "tableValues")
1437 GK_ATOM(targetX, "targetX")
1438 GK_ATOM(targetY, "targetY")
1439 GK_ATOM(text_anchor, "text-anchor")
1440 GK_ATOM(text_rendering, "text-rendering")
1441 GK_ATOM(textLength, "textLength")
1442 GK_ATOM(textPath, "textPath")
1443 GK_ATOM(tref, "tref")
1444 GK_ATOM(tspan, "tspan")
1445 GK_ATOM(turbulence, "turbulence")
1446 GK_ATOM(unicode_bidi, "unicode-bidi")
1447 GK_ATOM(userSpaceOnUse, "userSpaceOnUse")
1448 GK_ATOM(view, "view")
1449 GK_ATOM(viewBox, "viewBox")
1450 GK_ATOM(viewTarget, "viewTarget")
1451 GK_ATOM(vkern, "vkern")
1452 GK_ATOM(word_spacing, "word-spacing")
1453 GK_ATOM(x, "x")
1454 GK_ATOM(x1, "x1")
1455 GK_ATOM(x2, "x2")
1456 GK_ATOM(xChannelSelector, "xChannelSelector")
1457 GK_ATOM(xor_, "xor")
1458 GK_ATOM(y, "y")
1459 GK_ATOM(y1, "y1")
1460 GK_ATOM(y2, "y2")
1461 GK_ATOM(yChannelSelector, "yChannelSelector")
1462 GK_ATOM(z, "z")
1463 GK_ATOM(zoomAndPan, "zoomAndPan")
1464 GK_ATOM(vector_effect, "vector-effect")
1466 GK_ATOM(accumulate, "accumulate")
1467 GK_ATOM(additive, "additive")
1468 GK_ATOM(attributeName, "attributeName")
1469 GK_ATOM(attributeType, "attributeType")
1470 GK_ATOM(auto_reverse, "auto-reverse")
1471 GK_ATOM(begin, "begin")
1472 GK_ATOM(beginEvent, "beginEvent")
1473 GK_ATOM(by, "by")
1474 GK_ATOM(calcMode, "calcMode")
1475 GK_ATOM(css, "CSS")
1476 GK_ATOM(dur, "dur")
1477 GK_ATOM(keyPoints, "keyPoints")
1478 GK_ATOM(keySplines, "keySplines")
1479 GK_ATOM(keyTimes, "keyTimes")
1480 GK_ATOM(mozAnimateMotionDummyAttr, "_mozAnimateMotionDummyAttr")
1481 GK_ATOM(onbegin, "onbegin")
1482 GK_ATOM(onbeginEvent, "onbeginEvent")
1483 GK_ATOM(onend, "onend")
1484 GK_ATOM(onendEvent, "onendEvent")
1485 GK_ATOM(onrepeat, "onrepeat")
1486 GK_ATOM(onrepeatEvent, "onrepeatEvent")
1487 GK_ATOM(repeatCount, "repeatCount")
1488 GK_ATOM(repeatDur, "repeatDur")
1489 GK_ATOM(repeatEvent, "repeatEvent")
1490 GK_ATOM(restart, "restart")
1491 GK_ATOM(to, "to")
1492 GK_ATOM(XML, "XML")
1494 GK_ATOM(abs_, "abs")
1495 GK_ATOM(accent_, "accent")
1496 GK_ATOM(accentunder_, "accentunder")
1497 GK_ATOM(actiontype_, "actiontype")
1498 GK_ATOM(alignmentscope_, "alignmentscope")
1499 GK_ATOM(altimg_, "altimg")
1500 GK_ATOM(altimg_height_, "altimg-height")
1501 GK_ATOM(altimg_valign_, "altimg-valign")
1502 GK_ATOM(altimg_width_, "altimg-width")
1503 GK_ATOM(annotation_, "annotation")
1504 GK_ATOM(annotation_xml_, "annotation-xml")
1505 GK_ATOM(apply_, "apply")
1506 GK_ATOM(approx_, "approx")
1507 GK_ATOM(arccos_, "arccos")
1508 GK_ATOM(arccosh_, "arccosh")
1509 GK_ATOM(arccot_, "arccot")
1510 GK_ATOM(arccoth_, "arccoth")
1511 GK_ATOM(arccsc_, "arccsc")
1512 GK_ATOM(arccsch_, "arccsch")
1513 GK_ATOM(arcsec_, "arcsec")
1514 GK_ATOM(arcsech_, "arcsech")
1515 GK_ATOM(arcsin_, "arcsin")
1516 GK_ATOM(arcsinh_, "arcsinh")
1517 GK_ATOM(arctan_, "arctan")
1518 GK_ATOM(arctanh_, "arctanh")
1519 GK_ATOM(arg_, "arg")
1520 GK_ATOM(bevelled_, "bevelled")
1521 GK_ATOM(bind_, "bind")
1522 GK_ATOM(bvar_, "bvar")
1523 GK_ATOM(card_, "card")
1524 GK_ATOM(cartesianproduct_, "cartesianproduct")
1525 GK_ATOM(cbytes_, "cbytes")
1526 GK_ATOM(cd_, "cd")
1527 GK_ATOM(cdgroup_, "cdgroup")
1528 GK_ATOM(cerror_, "cerror")
1529 GK_ATOM(charalign_, "charalign")
1530 GK_ATOM(ci_, "ci")
1531 GK_ATOM(closure_, "closure")
1532 GK_ATOM(cn_, "cn")
1533 GK_ATOM(codomain_, "codomain")
1534 GK_ATOM(columnalign_, "columnalign")
1535 GK_ATOM(columnalignment_, "columnalignment")
1536 GK_ATOM(columnlines_, "columnlines")
1537 GK_ATOM(columnspacing_, "columnspacing")
1538 GK_ATOM(columnspan_, "columnspan")
1539 GK_ATOM(columnwidth_, "columnwidth")
1540 GK_ATOM(complexes_, "complexes")
1541 GK_ATOM(compose_, "compose")
1542 GK_ATOM(condition_, "condition")
1543 GK_ATOM(conjugate_, "conjugate")
1544 GK_ATOM(cos_, "cos")
1545 GK_ATOM(cosh_, "cosh")
1546 GK_ATOM(cot_, "cot")
1547 GK_ATOM(coth_, "coth")
1548 GK_ATOM(crossout_, "crossout")
1549 GK_ATOM(csc_, "csc")
1550 GK_ATOM(csch_, "csch")
1551 GK_ATOM(cs_, "cs")
1552 GK_ATOM(csymbol_, "csymbol")
1553 GK_ATOM(curl_, "curl")
1554 GK_ATOM(decimalpoint_, "decimalpoint")
1555 GK_ATOM(definitionURL_, "definitionURL")
1556 GK_ATOM(degree_, "degree")
1557 GK_ATOM(denomalign_, "denomalign")
1558 GK_ATOM(depth_, "depth")
1559 GK_ATOM(determinant_, "determinant")
1560 GK_ATOM(diff_, "diff")
1561 GK_ATOM(displaystyle_, "displaystyle")
1562 GK_ATOM(divergence_, "divergence")
1563 GK_ATOM(divide_, "divide")
1564 GK_ATOM(domain_, "domain")
1565 GK_ATOM(domainofapplication_, "domainofapplication")
1566 GK_ATOM(edge_, "edge")
1567 GK_ATOM(el_, "el")
1568 GK_ATOM(emptyset_, "emptyset")
1569 GK_ATOM(eq_, "eq")
1570 GK_ATOM(equalcolumns_, "equalcolumns")
1571 GK_ATOM(equalrows_, "equalrows")
1572 GK_ATOM(equivalent_, "equivalent")
1573 GK_ATOM(eulergamma_, "eulergamma")
1574 GK_ATOM(exists_, "exists")
1575 GK_ATOM(exp_, "exp")
1576 GK_ATOM(exponentiale_, "exponentiale")
1577 GK_ATOM(factorial_, "factorial")
1578 GK_ATOM(factorof_, "factorof")
1579 GK_ATOM(fence_, "fence")
1580 GK_ATOM(fn_, "fn")
1581 GK_ATOM(fontfamily_, "fontfamily")
1582 GK_ATOM(fontsize_, "fontsize")
1583 GK_ATOM(fontstyle_, "fontstyle")
1584 GK_ATOM(fontweight_, "fontweight")
1585 GK_ATOM(forall_, "forall")
1586 GK_ATOM(framespacing_, "framespacing")
1587 GK_ATOM(gcd_, "gcd")
1588 GK_ATOM(geq_, "geq")
1589 GK_ATOM(groupalign_, "groupalign")
1590 GK_ATOM(gt_, "gt")
1591 GK_ATOM(ident_, "ident")
1592 GK_ATOM(imaginaryi_, "imaginaryi")
1593 GK_ATOM(imaginary_, "imaginary")
1594 GK_ATOM(implies_, "implies")
1595 GK_ATOM(indentalignfirst_, "indentalignfirst")
1596 GK_ATOM(indentalign_, "indentalign")
1597 GK_ATOM(indentalignlast_, "indentalignlast")
1598 GK_ATOM(indentshiftfirst_, "indentshiftfirst")
1599 GK_ATOM(indentshift_, "indentshift")
1600 GK_ATOM(indenttarget_, "indenttarget")
1601 GK_ATOM(integers_, "integers")
1602 GK_ATOM(intersect_, "intersect")
1603 GK_ATOM(interval_, "interval")
1604 GK_ATOM(int_, "int")
1605 GK_ATOM(inverse_, "inverse")
1606 GK_ATOM(lambda_, "lambda")
1607 GK_ATOM(laplacian_, "laplacian")
1608 GK_ATOM(largeop_, "largeop")
1609 GK_ATOM(lcm_, "lcm")
1610 GK_ATOM(leq_, "leq")
1611 GK_ATOM(limit_, "limit")
1612 GK_ATOM(linebreak_, "linebreak")
1613 GK_ATOM(linebreakmultchar_, "linebreakmultchar")
1614 GK_ATOM(linebreakstyle_, "linebreakstyle")
1615 GK_ATOM(linethickness_, "linethickness")
1616 GK_ATOM(list_, "list")
1617 GK_ATOM(ln_, "ln")
1618 GK_ATOM(location_, "location")
1619 GK_ATOM(logbase_, "logbase")
1620 GK_ATOM(log_, "log")
1621 GK_ATOM(longdivstyle_, "longdivstyle")
1622 GK_ATOM(lowlimit_, "lowlimit")
1623 GK_ATOM(lquote_, "lquote")
1624 GK_ATOM(lspace_, "lspace")
1625 GK_ATOM(lt_, "lt")
1626 GK_ATOM(maction_, "maction")
1627 GK_ATOM(maligngroup_, "maligngroup")
1628 GK_ATOM(malignmark_, "malignmark")
1629 GK_ATOM(mathbackground_, "mathbackground")
1630 GK_ATOM(mathcolor_, "mathcolor")
1631 GK_ATOM(mathsize_, "mathsize")
1632 GK_ATOM(mathvariant_, "mathvariant")
1633 GK_ATOM(matrixrow_, "matrixrow")
1634 GK_ATOM(maxsize_, "maxsize")
1635 GK_ATOM(mean_, "mean")
1636 GK_ATOM(median_, "median")
1637 GK_ATOM(menclose_, "menclose")
1638 GK_ATOM(merror_, "merror")
1639 GK_ATOM(mfenced_, "mfenced")
1640 GK_ATOM(mfrac_, "mfrac")
1641 GK_ATOM(mglyph_, "mglyph")
1642 GK_ATOM(mi_, "mi")
1643 GK_ATOM(minlabelspacing_, "minlabelspacing")
1644 GK_ATOM(minsize_, "minsize")
1645 GK_ATOM(minus_, "minus")
1646 GK_ATOM(mlabeledtr_, "mlabeledtr")
1647 GK_ATOM(mlongdiv_, "mlongdiv")
1648 GK_ATOM(mmultiscripts_, "mmultiscripts")
1649 GK_ATOM(mn_, "mn")
1650 GK_ATOM(momentabout_, "momentabout")
1651 GK_ATOM(moment_, "moment")
1652 GK_ATOM(mo_, "mo")
1653 GK_ATOM(movablelimits_, "movablelimits")
1654 GK_ATOM(mover_, "mover")
1655 GK_ATOM(mpadded_, "mpadded")
1656 GK_ATOM(mphantom_, "mphantom")
1657 GK_ATOM(mprescripts_, "mprescripts")
1658 GK_ATOM(mroot_, "mroot")
1659 GK_ATOM(mrow_, "mrow")
1660 GK_ATOM(mscarries_, "mscarries")
1661 GK_ATOM(mscarry_, "mscarry")
1662 GK_ATOM(msgroup_, "msgroup")
1663 GK_ATOM(msline_, "msline")
1664 GK_ATOM(ms_, "ms")
1665 GK_ATOM(mspace_, "mspace")
1666 GK_ATOM(msqrt_, "msqrt")
1667 GK_ATOM(msrow_, "msrow")
1668 GK_ATOM(mstack_, "mstack")
1669 GK_ATOM(mstyle_, "mstyle")
1670 GK_ATOM(msub_, "msub")
1671 GK_ATOM(msubsup_, "msubsup")
1672 GK_ATOM(msup_, "msup")
1673 GK_ATOM(mtable_, "mtable")
1674 GK_ATOM(mtd_, "mtd")
1675 GK_ATOM(mtext_, "mtext")
1676 GK_ATOM(mtr_, "mtr")
1677 GK_ATOM(munder_, "munder")
1678 GK_ATOM(munderover_, "munderover")
1679 GK_ATOM(naturalnumbers_, "naturalnumbers")
1680 GK_ATOM(neq_, "neq")
1681 GK_ATOM(notanumber_, "notanumber")
1682 GK_ATOM(notation_, "notation")
1683 GK_ATOM(note_, "note")
1684 GK_ATOM(notin_, "notin")
1685 GK_ATOM(notprsubset_, "notprsubset")
1686 GK_ATOM(notsubset_, "notsubset")
1687 GK_ATOM(numalign_, "numalign")
1688 GK_ATOM(other_, "other")
1689 GK_ATOM(outerproduct_, "outerproduct")
1690 GK_ATOM(partialdiff_, "partialdiff")
1691 GK_ATOM(piece_, "piece")
1692 GK_ATOM(piecewise_, "piecewise")
1693 GK_ATOM(pi_, "pi")
1694 GK_ATOM(plus_, "plus")
1695 GK_ATOM(power_, "power")
1696 GK_ATOM(primes_, "primes")
1697 GK_ATOM(product_, "product")
1698 GK_ATOM(prsubset_, "prsubset")
1699 GK_ATOM(quotient_, "quotient")
1700 GK_ATOM(rationals_, "rationals")
1701 GK_ATOM(real_, "real")
1702 GK_ATOM(reals_, "reals")
1703 GK_ATOM(reln_, "reln")
1704 GK_ATOM(root_, "root")
1705 GK_ATOM(rowalign_, "rowalign")
1706 GK_ATOM(rowlines_, "rowlines")
1707 GK_ATOM(rowspacing_, "rowspacing")
1708 GK_ATOM(rquote_, "rquote")
1709 GK_ATOM(rspace_, "rspace")
1710 GK_ATOM(scalarproduct_, "scalarproduct")
1711 GK_ATOM(schemaLocation_, "schemaLocation")
1712 GK_ATOM(scriptlevel_, "scriptlevel")
1713 GK_ATOM(scriptminsize_, "scriptminsize")
1714 GK_ATOM(scriptsizemultiplier_, "scriptsizemultiplier")
1715 GK_ATOM(scriptsize_, "scriptsize")
1716 GK_ATOM(sdev_, "sdev")
1717 GK_ATOM(sech_, "sech")
1718 GK_ATOM(sec_, "sec")
1719 GK_ATOM(selection_, "selection")
1720 GK_ATOM(selector_, "selector")
1721 GK_ATOM(semantics_, "semantics")
1722 GK_ATOM(separator_, "separator")
1723 GK_ATOM(separators_, "separators")
1724 GK_ATOM(sep_, "sep")
1725 GK_ATOM(setdiff_, "setdiff")
1726 GK_ATOM(set_, "set")
1727 GK_ATOM(share_, "share")
1728 GK_ATOM(shift_, "shift")
1729 GK_ATOM(side_, "side")
1730 GK_ATOM(sinh_, "sinh")
1731 GK_ATOM(sin_, "sin")
1732 GK_ATOM(stackalign_, "stackalign")
1733 GK_ATOM(stretchy_, "stretchy")
1734 GK_ATOM(subscriptshift_, "subscriptshift")
1735 GK_ATOM(subset_, "subset")
1736 GK_ATOM(superscriptshift_, "superscriptshift")
1737 GK_ATOM(symmetric_, "symmetric")
1738 GK_ATOM(tanh_, "tanh")
1739 GK_ATOM(tan_, "tan")
1740 GK_ATOM(tendsto_, "tendsto")
1741 GK_ATOM(times_, "times")
1742 GK_ATOM(transpose_, "transpose")
1743 GK_ATOM(union_, "union")
1744 GK_ATOM(uplimit_, "uplimit")
1745 GK_ATOM(variance_, "variance")
1746 GK_ATOM(vectorproduct_, "vectorproduct")
1747 GK_ATOM(vector_, "vector")
1748 GK_ATOM(voffset_, "voffset")
1749 GK_ATOM(xref_, "xref")
1750 GK_ATOM(math, "math") // the only one without an underscore
1751 GK_ATOM(avg, "avg")
1752 GK_ATOM(booleanFromString, "boolean-from-string")
1753 GK_ATOM(countNonEmpty, "count-non-empty")
1754 GK_ATOM(daysFromDate, "days-from-date")
1755 GK_ATOM(init, "init")
1756 GK_ATOM(instance, "instance")
1757 GK_ATOM(months, "months")
1758 GK_ATOM(now, "now")
1759 GK_ATOM(seconds, "seconds")
1760 GK_ATOM(secondsFromDateTime, "seconds-from-dateTime")
1762 // Simple gestures support
1763 GK_ATOM(onMozSwipeGestureStart, "onMozSwipeGestureStart")
1764 GK_ATOM(onMozSwipeGestureUpdate, "onMozSwipeGestureUpdate")
1765 GK_ATOM(onMozSwipeGestureEnd, "onMozSwipeGestureEnd")
1766 GK_ATOM(onMozSwipeGesture, "onMozSwipeGesture")
1767 GK_ATOM(onMozMagnifyGestureStart, "onMozMagnifyGestureStart")
1768 GK_ATOM(onMozMagnifyGestureUpdate, "onMozMagnifyGestureUpdate")
1769 GK_ATOM(onMozMagnifyGesture, "onMozMagnifyGesture")
1770 GK_ATOM(onMozRotateGestureStart, "onMozRotateGestureStart")
1771 GK_ATOM(onMozRotateGestureUpdate, "onMozRotateGestureUpdate")
1772 GK_ATOM(onMozRotateGesture, "onMozRotateGesture")
1773 GK_ATOM(onMozTapGesture, "onMozTapGesture")
1774 GK_ATOM(onMozPressTapGesture, "onMozPressTapGesture")
1775 GK_ATOM(onMozEdgeUIStarted, "onMozEdgeUIStarted")
1776 GK_ATOM(onMozEdgeUICanceled, "onMozEdgeUICanceled")
1777 GK_ATOM(onMozEdgeUICompleted, "onMozEdgeUICompleted")
1779 // Pointer events
1780 GK_ATOM(onpointerdown, "onpointerdown")
1781 GK_ATOM(onpointermove, "onpointermove")
1782 GK_ATOM(onpointerup, "onpointerup")
1783 GK_ATOM(onpointercancel, "onpointercancel")
1784 GK_ATOM(onpointerover, "onpointerover")
1785 GK_ATOM(onpointerout, "onpointerout")
1786 GK_ATOM(onpointerenter, "onpointerenter")
1787 GK_ATOM(onpointerleave, "onpointerleave")
1788 GK_ATOM(ongotpointercapture, "ongotpointercapture")
1789 GK_ATOM(onlostpointercapture, "onlostpointercapture")
1791 // orientation support
1792 GK_ATOM(ondevicemotion, "ondevicemotion")
1793 GK_ATOM(ondeviceorientation, "ondeviceorientation")
1794 GK_ATOM(ondeviceproximity, "ondeviceproximity")
1795 GK_ATOM(onmozorientationchange, "onmozorientationchange")
1796 GK_ATOM(onuserproximity, "onuserproximity")
1798 // light sensor support
1799 GK_ATOM(ondevicelight, "ondevicelight")
1801 //---------------------------------------------------------------------------
1802 // Special atoms
1803 //---------------------------------------------------------------------------
1805 // Node types
1806 GK_ATOM(cdataTagName, "#cdata-section")
1807 GK_ATOM(commentTagName, "#comment")
1808 GK_ATOM(documentNodeName, "#document")
1809 GK_ATOM(documentFragmentNodeName, "#document-fragment")
1810 GK_ATOM(documentTypeNodeName, "#document-type")
1811 GK_ATOM(processingInstructionTagName, "#processing-instruction")
1812 GK_ATOM(textTagName, "#text")
1814 // Frame types
1815 GK_ATOM(bcTableCellFrame, "BCTableCellFrame") // table cell in border collapsing model
1816 GK_ATOM(blockFrame, "BlockFrame")
1817 GK_ATOM(boxFrame, "BoxFrame")
1818 GK_ATOM(brFrame, "BRFrame")
1819 GK_ATOM(bulletFrame, "BulletFrame")
1820 GK_ATOM(colorControlFrame, "colorControlFrame")
1821 GK_ATOM(columnSetFrame, "ColumnSetFrame")
1822 GK_ATOM(comboboxControlFrame, "ComboboxControlFrame")
1823 GK_ATOM(comboboxDisplayFrame, "ComboboxDisplayFrame")
1824 GK_ATOM(deckFrame, "DeckFrame")
1825 GK_ATOM(fieldSetFrame, "FieldSetFrame")
1826 GK_ATOM(flexContainerFrame, "FlexContainerFrame")
1827 GK_ATOM(formControlFrame, "FormControlFrame") // radio or checkbox
1828 GK_ATOM(frameSetFrame, "FrameSetFrame")
1829 GK_ATOM(gfxButtonControlFrame, "gfxButtonControlFrame")
1830 GK_ATOM(gridContainerFrame, "GridContainerFrame")
1831 GK_ATOM(HTMLButtonControlFrame, "HTMLButtonControlFrame")
1832 GK_ATOM(HTMLCanvasFrame, "HTMLCanvasFrame")
1833 GK_ATOM(subDocumentFrame, "subDocumentFrame")
1834 GK_ATOM(imageBoxFrame, "ImageBoxFrame")
1835 GK_ATOM(imageFrame, "ImageFrame")
1836 GK_ATOM(imageControlFrame, "ImageControlFrame")
1837 GK_ATOM(inlineFrame, "InlineFrame")
1838 GK_ATOM(leafBoxFrame, "LeafBoxFrame")
1839 GK_ATOM(legendFrame, "LegendFrame")
1840 GK_ATOM(letterFrame, "LetterFrame")
1841 GK_ATOM(lineFrame, "LineFrame")
1842 GK_ATOM(listControlFrame,"ListControlFrame")
1843 GK_ATOM(menuFrame,"MenuFrame")
1844 GK_ATOM(menuPopupFrame,"MenuPopupFrame")
1845 GK_ATOM(numberControlFrame, "NumberControlFrame")
1846 GK_ATOM(objectFrame, "ObjectFrame")
1847 GK_ATOM(pageFrame, "PageFrame")
1848 GK_ATOM(pageBreakFrame, "PageBreakFrame")
1849 GK_ATOM(pageContentFrame, "PageContentFrame")
1850 GK_ATOM(placeholderFrame, "PlaceholderFrame")
1851 GK_ATOM(popupSetFrame, "PopupSetFrame")
1852 GK_ATOM(canvasFrame, "CanvasFrame")
1853 GK_ATOM(rangeFrame, "RangeFrame")
1854 GK_ATOM(rootFrame, "RootFrame")
1855 GK_ATOM(scrollFrame, "ScrollFrame")
1856 GK_ATOM(scrollbarFrame, "ScrollbarFrame")
1857 GK_ATOM(sequenceFrame, "SequenceFrame")
1858 GK_ATOM(sliderFrame, "sliderFrame")
1859 GK_ATOM(tableCaptionFrame, "TableCaptionFrame")
1860 GK_ATOM(tableCellFrame, "TableCellFrame")
1861 GK_ATOM(tableColFrame, "TableColFrame")
1862 GK_ATOM(tableColGroupFrame, "TableColGroupFrame")
1863 GK_ATOM(tableFrame, "TableFrame")
1864 GK_ATOM(tableOuterFrame, "TableOuterFrame")
1865 GK_ATOM(tableRowGroupFrame, "TableRowGroupFrame")
1866 GK_ATOM(tableRowFrame, "TableRowFrame")
1867 GK_ATOM(textInputFrame,"TextInputFrame")
1868 GK_ATOM(textFrame, "TextFrame")
1869 GK_ATOM(viewportFrame, "ViewportFrame")
1870 #ifdef MOZ_XUL
1871 GK_ATOM(XULLabelFrame, "XULLabelFrame")
1872 #endif
1873 GK_ATOM(svgAFrame, "SVGAFrame")
1874 GK_ATOM(svgClipPathFrame, "SVGClipPathFrame")
1875 GK_ATOM(svgDefsFrame, "SVGDefsFrame")
1876 GK_ATOM(svgFEContainerFrame, "SVGFEContainerFrame")
1877 GK_ATOM(svgFEImageFrame, "SVGFEImageFrame")
1878 GK_ATOM(svgFELeafFrame, "SVGFELeafFrame")
1879 GK_ATOM(svgFEUnstyledLeafFrame, "SVGFEUnstyledLeafFrame")
1880 GK_ATOM(svgFilterFrame, "SVGFilterFrame")
1881 GK_ATOM(svgForeignObjectFrame, "SVGForeignObjectFrame")
1882 GK_ATOM(svgGenericContainerFrame, "SVGGenericContainerFrame")
1883 GK_ATOM(svgGFrame, "SVGGFrame")
1884 GK_ATOM(svgGradientFrame, "SVGGradientFrame")
1885 GK_ATOM(svgImageFrame, "SVGImageFrame")
1886 GK_ATOM(svgInnerSVGFrame, "SVGInnerSVGFrame")
1887 GK_ATOM(svgLinearGradientFrame, "SVGLinearGradientFrame")
1888 GK_ATOM(svgMarkerFrame, "SVGMarkerFrame")
1889 GK_ATOM(svgMarkerAnonChildFrame, "SVGMarkerAnonChildFrame")
1890 GK_ATOM(svgMaskFrame, "SVGMaskFrame")
1891 GK_ATOM(svgOuterSVGFrame, "SVGOuterSVGFrame")
1892 GK_ATOM(svgOuterSVGAnonChildFrame, "SVGOuterSVGAnonChildFrame")
1893 GK_ATOM(svgPathGeometryFrame, "SVGPathGeometryFrame")
1894 GK_ATOM(svgPatternFrame, "SVGPatternFrame")
1895 GK_ATOM(svgRadialGradientFrame, "SVGRadialGradientFrame")
1896 GK_ATOM(svgStopFrame, "SVGStopFrame")
1897 GK_ATOM(svgSwitchFrame, "SVGSwitchFrame")
1898 GK_ATOM(svgTextFrame, "SVGTextFrame")
1899 GK_ATOM(svgUseFrame, "SVGUseFrame")
1900 GK_ATOM(svgViewFrame, "SVGViewFrame")
1901 GK_ATOM(HTMLVideoFrame, "VideoFrame")
1902 GK_ATOM(onloadend, "onloadend")
1903 GK_ATOM(onloadstart, "onloadstart")
1904 GK_ATOM(onprogress, "onprogress")
1905 GK_ATOM(onsuspend, "onsuspend")
1906 GK_ATOM(onemptied, "onemptied")
1907 GK_ATOM(onstalled, "onstalled")
1908 GK_ATOM(onplay, "onplay")
1909 GK_ATOM(onpause, "onpause")
1910 GK_ATOM(onloadedmetadata, "onloadedmetadata")
1911 GK_ATOM(onloadeddata, "onloadeddata")
1912 GK_ATOM(onwaiting, "onwaiting")
1913 GK_ATOM(onplaying, "onplaying")
1914 GK_ATOM(oncanplay, "oncanplay")
1915 GK_ATOM(oncanplaythrough, "oncanplaythrough")
1916 GK_ATOM(onseeking, "onseeking")
1917 GK_ATOM(onseeked, "onseeked")
1918 GK_ATOM(ontimeout, "ontimeout")
1919 GK_ATOM(ontimeupdate, "ontimeupdate")
1920 GK_ATOM(onended, "onended")
1921 GK_ATOM(onratechange, "onratechange")
1922 GK_ATOM(ondurationchange, "ondurationchange")
1923 GK_ATOM(onvolumechange, "onvolumechange")
1924 GK_ATOM(onaddtrack, "onaddtrack")
1925 GK_ATOM(oncuechange, "oncuechange")
1926 GK_ATOM(onenter, "onenter")
1927 GK_ATOM(onexit, "onexit")
1928 GK_ATOM(onremovetrack, "onremovetrack")
1929 GK_ATOM(loadstart, "loadstart")
1930 GK_ATOM(suspend, "suspend")
1931 GK_ATOM(emptied, "emptied")
1932 GK_ATOM(stalled, "stalled")
1933 GK_ATOM(play, "play")
1934 GK_ATOM(pause, "pause")
1935 GK_ATOM(loadedmetadata, "loadedmetadata")
1936 GK_ATOM(loadeddata, "loadeddata")
1937 GK_ATOM(waiting, "waiting")
1938 GK_ATOM(playing, "playing")
1939 GK_ATOM(seeking, "seeking")
1940 GK_ATOM(seeked, "seeked")
1941 GK_ATOM(timeupdate, "timeupdate")
1942 GK_ATOM(ended, "ended")
1943 GK_ATOM(canplay, "canplay")
1944 GK_ATOM(canplaythrough, "canplaythrough")
1945 GK_ATOM(ratechange, "ratechange")
1946 GK_ATOM(durationchange, "durationchange")
1947 GK_ATOM(volumechange, "volumechange")
1948 GK_ATOM(ondataavailable, "ondataavailable")
1949 GK_ATOM(onwarning, "onwarning")
1950 GK_ATOM(onstop, "onstop")
1951 #ifdef MOZ_GAMEPAD
1952 GK_ATOM(ongamepadbuttondown, "ongamepadbuttondown")
1953 GK_ATOM(ongamepadbuttonup, "ongamepadbuttonup")
1954 GK_ATOM(ongamepadaxismove, "ongamepadaxismove")
1955 GK_ATOM(ongamepadconnected, "ongamepadconnected")
1956 GK_ATOM(ongamepaddisconnected, "ongamepaddisconnected")
1957 #endif
1959 // Content property names
1960 GK_ATOM(animationsProperty, "AnimationsProperty") // FrameAnimations*
1961 GK_ATOM(animationsOfBeforeProperty, "AnimationsOfBeforeProperty") // FrameAnimations*
1962 GK_ATOM(animationsOfAfterProperty, "AnimationsOfAfterProperty") // FrameAnimations*
1963 GK_ATOM(transitionsProperty, "TransitionsProperty") // FrameTransitions*
1964 GK_ATOM(transitionsOfBeforeProperty, "TransitionsOfBeforeProperty") // FrameTransitions*
1965 GK_ATOM(transitionsOfAfterProperty, "TransitionsOfAfterProperty") // FrameTransitions*
1966 GK_ATOM(genConInitializerProperty, "QuoteNodeProperty")
1967 GK_ATOM(labelMouseDownPtProperty, "LabelMouseDownPtProperty")
1968 GK_ATOM(baseURIProperty, "baseURIProperty")
1969 GK_ATOM(lockedStyleStates, "lockedStyleStates")
1970 GK_ATOM(apzCallbackTransform, "apzCallbackTransform")
1972 // Languages for lang-specific transforms
1973 GK_ATOM(Japanese, "ja")
1974 GK_ATOM(Chinese, "zh-CN")
1975 GK_ATOM(Taiwanese, "zh-TW")
1976 GK_ATOM(HongKongChinese, "zh-HK")
1977 GK_ATOM(Unicode, "x-unicode")
1979 // language codes specifically referenced in the gfx code
1980 GK_ATOM(ko, "ko")
1981 GK_ATOM(zh_cn, "zh-cn")
1982 GK_ATOM(zh_hk, "zh-hk")
1983 GK_ATOM(zh_tw, "zh-tw")
1985 // additional codes used in nsUnicodeRange.cpp
1986 GK_ATOM(x_cyrillic, "x-cyrillic")
1987 GK_ATOM(he, "he")
1988 GK_ATOM(ar, "ar")
1989 GK_ATOM(x_baltic, "x-baltic")
1990 GK_ATOM(x_devanagari, "x-devanagari")
1991 GK_ATOM(x_tamil, "x-tamil")
1992 GK_ATOM(x_armn, "x-armn")
1993 GK_ATOM(x_beng, "x-beng")
1994 GK_ATOM(x_cans, "x-cans")
1995 GK_ATOM(x_ethi, "x-ethi")
1996 GK_ATOM(x_geor, "x-geor")
1997 GK_ATOM(x_gujr, "x-gujr")
1998 GK_ATOM(x_guru, "x-guru")
1999 GK_ATOM(x_khmr, "x-khmr")
2000 GK_ATOM(x_knda, "x-knda")
2001 GK_ATOM(x_mlym, "x-mlym")
2002 GK_ATOM(x_orya, "x-orya")
2003 GK_ATOM(x_sinh, "x-sinh")
2004 GK_ATOM(x_telu, "x-telu")
2005 GK_ATOM(x_tibt, "x-tibt")
2007 // used in gfxGDIFontList.h
2008 GK_ATOM(ko_xxx, "ko-xxx")
2009 GK_ATOM(x_central_euro, "x-central-euro")
2010 GK_ATOM(x_symbol, "x-symbol")
2012 // additional languages that have special case transformations
2013 GK_ATOM(az, "az")
2014 GK_ATOM(ba, "ba")
2015 GK_ATOM(crh, "crh")
2016 GK_ATOM(nl, "nl")
2017 GK_ATOM(el, "el")
2019 // Names for editor transactions
2020 GK_ATOM(TypingTxnName, "Typing")
2021 GK_ATOM(IMETxnName, "IME")
2022 GK_ATOM(DeleteTxnName, "Deleting")
2024 // IPC stuff
2025 GK_ATOM(Remote, "remote")
2026 GK_ATOM(RemoteId, "_remote_id")
2027 GK_ATOM(DisplayPort, "_displayport")
2028 GK_ATOM(DisplayPortMargins, "_displayportmargins")
2029 GK_ATOM(DisplayPortBase, "_displayportbase")
2030 GK_ATOM(CriticalDisplayPort, "_critical_displayport")
2032 // Names for system metrics
2033 GK_ATOM(color_picker_available, "color-picker-available")
2034 GK_ATOM(scrollbar_start_backward, "scrollbar-start-backward")
2035 GK_ATOM(scrollbar_start_forward, "scrollbar-start-forward")
2036 GK_ATOM(scrollbar_end_backward, "scrollbar-end-backward")
2037 GK_ATOM(scrollbar_end_forward, "scrollbar-end-forward")
2038 GK_ATOM(scrollbar_thumb_proportional, "scrollbar-thumb-proportional")
2039 GK_ATOM(images_in_menus, "images-in-menus")
2040 GK_ATOM(images_in_buttons, "images-in-buttons")
2041 GK_ATOM(overlay_scrollbars, "overlay-scrollbars")
2042 GK_ATOM(windows_default_theme, "windows-default-theme")
2043 GK_ATOM(mac_graphite_theme, "mac-graphite-theme")
2044 GK_ATOM(mac_lion_theme, "mac-lion-theme")
2045 GK_ATOM(windows_compositor, "windows-compositor")
2046 GK_ATOM(windows_glass, "windows-glass")
2047 GK_ATOM(touch_enabled, "touch-enabled")
2048 GK_ATOM(menubar_drag, "menubar-drag")
2049 GK_ATOM(swipe_animation_enabled, "swipe-animation-enabled")
2050 GK_ATOM(physical_home_button, "physical-home-button")
2052 // windows theme selector metrics
2053 GK_ATOM(windows_classic, "windows-classic")
2054 GK_ATOM(windows_theme_aero, "windows-theme-aero")
2055 GK_ATOM(windows_theme_aero_lite, "windows-theme-aero-lite")
2056 GK_ATOM(windows_theme_luna_blue, "windows-theme-luna-blue")
2057 GK_ATOM(windows_theme_luna_olive, "windows-theme-luna-olive")
2058 GK_ATOM(windows_theme_luna_silver, "windows-theme-luna-silver")
2059 GK_ATOM(windows_theme_royale, "windows-theme-royale")
2060 GK_ATOM(windows_theme_zune, "windows-theme-zune")
2061 GK_ATOM(windows_theme_generic, "windows-theme-generic")
2063 // And the same again, as media query keywords.
2064 GK_ATOM(_moz_color_picker_available, "-moz-color-picker-available")
2065 GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward")
2066 GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward")
2067 GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward")
2068 GK_ATOM(_moz_scrollbar_end_forward, "-moz-scrollbar-end-forward")
2069 GK_ATOM(_moz_scrollbar_thumb_proportional, "-moz-scrollbar-thumb-proportional")
2070 GK_ATOM(_moz_images_in_menus, "-moz-images-in-menus")
2071 GK_ATOM(_moz_images_in_buttons, "-moz-images-in-buttons")
2072 GK_ATOM(_moz_overlay_scrollbars, "-moz-overlay-scrollbars")
2073 GK_ATOM(_moz_windows_default_theme, "-moz-windows-default-theme")
2074 GK_ATOM(_moz_mac_graphite_theme, "-moz-mac-graphite-theme")
2075 GK_ATOM(_moz_mac_lion_theme, "-moz-mac-lion-theme")
2076 GK_ATOM(_moz_windows_compositor, "-moz-windows-compositor")
2077 GK_ATOM(_moz_windows_classic, "-moz-windows-classic")
2078 GK_ATOM(_moz_windows_glass, "-moz-windows-glass")
2079 GK_ATOM(_moz_windows_theme, "-moz-windows-theme")
2080 GK_ATOM(_moz_os_version, "-moz-os-version")
2081 GK_ATOM(_moz_touch_enabled, "-moz-touch-enabled")
2082 GK_ATOM(_moz_menubar_drag, "-moz-menubar-drag")
2083 GK_ATOM(_moz_device_pixel_ratio, "-moz-device-pixel-ratio")
2084 GK_ATOM(_moz_device_orientation, "-moz-device-orientation")
2085 GK_ATOM(_moz_is_resource_document, "-moz-is-resource-document")
2086 GK_ATOM(_moz_swipe_animation_enabled, "-moz-swipe-animation-enabled")
2087 GK_ATOM(_moz_physical_home_button, "-moz-physical-home-button")
2089 // application commands
2090 GK_ATOM(Back, "Back")
2091 GK_ATOM(Forward, "Forward")
2092 GK_ATOM(Reload, "Reload")
2093 GK_ATOM(Stop, "Stop")
2094 GK_ATOM(Search, "Search")
2095 GK_ATOM(Bookmarks, "Bookmarks")
2096 GK_ATOM(Home, "Home")
2097 GK_ATOM(Clear, "Clear")
2098 GK_ATOM(VolumeUp, "VolumeUp")
2099 GK_ATOM(VolumeDown, "VolumeDown")
2100 GK_ATOM(Menu, "Menu")
2101 GK_ATOM(New, "New")
2102 GK_ATOM(Open, "Open")
2103 GK_ATOM(Close, "Close")
2104 GK_ATOM(Save, "Save")
2105 GK_ATOM(Find, "Find")
2106 GK_ATOM(Help, "Help")
2107 GK_ATOM(Print, "Print")
2108 GK_ATOM(SendMail, "SendMail")
2109 GK_ATOM(ForwardMail, "ForwardMail")
2110 GK_ATOM(ReplyToMail, "ReplyToMail")
2112 // Smooth scroll events origins
2113 GK_ATOM(mouseWheel, "mouseWheel") // For discrete wheel events (e.g. not OSX magic mouse)
2114 GK_ATOM(pixels, "pixels")
2115 GK_ATOM(lines, "lines")
2116 GK_ATOM(pages, "pages")
2117 GK_ATOM(scrollbars, "scrollbars")
2118 GK_ATOM(other, "other")
2120 #ifdef ACCESSIBILITY
2121 GK_ATOM(alert, "alert")
2122 GK_ATOM(alertdialog, "alertdialog")
2123 GK_ATOM(application, "application")
2124 GK_ATOM(aria_activedescendant, "aria-activedescendant")
2125 GK_ATOM(aria_atomic, "aria-atomic")
2126 GK_ATOM(aria_autocomplete, "aria-autocomplete")
2127 GK_ATOM(aria_busy, "aria-busy")
2128 GK_ATOM(aria_checked, "aria-checked")
2129 GK_ATOM(aria_controls, "aria-controls")
2130 GK_ATOM(aria_describedby, "aria-describedby")
2131 GK_ATOM(aria_disabled, "aria-disabled")
2132 GK_ATOM(aria_dropeffect, "aria-dropeffect")
2133 GK_ATOM(aria_expanded, "aria-expanded")
2134 GK_ATOM(aria_flowto, "aria-flowto")
2135 GK_ATOM(aria_grabbed, "aria-grabbed")
2136 GK_ATOM(aria_haspopup, "aria-haspopup")
2137 GK_ATOM(aria_hidden, "aria-hidden")
2138 GK_ATOM(aria_invalid, "aria-invalid")
2139 GK_ATOM(aria_label, "aria-label")
2140 GK_ATOM(aria_labelledby, "aria-labelledby")
2141 GK_ATOM(aria_level, "aria-level")
2142 GK_ATOM(aria_live, "aria-live")
2143 GK_ATOM(aria_multiline, "aria-multiline")
2144 GK_ATOM(aria_multiselectable, "aria-multiselectable")
2145 GK_ATOM(aria_orientation, "aria-orientation")
2146 GK_ATOM(aria_owns, "aria-owns")
2147 GK_ATOM(aria_posinset, "aria-posinset")
2148 GK_ATOM(aria_pressed, "aria-pressed")
2149 GK_ATOM(aria_readonly, "aria-readonly")
2150 GK_ATOM(aria_relevant, "aria-relevant")
2151 GK_ATOM(aria_required, "aria-required")
2152 GK_ATOM(aria_selected, "aria-selected")
2153 GK_ATOM(aria_setsize, "aria-setsize")
2154 GK_ATOM(aria_sort, "aria-sort")
2155 GK_ATOM(aria_valuenow, "aria-valuenow")
2156 GK_ATOM(aria_valuemin, "aria-valuemin")
2157 GK_ATOM(aria_valuemax, "aria-valuemax")
2158 GK_ATOM(aria_valuetext, "aria-valuetext")
2159 GK_ATOM(AreaFrame, "AreaFrame")
2160 GK_ATOM(auto_generated, "auto-generated")
2161 GK_ATOM(backgroundColor, "background-color")
2162 GK_ATOM(checkable, "checkable")
2163 GK_ATOM(choices, "choices")
2164 GK_ATOM(columnheader, "columnheader")
2165 GK_ATOM(containerAtomic, "container-atomic")
2166 GK_ATOM(containerBusy, "container-busy")
2167 GK_ATOM(containerLive, "container-live")
2168 GK_ATOM(containerLiveRole, "container-live-role")
2169 GK_ATOM(containerRelevant, "container-relevant")
2170 GK_ATOM(cycles, "cycles")
2171 GK_ATOM(datatable, "datatable")
2172 GK_ATOM(directory, "directory")
2173 GK_ATOM(eventFromInput, "event-from-input")
2174 GK_ATOM(grammar, "grammar")
2175 GK_ATOM(gridcell, "gridcell")
2176 GK_ATOM(heading, "heading")
2177 GK_ATOM(hitregion, "hitregion")
2178 GK_ATOM(InlineBlockFrame, "InlineBlockFrame")
2179 GK_ATOM(inlinevalue, "inline")
2180 GK_ATOM(invalid, "invalid")
2181 GK_ATOM(item, "item")
2182 GK_ATOM(itemset, "itemset")
2183 GK_ATOM(lineNumber, "line-number")
2184 GK_ATOM(linkedPanel, "linkedpanel")
2185 GK_ATOM(live, "live")
2186 GK_ATOM(marginBottom, "margin-bottom")
2187 GK_ATOM(marginLeft, "margin-left")
2188 GK_ATOM(marginRight, "margin-right")
2189 GK_ATOM(marginTop, "margin-top")
2190 GK_ATOM(menuitemcheckbox, "menuitemcheckbox")
2191 GK_ATOM(menuitemradio, "menuitemradio")
2192 GK_ATOM(mixed, "mixed")
2193 GK_ATOM(multiline, "multiline")
2194 GK_ATOM(password, "password")
2195 GK_ATOM(posinset, "posinset")
2196 GK_ATOM(presentation, "presentation")
2197 GK_ATOM(progressbar, "progressbar")
2198 GK_ATOM(region, "region")
2199 GK_ATOM(rowgroup, "rowgroup")
2200 GK_ATOM(rowheader, "rowheader")
2201 GK_ATOM(select1, "select1")
2202 GK_ATOM(setsize, "setsize")
2203 GK_ATOM(spelling, "spelling")
2204 GK_ATOM(spinbutton, "spinbutton")
2205 GK_ATOM(status, "status")
2206 GK_ATOM(tableCellIndex, "table-cell-index")
2207 GK_ATOM(tablist, "tablist")
2208 GK_ATOM(textAlign, "text-align")
2209 GK_ATOM(textIndent, "text-indent")
2210 GK_ATOM(textInputType, "text-input-type")
2211 GK_ATOM(textLineThroughColor, "text-line-through-color")
2212 GK_ATOM(textLineThroughStyle, "text-line-through-style")
2213 GK_ATOM(textPosition, "text-position")
2214 GK_ATOM(textUnderlineColor, "text-underline-color")
2215 GK_ATOM(textUnderlineStyle, "text-underline-style")
2216 GK_ATOM(timer, "timer")
2217 GK_ATOM(toolbarname, "toolbarname")
2218 GK_ATOM(toolbarseparator, "toolbarseparator")
2219 GK_ATOM(toolbarspacer, "toolbarspacer")
2220 GK_ATOM(toolbarspring, "toolbarspring")
2221 GK_ATOM(treegrid, "treegrid")
2222 GK_ATOM(_undefined, "undefined")
2223 GK_ATOM(xmlroles, "xml-roles")
2224 #endif
2226 #ifdef MOZ_WEBSPEECH
2227 GK_ATOM(onaudiostart, "onaudiostart")
2228 GK_ATOM(onaudioend, "onaudioend")
2229 GK_ATOM(onsoundstart, "onsoundstart")
2230 GK_ATOM(onsoundend, "onsoundend")
2231 GK_ATOM(onspeechstart, "onspeechstart")
2232 GK_ATOM(onspeechend, "onspeechend")
2233 GK_ATOM(onresult, "onresult")
2234 GK_ATOM(onnomatch, "onnomatch")
2235 GK_ATOM(onstart, "onstart")
2236 GK_ATOM(onresume, "onresume")
2237 GK_ATOM(onmark, "onmark")
2238 GK_ATOM(onboundary, "onboundary")
2239 #endif