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