1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/src/nsGkAtomList.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,2239 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 +// IWYU pragma: private, include "nsGkAtoms.h" 1.9 + 1.10 +/* 1.11 + This file contains the list of all atoms used by gklayout; 1.12 + see nsGkAtoms for access to the atoms. 1.13 +*/ 1.14 + 1.15 +/* 1.16 + This file is designed to be used as inline input to nsGkAtoms.cpp and nsGkAtoms.h 1.17 + *only* through the magic of C preprocessing. 1.18 + 1.19 + All entries must be enclosed in the macro GK_ATOM which will have cruel 1.20 + and unusual things done to it 1.21 + 1.22 + The first argument to GK_ATOM is the C++ name of the atom 1.23 + The second argument it GK_ATOM is the string value of the atom 1.24 +*/ 1.25 + 1.26 +// OUTPUT_CLASS=nsGkAtoms 1.27 +// MACRO_NAME=GK_ATOM 1.28 +#ifdef small 1.29 +#undef small 1.30 +#endif 1.31 + 1.32 +//--------------------------------------------------------------------------- 1.33 +// Generic atoms 1.34 +//--------------------------------------------------------------------------- 1.35 + 1.36 +GK_ATOM(_empty, "") 1.37 +GK_ATOM(moz, "_moz") 1.38 +GK_ATOM(mozframetype, "mozframetype") 1.39 +GK_ATOM(mozallowfullscreen, "mozallowfullscreen") 1.40 +GK_ATOM(moztype, "_moz-type") 1.41 +GK_ATOM(mozdirty, "_moz_dirty") 1.42 +GK_ATOM(mozdisallowselectionprint, "mozdisallowselectionprint") 1.43 +GK_ATOM(moznomarginboxes, "moznomarginboxes") 1.44 +GK_ATOM(mozdonotsend, "moz-do-not-send") 1.45 +GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node") 1.46 +GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before") 1.47 +GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after") 1.48 +GK_ATOM(mozgeneratedcontentimage, "_moz_generated_content_image") 1.49 +GK_ATOM(mozquote, "_moz_quote") 1.50 +GK_ATOM(mozsignature, "moz-signature") 1.51 +GK_ATOM(_moz_is_glyph, "-moz-is-glyph") 1.52 +GK_ATOM(_moz_original_size, "_moz_original_size") 1.53 +GK_ATOM(_moz_target, "_moz_target") 1.54 +GK_ATOM(menuactive, "_moz-menuactive") 1.55 +GK_ATOM(_poundDefault, "#default") 1.56 +GK_ATOM(_asterix, "*") 1.57 +GK_ATOM(a, "a") 1.58 +GK_ATOM(abbr, "abbr") 1.59 +GK_ATOM(abort, "abort") 1.60 +GK_ATOM(above, "above") 1.61 +GK_ATOM(acceltext, "acceltext") 1.62 +GK_ATOM(accept, "accept") 1.63 +GK_ATOM(acceptcharset, "accept-charset") 1.64 +GK_ATOM(accesskey, "accesskey") 1.65 +GK_ATOM(acronym, "acronym") 1.66 +GK_ATOM(action, "action") 1.67 +GK_ATOM(active, "active") 1.68 +GK_ATOM(activetitlebarcolor, "activetitlebarcolor") 1.69 +GK_ATOM(actuate, "actuate") 1.70 +GK_ATOM(address, "address") 1.71 +GK_ATOM(after, "after") 1.72 +GK_ATOM(after_end, "after_end") 1.73 +GK_ATOM(after_start, "after_start") 1.74 +GK_ATOM(align, "align") 1.75 +GK_ATOM(alink, "alink") 1.76 +GK_ATOM(all, "all") 1.77 +GK_ATOM(allowevents, "allowevents") 1.78 +GK_ATOM(allownegativeassertions, "allownegativeassertions") 1.79 +GK_ATOM(allowforms,"allow-forms") 1.80 +GK_ATOM(allowfullscreen, "allowfullscreen") 1.81 +GK_ATOM(allowpointerlock,"allow-pointer-lock") 1.82 +GK_ATOM(allowpopups,"allow-popups") 1.83 +GK_ATOM(allowsameorigin,"allow-same-origin") 1.84 +GK_ATOM(allowscripts,"allow-scripts") 1.85 +GK_ATOM(allowtopnavigation,"allow-top-navigation") 1.86 +GK_ATOM(allowuntrusted, "allowuntrusted") 1.87 +GK_ATOM(alt, "alt") 1.88 +GK_ATOM(alternate, "alternate") 1.89 +GK_ATOM(always, "always") 1.90 +GK_ATOM(ancestor, "ancestor") 1.91 +GK_ATOM(ancestorOrSelf, "ancestor-or-self") 1.92 +GK_ATOM(anchor, "anchor") 1.93 +GK_ATOM(_and, "and") 1.94 +GK_ATOM(anonid, "anonid") 1.95 +GK_ATOM(any, "any") 1.96 +GK_ATOM(mozapp, "mozapp") 1.97 +GK_ATOM(applet, "applet") 1.98 +GK_ATOM(applyImports, "apply-imports") 1.99 +GK_ATOM(applyTemplates, "apply-templates") 1.100 +GK_ATOM(mozapptype, "mozapptype") 1.101 +GK_ATOM(apz, "apz") 1.102 +GK_ATOM(archive, "archive") 1.103 +GK_ATOM(area, "area") 1.104 +GK_ATOM(arrow, "arrow") 1.105 +GK_ATOM(article, "article") 1.106 +GK_ATOM(ascending, "ascending") 1.107 +GK_ATOM(aside, "aside") 1.108 +GK_ATOM(aspectRatio, "aspect-ratio") 1.109 +GK_ATOM(assign, "assign") 1.110 +GK_ATOM(async, "async") 1.111 +GK_ATOM(attribute, "attribute") 1.112 +GK_ATOM(attributes, "attributes") 1.113 +GK_ATOM(attributeSet, "attribute-set") 1.114 +GK_ATOM(aural, "aural") 1.115 +GK_ATOM(_auto, "auto") 1.116 +GK_ATOM(autocheck, "autocheck") 1.117 +GK_ATOM(autocomplete, "autocomplete") 1.118 +GK_ATOM(autofocus, "autofocus") 1.119 +GK_ATOM(autoplay, "autoplay") 1.120 +GK_ATOM(autorepeatbutton, "autorepeatbutton") 1.121 +GK_ATOM(axis, "axis") 1.122 +GK_ATOM(b, "b") 1.123 +GK_ATOM(background, "background") 1.124 +GK_ATOM(base, "base") 1.125 +GK_ATOM(basefont, "basefont") 1.126 +GK_ATOM(baseline, "baseline") 1.127 +GK_ATOM(bdi, "bdi") 1.128 +GK_ATOM(bdo, "bdo") 1.129 +GK_ATOM(before, "before") 1.130 +GK_ATOM(before_end, "before_end") 1.131 +GK_ATOM(before_start, "before_start") 1.132 +GK_ATOM(below, "below") 1.133 +GK_ATOM(bgcolor, "bgcolor") 1.134 +GK_ATOM(bgsound, "bgsound") 1.135 +GK_ATOM(big, "big") 1.136 +GK_ATOM(binding, "binding") 1.137 +GK_ATOM(bindings, "bindings") 1.138 +GK_ATOM(blankrow, "blankrow") 1.139 +GK_ATOM(block, "block") 1.140 +GK_ATOM(blockquote, "blockquote") 1.141 +GK_ATOM(blur, "blur") 1.142 +GK_ATOM(body, "body") 1.143 +GK_ATOM(boolean, "boolean") 1.144 +GK_ATOM(border, "border") 1.145 +GK_ATOM(bordercolor, "bordercolor") 1.146 +GK_ATOM(both, "both") 1.147 +GK_ATOM(bottom, "bottom") 1.148 +GK_ATOM(bottomend, "bottomend") 1.149 +GK_ATOM(bottomstart, "bottomstart") 1.150 +GK_ATOM(bottomleft, "bottomleft") 1.151 +GK_ATOM(bottommargin, "bottommargin") 1.152 +GK_ATOM(bottompadding, "bottompadding") 1.153 +GK_ATOM(bottomright, "bottomright") 1.154 +GK_ATOM(box, "box") 1.155 +GK_ATOM(br, "br") 1.156 +GK_ATOM(braille, "braille") 1.157 +GK_ATOM(broadcast, "broadcast") 1.158 +GK_ATOM(broadcaster, "broadcaster") 1.159 +GK_ATOM(broadcasterset, "broadcasterset") 1.160 +GK_ATOM(browser, "browser") 1.161 +GK_ATOM(mozbrowser, "mozbrowser") 1.162 +GK_ATOM(bulletinboard, "bulletinboard") 1.163 +GK_ATOM(button, "button") 1.164 +GK_ATOM(callTemplate, "call-template") 1.165 +GK_ATOM(cancel, "cancel") 1.166 +GK_ATOM(canvas, "canvas") 1.167 +GK_ATOM(caption, "caption") 1.168 +GK_ATOM(capture, "capture") 1.169 +GK_ATOM(caseOrder, "case-order") 1.170 +GK_ATOM(cdataSectionElements, "cdata-section-elements") 1.171 +GK_ATOM(ceiling, "ceiling") 1.172 +GK_ATOM(cell, "cell") 1.173 +GK_ATOM(cellpadding, "cellpadding") 1.174 +GK_ATOM(cellspacing, "cellspacing") 1.175 +GK_ATOM(center, "center") 1.176 +GK_ATOM(ch, "ch") 1.177 +GK_ATOM(change, "change") 1.178 +GK_ATOM(_char, "char") 1.179 +GK_ATOM(characterData, "characterData") 1.180 +GK_ATOM(charcode, "charcode") 1.181 +GK_ATOM(charoff, "charoff") 1.182 +GK_ATOM(charset, "charset") 1.183 +GK_ATOM(checkbox, "checkbox") 1.184 +GK_ATOM(checked, "checked") 1.185 +GK_ATOM(child, "child") 1.186 +GK_ATOM(children, "children") 1.187 +GK_ATOM(childList, "childList") 1.188 +GK_ATOM(choose, "choose") 1.189 +GK_ATOM(chromemargin, "chromemargin") 1.190 +GK_ATOM(chromeOnlyContent, "chromeOnlyContent") 1.191 +GK_ATOM(exposeToUntrustedContent, "exposeToUntrustedContent") 1.192 +GK_ATOM(circ, "circ") 1.193 +GK_ATOM(circle, "circle") 1.194 +GK_ATOM(cite, "cite") 1.195 +GK_ATOM(_class, "class") 1.196 +GK_ATOM(classid, "classid") 1.197 +GK_ATOM(clear, "clear") 1.198 +GK_ATOM(click, "click") 1.199 +GK_ATOM(clickcount, "clickcount") 1.200 +GK_ATOM(clickthrough, "clickthrough") 1.201 +GK_ATOM(movetoclick, "movetoclick") 1.202 +GK_ATOM(clip, "clip") 1.203 +GK_ATOM(close, "close") 1.204 +GK_ATOM(closed, "closed") 1.205 +GK_ATOM(closemenu, "closemenu") 1.206 +GK_ATOM(coalesceduplicatearcs, "coalesceduplicatearcs") 1.207 +GK_ATOM(code, "code") 1.208 +GK_ATOM(codebase, "codebase") 1.209 +GK_ATOM(codetype, "codetype") 1.210 +GK_ATOM(col, "col") 1.211 +GK_ATOM(colgroup, "colgroup") 1.212 +GK_ATOM(collapse, "collapse") 1.213 +GK_ATOM(collapsed, "collapsed") 1.214 +GK_ATOM(color, "color") 1.215 +GK_ATOM(colorIndex, "color-index") 1.216 +GK_ATOM(cols, "cols") 1.217 +GK_ATOM(colspan, "colspan") 1.218 +GK_ATOM(column, "column") 1.219 +GK_ATOM(columns, "columns") 1.220 +GK_ATOM(combobox, "combobox") 1.221 +GK_ATOM(command, "command") 1.222 +GK_ATOM(commands, "commands") 1.223 +GK_ATOM(commandset, "commandset") 1.224 +GK_ATOM(commandupdate, "commandupdate") 1.225 +GK_ATOM(commandupdater, "commandupdater") 1.226 +GK_ATOM(comment, "comment") 1.227 +GK_ATOM(compact, "compact") 1.228 +GK_ATOM(concat, "concat") 1.229 +GK_ATOM(conditions, "conditions") 1.230 +GK_ATOM(constructor, "constructor") 1.231 +GK_ATOM(consumeoutsideclicks, "consumeoutsideclicks") 1.232 +GK_ATOM(container, "container") 1.233 +GK_ATOM(containment, "containment") 1.234 +GK_ATOM(contains, "contains") 1.235 +GK_ATOM(content, "content") 1.236 +GK_ATOM(contenteditable, "contenteditable") 1.237 +GK_ATOM(headerContentDisposition, "content-disposition") 1.238 +GK_ATOM(headerContentLanguage, "content-language") 1.239 +GK_ATOM(contentLocation, "content-location") 1.240 +GK_ATOM(headerContentScriptType, "content-script-type") 1.241 +GK_ATOM(headerContentStyleType, "content-style-type") 1.242 +GK_ATOM(headerContentType, "content-type") 1.243 +GK_ATOM(context, "context") 1.244 +GK_ATOM(contextmenu, "contextmenu") 1.245 +GK_ATOM(control, "control") 1.246 +GK_ATOM(controls, "controls") 1.247 +GK_ATOM(coords, "coords") 1.248 +GK_ATOM(copy, "copy") 1.249 +GK_ATOM(copyOf, "copy-of") 1.250 +GK_ATOM(count, "count") 1.251 +GK_ATOM(crop, "crop") 1.252 +GK_ATOM(crossorigin, "crossorigin") 1.253 +GK_ATOM(curpos, "curpos") 1.254 +GK_ATOM(current, "current") 1.255 +GK_ATOM(cycler, "cycler") 1.256 +GK_ATOM(data, "data") 1.257 +GK_ATOM(datalist, "datalist") 1.258 +GK_ATOM(dataType, "data-type") 1.259 +GK_ATOM(dateTime, "date-time") 1.260 +GK_ATOM(datasources, "datasources") 1.261 +GK_ATOM(datetime, "datetime") 1.262 +GK_ATOM(dblclick, "dblclick") 1.263 +GK_ATOM(dd, "dd") 1.264 +GK_ATOM(debug, "debug") 1.265 +GK_ATOM(decimalFormat, "decimal-format") 1.266 +GK_ATOM(decimalSeparator, "decimal-separator") 1.267 +GK_ATOM(deck, "deck") 1.268 +GK_ATOM(declare, "declare") 1.269 +GK_ATOM(decrement, "decrement") 1.270 +GK_ATOM(_default, "default") 1.271 +GK_ATOM(headerDefaultStyle, "default-style") 1.272 +GK_ATOM(defaultAction, "defaultAction") 1.273 +GK_ATOM(defaultchecked, "defaultchecked") 1.274 +GK_ATOM(defaultLabel, "defaultLabel") 1.275 +GK_ATOM(defaultselected, "defaultselected") 1.276 +GK_ATOM(defaultvalue, "defaultvalue") 1.277 +GK_ATOM(defaultplaybackrate, "defaultplaybackrate") 1.278 +GK_ATOM(defer, "defer") 1.279 +GK_ATOM(del, "del") 1.280 +GK_ATOM(descendant, "descendant") 1.281 +GK_ATOM(descendantOrSelf, "descendant-or-self") 1.282 +GK_ATOM(descending, "descending") 1.283 +GK_ATOM(description, "description") 1.284 +GK_ATOM(destructor, "destructor") 1.285 +GK_ATOM(details, "details") 1.286 +GK_ATOM(deviceAspectRatio, "device-aspect-ratio") 1.287 +GK_ATOM(deviceHeight, "device-height") 1.288 +GK_ATOM(deviceWidth, "device-width") 1.289 +GK_ATOM(dfn, "dfn") 1.290 +GK_ATOM(dialog, "dialog") 1.291 +GK_ATOM(difference, "difference") 1.292 +GK_ATOM(digit, "digit") 1.293 +GK_ATOM(dir, "dir") 1.294 +GK_ATOM(dirAutoSetBy, "dirAutoSetBy") 1.295 +GK_ATOM(directionality, "directionality") 1.296 +GK_ATOM(disableOutputEscaping, "disable-output-escaping") 1.297 +GK_ATOM(disabled, "disabled") 1.298 +GK_ATOM(disablehistory, "disablehistory") 1.299 +GK_ATOM(display, "display") 1.300 +GK_ATOM(distinct, "distinct") 1.301 +GK_ATOM(div, "div") 1.302 +GK_ATOM(dl, "dl") 1.303 +GK_ATOM(doctypePublic, "doctype-public") 1.304 +GK_ATOM(doctypeSystem, "doctype-system") 1.305 +GK_ATOM(document, "document") 1.306 +GK_ATOM(download, "download") 1.307 +GK_ATOM(DOMAttrModified, "DOMAttrModified") 1.308 +GK_ATOM(DOMCharacterDataModified, "DOMCharacterDataModified") 1.309 +GK_ATOM(DOMNodeInserted, "DOMNodeInserted") 1.310 +GK_ATOM(DOMNodeInsertedIntoDocument, "DOMNodeInsertedIntoDocument") 1.311 +GK_ATOM(DOMNodeRemoved, "DOMNodeRemoved") 1.312 +GK_ATOM(DOMNodeRemovedFromDocument, "DOMNodeRemovedFromDocument") 1.313 +GK_ATOM(DOMSubtreeModified, "DOMSubtreeModified") 1.314 +GK_ATOM(double_, "double") 1.315 +GK_ATOM(drag, "drag") 1.316 +GK_ATOM(dragdrop, "dragdrop") 1.317 +GK_ATOM(dragend, "dragend") 1.318 +GK_ATOM(dragenter, "dragenter") 1.319 +GK_ATOM(dragevent, "dragevent") 1.320 +GK_ATOM(dragexit, "dragexit") 1.321 +GK_ATOM(draggable, "draggable") 1.322 +GK_ATOM(draggesture, "draggesture") 1.323 +GK_ATOM(dragging, "dragging") 1.324 +GK_ATOM(dragleave, "dragleave") 1.325 +GK_ATOM(dragover, "dragover") 1.326 +GK_ATOM(dragSession, "dragSession") 1.327 +GK_ATOM(dragstart, "dragstart") 1.328 +GK_ATOM(drawintitlebar, "drawintitlebar") 1.329 +GK_ATOM(drawtitle, "drawtitle") 1.330 +GK_ATOM(drop, "drop") 1.331 +GK_ATOM(dropAfter, "dropAfter") 1.332 +GK_ATOM(dropBefore, "dropBefore") 1.333 +GK_ATOM(dropOn, "dropOn") 1.334 +GK_ATOM(dropMarker, "dropmarker") 1.335 +GK_ATOM(dt, "dt") 1.336 +GK_ATOM(editable, "editable") 1.337 +GK_ATOM(editing, "editing") 1.338 +GK_ATOM(editor, "editor") 1.339 +GK_ATOM(editorDisplayList, "EditorDisplay-List") 1.340 +GK_ATOM(element, "element") 1.341 +GK_ATOM(elementAvailable, "element-available") 1.342 +GK_ATOM(elements, "elements") 1.343 +GK_ATOM(em, "em") 1.344 +GK_ATOM(embed, "embed") 1.345 +GK_ATOM(embossed, "embossed") 1.346 +GK_ATOM(empty, "empty") 1.347 +GK_ATOM(encoding, "encoding") 1.348 +GK_ATOM(enctype, "enctype") 1.349 +GK_ATOM(end, "end") 1.350 +GK_ATOM(endEvent, "endEvent") 1.351 +GK_ATOM(end_after, "end_after") 1.352 +GK_ATOM(end_before, "end_before") 1.353 +GK_ATOM(equalsize, "equalsize") 1.354 +GK_ATOM(error, "error") 1.355 +GK_ATOM(even, "even") 1.356 +GK_ATOM(event, "event") 1.357 +GK_ATOM(events, "events") 1.358 +GK_ATOM(excludeResultPrefixes, "exclude-result-prefixes") 1.359 +GK_ATOM(excludes, "excludes") 1.360 +GK_ATOM(expr, "expr") 1.361 +GK_ATOM(expectingSystemMessage, "expecting-system-message") 1.362 +GK_ATOM(extends, "extends") 1.363 +GK_ATOM(extensionElementPrefixes, "extension-element-prefixes") 1.364 +GK_ATOM(face, "face") 1.365 +GK_ATOM(fallback, "fallback") 1.366 +GK_ATOM(_false, "false") 1.367 +GK_ATOM(farthest, "farthest") 1.368 +GK_ATOM(field, "field") 1.369 +GK_ATOM(fieldset, "fieldset") 1.370 +GK_ATOM(figcaption, "figcaption") 1.371 +GK_ATOM(figure, "figure") 1.372 +GK_ATOM(fixed, "fixed") 1.373 +GK_ATOM(flags, "flags") 1.374 +GK_ATOM(flex, "flex") 1.375 +GK_ATOM(flexgroup, "flexgroup") 1.376 +GK_ATOM(flip, "flip") 1.377 +GK_ATOM(floating, "floating") 1.378 +GK_ATOM(floor, "floor") 1.379 +GK_ATOM(flowlength, "flowlength") 1.380 +GK_ATOM(focus, "focus") 1.381 +GK_ATOM(focused, "focused") 1.382 +GK_ATOM(following, "following") 1.383 +GK_ATOM(followingSibling, "following-sibling") 1.384 +GK_ATOM(font, "font") 1.385 +GK_ATOM(fontWeight, "font-weight") 1.386 +GK_ATOM(fontpicker, "fontpicker") 1.387 +GK_ATOM(footer, "footer") 1.388 +GK_ATOM(_for, "for") 1.389 +GK_ATOM(forEach, "for-each") 1.390 +GK_ATOM(forceOwnRefreshDriver, "forceOwnRefreshDriver") 1.391 +GK_ATOM(form, "form") 1.392 +GK_ATOM(formaction, "formaction") 1.393 +GK_ATOM(format, "format") 1.394 +GK_ATOM(formatNumber, "format-number") 1.395 +GK_ATOM(formenctype, "formenctype") 1.396 +GK_ATOM(formmethod, "formmethod") 1.397 +GK_ATOM(formnovalidate, "formnovalidate") 1.398 +GK_ATOM(formtarget, "formtarget") 1.399 +GK_ATOM(frame, "frame") 1.400 +GK_ATOM(frameborder, "frameborder") 1.401 +GK_ATOM(frameset, "frameset") 1.402 +GK_ATOM(from, "from") 1.403 +GK_ATOM(functionAvailable, "function-available") 1.404 +GK_ATOM(generateId, "generate-id") 1.405 +GK_ATOM(getter, "getter") 1.406 +GK_ATOM(glyphchar, "glyphchar") 1.407 +GK_ATOM(glyphid, "glyphid") 1.408 +GK_ATOM(grid, "grid") 1.409 +GK_ATOM(grippy, "grippy") 1.410 +GK_ATOM(group, "group") 1.411 +GK_ATOM(groupingSeparator, "grouping-separator") 1.412 +GK_ATOM(groupingSize, "grouping-size") 1.413 +GK_ATOM(grow, "grow") 1.414 +GK_ATOM(gutter, "gutter") 1.415 +GK_ATOM(h1, "h1") 1.416 +GK_ATOM(h2, "h2") 1.417 +GK_ATOM(h3, "h3") 1.418 +GK_ATOM(h4, "h4") 1.419 +GK_ATOM(h5, "h5") 1.420 +GK_ATOM(h6, "h6") 1.421 +GK_ATOM(handheld, "handheld") 1.422 +GK_ATOM(handheldFriendly, "HandheldFriendly") 1.423 +GK_ATOM(handler, "handler") 1.424 +GK_ATOM(handlers, "handlers") 1.425 +GK_ATOM(HARD, "HARD") 1.426 +GK_ATOM(hasSameNode, "has-same-node") 1.427 +GK_ATOM(hbox, "hbox") 1.428 +GK_ATOM(head, "head") 1.429 +GK_ATOM(header, "header") 1.430 +GK_ATOM(headers, "headers") 1.431 +GK_ATOM(height, "height") 1.432 +GK_ATOM(hgroup, "hgroup") 1.433 +GK_ATOM(hidden, "hidden") 1.434 +GK_ATOM(hidechrome, "hidechrome") 1.435 +GK_ATOM(hidecolumnpicker, "hidecolumnpicker") 1.436 +GK_ATOM(high, "high") 1.437 +GK_ATOM(highest, "highest") 1.438 +GK_ATOM(horizontal, "horizontal") 1.439 +GK_ATOM(hover, "hover") 1.440 +GK_ATOM(hr, "hr") 1.441 +GK_ATOM(href, "href") 1.442 +GK_ATOM(hreflang, "hreflang") 1.443 +GK_ATOM(hspace, "hspace") 1.444 +GK_ATOM(html, "html") 1.445 +GK_ATOM(httpEquiv, "http-equiv") 1.446 +GK_ATOM(i, "i") 1.447 +GK_ATOM(icon, "icon") 1.448 +GK_ATOM(id, "id") 1.449 +GK_ATOM(_if, "if") 1.450 +GK_ATOM(iframe, "iframe") 1.451 +GK_ATOM(ignorecase, "ignorecase") 1.452 +GK_ATOM(ignorekeys, "ignorekeys") 1.453 +GK_ATOM(ignoreuserfocus, "ignoreuserfocus") 1.454 +GK_ATOM(ilayer, "ilayer") 1.455 +GK_ATOM(image, "image") 1.456 +GK_ATOM(imageClickedPoint, "image-clicked-point") 1.457 +GK_ATOM(img, "img") 1.458 +GK_ATOM(implementation, "implementation") 1.459 +GK_ATOM(implements, "implements") 1.460 +GK_ATOM(import, "import") 1.461 +GK_ATOM(inactivetitlebarcolor, "inactivetitlebarcolor") 1.462 +GK_ATOM(include, "include") 1.463 +GK_ATOM(includes, "includes") 1.464 +GK_ATOM(increment, "increment") 1.465 +GK_ATOM(indent, "indent") 1.466 +GK_ATOM(indeterminate, "indeterminate") 1.467 +GK_ATOM(index, "index") 1.468 +GK_ATOM(infer, "infer") 1.469 +GK_ATOM(infinity, "infinity") 1.470 +GK_ATOM(inherit, "inherit") 1.471 +GK_ATOM(inherits, "inherits") 1.472 +GK_ATOM(inheritstyle, "inheritstyle") 1.473 +GK_ATOM(initial_scale, "initial-scale") 1.474 +GK_ATOM(input, "input") 1.475 +GK_ATOM(inputmode, "inputmode") 1.476 +GK_ATOM(ins, "ins") 1.477 +GK_ATOM(insertafter, "insertafter") 1.478 +GK_ATOM(insertbefore, "insertbefore") 1.479 +GK_ATOM(instanceOf, "instanceOf") 1.480 +GK_ATOM(int32, "int32") 1.481 +GK_ATOM(int64, "int64") 1.482 +GK_ATOM(integer, "integer") 1.483 +GK_ATOM(intersection, "intersection") 1.484 +GK_ATOM(is, "is") 1.485 +GK_ATOM(iscontainer, "iscontainer") 1.486 +GK_ATOM(isempty, "isempty") 1.487 +GK_ATOM(ismap, "ismap") 1.488 +GK_ATOM(itemid, "itemid") 1.489 +GK_ATOM(itemprop, "itemprop") 1.490 +GK_ATOM(itemref, "itemref") 1.491 +GK_ATOM(itemscope, "itemscope") 1.492 +GK_ATOM(itemtype, "itemtype") 1.493 +GK_ATOM(kbd, "kbd") 1.494 +GK_ATOM(noautofocus, "noautofocus") 1.495 +GK_ATOM(keepcurrentinview, "keepcurrentinview") 1.496 +GK_ATOM(keepobjectsalive, "keepobjectsalive") 1.497 +GK_ATOM(key, "key") 1.498 +GK_ATOM(keycode, "keycode") 1.499 +GK_ATOM(keydown, "keydown") 1.500 +GK_ATOM(keygen, "keygen") 1.501 +GK_ATOM(keypress, "keypress") 1.502 +GK_ATOM(keyset, "keyset") 1.503 +GK_ATOM(keytext, "keytext") 1.504 +GK_ATOM(keyup, "keyup") 1.505 +GK_ATOM(kind, "kind") 1.506 +GK_ATOM(label, "label") 1.507 +GK_ATOM(lang, "lang") 1.508 +GK_ATOM(language, "language") 1.509 +GK_ATOM(last, "last") 1.510 +GK_ATOM(layer, "layer") 1.511 +GK_ATOM(layout, "layout") 1.512 +GK_ATOM(leading, "leading") 1.513 +GK_ATOM(leaf, "leaf") 1.514 +GK_ATOM(left, "left") 1.515 +GK_ATOM(leftmargin, "leftmargin") 1.516 +GK_ATOM(leftpadding, "leftpadding") 1.517 +GK_ATOM(legend, "legend") 1.518 +GK_ATOM(length, "length") 1.519 +GK_ATOM(letterValue, "letter-value") 1.520 +GK_ATOM(level, "level") 1.521 +GK_ATOM(li, "li") 1.522 +GK_ATOM(line, "line") 1.523 +GK_ATOM(link, "link") 1.524 +GK_ATOM(list, "list") 1.525 +GK_ATOM(listbox, "listbox") 1.526 +GK_ATOM(listboxbody, "listboxbody") 1.527 +GK_ATOM(listcell, "listcell") 1.528 +GK_ATOM(listcol, "listcol") 1.529 +GK_ATOM(listcols, "listcols") 1.530 +GK_ATOM(listener, "listener") 1.531 +GK_ATOM(listhead, "listhead") 1.532 +GK_ATOM(listheader, "listheader") 1.533 +GK_ATOM(listing, "listing") 1.534 +GK_ATOM(listitem, "listitem") 1.535 +GK_ATOM(listrows, "listrows") 1.536 +GK_ATOM(load, "load") 1.537 +GK_ATOM(localedir, "localedir") 1.538 +GK_ATOM(localName, "local-name") 1.539 +GK_ATOM(longdesc, "longdesc") 1.540 +GK_ATOM(loop, "loop") 1.541 +GK_ATOM(low, "low") 1.542 +GK_ATOM(lowerFirst, "lower-first") 1.543 +GK_ATOM(lowest, "lowest") 1.544 +GK_ATOM(lowsrc, "lowsrc") 1.545 +GK_ATOM(ltr, "ltr") 1.546 +GK_ATOM(lwtheme, "lwtheme") 1.547 +GK_ATOM(lwthemetextcolor, "lwthemetextcolor") 1.548 +GK_ATOM(main, "main") 1.549 +GK_ATOM(map, "map") 1.550 +GK_ATOM(manifest, "manifest") 1.551 +GK_ATOM(marginheight, "marginheight") 1.552 +GK_ATOM(marginwidth, "marginwidth") 1.553 +GK_ATOM(mark, "mark") 1.554 +GK_ATOM(marquee, "marquee") 1.555 +GK_ATOM(match, "match") 1.556 +GK_ATOM(max, "max") 1.557 +GK_ATOM(maxheight, "maxheight") 1.558 +GK_ATOM(maximum_scale, "maximum-scale") 1.559 +GK_ATOM(maxlength, "maxlength") 1.560 +GK_ATOM(maxpos, "maxpos") 1.561 +GK_ATOM(maxwidth, "maxwidth") 1.562 +GK_ATOM(mayscript, "mayscript") 1.563 +GK_ATOM(media, "media") 1.564 +GK_ATOM(mediaType, "media-type") 1.565 +GK_ATOM(member, "member") 1.566 +GK_ATOM(menu, "menu") 1.567 +GK_ATOM(menubar, "menubar") 1.568 +GK_ATOM(menubutton, "menubutton") 1.569 +GK_ATOM(menuButton, "menu-button") 1.570 +GK_ATOM(menuitem, "menuitem") 1.571 +GK_ATOM(menulist, "menulist") 1.572 +GK_ATOM(menupopup, "menupopup") 1.573 +GK_ATOM(menuseparator, "menuseparator") 1.574 +GK_ATOM(message, "message") 1.575 +GK_ATOM(meta, "meta") 1.576 +GK_ATOM(meter, "meter") 1.577 +GK_ATOM(method, "method") 1.578 +GK_ATOM(microdataProperties, "microdataProperties") 1.579 +GK_ATOM(middle, "middle") 1.580 +GK_ATOM(min, "min") 1.581 +GK_ATOM(minheight, "minheight") 1.582 +GK_ATOM(minimum_scale, "minimum-scale") 1.583 +GK_ATOM(minpos, "minpos") 1.584 +GK_ATOM(minusSign, "minus-sign") 1.585 +GK_ATOM(minwidth, "minwidth") 1.586 +GK_ATOM(_mixed, "mixed") 1.587 +GK_ATOM(mod, "mod") 1.588 +GK_ATOM(mode, "mode") 1.589 +GK_ATOM(modifiers, "modifiers") 1.590 +GK_ATOM(monochrome, "monochrome") 1.591 +GK_ATOM(mousedown, "mousedown") 1.592 +GK_ATOM(mousemove, "mousemove") 1.593 +GK_ATOM(mouseout, "mouseout") 1.594 +GK_ATOM(mouseover, "mouseover") 1.595 +GK_ATOM(mousethrough, "mousethrough") 1.596 +GK_ATOM(mouseup, "mouseup") 1.597 +GK_ATOM(mozaudiochannel, "mozaudiochannel") 1.598 +GK_ATOM(mozasyncpanzoom, "mozasyncpanzoom") 1.599 +GK_ATOM(mozfullscreenchange, "mozfullscreenchange") 1.600 +GK_ATOM(mozfullscreenerror, "mozfullscreenerror") 1.601 +GK_ATOM(mozpasspointerevents, "mozpasspointerevents") 1.602 +GK_ATOM(mozpointerlockchange, "mozpointerlockchange") 1.603 +GK_ATOM(mozpointerlockerror, "mozpointerlockerror") 1.604 +GK_ATOM(moz_opaque, "moz-opaque") 1.605 +GK_ATOM(moz_action_hint, "mozactionhint") 1.606 +GK_ATOM(x_moz_errormessage, "x-moz-errormessage") 1.607 +GK_ATOM(msthemecompatible, "msthemecompatible") 1.608 +GK_ATOM(multicol, "multicol") 1.609 +GK_ATOM(multiple, "multiple") 1.610 +GK_ATOM(muted, "muted") 1.611 +GK_ATOM(name, "name") 1.612 +GK_ATOM(_namespace, "namespace") 1.613 +GK_ATOM(namespaceAlias, "namespace-alias") 1.614 +GK_ATOM(namespaceUri, "namespace-uri") 1.615 +GK_ATOM(NaN, "NaN") 1.616 +GK_ATOM(nav, "nav") 1.617 +GK_ATOM(negate, "negate") 1.618 +GK_ATOM(never, "never") 1.619 +GK_ATOM(_new, "new") 1.620 +GK_ATOM(newline, "newline") 1.621 +GK_ATOM(nextBidi, "NextBidi") 1.622 +GK_ATOM(no, "no") 1.623 +GK_ATOM(noautohide, "noautohide") 1.624 +GK_ATOM(nobr, "nobr") 1.625 +GK_ATOM(node, "node") 1.626 +GK_ATOM(nodefaultsrc, "nodefaultsrc") 1.627 +GK_ATOM(nodeSet, "node-set") 1.628 +GK_ATOM(noembed, "noembed") 1.629 +GK_ATOM(noframes, "noframes") 1.630 +GK_ATOM(nohref, "nohref") 1.631 +GK_ATOM(nonce, "nonce") 1.632 +GK_ATOM(none, "none") 1.633 +GK_ATOM(noresize, "noresize") 1.634 +GK_ATOM(normal, "normal") 1.635 +GK_ATOM(normalizeSpace, "normalize-space") 1.636 +GK_ATOM(noscript, "noscript") 1.637 +GK_ATOM(noshade, "noshade") 1.638 +GK_ATOM(novalidate, "novalidate") 1.639 +GK_ATOM(_not, "not") 1.640 +GK_ATOM(nowrap, "nowrap") 1.641 +GK_ATOM(number, "number") 1.642 +GK_ATOM(null, "null") 1.643 +GK_ATOM(object, "object") 1.644 +GK_ATOM(objectType, "object-type") 1.645 +GK_ATOM(observer, "observer") 1.646 +GK_ATOM(observes, "observes") 1.647 +GK_ATOM(odd, "odd") 1.648 +GK_ATOM(OFF, "OFF") 1.649 +GK_ATOM(ol, "ol") 1.650 +GK_ATOM(omitXmlDeclaration, "omit-xml-declaration") 1.651 +GK_ATOM(ona2dpstatuschanged, "ona2dpstatuschanged") 1.652 +GK_ATOM(onabort, "onabort") 1.653 +GK_ATOM(onadapteradded, "onadapteradded") 1.654 +GK_ATOM(onafterprint, "onafterprint") 1.655 +GK_ATOM(onafterscriptexecute, "onafterscriptexecute") 1.656 +GK_ATOM(onalerting, "onalerting") 1.657 +GK_ATOM(onanimationend, "onanimationend") 1.658 +GK_ATOM(onanimationiteration, "onanimationiteration") 1.659 +GK_ATOM(onanimationstart, "onanimationstart") 1.660 +GK_ATOM(onantennaavailablechange, "onantennaavailablechange") 1.661 +GK_ATOM(onAppCommand, "onAppCommand") 1.662 +GK_ATOM(onaudioprocess, "onaudioprocess") 1.663 +GK_ATOM(onbeforecopy, "onbeforecopy") 1.664 +GK_ATOM(onbeforecut, "onbeforecut") 1.665 +GK_ATOM(onbeforepaste, "onbeforepaste") 1.666 +GK_ATOM(onbeforeprint, "onbeforeprint") 1.667 +GK_ATOM(onbeforescriptexecute, "onbeforescriptexecute") 1.668 +GK_ATOM(onbeforeunload, "onbeforeunload") 1.669 +GK_ATOM(onblocked, "onblocked") 1.670 +GK_ATOM(onblur, "onblur") 1.671 +GK_ATOM(onbroadcast, "onbroadcast") 1.672 +GK_ATOM(onbusy, "onbusy") 1.673 +GK_ATOM(oncached, "oncached") 1.674 +GK_ATOM(oncallschanged, "oncallschanged") 1.675 +GK_ATOM(oncardstatechange, "oncardstatechange") 1.676 +GK_ATOM(oncfstatechange, "oncfstatechange") 1.677 +GK_ATOM(onchange, "onchange") 1.678 +GK_ATOM(onchargingchange, "onchargingchange") 1.679 +GK_ATOM(onchargingtimechange, "onchargingtimechange") 1.680 +GK_ATOM(onchecking, "onchecking") 1.681 +GK_ATOM(onclick, "onclick") 1.682 +GK_ATOM(onclose, "onclose") 1.683 +GK_ATOM(oncommand, "oncommand") 1.684 +GK_ATOM(oncommandupdate, "oncommandupdate") 1.685 +GK_ATOM(oncomplete, "oncomplete") 1.686 +GK_ATOM(oncompositionend, "oncompositionend") 1.687 +GK_ATOM(oncompositionstart, "oncompositionstart") 1.688 +GK_ATOM(oncompositionupdate, "oncompositionupdate") 1.689 +GK_ATOM(onconnect, "onconnect") 1.690 +GK_ATOM(onconnected, "onconnected") 1.691 +GK_ATOM(onconnecting, "onconnecting") 1.692 +GK_ATOM(oncontextmenu, "oncontextmenu") 1.693 +GK_ATOM(oncopy, "oncopy") 1.694 +GK_ATOM(oncut, "oncut") 1.695 +GK_ATOM(ondatachange, "ondatachange") 1.696 +GK_ATOM(ondataerror, "ondataerror") 1.697 +GK_ATOM(ondblclick, "ondblclick") 1.698 +GK_ATOM(ondeliverysuccess, "ondeliverysuccess") 1.699 +GK_ATOM(ondeliveryerror, "ondeliveryerror") 1.700 +GK_ATOM(ondevicefound, "ondevicefound") 1.701 +GK_ATOM(ondialing, "ondialing") 1.702 +GK_ATOM(ondisabled, "ondisabled") 1.703 +GK_ATOM(ondischargingtimechange, "ondischargingtimechange") 1.704 +GK_ATOM(ondisconnected, "ondisconnected") 1.705 +GK_ATOM(ondisconnecting, "ondisconnecting") 1.706 +GK_ATOM(ondownloading, "ondownloading") 1.707 +GK_ATOM(onDOMActivate, "onDOMActivate") 1.708 +GK_ATOM(onDOMAttrModified, "onDOMAttrModified") 1.709 +GK_ATOM(onDOMCharacterDataModified, "onDOMCharacterDataModified") 1.710 +GK_ATOM(onDOMFocusIn, "onDOMFocusIn") 1.711 +GK_ATOM(onDOMFocusOut, "onDOMFocusOut") 1.712 +GK_ATOM(onDOMMouseScroll, "onDOMMouseScroll") 1.713 +GK_ATOM(onDOMNodeInserted, "onDOMNodeInserted") 1.714 +GK_ATOM(onDOMNodeInsertedIntoDocument, "onDOMNodeInsertedIntoDocument") 1.715 +GK_ATOM(onDOMNodeRemoved, "onDOMNodeRemoved") 1.716 +GK_ATOM(onDOMNodeRemovedFromDocument, "onDOMNodeRemovedFromDocument") 1.717 +GK_ATOM(onDOMSubtreeModified, "onDOMSubtreeModified") 1.718 +GK_ATOM(ondrag, "ondrag") 1.719 +GK_ATOM(ondragdrop, "ondragdrop") 1.720 +GK_ATOM(ondragend, "ondragend") 1.721 +GK_ATOM(ondragenter, "ondragenter") 1.722 +GK_ATOM(ondragexit, "ondragexit") 1.723 +GK_ATOM(ondraggesture, "ondraggesture") 1.724 +GK_ATOM(ondragleave, "ondragleave") 1.725 +GK_ATOM(ondragover, "ondragover") 1.726 +GK_ATOM(ondragstart, "ondragstart") 1.727 +GK_ATOM(ondrop, "ondrop") 1.728 +GK_ATOM(onenabled, "onenabled") 1.729 +GK_ATOM(onemergencycbmodechange, "onemergencycbmodechange") 1.730 +GK_ATOM(onerror, "onerror") 1.731 +GK_ATOM(onfailed, "onfailed") 1.732 +GK_ATOM(onfocus, "onfocus") 1.733 +GK_ATOM(onfrequencychange, "onfrequencychange") 1.734 +GK_ATOM(onspeakerforcedchange, "onspeakerforcedchange") 1.735 +GK_ATOM(onget, "onget") 1.736 +GK_ATOM(ongroupchange, "ongroupchange") 1.737 +GK_ATOM(onhashchange, "onhashchange") 1.738 +GK_ATOM(onheadphoneschange, "onheadphoneschange") 1.739 +GK_ATOM(onheld, "onheld") 1.740 +GK_ATOM(onhfpstatuschanged, "onhfpstatuschanged") 1.741 +GK_ATOM(onholding, "onholding") 1.742 +GK_ATOM(oniccchange, "oniccchange") 1.743 +GK_ATOM(oniccdetected, "oniccdetected") 1.744 +GK_ATOM(oniccinfochange, "oniccinfochange") 1.745 +GK_ATOM(oniccundetected, "oniccundetected") 1.746 +GK_ATOM(onincoming, "onincoming") 1.747 +GK_ATOM(oninput, "oninput") 1.748 +GK_ATOM(oninvalid, "oninvalid") 1.749 +GK_ATOM(onkeydown, "onkeydown") 1.750 +GK_ATOM(onkeypress, "onkeypress") 1.751 +GK_ATOM(onkeyup, "onkeyup") 1.752 +GK_ATOM(onlevelchange, "onlevelchange") 1.753 +GK_ATOM(onLoad, "onLoad") 1.754 +GK_ATOM(onload, "onload") 1.755 +GK_ATOM(onpopstate, "onpopstate") 1.756 +GK_ATOM(only, "only") // this one is not an event 1.757 +GK_ATOM(onmessage, "onmessage") 1.758 +GK_ATOM(onmousedown, "onmousedown") 1.759 +GK_ATOM(onmouseenter, "onmouseenter") 1.760 +GK_ATOM(onmouseleave, "onmouseleave") 1.761 +GK_ATOM(onmousemove, "onmousemove") 1.762 +GK_ATOM(onmouseout, "onmouseout") 1.763 +GK_ATOM(onmouseover, "onmouseover") 1.764 +GK_ATOM(onMozMouseHittest, "onMozMouseHittest") 1.765 +GK_ATOM(onmouseup, "onmouseup") 1.766 +GK_ATOM(onMozAfterPaint, "onMozAfterPaint") 1.767 +GK_ATOM(onmozfullscreenchange, "onmozfullscreenchange") 1.768 +GK_ATOM(onmozfullscreenerror, "onmozfullscreenerror") 1.769 +GK_ATOM(onmozpointerlockchange, "onmozpointerlockchange") 1.770 +GK_ATOM(onmozpointerlockerror, "onmozpointerlockerror") 1.771 +GK_ATOM(onmoztimechange, "onmoztimechange") 1.772 +GK_ATOM(onMozMousePixelScroll, "onMozMousePixelScroll") 1.773 +GK_ATOM(onMozScrolledAreaChanged, "onMozScrolledAreaChanged") 1.774 +GK_ATOM(onmoznetworkupload, "onmoznetworkupload") 1.775 +GK_ATOM(onmoznetworkdownload, "onmoznetworkdownload") 1.776 +GK_ATOM(onnoupdate, "onnoupdate") 1.777 +GK_ATOM(onobsolete, "onobsolete") 1.778 +GK_ATOM(ononline, "ononline") 1.779 +GK_ATOM(onoffline, "onoffline") 1.780 +GK_ATOM(onopen, "onopen") 1.781 +GK_ATOM(onotastatuschange, "onotastatuschange") 1.782 +GK_ATOM(onoverflow, "onoverflow") 1.783 +GK_ATOM(onoverflowchanged, "onoverflowchanged") 1.784 +GK_ATOM(onpagehide, "onpagehide") 1.785 +GK_ATOM(onpageshow, "onpageshow") 1.786 +GK_ATOM(onpaint, "onpaint") 1.787 +GK_ATOM(onpairedstatuschanged, "onpairedstatuschanged") 1.788 +GK_ATOM(onpaste, "onpaste") 1.789 +GK_ATOM(onpopuphidden, "onpopuphidden") 1.790 +GK_ATOM(onpopuphiding, "onpopuphiding") 1.791 +GK_ATOM(onpopupshowing, "onpopupshowing") 1.792 +GK_ATOM(onpopupshown, "onpopupshown") 1.793 +GK_ATOM(onradiostatechange, "onradiostatechange") 1.794 +GK_ATOM(onreaderror, "onreaderror") 1.795 +GK_ATOM(onreadsuccess, "onreadsuccess") 1.796 +GK_ATOM(onreadystatechange, "onreadystatechange") 1.797 +GK_ATOM(onreceived, "onreceived") 1.798 +GK_ATOM(onremoteheld, "onremoteheld") 1.799 +GK_ATOM(onremoteresumed, "onremoteresumed") 1.800 +GK_ATOM(onretrieving, "onretrieving") 1.801 +GK_ATOM(onRequest, "onRequest") 1.802 +GK_ATOM(onrequestmediaplaystatus, "onrequestmediaplaystatus") 1.803 +GK_ATOM(onreset, "onreset") 1.804 +GK_ATOM(onresuming, "onresuming") 1.805 +GK_ATOM(onresize, "onresize") 1.806 +GK_ATOM(onscostatuschanged, "onscostatuschanged") 1.807 +GK_ATOM(onscroll, "onscroll") 1.808 +GK_ATOM(onselect, "onselect") 1.809 +GK_ATOM(onsending, "onsending") 1.810 +GK_ATOM(onsent, "onsent") 1.811 +GK_ATOM(onset, "onset") 1.812 +GK_ATOM(onshow, "onshow") 1.813 +GK_ATOM(onstatechange, "onstatechange") 1.814 +GK_ATOM(onstatuschanged, "onstatuschanged") 1.815 +GK_ATOM(onstkcommand, "onstkcommand") 1.816 +GK_ATOM(onstksessionend, "onstksessionend") 1.817 +GK_ATOM(onsubmit, "onsubmit") 1.818 +GK_ATOM(onsuccess, "onsuccess") 1.819 +GK_ATOM(ontypechange, "ontypechange") 1.820 +GK_ATOM(ontext, "ontext") 1.821 +GK_ATOM(ontouchstart, "ontouchstart") 1.822 +GK_ATOM(ontouchend, "ontouchend") 1.823 +GK_ATOM(ontouchmove, "ontouchmove") 1.824 +GK_ATOM(ontouchenter, "ontouchenter") 1.825 +GK_ATOM(ontouchleave, "ontouchleave") 1.826 +GK_ATOM(ontouchcancel, "ontouchcancel") 1.827 +GK_ATOM(ontransitionend, "ontransitionend") 1.828 +GK_ATOM(onunderflow, "onunderflow") 1.829 +GK_ATOM(onunload, "onunload") 1.830 +GK_ATOM(onupdateready, "onupdateready") 1.831 +GK_ATOM(onupgradeneeded, "onupgradeneeded") 1.832 +GK_ATOM(onussdreceived, "onussdreceived") 1.833 +GK_ATOM(onversionchange, "onversionchange") 1.834 +GK_ATOM(onvoicechange, "onvoicechange") 1.835 +GK_ATOM(onwheel, "onwheel") 1.836 +GK_ATOM(open, "open") 1.837 +GK_ATOM(optgroup, "optgroup") 1.838 +GK_ATOM(optimum, "optimum") 1.839 +GK_ATOM(option, "option") 1.840 +GK_ATOM(_or, "or") 1.841 +GK_ATOM(order, "order") 1.842 +GK_ATOM(ordinal, "ordinal") 1.843 +GK_ATOM(orient, "orient") 1.844 +GK_ATOM(orientation, "orientation") 1.845 +GK_ATOM(otherwise, "otherwise") 1.846 +GK_ATOM(output, "output") 1.847 +GK_ATOM(overflow, "overflow") 1.848 +GK_ATOM(overflowchanged, "overflowchanged") 1.849 +GK_ATOM(overlay, "overlay") 1.850 +GK_ATOM(overlap, "overlap") 1.851 +GK_ATOM(p, "p") 1.852 +GK_ATOM(pack, "pack") 1.853 +GK_ATOM(page, "page") 1.854 +GK_ATOM(pageincrement, "pageincrement") 1.855 +GK_ATOM(pagex, "pagex") 1.856 +GK_ATOM(pagey, "pagey") 1.857 +GK_ATOM(paint_order, "paint-order") 1.858 +GK_ATOM(palettename, "palettename") 1.859 +GK_ATOM(panel, "panel") 1.860 +GK_ATOM(param, "param") 1.861 +GK_ATOM(parameter, "parameter") 1.862 +GK_ATOM(parent, "parent") 1.863 +GK_ATOM(parentapp, "parentapp") 1.864 +GK_ATOM(parentfocused, "parentfocused") 1.865 +GK_ATOM(parsetype, "parsetype") 1.866 +GK_ATOM(pattern, "pattern") 1.867 +GK_ATOM(patternSeparator, "pattern-separator") 1.868 +GK_ATOM(perMille, "per-mille") 1.869 +GK_ATOM(percent, "percent") 1.870 +GK_ATOM(persist, "persist") 1.871 +GK_ATOM(phase, "phase") 1.872 +GK_ATOM(ping, "ping") 1.873 +GK_ATOM(pinned,"pinned") 1.874 +GK_ATOM(placeholder, "placeholder") 1.875 +GK_ATOM(plaintext, "plaintext") 1.876 +GK_ATOM(playbackrate, "playbackrate") 1.877 +GK_ATOM(pointSize, "point-size") 1.878 +GK_ATOM(poly, "poly") 1.879 +GK_ATOM(polygon, "polygon") 1.880 +GK_ATOM(popup, "popup") 1.881 +GK_ATOM(popupalign, "popupalign") 1.882 +GK_ATOM(popupanchor, "popupanchor") 1.883 +GK_ATOM(popupgroup, "popupgroup") 1.884 +GK_ATOM(popuphidden, "popuphidden") 1.885 +GK_ATOM(popuphiding, "popuphiding") 1.886 +GK_ATOM(popupset, "popupset") 1.887 +GK_ATOM(popupshowing, "popupshowing") 1.888 +GK_ATOM(popupshown, "popupshown") 1.889 +GK_ATOM(popupsinherittooltip, "popupsinherittooltip") 1.890 +GK_ATOM(position, "position") 1.891 +GK_ATOM(poster, "poster") 1.892 +GK_ATOM(pre, "pre") 1.893 +GK_ATOM(preceding, "preceding") 1.894 +GK_ATOM(precedingSibling, "preceding-sibling") 1.895 +GK_ATOM(predicate, "predicate") 1.896 +GK_ATOM(prefix, "prefix") 1.897 +GK_ATOM(preload, "preload") 1.898 +GK_ATOM(preserve, "preserve") 1.899 +GK_ATOM(preserveSpace, "preserve-space") 1.900 +GK_ATOM(preventdefault, "preventdefault") 1.901 +GK_ATOM(primary, "primary") 1.902 +GK_ATOM(print, "print") 1.903 +GK_ATOM(priority, "priority") 1.904 +GK_ATOM(processingInstruction, "processing-instruction") 1.905 +GK_ATOM(profile, "profile") 1.906 +GK_ATOM(progress, "progress") 1.907 +GK_ATOM(progressmeter, "progressmeter") 1.908 +GK_ATOM(progressNormal, "progressNormal") 1.909 +GK_ATOM(progressUndetermined, "progressUndetermined") 1.910 +GK_ATOM(projection, "projection") 1.911 +GK_ATOM(prompt, "prompt") 1.912 +GK_ATOM(propagate, "propagate") 1.913 +GK_ATOM(properties, "properties") 1.914 +GK_ATOM(property, "property") 1.915 +GK_ATOM(pubdate, "pubdate") 1.916 +GK_ATOM(q, "q") 1.917 +GK_ATOM(query, "query") 1.918 +GK_ATOM(queryset, "queryset") 1.919 +GK_ATOM(querytype, "querytype") 1.920 +GK_ATOM(radio, "radio") 1.921 +GK_ATOM(radiogroup, "radiogroup") 1.922 +GK_ATOM(range, "range") 1.923 +GK_ATOM(readonly, "readonly") 1.924 +GK_ATOM(rect, "rect") 1.925 +GK_ATOM(rectangle, "rectangle") 1.926 +GK_ATOM(ref, "ref") 1.927 +GK_ATOM(refresh, "refresh") 1.928 +GK_ATOM(rel, "rel") 1.929 +GK_ATOM(rem, "rem") 1.930 +GK_ATOM(removeelement, "removeelement") 1.931 +GK_ATOM(renderingobserverlist, "renderingobserverlist") 1.932 +GK_ATOM(repeat, "repeat") 1.933 +GK_ATOM(replace, "replace") 1.934 +GK_ATOM(required, "required") 1.935 +GK_ATOM(reset, "reset") 1.936 +GK_ATOM(resizeafter, "resizeafter") 1.937 +GK_ATOM(resizebefore, "resizebefore") 1.938 +GK_ATOM(resizer, "resizer") 1.939 +GK_ATOM(resolution, "resolution") 1.940 +GK_ATOM(resource, "resource") 1.941 +GK_ATOM(resources, "resources") 1.942 +GK_ATOM(result, "result") 1.943 +GK_ATOM(resultPrefix, "result-prefix") 1.944 +GK_ATOM(rev, "rev") 1.945 +GK_ATOM(reverse, "reverse") 1.946 +GK_ATOM(reversed, "reversed") 1.947 +GK_ATOM(richlistbox, "richlistbox") 1.948 +GK_ATOM(richlistitem, "richlistitem") 1.949 +GK_ATOM(right, "right") 1.950 +GK_ATOM(rightmargin, "rightmargin") 1.951 +GK_ATOM(rightpadding, "rightpadding") 1.952 +GK_ATOM(role, "role") 1.953 +GK_ATOM(rolluponmousewheel, "rolluponmousewheel") 1.954 +GK_ATOM(round, "round") 1.955 +GK_ATOM(row, "row") 1.956 +GK_ATOM(rows, "rows") 1.957 +GK_ATOM(rowspan, "rowspan") 1.958 +GK_ATOM(rp, "rp") 1.959 +GK_ATOM(rt, "rt") 1.960 +GK_ATOM(rtl, "rtl") 1.961 +GK_ATOM(ruby, "ruby") 1.962 +GK_ATOM(rule, "rule") 1.963 +GK_ATOM(rules, "rules") 1.964 +GK_ATOM(s, "s") 1.965 +GK_ATOM(samp, "samp") 1.966 +GK_ATOM(sandbox, "sandbox") 1.967 +GK_ATOM(sbattr, "sbattr") 1.968 +GK_ATOM(scale, "scale") 1.969 +GK_ATOM(scan, "scan") 1.970 +GK_ATOM(scheme, "scheme") 1.971 +GK_ATOM(scope, "scope") 1.972 +GK_ATOM(scoped, "scoped") 1.973 +GK_ATOM(screen, "screen") 1.974 +GK_ATOM(screenX, "screenX") 1.975 +GK_ATOM(screenY, "screenY") 1.976 +GK_ATOM(script, "script") 1.977 +GK_ATOM(scriptEnabledBeforePrintOrPreview, "scriptEnabledBeforePrintOrPreview") 1.978 +GK_ATOM(scrollbar, "scrollbar") 1.979 +GK_ATOM(scrollbarbutton, "scrollbarbutton") 1.980 +GK_ATOM(scrollbarDownBottom, "scrollbar-down-bottom") 1.981 +GK_ATOM(scrollbarDownTop, "scrollbar-down-top") 1.982 +GK_ATOM(scrollbarUpBottom, "scrollbar-up-bottom") 1.983 +GK_ATOM(scrollbarUpTop, "scrollbar-up-top") 1.984 +GK_ATOM(scrollbox, "scrollbox") 1.985 +GK_ATOM(scrollcorner, "scrollcorner") 1.986 +GK_ATOM(scrolling, "scrolling") 1.987 +GK_ATOM(section, "section") 1.988 +GK_ATOM(select, "select") 1.989 +GK_ATOM(selectable, "selectable") 1.990 +GK_ATOM(selected, "selected") 1.991 +GK_ATOM(selectedIndex, "selectedIndex") 1.992 +GK_ATOM(selectedindex, "selectedindex") 1.993 +GK_ATOM(self, "self") 1.994 +GK_ATOM(seltype, "seltype") 1.995 +GK_ATOM(setcookie, "set-cookie") 1.996 +GK_ATOM(setter, "setter") 1.997 +GK_ATOM(shape, "shape") 1.998 +GK_ATOM(show, "show") 1.999 +GK_ATOM(showcaret, "showcaret") 1.1000 +GK_ATOM(showresizer, "showresizer") 1.1001 +GK_ATOM(simple, "simple") 1.1002 +GK_ATOM(single, "single") 1.1003 +GK_ATOM(size, "size") 1.1004 +GK_ATOM(sizes, "sizes") 1.1005 +GK_ATOM(sizemode, "sizemode") 1.1006 +GK_ATOM(sizetopopup, "sizetopopup") 1.1007 +GK_ATOM(slider, "slider") 1.1008 +GK_ATOM(small, "small") 1.1009 +GK_ATOM(smooth, "smooth") 1.1010 +GK_ATOM(snap, "snap") 1.1011 +GK_ATOM(sort, "sort") 1.1012 +GK_ATOM(sortActive, "sortActive") 1.1013 +GK_ATOM(sortDirection, "sortDirection") 1.1014 +GK_ATOM(sorted, "sorted") 1.1015 +GK_ATOM(sorthints, "sorthints") 1.1016 +GK_ATOM(sortLocked, "sortLocked") 1.1017 +GK_ATOM(sortResource, "sortResource") 1.1018 +GK_ATOM(sortResource2, "sortResource2") 1.1019 +GK_ATOM(sortSeparators, "sortSeparators") 1.1020 +GK_ATOM(sortStaticsLast, "sortStaticsLast") 1.1021 +GK_ATOM(source, "source") 1.1022 +GK_ATOM(space, "space") 1.1023 +GK_ATOM(spacer, "spacer") 1.1024 +GK_ATOM(span, "span") 1.1025 +GK_ATOM(spellcheck, "spellcheck") 1.1026 +GK_ATOM(spinner, "spinner") 1.1027 +GK_ATOM(split, "split") 1.1028 +GK_ATOM(splitmenu, "splitmenu") 1.1029 +GK_ATOM(splitter, "splitter") 1.1030 +GK_ATOM(spring, "spring") 1.1031 +GK_ATOM(src, "src") 1.1032 +GK_ATOM(srcdoc, "srcdoc") 1.1033 +GK_ATOM(srclang, "srclang") 1.1034 +GK_ATOM(stack, "stack") 1.1035 +GK_ATOM(standalone, "standalone") 1.1036 +GK_ATOM(standby, "standby") 1.1037 +GK_ATOM(start, "start") 1.1038 +GK_ATOM(start_after, "start_after") 1.1039 +GK_ATOM(start_before, "start_before") 1.1040 +GK_ATOM(startsWith, "starts-with") 1.1041 +GK_ATOM(state, "state") 1.1042 +GK_ATOM(statedatasource, "statedatasource") 1.1043 +GK_ATOM(staticHint, "staticHint") 1.1044 +GK_ATOM(statusbar, "statusbar") 1.1045 +GK_ATOM(statustext, "statustext") 1.1046 +GK_ATOM(step, "step") 1.1047 +GK_ATOM(stop, "stop") 1.1048 +GK_ATOM(stretch, "stretch") 1.1049 +GK_ATOM(strike, "strike") 1.1050 +GK_ATOM(string, "string") 1.1051 +GK_ATOM(stringLength, "string-length") 1.1052 +GK_ATOM(stripSpace, "strip-space") 1.1053 +GK_ATOM(strong, "strong") 1.1054 +GK_ATOM(style, "style") 1.1055 +GK_ATOM(stylesheet, "stylesheet") 1.1056 +GK_ATOM(stylesheetPrefix, "stylesheet-prefix") 1.1057 +GK_ATOM(subject, "subject") 1.1058 +GK_ATOM(submit, "submit") 1.1059 +GK_ATOM(substate, "substate") 1.1060 +GK_ATOM(substring, "substring") 1.1061 +GK_ATOM(substringAfter, "substring-after") 1.1062 +GK_ATOM(substringBefore, "substring-before") 1.1063 +GK_ATOM(sub, "sub") 1.1064 +GK_ATOM(sum, "sum") 1.1065 +GK_ATOM(sup, "sup") 1.1066 +GK_ATOM(summary, "summary") 1.1067 +GK_ATOM(systemProperty, "system-property") 1.1068 +GK_ATOM(tab, "tab") 1.1069 +GK_ATOM(tabbox, "tabbox") 1.1070 +GK_ATOM(tabindex, "tabindex") 1.1071 +GK_ATOM(table, "table") 1.1072 +GK_ATOM(tabpanel, "tabpanel") 1.1073 +GK_ATOM(tabpanels, "tabpanels") 1.1074 +GK_ATOM(tag, "tag") 1.1075 +GK_ATOM(target, "target") 1.1076 +GK_ATOM(targets, "targets") 1.1077 +GK_ATOM(tbody, "tbody") 1.1078 +GK_ATOM(td, "td") 1.1079 +GK_ATOM(_template, "template") 1.1080 +GK_ATOM(text_decoration, "text-decoration") 1.1081 +GK_ATOM(terminate, "terminate") 1.1082 +GK_ATOM(test, "test") 1.1083 +GK_ATOM(text, "text") 1.1084 +GK_ATOM(textarea, "textarea") 1.1085 +GK_ATOM(textbox, "textbox") 1.1086 +GK_ATOM(textnode, "textnode") 1.1087 +GK_ATOM(textNodeDirectionalityMap, "textNodeDirectionalityMap") 1.1088 +GK_ATOM(tfoot, "tfoot") 1.1089 +GK_ATOM(th, "th") 1.1090 +GK_ATOM(thead, "thead") 1.1091 +GK_ATOM(thumb, "thumb") 1.1092 +GK_ATOM(time, "time") 1.1093 +GK_ATOM(title, "title") 1.1094 +GK_ATOM(titlebar, "titlebar") 1.1095 +GK_ATOM(titletip, "titletip") 1.1096 +GK_ATOM(toggled, "toggled") 1.1097 +GK_ATOM(token, "token") 1.1098 +GK_ATOM(tokenize, "tokenize") 1.1099 +GK_ATOM(toolbar, "toolbar") 1.1100 +GK_ATOM(toolbarbutton, "toolbarbutton") 1.1101 +GK_ATOM(toolbaritem, "toolbaritem") 1.1102 +GK_ATOM(toolbox, "toolbox") 1.1103 +GK_ATOM(tooltip, "tooltip") 1.1104 +GK_ATOM(tooltiptext, "tooltiptext") 1.1105 +GK_ATOM(top, "top") 1.1106 +GK_ATOM(topleft, "topleft") 1.1107 +GK_ATOM(topmargin, "topmargin") 1.1108 +GK_ATOM(toppadding, "toppadding") 1.1109 +GK_ATOM(topright, "topright") 1.1110 +GK_ATOM(tr, "tr") 1.1111 +GK_ATOM(track, "track") 1.1112 +GK_ATOM(trailing, "trailing") 1.1113 +GK_ATOM(transform, "transform") 1.1114 +GK_ATOM(transformiix, "transformiix") 1.1115 +GK_ATOM(translate, "translate") 1.1116 +GK_ATOM(transparent, "transparent") 1.1117 +GK_ATOM(tree, "tree") 1.1118 +GK_ATOM(treecell, "treecell") 1.1119 +GK_ATOM(treechildren, "treechildren") 1.1120 +GK_ATOM(treecol, "treecol") 1.1121 +GK_ATOM(treecolpicker, "treecolpicker") 1.1122 +GK_ATOM(treecols, "treecols") 1.1123 +GK_ATOM(treeitem, "treeitem") 1.1124 +GK_ATOM(treerow, "treerow") 1.1125 +GK_ATOM(treeseparator, "treeseparator") 1.1126 +GK_ATOM(triple, "triple") 1.1127 +GK_ATOM(_true, "true") 1.1128 +GK_ATOM(tt, "tt") 1.1129 +GK_ATOM(tty, "tty") 1.1130 +GK_ATOM(tv, "tv") 1.1131 +GK_ATOM(type, "type") 1.1132 +GK_ATOM(typemustmatch, "typemustmatch") 1.1133 +GK_ATOM(u, "u") 1.1134 +GK_ATOM(ul, "ul") 1.1135 +GK_ATOM(underflow, "underflow") 1.1136 +GK_ATOM(undetermined, "undetermined") 1.1137 +GK_ATOM(undoscope, "undoscope") 1.1138 +GK_ATOM(unload, "unload") 1.1139 +GK_ATOM(unparsedEntityUri, "unparsed-entity-uri") 1.1140 +GK_ATOM(upperFirst, "upper-first") 1.1141 +GK_ATOM(uri, "uri") 1.1142 +GK_ATOM(use, "use") 1.1143 +GK_ATOM(useAttributeSets, "use-attribute-sets") 1.1144 +GK_ATOM(usemap, "usemap") 1.1145 +GK_ATOM(user_scalable, "user-scalable") 1.1146 +GK_ATOM(userInput, "userInput") 1.1147 +GK_ATOM(validate, "validate") 1.1148 +GK_ATOM(valign, "valign") 1.1149 +GK_ATOM(value, "value") 1.1150 +GK_ATOM(values, "values") 1.1151 +GK_ATOM(valueOf, "value-of") 1.1152 +GK_ATOM(valuetype, "valuetype") 1.1153 +GK_ATOM(var, "var") 1.1154 +GK_ATOM(variable, "variable") 1.1155 +GK_ATOM(vbox, "vbox") 1.1156 +GK_ATOM(vcard_name, "vcard_name") 1.1157 +GK_ATOM(vendor, "vendor") 1.1158 +GK_ATOM(vendorUrl, "vendor-url") 1.1159 +GK_ATOM(version, "version") 1.1160 +GK_ATOM(vert, "vert") 1.1161 +GK_ATOM(vertical, "vertical") 1.1162 +GK_ATOM(audio, "audio") 1.1163 +GK_ATOM(video, "video") 1.1164 +GK_ATOM(videocontrols, "videocontrols") 1.1165 +GK_ATOM(viewport, "viewport") 1.1166 +GK_ATOM(viewport_height, "viewport-height") 1.1167 +GK_ATOM(viewport_initial_scale, "viewport-initial-scale") 1.1168 +GK_ATOM(viewport_maximum_scale, "viewport-maximum-scale") 1.1169 +GK_ATOM(viewport_minimum_scale, "viewport-minimum-scale") 1.1170 +GK_ATOM(viewport_user_scalable, "viewport-user-scalable") 1.1171 +GK_ATOM(viewport_width, "viewport-width") 1.1172 +GK_ATOM(visibility, "visibility") 1.1173 +GK_ATOM(vlink, "vlink") 1.1174 +GK_ATOM(vspace, "vspace") 1.1175 +GK_ATOM(wbr, "wbr") 1.1176 +GK_ATOM(when, "when") 1.1177 +GK_ATOM(where, "where") 1.1178 +GK_ATOM(widget, "widget") 1.1179 +GK_ATOM(width, "width") 1.1180 +GK_ATOM(window, "window") 1.1181 +GK_ATOM(headerWindowTarget, "window-target") 1.1182 +GK_ATOM(windowtype, "windowtype") 1.1183 +GK_ATOM(withParam, "with-param") 1.1184 +GK_ATOM(wizard, "wizard") 1.1185 +GK_ATOM(wrap, "wrap") 1.1186 +GK_ATOM(headerDNSPrefetchControl,"x-dns-prefetch-control") 1.1187 +GK_ATOM(headerOldCSP, "x-content-security-policy") 1.1188 +GK_ATOM(headerOldCSPReportOnly, "x-content-security-policy-report-only") 1.1189 +GK_ATOM(headerCSP, "content-security-policy") 1.1190 +GK_ATOM(headerCSPReportOnly, "content-security-policy-report-only") 1.1191 +GK_ATOM(headerXFO, "x-frame-options") 1.1192 +GK_ATOM(x_western, "x-western") 1.1193 +GK_ATOM(xml, "xml") 1.1194 +GK_ATOM(xml_stylesheet, "xml-stylesheet") 1.1195 +GK_ATOM(xmlns, "xmlns") 1.1196 +GK_ATOM(xmp, "xmp") 1.1197 +GK_ATOM(xulcontentsgenerated, "xulcontentsgenerated") 1.1198 +GK_ATOM(yes, "yes") 1.1199 +GK_ATOM(z_index, "z-index") 1.1200 +GK_ATOM(zeroDigit, "zero-digit") 1.1201 + 1.1202 + 1.1203 +GK_ATOM(percentage, "%") 1.1204 +GK_ATOM(A, "A") 1.1205 +GK_ATOM(alignment_baseline, "alignment-baseline") 1.1206 +GK_ATOM(allowReorder, "allowReorder") 1.1207 +GK_ATOM(altGlyph, "altGlyph") 1.1208 +GK_ATOM(altGlyphDef, "altGlyphDef") 1.1209 +GK_ATOM(altGlyphItem, "altGlyphItem") 1.1210 +GK_ATOM(amplitude, "amplitude") 1.1211 +GK_ATOM(animate, "animate") 1.1212 +GK_ATOM(animateColor, "animateColor") 1.1213 +GK_ATOM(animateMotion, "animateMotion") 1.1214 +GK_ATOM(animateTransform, "animateTransform") 1.1215 +GK_ATOM(arithmetic, "arithmetic") 1.1216 +GK_ATOM(atop, "atop") 1.1217 +GK_ATOM(azimuth, "azimuth") 1.1218 +GK_ATOM(B, "B") 1.1219 +GK_ATOM(baseFrequency, "baseFrequency") 1.1220 +GK_ATOM(baseline_shift, "baseline-shift") 1.1221 +GK_ATOM(bias, "bias") 1.1222 +GK_ATOM(clip_path, "clip-path") 1.1223 +GK_ATOM(clip_rule, "clip-rule") 1.1224 +GK_ATOM(clipPath, "clipPath") 1.1225 +GK_ATOM(clipPathUnits, "clipPathUnits") 1.1226 +GK_ATOM(cm, "cm") 1.1227 +GK_ATOM(colorInterpolation, "color-interpolation") 1.1228 +GK_ATOM(colorInterpolationFilters, "color-interpolation-filters") 1.1229 +GK_ATOM(colorProfile, "color-profile") 1.1230 +GK_ATOM(cursor, "cursor") 1.1231 +GK_ATOM(cx, "cx") 1.1232 +GK_ATOM(cy, "cy") 1.1233 +GK_ATOM(d, "d") 1.1234 +GK_ATOM(darken, "darken") 1.1235 +GK_ATOM(defs, "defs") 1.1236 +GK_ATOM(definition_src, "definition-src") 1.1237 +GK_ATOM(deg, "deg") 1.1238 +GK_ATOM(desc, "desc") 1.1239 +GK_ATOM(diffuseConstant, "diffuseConstant") 1.1240 +GK_ATOM(dilate, "dilate") 1.1241 +GK_ATOM(direction, "direction") 1.1242 +GK_ATOM(disable, "disable") 1.1243 +GK_ATOM(discrete, "discrete") 1.1244 +GK_ATOM(divisor, "divisor") 1.1245 +GK_ATOM(dominant_baseline, "dominant-baseline") 1.1246 +GK_ATOM(duplicate, "duplicate") 1.1247 +GK_ATOM(dx, "dx") 1.1248 +GK_ATOM(dy, "dy") 1.1249 +GK_ATOM(edgeMode, "edgeMode") 1.1250 +GK_ATOM(ellipse, "ellipse") 1.1251 +GK_ATOM(elevation, "elevation") 1.1252 +GK_ATOM(erode, "erode") 1.1253 +GK_ATOM(ex, "ex") 1.1254 +GK_ATOM(exact, "exact") 1.1255 +GK_ATOM(exponent, "exponent") 1.1256 +GK_ATOM(feBlend, "feBlend") 1.1257 +GK_ATOM(feColorMatrix, "feColorMatrix") 1.1258 +GK_ATOM(feComponentTransfer, "feComponentTransfer") 1.1259 +GK_ATOM(feComposite, "feComposite") 1.1260 +GK_ATOM(feConvolveMatrix, "feConvolveMatrix") 1.1261 +GK_ATOM(feDiffuseLighting, "feDiffuseLighting") 1.1262 +GK_ATOM(feDisplacementMap, "feDisplacementMap") 1.1263 +GK_ATOM(feDistantLight,"feDistantLight") 1.1264 +GK_ATOM(feDropShadow, "feDropShadow") 1.1265 +GK_ATOM(feFlood, "feFlood") 1.1266 +GK_ATOM(feFuncA, "feFuncA") 1.1267 +GK_ATOM(feFuncB, "feFuncB") 1.1268 +GK_ATOM(feFuncG, "feFuncG") 1.1269 +GK_ATOM(feFuncR, "feFuncR") 1.1270 +GK_ATOM(feGaussianBlur, "feGaussianBlur") 1.1271 +GK_ATOM(feImage, "feImage") 1.1272 +GK_ATOM(feMerge, "feMerge") 1.1273 +GK_ATOM(feMergeNode, "feMergeNode") 1.1274 +GK_ATOM(feMorphology, "feMorphology") 1.1275 +GK_ATOM(feOffset, "feOffset") 1.1276 +GK_ATOM(fePointLight, "fePointLight") 1.1277 +GK_ATOM(feSpecularLighting, "feSpecularLighting") 1.1278 +GK_ATOM(feSpotLight, "feSpotLight") 1.1279 +GK_ATOM(feTile, "feTile") 1.1280 +GK_ATOM(feTurbulence, "feTurbulence") 1.1281 +GK_ATOM(fill, "fill") 1.1282 +GK_ATOM(fill_opacity, "fill-opacity") 1.1283 +GK_ATOM(fill_rule, "fill-rule") 1.1284 +GK_ATOM(filter, "filter") 1.1285 +// Parsing for filterRes may be removed in the future. 1.1286 +// https://bugzilla.mozilla.org/show_bug.cgi?id=979472 1.1287 +GK_ATOM(filterRes, "filterRes") 1.1288 +GK_ATOM(filterUnits, "filterUnits") 1.1289 +GK_ATOM(flood_color, "flood-color") 1.1290 +GK_ATOM(flood_opacity, "flood-opacity") 1.1291 +GK_ATOM(font_face, "font-face") 1.1292 +GK_ATOM(font_face_format, "font-face-format") 1.1293 +GK_ATOM(font_face_name, "font-face-name") 1.1294 +GK_ATOM(font_face_src, "font-face-src") 1.1295 +GK_ATOM(font_face_uri, "font-face-uri") 1.1296 +GK_ATOM(font_family, "font-family") 1.1297 +GK_ATOM(font_size, "font-size") 1.1298 +GK_ATOM(font_size_adjust, "font-size-adjust") 1.1299 +GK_ATOM(font_stretch, "font-stretch") 1.1300 +GK_ATOM(font_style, "font-style") 1.1301 +GK_ATOM(font_variant, "font-variant") 1.1302 +GK_ATOM(foreignObject, "foreignObject") 1.1303 +GK_ATOM(fractalNoise, "fractalNoise") 1.1304 +GK_ATOM(fx, "fx") 1.1305 +GK_ATOM(fy, "fy") 1.1306 +GK_ATOM(G, "G") 1.1307 +GK_ATOM(g, "g") 1.1308 +GK_ATOM(gamma, "gamma") 1.1309 +// 'generic' conflicts with msvc11 winrt compiler extensions 1.1310 +GK_ATOM(generic_, "generic") 1.1311 +GK_ATOM(glyph, "glyph") 1.1312 +GK_ATOM(glyphRef, "glyphRef") 1.1313 +GK_ATOM(glyph_orientation_horizontal, "glyph-orientation-horizontal") 1.1314 +GK_ATOM(glyph_orientation_vertical, "glyph-orientation-vertical") 1.1315 +GK_ATOM(grad, "grad") 1.1316 +GK_ATOM(gradientTransform, "gradientTransform") 1.1317 +GK_ATOM(gradientUnits, "gradientUnits") 1.1318 +GK_ATOM(hkern, "hkern") 1.1319 +GK_ATOM(hueRotate, "hueRotate") 1.1320 +GK_ATOM(identity, "identity") 1.1321 +GK_ATOM(image_rendering, "image-rendering") 1.1322 +GK_ATOM(in, "in") 1.1323 +GK_ATOM(in2, "in2") 1.1324 +GK_ATOM(intercept, "intercept") 1.1325 +GK_ATOM(k1, "k1") 1.1326 +GK_ATOM(k2, "k2") 1.1327 +GK_ATOM(k3, "k3") 1.1328 +GK_ATOM(k4, "k4") 1.1329 +GK_ATOM(kerning, "kerning") 1.1330 +GK_ATOM(kernelMatrix, "kernelMatrix") 1.1331 +GK_ATOM(kernelUnitLength, "kernelUnitLength") 1.1332 +GK_ATOM(lengthAdjust, "lengthAdjust") 1.1333 +GK_ATOM(letter_spacing, "letter-spacing") 1.1334 +GK_ATOM(lighten, "lighten") 1.1335 +GK_ATOM(lighting_color, "lighting-color") 1.1336 +GK_ATOM(limitingConeAngle, "limitingConeAngle") 1.1337 +GK_ATOM(linear, "linear") 1.1338 +GK_ATOM(linearGradient, "linearGradient") 1.1339 +GK_ATOM(linearRGB, "linearRGB") 1.1340 +GK_ATOM(luminanceToAlpha, "luminanceToAlpha") 1.1341 +GK_ATOM(magnify, "magnify") 1.1342 +GK_ATOM(marker, "marker") 1.1343 +GK_ATOM(marker_end, "marker-end") 1.1344 +GK_ATOM(marker_mid, "marker-mid") 1.1345 +GK_ATOM(marker_start, "marker-start") 1.1346 +GK_ATOM(markerHeight, "markerHeight") 1.1347 +GK_ATOM(markerUnits, "markerUnits") 1.1348 +GK_ATOM(markerWidth, "markerWidth") 1.1349 +GK_ATOM(mask, "mask") 1.1350 +GK_ATOM(maskContentUnits, "maskContentUnits") 1.1351 +GK_ATOM(mask_type, "mask-type") 1.1352 +GK_ATOM(maskUnits, "maskUnits") 1.1353 +GK_ATOM(matrix, "matrix") 1.1354 +GK_ATOM(metadata, "metadata") 1.1355 +GK_ATOM(missingGlyph, "missing-glyph") 1.1356 +GK_ATOM(mm, "mm") 1.1357 +GK_ATOM(mpath, "mpath") 1.1358 +GK_ATOM(noStitch, "noStitch") 1.1359 +GK_ATOM(numOctaves, "numOctaves") 1.1360 +GK_ATOM(multiply, "multiply") 1.1361 +GK_ATOM(objectBoundingBox, "objectBoundingBox") 1.1362 +GK_ATOM(offset, "offset") 1.1363 +GK_ATOM(onSVGLoad, "onSVGLoad") 1.1364 +GK_ATOM(onSVGResize, "onSVGResize") 1.1365 +GK_ATOM(onSVGScroll, "onSVGScroll") 1.1366 +GK_ATOM(onSVGUnload, "onSVGUnload") 1.1367 +GK_ATOM(onSVGZoom, "onSVGZoom") 1.1368 +GK_ATOM(onzoom, "onzoom") 1.1369 +GK_ATOM(opacity, "opacity") 1.1370 +GK_ATOM(_operator, "operator") 1.1371 +GK_ATOM(out, "out") 1.1372 +GK_ATOM(over, "over") 1.1373 +GK_ATOM(overridePreserveAspectRatio, "overridePreserveAspectRatio") 1.1374 +GK_ATOM(pad, "pad") 1.1375 +GK_ATOM(path, "path") 1.1376 +GK_ATOM(pathLength, "pathLength") 1.1377 +GK_ATOM(patternContentUnits, "patternContentUnits") 1.1378 +GK_ATOM(patternTransform, "patternTransform") 1.1379 +GK_ATOM(patternUnits, "patternUnits") 1.1380 +GK_ATOM(pc, "pc") 1.1381 +GK_ATOM(pointer_events, "pointer-events") 1.1382 +GK_ATOM(points, "points") 1.1383 +GK_ATOM(pointsAtX, "pointsAtX") 1.1384 +GK_ATOM(pointsAtY, "pointsAtY") 1.1385 +GK_ATOM(pointsAtZ, "pointsAtZ") 1.1386 +GK_ATOM(polyline, "polyline") 1.1387 +GK_ATOM(preserveAlpha, "preserveAlpha") 1.1388 +GK_ATOM(preserveAspectRatio, "preserveAspectRatio") 1.1389 +GK_ATOM(primitiveUnits, "primitiveUnits") 1.1390 +GK_ATOM(pt, "pt") 1.1391 +GK_ATOM(px, "px") 1.1392 +GK_ATOM(R, "R") 1.1393 +GK_ATOM(r, "r") 1.1394 +GK_ATOM(rad, "rad") 1.1395 +GK_ATOM(radialGradient, "radialGradient") 1.1396 +GK_ATOM(radius, "radius") 1.1397 +GK_ATOM(reflect, "reflect") 1.1398 +GK_ATOM(refX, "refX") 1.1399 +GK_ATOM(refY, "refY") 1.1400 +GK_ATOM(requiredExtensions, "requiredExtensions") 1.1401 +GK_ATOM(requiredFeatures, "requiredFeatures") 1.1402 +GK_ATOM(rotate, "rotate") 1.1403 +GK_ATOM(rx, "rx") 1.1404 +GK_ATOM(ry, "ry") 1.1405 +GK_ATOM(saturate, "saturate") 1.1406 +GK_ATOM(set, "set") 1.1407 +GK_ATOM(seed, "seed") 1.1408 +GK_ATOM(shadow, "shadow") 1.1409 +GK_ATOM(shape_rendering, "shape-rendering") 1.1410 +GK_ATOM(skewX, "skewX") 1.1411 +GK_ATOM(skewY, "skewY") 1.1412 +GK_ATOM(slope, "slope") 1.1413 +GK_ATOM(spacing, "spacing") 1.1414 +GK_ATOM(spacingAndGlyphs, "spacingAndGlyphs") 1.1415 +GK_ATOM(specularConstant, "specularConstant") 1.1416 +GK_ATOM(specularExponent, "specularExponent") 1.1417 +GK_ATOM(spreadMethod, "spreadMethod") 1.1418 +GK_ATOM(sRGB, "sRGB") 1.1419 +GK_ATOM(startOffset, "startOffset") 1.1420 +GK_ATOM(stdDeviation, "stdDeviation") 1.1421 +GK_ATOM(stitch, "stitch") 1.1422 +GK_ATOM(stitchTiles, "stitchTiles") 1.1423 +GK_ATOM(stop_color, "stop-color") 1.1424 +GK_ATOM(stop_opacity, "stop-opacity") 1.1425 +GK_ATOM(stroke, "stroke") 1.1426 +GK_ATOM(stroke_dasharray, "stroke-dasharray") 1.1427 +GK_ATOM(stroke_dashoffset, "stroke-dashoffset") 1.1428 +GK_ATOM(stroke_linecap, "stroke-linecap") 1.1429 +GK_ATOM(stroke_linejoin, "stroke-linejoin") 1.1430 +GK_ATOM(stroke_miterlimit, "stroke-miterlimit") 1.1431 +GK_ATOM(stroke_opacity, "stroke-opacity") 1.1432 +GK_ATOM(stroke_width, "stroke-width") 1.1433 +GK_ATOM(strokeWidth, "strokeWidth") 1.1434 +GK_ATOM(surfaceScale, "surfaceScale") 1.1435 +GK_ATOM(svg, "svg") 1.1436 +GK_ATOM(svgSwitch, "switch") 1.1437 +GK_ATOM(symbol, "symbol") 1.1438 +GK_ATOM(systemLanguage, "systemLanguage") 1.1439 +GK_ATOM(tableValues, "tableValues") 1.1440 +GK_ATOM(targetX, "targetX") 1.1441 +GK_ATOM(targetY, "targetY") 1.1442 +GK_ATOM(text_anchor, "text-anchor") 1.1443 +GK_ATOM(text_rendering, "text-rendering") 1.1444 +GK_ATOM(textLength, "textLength") 1.1445 +GK_ATOM(textPath, "textPath") 1.1446 +GK_ATOM(tref, "tref") 1.1447 +GK_ATOM(tspan, "tspan") 1.1448 +GK_ATOM(turbulence, "turbulence") 1.1449 +GK_ATOM(unicode_bidi, "unicode-bidi") 1.1450 +GK_ATOM(userSpaceOnUse, "userSpaceOnUse") 1.1451 +GK_ATOM(view, "view") 1.1452 +GK_ATOM(viewBox, "viewBox") 1.1453 +GK_ATOM(viewTarget, "viewTarget") 1.1454 +GK_ATOM(vkern, "vkern") 1.1455 +GK_ATOM(word_spacing, "word-spacing") 1.1456 +GK_ATOM(x, "x") 1.1457 +GK_ATOM(x1, "x1") 1.1458 +GK_ATOM(x2, "x2") 1.1459 +GK_ATOM(xChannelSelector, "xChannelSelector") 1.1460 +GK_ATOM(xor_, "xor") 1.1461 +GK_ATOM(y, "y") 1.1462 +GK_ATOM(y1, "y1") 1.1463 +GK_ATOM(y2, "y2") 1.1464 +GK_ATOM(yChannelSelector, "yChannelSelector") 1.1465 +GK_ATOM(z, "z") 1.1466 +GK_ATOM(zoomAndPan, "zoomAndPan") 1.1467 +GK_ATOM(vector_effect, "vector-effect") 1.1468 + 1.1469 +GK_ATOM(accumulate, "accumulate") 1.1470 +GK_ATOM(additive, "additive") 1.1471 +GK_ATOM(attributeName, "attributeName") 1.1472 +GK_ATOM(attributeType, "attributeType") 1.1473 +GK_ATOM(auto_reverse, "auto-reverse") 1.1474 +GK_ATOM(begin, "begin") 1.1475 +GK_ATOM(beginEvent, "beginEvent") 1.1476 +GK_ATOM(by, "by") 1.1477 +GK_ATOM(calcMode, "calcMode") 1.1478 +GK_ATOM(css, "CSS") 1.1479 +GK_ATOM(dur, "dur") 1.1480 +GK_ATOM(keyPoints, "keyPoints") 1.1481 +GK_ATOM(keySplines, "keySplines") 1.1482 +GK_ATOM(keyTimes, "keyTimes") 1.1483 +GK_ATOM(mozAnimateMotionDummyAttr, "_mozAnimateMotionDummyAttr") 1.1484 +GK_ATOM(onbegin, "onbegin") 1.1485 +GK_ATOM(onbeginEvent, "onbeginEvent") 1.1486 +GK_ATOM(onend, "onend") 1.1487 +GK_ATOM(onendEvent, "onendEvent") 1.1488 +GK_ATOM(onrepeat, "onrepeat") 1.1489 +GK_ATOM(onrepeatEvent, "onrepeatEvent") 1.1490 +GK_ATOM(repeatCount, "repeatCount") 1.1491 +GK_ATOM(repeatDur, "repeatDur") 1.1492 +GK_ATOM(repeatEvent, "repeatEvent") 1.1493 +GK_ATOM(restart, "restart") 1.1494 +GK_ATOM(to, "to") 1.1495 +GK_ATOM(XML, "XML") 1.1496 + 1.1497 +GK_ATOM(abs_, "abs") 1.1498 +GK_ATOM(accent_, "accent") 1.1499 +GK_ATOM(accentunder_, "accentunder") 1.1500 +GK_ATOM(actiontype_, "actiontype") 1.1501 +GK_ATOM(alignmentscope_, "alignmentscope") 1.1502 +GK_ATOM(altimg_, "altimg") 1.1503 +GK_ATOM(altimg_height_, "altimg-height") 1.1504 +GK_ATOM(altimg_valign_, "altimg-valign") 1.1505 +GK_ATOM(altimg_width_, "altimg-width") 1.1506 +GK_ATOM(annotation_, "annotation") 1.1507 +GK_ATOM(annotation_xml_, "annotation-xml") 1.1508 +GK_ATOM(apply_, "apply") 1.1509 +GK_ATOM(approx_, "approx") 1.1510 +GK_ATOM(arccos_, "arccos") 1.1511 +GK_ATOM(arccosh_, "arccosh") 1.1512 +GK_ATOM(arccot_, "arccot") 1.1513 +GK_ATOM(arccoth_, "arccoth") 1.1514 +GK_ATOM(arccsc_, "arccsc") 1.1515 +GK_ATOM(arccsch_, "arccsch") 1.1516 +GK_ATOM(arcsec_, "arcsec") 1.1517 +GK_ATOM(arcsech_, "arcsech") 1.1518 +GK_ATOM(arcsin_, "arcsin") 1.1519 +GK_ATOM(arcsinh_, "arcsinh") 1.1520 +GK_ATOM(arctan_, "arctan") 1.1521 +GK_ATOM(arctanh_, "arctanh") 1.1522 +GK_ATOM(arg_, "arg") 1.1523 +GK_ATOM(bevelled_, "bevelled") 1.1524 +GK_ATOM(bind_, "bind") 1.1525 +GK_ATOM(bvar_, "bvar") 1.1526 +GK_ATOM(card_, "card") 1.1527 +GK_ATOM(cartesianproduct_, "cartesianproduct") 1.1528 +GK_ATOM(cbytes_, "cbytes") 1.1529 +GK_ATOM(cd_, "cd") 1.1530 +GK_ATOM(cdgroup_, "cdgroup") 1.1531 +GK_ATOM(cerror_, "cerror") 1.1532 +GK_ATOM(charalign_, "charalign") 1.1533 +GK_ATOM(ci_, "ci") 1.1534 +GK_ATOM(closure_, "closure") 1.1535 +GK_ATOM(cn_, "cn") 1.1536 +GK_ATOM(codomain_, "codomain") 1.1537 +GK_ATOM(columnalign_, "columnalign") 1.1538 +GK_ATOM(columnalignment_, "columnalignment") 1.1539 +GK_ATOM(columnlines_, "columnlines") 1.1540 +GK_ATOM(columnspacing_, "columnspacing") 1.1541 +GK_ATOM(columnspan_, "columnspan") 1.1542 +GK_ATOM(columnwidth_, "columnwidth") 1.1543 +GK_ATOM(complexes_, "complexes") 1.1544 +GK_ATOM(compose_, "compose") 1.1545 +GK_ATOM(condition_, "condition") 1.1546 +GK_ATOM(conjugate_, "conjugate") 1.1547 +GK_ATOM(cos_, "cos") 1.1548 +GK_ATOM(cosh_, "cosh") 1.1549 +GK_ATOM(cot_, "cot") 1.1550 +GK_ATOM(coth_, "coth") 1.1551 +GK_ATOM(crossout_, "crossout") 1.1552 +GK_ATOM(csc_, "csc") 1.1553 +GK_ATOM(csch_, "csch") 1.1554 +GK_ATOM(cs_, "cs") 1.1555 +GK_ATOM(csymbol_, "csymbol") 1.1556 +GK_ATOM(curl_, "curl") 1.1557 +GK_ATOM(decimalpoint_, "decimalpoint") 1.1558 +GK_ATOM(definitionURL_, "definitionURL") 1.1559 +GK_ATOM(degree_, "degree") 1.1560 +GK_ATOM(denomalign_, "denomalign") 1.1561 +GK_ATOM(depth_, "depth") 1.1562 +GK_ATOM(determinant_, "determinant") 1.1563 +GK_ATOM(diff_, "diff") 1.1564 +GK_ATOM(displaystyle_, "displaystyle") 1.1565 +GK_ATOM(divergence_, "divergence") 1.1566 +GK_ATOM(divide_, "divide") 1.1567 +GK_ATOM(domain_, "domain") 1.1568 +GK_ATOM(domainofapplication_, "domainofapplication") 1.1569 +GK_ATOM(edge_, "edge") 1.1570 +GK_ATOM(el_, "el") 1.1571 +GK_ATOM(emptyset_, "emptyset") 1.1572 +GK_ATOM(eq_, "eq") 1.1573 +GK_ATOM(equalcolumns_, "equalcolumns") 1.1574 +GK_ATOM(equalrows_, "equalrows") 1.1575 +GK_ATOM(equivalent_, "equivalent") 1.1576 +GK_ATOM(eulergamma_, "eulergamma") 1.1577 +GK_ATOM(exists_, "exists") 1.1578 +GK_ATOM(exp_, "exp") 1.1579 +GK_ATOM(exponentiale_, "exponentiale") 1.1580 +GK_ATOM(factorial_, "factorial") 1.1581 +GK_ATOM(factorof_, "factorof") 1.1582 +GK_ATOM(fence_, "fence") 1.1583 +GK_ATOM(fn_, "fn") 1.1584 +GK_ATOM(fontfamily_, "fontfamily") 1.1585 +GK_ATOM(fontsize_, "fontsize") 1.1586 +GK_ATOM(fontstyle_, "fontstyle") 1.1587 +GK_ATOM(fontweight_, "fontweight") 1.1588 +GK_ATOM(forall_, "forall") 1.1589 +GK_ATOM(framespacing_, "framespacing") 1.1590 +GK_ATOM(gcd_, "gcd") 1.1591 +GK_ATOM(geq_, "geq") 1.1592 +GK_ATOM(groupalign_, "groupalign") 1.1593 +GK_ATOM(gt_, "gt") 1.1594 +GK_ATOM(ident_, "ident") 1.1595 +GK_ATOM(imaginaryi_, "imaginaryi") 1.1596 +GK_ATOM(imaginary_, "imaginary") 1.1597 +GK_ATOM(implies_, "implies") 1.1598 +GK_ATOM(indentalignfirst_, "indentalignfirst") 1.1599 +GK_ATOM(indentalign_, "indentalign") 1.1600 +GK_ATOM(indentalignlast_, "indentalignlast") 1.1601 +GK_ATOM(indentshiftfirst_, "indentshiftfirst") 1.1602 +GK_ATOM(indentshift_, "indentshift") 1.1603 +GK_ATOM(indenttarget_, "indenttarget") 1.1604 +GK_ATOM(integers_, "integers") 1.1605 +GK_ATOM(intersect_, "intersect") 1.1606 +GK_ATOM(interval_, "interval") 1.1607 +GK_ATOM(int_, "int") 1.1608 +GK_ATOM(inverse_, "inverse") 1.1609 +GK_ATOM(lambda_, "lambda") 1.1610 +GK_ATOM(laplacian_, "laplacian") 1.1611 +GK_ATOM(largeop_, "largeop") 1.1612 +GK_ATOM(lcm_, "lcm") 1.1613 +GK_ATOM(leq_, "leq") 1.1614 +GK_ATOM(limit_, "limit") 1.1615 +GK_ATOM(linebreak_, "linebreak") 1.1616 +GK_ATOM(linebreakmultchar_, "linebreakmultchar") 1.1617 +GK_ATOM(linebreakstyle_, "linebreakstyle") 1.1618 +GK_ATOM(linethickness_, "linethickness") 1.1619 +GK_ATOM(list_, "list") 1.1620 +GK_ATOM(ln_, "ln") 1.1621 +GK_ATOM(location_, "location") 1.1622 +GK_ATOM(logbase_, "logbase") 1.1623 +GK_ATOM(log_, "log") 1.1624 +GK_ATOM(longdivstyle_, "longdivstyle") 1.1625 +GK_ATOM(lowlimit_, "lowlimit") 1.1626 +GK_ATOM(lquote_, "lquote") 1.1627 +GK_ATOM(lspace_, "lspace") 1.1628 +GK_ATOM(lt_, "lt") 1.1629 +GK_ATOM(maction_, "maction") 1.1630 +GK_ATOM(maligngroup_, "maligngroup") 1.1631 +GK_ATOM(malignmark_, "malignmark") 1.1632 +GK_ATOM(mathbackground_, "mathbackground") 1.1633 +GK_ATOM(mathcolor_, "mathcolor") 1.1634 +GK_ATOM(mathsize_, "mathsize") 1.1635 +GK_ATOM(mathvariant_, "mathvariant") 1.1636 +GK_ATOM(matrixrow_, "matrixrow") 1.1637 +GK_ATOM(maxsize_, "maxsize") 1.1638 +GK_ATOM(mean_, "mean") 1.1639 +GK_ATOM(median_, "median") 1.1640 +GK_ATOM(menclose_, "menclose") 1.1641 +GK_ATOM(merror_, "merror") 1.1642 +GK_ATOM(mfenced_, "mfenced") 1.1643 +GK_ATOM(mfrac_, "mfrac") 1.1644 +GK_ATOM(mglyph_, "mglyph") 1.1645 +GK_ATOM(mi_, "mi") 1.1646 +GK_ATOM(minlabelspacing_, "minlabelspacing") 1.1647 +GK_ATOM(minsize_, "minsize") 1.1648 +GK_ATOM(minus_, "minus") 1.1649 +GK_ATOM(mlabeledtr_, "mlabeledtr") 1.1650 +GK_ATOM(mlongdiv_, "mlongdiv") 1.1651 +GK_ATOM(mmultiscripts_, "mmultiscripts") 1.1652 +GK_ATOM(mn_, "mn") 1.1653 +GK_ATOM(momentabout_, "momentabout") 1.1654 +GK_ATOM(moment_, "moment") 1.1655 +GK_ATOM(mo_, "mo") 1.1656 +GK_ATOM(movablelimits_, "movablelimits") 1.1657 +GK_ATOM(mover_, "mover") 1.1658 +GK_ATOM(mpadded_, "mpadded") 1.1659 +GK_ATOM(mphantom_, "mphantom") 1.1660 +GK_ATOM(mprescripts_, "mprescripts") 1.1661 +GK_ATOM(mroot_, "mroot") 1.1662 +GK_ATOM(mrow_, "mrow") 1.1663 +GK_ATOM(mscarries_, "mscarries") 1.1664 +GK_ATOM(mscarry_, "mscarry") 1.1665 +GK_ATOM(msgroup_, "msgroup") 1.1666 +GK_ATOM(msline_, "msline") 1.1667 +GK_ATOM(ms_, "ms") 1.1668 +GK_ATOM(mspace_, "mspace") 1.1669 +GK_ATOM(msqrt_, "msqrt") 1.1670 +GK_ATOM(msrow_, "msrow") 1.1671 +GK_ATOM(mstack_, "mstack") 1.1672 +GK_ATOM(mstyle_, "mstyle") 1.1673 +GK_ATOM(msub_, "msub") 1.1674 +GK_ATOM(msubsup_, "msubsup") 1.1675 +GK_ATOM(msup_, "msup") 1.1676 +GK_ATOM(mtable_, "mtable") 1.1677 +GK_ATOM(mtd_, "mtd") 1.1678 +GK_ATOM(mtext_, "mtext") 1.1679 +GK_ATOM(mtr_, "mtr") 1.1680 +GK_ATOM(munder_, "munder") 1.1681 +GK_ATOM(munderover_, "munderover") 1.1682 +GK_ATOM(naturalnumbers_, "naturalnumbers") 1.1683 +GK_ATOM(neq_, "neq") 1.1684 +GK_ATOM(notanumber_, "notanumber") 1.1685 +GK_ATOM(notation_, "notation") 1.1686 +GK_ATOM(note_, "note") 1.1687 +GK_ATOM(notin_, "notin") 1.1688 +GK_ATOM(notprsubset_, "notprsubset") 1.1689 +GK_ATOM(notsubset_, "notsubset") 1.1690 +GK_ATOM(numalign_, "numalign") 1.1691 +GK_ATOM(other_, "other") 1.1692 +GK_ATOM(outerproduct_, "outerproduct") 1.1693 +GK_ATOM(partialdiff_, "partialdiff") 1.1694 +GK_ATOM(piece_, "piece") 1.1695 +GK_ATOM(piecewise_, "piecewise") 1.1696 +GK_ATOM(pi_, "pi") 1.1697 +GK_ATOM(plus_, "plus") 1.1698 +GK_ATOM(power_, "power") 1.1699 +GK_ATOM(primes_, "primes") 1.1700 +GK_ATOM(product_, "product") 1.1701 +GK_ATOM(prsubset_, "prsubset") 1.1702 +GK_ATOM(quotient_, "quotient") 1.1703 +GK_ATOM(rationals_, "rationals") 1.1704 +GK_ATOM(real_, "real") 1.1705 +GK_ATOM(reals_, "reals") 1.1706 +GK_ATOM(reln_, "reln") 1.1707 +GK_ATOM(root_, "root") 1.1708 +GK_ATOM(rowalign_, "rowalign") 1.1709 +GK_ATOM(rowlines_, "rowlines") 1.1710 +GK_ATOM(rowspacing_, "rowspacing") 1.1711 +GK_ATOM(rquote_, "rquote") 1.1712 +GK_ATOM(rspace_, "rspace") 1.1713 +GK_ATOM(scalarproduct_, "scalarproduct") 1.1714 +GK_ATOM(schemaLocation_, "schemaLocation") 1.1715 +GK_ATOM(scriptlevel_, "scriptlevel") 1.1716 +GK_ATOM(scriptminsize_, "scriptminsize") 1.1717 +GK_ATOM(scriptsizemultiplier_, "scriptsizemultiplier") 1.1718 +GK_ATOM(scriptsize_, "scriptsize") 1.1719 +GK_ATOM(sdev_, "sdev") 1.1720 +GK_ATOM(sech_, "sech") 1.1721 +GK_ATOM(sec_, "sec") 1.1722 +GK_ATOM(selection_, "selection") 1.1723 +GK_ATOM(selector_, "selector") 1.1724 +GK_ATOM(semantics_, "semantics") 1.1725 +GK_ATOM(separator_, "separator") 1.1726 +GK_ATOM(separators_, "separators") 1.1727 +GK_ATOM(sep_, "sep") 1.1728 +GK_ATOM(setdiff_, "setdiff") 1.1729 +GK_ATOM(set_, "set") 1.1730 +GK_ATOM(share_, "share") 1.1731 +GK_ATOM(shift_, "shift") 1.1732 +GK_ATOM(side_, "side") 1.1733 +GK_ATOM(sinh_, "sinh") 1.1734 +GK_ATOM(sin_, "sin") 1.1735 +GK_ATOM(stackalign_, "stackalign") 1.1736 +GK_ATOM(stretchy_, "stretchy") 1.1737 +GK_ATOM(subscriptshift_, "subscriptshift") 1.1738 +GK_ATOM(subset_, "subset") 1.1739 +GK_ATOM(superscriptshift_, "superscriptshift") 1.1740 +GK_ATOM(symmetric_, "symmetric") 1.1741 +GK_ATOM(tanh_, "tanh") 1.1742 +GK_ATOM(tan_, "tan") 1.1743 +GK_ATOM(tendsto_, "tendsto") 1.1744 +GK_ATOM(times_, "times") 1.1745 +GK_ATOM(transpose_, "transpose") 1.1746 +GK_ATOM(union_, "union") 1.1747 +GK_ATOM(uplimit_, "uplimit") 1.1748 +GK_ATOM(variance_, "variance") 1.1749 +GK_ATOM(vectorproduct_, "vectorproduct") 1.1750 +GK_ATOM(vector_, "vector") 1.1751 +GK_ATOM(voffset_, "voffset") 1.1752 +GK_ATOM(xref_, "xref") 1.1753 +GK_ATOM(math, "math") // the only one without an underscore 1.1754 +GK_ATOM(avg, "avg") 1.1755 +GK_ATOM(booleanFromString, "boolean-from-string") 1.1756 +GK_ATOM(countNonEmpty, "count-non-empty") 1.1757 +GK_ATOM(daysFromDate, "days-from-date") 1.1758 +GK_ATOM(init, "init") 1.1759 +GK_ATOM(instance, "instance") 1.1760 +GK_ATOM(months, "months") 1.1761 +GK_ATOM(now, "now") 1.1762 +GK_ATOM(seconds, "seconds") 1.1763 +GK_ATOM(secondsFromDateTime, "seconds-from-dateTime") 1.1764 + 1.1765 +// Simple gestures support 1.1766 +GK_ATOM(onMozSwipeGestureStart, "onMozSwipeGestureStart") 1.1767 +GK_ATOM(onMozSwipeGestureUpdate, "onMozSwipeGestureUpdate") 1.1768 +GK_ATOM(onMozSwipeGestureEnd, "onMozSwipeGestureEnd") 1.1769 +GK_ATOM(onMozSwipeGesture, "onMozSwipeGesture") 1.1770 +GK_ATOM(onMozMagnifyGestureStart, "onMozMagnifyGestureStart") 1.1771 +GK_ATOM(onMozMagnifyGestureUpdate, "onMozMagnifyGestureUpdate") 1.1772 +GK_ATOM(onMozMagnifyGesture, "onMozMagnifyGesture") 1.1773 +GK_ATOM(onMozRotateGestureStart, "onMozRotateGestureStart") 1.1774 +GK_ATOM(onMozRotateGestureUpdate, "onMozRotateGestureUpdate") 1.1775 +GK_ATOM(onMozRotateGesture, "onMozRotateGesture") 1.1776 +GK_ATOM(onMozTapGesture, "onMozTapGesture") 1.1777 +GK_ATOM(onMozPressTapGesture, "onMozPressTapGesture") 1.1778 +GK_ATOM(onMozEdgeUIStarted, "onMozEdgeUIStarted") 1.1779 +GK_ATOM(onMozEdgeUICanceled, "onMozEdgeUICanceled") 1.1780 +GK_ATOM(onMozEdgeUICompleted, "onMozEdgeUICompleted") 1.1781 + 1.1782 +// Pointer events 1.1783 +GK_ATOM(onpointerdown, "onpointerdown") 1.1784 +GK_ATOM(onpointermove, "onpointermove") 1.1785 +GK_ATOM(onpointerup, "onpointerup") 1.1786 +GK_ATOM(onpointercancel, "onpointercancel") 1.1787 +GK_ATOM(onpointerover, "onpointerover") 1.1788 +GK_ATOM(onpointerout, "onpointerout") 1.1789 +GK_ATOM(onpointerenter, "onpointerenter") 1.1790 +GK_ATOM(onpointerleave, "onpointerleave") 1.1791 +GK_ATOM(ongotpointercapture, "ongotpointercapture") 1.1792 +GK_ATOM(onlostpointercapture, "onlostpointercapture") 1.1793 + 1.1794 +// orientation support 1.1795 +GK_ATOM(ondevicemotion, "ondevicemotion") 1.1796 +GK_ATOM(ondeviceorientation, "ondeviceorientation") 1.1797 +GK_ATOM(ondeviceproximity, "ondeviceproximity") 1.1798 +GK_ATOM(onmozorientationchange, "onmozorientationchange") 1.1799 +GK_ATOM(onuserproximity, "onuserproximity") 1.1800 + 1.1801 +// light sensor support 1.1802 +GK_ATOM(ondevicelight, "ondevicelight") 1.1803 + 1.1804 +//--------------------------------------------------------------------------- 1.1805 +// Special atoms 1.1806 +//--------------------------------------------------------------------------- 1.1807 + 1.1808 +// Node types 1.1809 +GK_ATOM(cdataTagName, "#cdata-section") 1.1810 +GK_ATOM(commentTagName, "#comment") 1.1811 +GK_ATOM(documentNodeName, "#document") 1.1812 +GK_ATOM(documentFragmentNodeName, "#document-fragment") 1.1813 +GK_ATOM(documentTypeNodeName, "#document-type") 1.1814 +GK_ATOM(processingInstructionTagName, "#processing-instruction") 1.1815 +GK_ATOM(textTagName, "#text") 1.1816 + 1.1817 +// Frame types 1.1818 +GK_ATOM(bcTableCellFrame, "BCTableCellFrame") // table cell in border collapsing model 1.1819 +GK_ATOM(blockFrame, "BlockFrame") 1.1820 +GK_ATOM(boxFrame, "BoxFrame") 1.1821 +GK_ATOM(brFrame, "BRFrame") 1.1822 +GK_ATOM(bulletFrame, "BulletFrame") 1.1823 +GK_ATOM(colorControlFrame, "colorControlFrame") 1.1824 +GK_ATOM(columnSetFrame, "ColumnSetFrame") 1.1825 +GK_ATOM(comboboxControlFrame, "ComboboxControlFrame") 1.1826 +GK_ATOM(comboboxDisplayFrame, "ComboboxDisplayFrame") 1.1827 +GK_ATOM(deckFrame, "DeckFrame") 1.1828 +GK_ATOM(fieldSetFrame, "FieldSetFrame") 1.1829 +GK_ATOM(flexContainerFrame, "FlexContainerFrame") 1.1830 +GK_ATOM(formControlFrame, "FormControlFrame") // radio or checkbox 1.1831 +GK_ATOM(frameSetFrame, "FrameSetFrame") 1.1832 +GK_ATOM(gfxButtonControlFrame, "gfxButtonControlFrame") 1.1833 +GK_ATOM(gridContainerFrame, "GridContainerFrame") 1.1834 +GK_ATOM(HTMLButtonControlFrame, "HTMLButtonControlFrame") 1.1835 +GK_ATOM(HTMLCanvasFrame, "HTMLCanvasFrame") 1.1836 +GK_ATOM(subDocumentFrame, "subDocumentFrame") 1.1837 +GK_ATOM(imageBoxFrame, "ImageBoxFrame") 1.1838 +GK_ATOM(imageFrame, "ImageFrame") 1.1839 +GK_ATOM(imageControlFrame, "ImageControlFrame") 1.1840 +GK_ATOM(inlineFrame, "InlineFrame") 1.1841 +GK_ATOM(leafBoxFrame, "LeafBoxFrame") 1.1842 +GK_ATOM(legendFrame, "LegendFrame") 1.1843 +GK_ATOM(letterFrame, "LetterFrame") 1.1844 +GK_ATOM(lineFrame, "LineFrame") 1.1845 +GK_ATOM(listControlFrame,"ListControlFrame") 1.1846 +GK_ATOM(menuFrame,"MenuFrame") 1.1847 +GK_ATOM(menuPopupFrame,"MenuPopupFrame") 1.1848 +GK_ATOM(numberControlFrame, "NumberControlFrame") 1.1849 +GK_ATOM(objectFrame, "ObjectFrame") 1.1850 +GK_ATOM(pageFrame, "PageFrame") 1.1851 +GK_ATOM(pageBreakFrame, "PageBreakFrame") 1.1852 +GK_ATOM(pageContentFrame, "PageContentFrame") 1.1853 +GK_ATOM(placeholderFrame, "PlaceholderFrame") 1.1854 +GK_ATOM(popupSetFrame, "PopupSetFrame") 1.1855 +GK_ATOM(canvasFrame, "CanvasFrame") 1.1856 +GK_ATOM(rangeFrame, "RangeFrame") 1.1857 +GK_ATOM(rootFrame, "RootFrame") 1.1858 +GK_ATOM(scrollFrame, "ScrollFrame") 1.1859 +GK_ATOM(scrollbarFrame, "ScrollbarFrame") 1.1860 +GK_ATOM(sequenceFrame, "SequenceFrame") 1.1861 +GK_ATOM(sliderFrame, "sliderFrame") 1.1862 +GK_ATOM(tableCaptionFrame, "TableCaptionFrame") 1.1863 +GK_ATOM(tableCellFrame, "TableCellFrame") 1.1864 +GK_ATOM(tableColFrame, "TableColFrame") 1.1865 +GK_ATOM(tableColGroupFrame, "TableColGroupFrame") 1.1866 +GK_ATOM(tableFrame, "TableFrame") 1.1867 +GK_ATOM(tableOuterFrame, "TableOuterFrame") 1.1868 +GK_ATOM(tableRowGroupFrame, "TableRowGroupFrame") 1.1869 +GK_ATOM(tableRowFrame, "TableRowFrame") 1.1870 +GK_ATOM(textInputFrame,"TextInputFrame") 1.1871 +GK_ATOM(textFrame, "TextFrame") 1.1872 +GK_ATOM(viewportFrame, "ViewportFrame") 1.1873 +#ifdef MOZ_XUL 1.1874 +GK_ATOM(XULLabelFrame, "XULLabelFrame") 1.1875 +#endif 1.1876 +GK_ATOM(svgAFrame, "SVGAFrame") 1.1877 +GK_ATOM(svgClipPathFrame, "SVGClipPathFrame") 1.1878 +GK_ATOM(svgDefsFrame, "SVGDefsFrame") 1.1879 +GK_ATOM(svgFEContainerFrame, "SVGFEContainerFrame") 1.1880 +GK_ATOM(svgFEImageFrame, "SVGFEImageFrame") 1.1881 +GK_ATOM(svgFELeafFrame, "SVGFELeafFrame") 1.1882 +GK_ATOM(svgFEUnstyledLeafFrame, "SVGFEUnstyledLeafFrame") 1.1883 +GK_ATOM(svgFilterFrame, "SVGFilterFrame") 1.1884 +GK_ATOM(svgForeignObjectFrame, "SVGForeignObjectFrame") 1.1885 +GK_ATOM(svgGenericContainerFrame, "SVGGenericContainerFrame") 1.1886 +GK_ATOM(svgGFrame, "SVGGFrame") 1.1887 +GK_ATOM(svgGradientFrame, "SVGGradientFrame") 1.1888 +GK_ATOM(svgImageFrame, "SVGImageFrame") 1.1889 +GK_ATOM(svgInnerSVGFrame, "SVGInnerSVGFrame") 1.1890 +GK_ATOM(svgLinearGradientFrame, "SVGLinearGradientFrame") 1.1891 +GK_ATOM(svgMarkerFrame, "SVGMarkerFrame") 1.1892 +GK_ATOM(svgMarkerAnonChildFrame, "SVGMarkerAnonChildFrame") 1.1893 +GK_ATOM(svgMaskFrame, "SVGMaskFrame") 1.1894 +GK_ATOM(svgOuterSVGFrame, "SVGOuterSVGFrame") 1.1895 +GK_ATOM(svgOuterSVGAnonChildFrame, "SVGOuterSVGAnonChildFrame") 1.1896 +GK_ATOM(svgPathGeometryFrame, "SVGPathGeometryFrame") 1.1897 +GK_ATOM(svgPatternFrame, "SVGPatternFrame") 1.1898 +GK_ATOM(svgRadialGradientFrame, "SVGRadialGradientFrame") 1.1899 +GK_ATOM(svgStopFrame, "SVGStopFrame") 1.1900 +GK_ATOM(svgSwitchFrame, "SVGSwitchFrame") 1.1901 +GK_ATOM(svgTextFrame, "SVGTextFrame") 1.1902 +GK_ATOM(svgUseFrame, "SVGUseFrame") 1.1903 +GK_ATOM(svgViewFrame, "SVGViewFrame") 1.1904 +GK_ATOM(HTMLVideoFrame, "VideoFrame") 1.1905 +GK_ATOM(onloadend, "onloadend") 1.1906 +GK_ATOM(onloadstart, "onloadstart") 1.1907 +GK_ATOM(onprogress, "onprogress") 1.1908 +GK_ATOM(onsuspend, "onsuspend") 1.1909 +GK_ATOM(onemptied, "onemptied") 1.1910 +GK_ATOM(onstalled, "onstalled") 1.1911 +GK_ATOM(onplay, "onplay") 1.1912 +GK_ATOM(onpause, "onpause") 1.1913 +GK_ATOM(onloadedmetadata, "onloadedmetadata") 1.1914 +GK_ATOM(onloadeddata, "onloadeddata") 1.1915 +GK_ATOM(onwaiting, "onwaiting") 1.1916 +GK_ATOM(onplaying, "onplaying") 1.1917 +GK_ATOM(oncanplay, "oncanplay") 1.1918 +GK_ATOM(oncanplaythrough, "oncanplaythrough") 1.1919 +GK_ATOM(onseeking, "onseeking") 1.1920 +GK_ATOM(onseeked, "onseeked") 1.1921 +GK_ATOM(ontimeout, "ontimeout") 1.1922 +GK_ATOM(ontimeupdate, "ontimeupdate") 1.1923 +GK_ATOM(onended, "onended") 1.1924 +GK_ATOM(onratechange, "onratechange") 1.1925 +GK_ATOM(ondurationchange, "ondurationchange") 1.1926 +GK_ATOM(onvolumechange, "onvolumechange") 1.1927 +GK_ATOM(onaddtrack, "onaddtrack") 1.1928 +GK_ATOM(oncuechange, "oncuechange") 1.1929 +GK_ATOM(onenter, "onenter") 1.1930 +GK_ATOM(onexit, "onexit") 1.1931 +GK_ATOM(onremovetrack, "onremovetrack") 1.1932 +GK_ATOM(loadstart, "loadstart") 1.1933 +GK_ATOM(suspend, "suspend") 1.1934 +GK_ATOM(emptied, "emptied") 1.1935 +GK_ATOM(stalled, "stalled") 1.1936 +GK_ATOM(play, "play") 1.1937 +GK_ATOM(pause, "pause") 1.1938 +GK_ATOM(loadedmetadata, "loadedmetadata") 1.1939 +GK_ATOM(loadeddata, "loadeddata") 1.1940 +GK_ATOM(waiting, "waiting") 1.1941 +GK_ATOM(playing, "playing") 1.1942 +GK_ATOM(seeking, "seeking") 1.1943 +GK_ATOM(seeked, "seeked") 1.1944 +GK_ATOM(timeupdate, "timeupdate") 1.1945 +GK_ATOM(ended, "ended") 1.1946 +GK_ATOM(canplay, "canplay") 1.1947 +GK_ATOM(canplaythrough, "canplaythrough") 1.1948 +GK_ATOM(ratechange, "ratechange") 1.1949 +GK_ATOM(durationchange, "durationchange") 1.1950 +GK_ATOM(volumechange, "volumechange") 1.1951 +GK_ATOM(ondataavailable, "ondataavailable") 1.1952 +GK_ATOM(onwarning, "onwarning") 1.1953 +GK_ATOM(onstop, "onstop") 1.1954 +#ifdef MOZ_GAMEPAD 1.1955 +GK_ATOM(ongamepadbuttondown, "ongamepadbuttondown") 1.1956 +GK_ATOM(ongamepadbuttonup, "ongamepadbuttonup") 1.1957 +GK_ATOM(ongamepadaxismove, "ongamepadaxismove") 1.1958 +GK_ATOM(ongamepadconnected, "ongamepadconnected") 1.1959 +GK_ATOM(ongamepaddisconnected, "ongamepaddisconnected") 1.1960 +#endif 1.1961 + 1.1962 +// Content property names 1.1963 +GK_ATOM(animationsProperty, "AnimationsProperty") // FrameAnimations* 1.1964 +GK_ATOM(animationsOfBeforeProperty, "AnimationsOfBeforeProperty") // FrameAnimations* 1.1965 +GK_ATOM(animationsOfAfterProperty, "AnimationsOfAfterProperty") // FrameAnimations* 1.1966 +GK_ATOM(transitionsProperty, "TransitionsProperty") // FrameTransitions* 1.1967 +GK_ATOM(transitionsOfBeforeProperty, "TransitionsOfBeforeProperty") // FrameTransitions* 1.1968 +GK_ATOM(transitionsOfAfterProperty, "TransitionsOfAfterProperty") // FrameTransitions* 1.1969 +GK_ATOM(genConInitializerProperty, "QuoteNodeProperty") 1.1970 +GK_ATOM(labelMouseDownPtProperty, "LabelMouseDownPtProperty") 1.1971 +GK_ATOM(baseURIProperty, "baseURIProperty") 1.1972 +GK_ATOM(lockedStyleStates, "lockedStyleStates") 1.1973 +GK_ATOM(apzCallbackTransform, "apzCallbackTransform") 1.1974 + 1.1975 +// Languages for lang-specific transforms 1.1976 +GK_ATOM(Japanese, "ja") 1.1977 +GK_ATOM(Chinese, "zh-CN") 1.1978 +GK_ATOM(Taiwanese, "zh-TW") 1.1979 +GK_ATOM(HongKongChinese, "zh-HK") 1.1980 +GK_ATOM(Unicode, "x-unicode") 1.1981 + 1.1982 +// language codes specifically referenced in the gfx code 1.1983 +GK_ATOM(ko, "ko") 1.1984 +GK_ATOM(zh_cn, "zh-cn") 1.1985 +GK_ATOM(zh_hk, "zh-hk") 1.1986 +GK_ATOM(zh_tw, "zh-tw") 1.1987 + 1.1988 +// additional codes used in nsUnicodeRange.cpp 1.1989 +GK_ATOM(x_cyrillic, "x-cyrillic") 1.1990 +GK_ATOM(he, "he") 1.1991 +GK_ATOM(ar, "ar") 1.1992 +GK_ATOM(x_baltic, "x-baltic") 1.1993 +GK_ATOM(x_devanagari, "x-devanagari") 1.1994 +GK_ATOM(x_tamil, "x-tamil") 1.1995 +GK_ATOM(x_armn, "x-armn") 1.1996 +GK_ATOM(x_beng, "x-beng") 1.1997 +GK_ATOM(x_cans, "x-cans") 1.1998 +GK_ATOM(x_ethi, "x-ethi") 1.1999 +GK_ATOM(x_geor, "x-geor") 1.2000 +GK_ATOM(x_gujr, "x-gujr") 1.2001 +GK_ATOM(x_guru, "x-guru") 1.2002 +GK_ATOM(x_khmr, "x-khmr") 1.2003 +GK_ATOM(x_knda, "x-knda") 1.2004 +GK_ATOM(x_mlym, "x-mlym") 1.2005 +GK_ATOM(x_orya, "x-orya") 1.2006 +GK_ATOM(x_sinh, "x-sinh") 1.2007 +GK_ATOM(x_telu, "x-telu") 1.2008 +GK_ATOM(x_tibt, "x-tibt") 1.2009 + 1.2010 +// used in gfxGDIFontList.h 1.2011 +GK_ATOM(ko_xxx, "ko-xxx") 1.2012 +GK_ATOM(x_central_euro, "x-central-euro") 1.2013 +GK_ATOM(x_symbol, "x-symbol") 1.2014 + 1.2015 +// additional languages that have special case transformations 1.2016 +GK_ATOM(az, "az") 1.2017 +GK_ATOM(ba, "ba") 1.2018 +GK_ATOM(crh, "crh") 1.2019 +GK_ATOM(nl, "nl") 1.2020 +GK_ATOM(el, "el") 1.2021 + 1.2022 +// Names for editor transactions 1.2023 +GK_ATOM(TypingTxnName, "Typing") 1.2024 +GK_ATOM(IMETxnName, "IME") 1.2025 +GK_ATOM(DeleteTxnName, "Deleting") 1.2026 + 1.2027 +// IPC stuff 1.2028 +GK_ATOM(Remote, "remote") 1.2029 +GK_ATOM(RemoteId, "_remote_id") 1.2030 +GK_ATOM(DisplayPort, "_displayport") 1.2031 +GK_ATOM(DisplayPortMargins, "_displayportmargins") 1.2032 +GK_ATOM(DisplayPortBase, "_displayportbase") 1.2033 +GK_ATOM(CriticalDisplayPort, "_critical_displayport") 1.2034 + 1.2035 +// Names for system metrics 1.2036 +GK_ATOM(color_picker_available, "color-picker-available") 1.2037 +GK_ATOM(scrollbar_start_backward, "scrollbar-start-backward") 1.2038 +GK_ATOM(scrollbar_start_forward, "scrollbar-start-forward") 1.2039 +GK_ATOM(scrollbar_end_backward, "scrollbar-end-backward") 1.2040 +GK_ATOM(scrollbar_end_forward, "scrollbar-end-forward") 1.2041 +GK_ATOM(scrollbar_thumb_proportional, "scrollbar-thumb-proportional") 1.2042 +GK_ATOM(images_in_menus, "images-in-menus") 1.2043 +GK_ATOM(images_in_buttons, "images-in-buttons") 1.2044 +GK_ATOM(overlay_scrollbars, "overlay-scrollbars") 1.2045 +GK_ATOM(windows_default_theme, "windows-default-theme") 1.2046 +GK_ATOM(mac_graphite_theme, "mac-graphite-theme") 1.2047 +GK_ATOM(mac_lion_theme, "mac-lion-theme") 1.2048 +GK_ATOM(windows_compositor, "windows-compositor") 1.2049 +GK_ATOM(windows_glass, "windows-glass") 1.2050 +GK_ATOM(touch_enabled, "touch-enabled") 1.2051 +GK_ATOM(menubar_drag, "menubar-drag") 1.2052 +GK_ATOM(swipe_animation_enabled, "swipe-animation-enabled") 1.2053 +GK_ATOM(physical_home_button, "physical-home-button") 1.2054 + 1.2055 +// windows theme selector metrics 1.2056 +GK_ATOM(windows_classic, "windows-classic") 1.2057 +GK_ATOM(windows_theme_aero, "windows-theme-aero") 1.2058 +GK_ATOM(windows_theme_aero_lite, "windows-theme-aero-lite") 1.2059 +GK_ATOM(windows_theme_luna_blue, "windows-theme-luna-blue") 1.2060 +GK_ATOM(windows_theme_luna_olive, "windows-theme-luna-olive") 1.2061 +GK_ATOM(windows_theme_luna_silver, "windows-theme-luna-silver") 1.2062 +GK_ATOM(windows_theme_royale, "windows-theme-royale") 1.2063 +GK_ATOM(windows_theme_zune, "windows-theme-zune") 1.2064 +GK_ATOM(windows_theme_generic, "windows-theme-generic") 1.2065 + 1.2066 +// And the same again, as media query keywords. 1.2067 +GK_ATOM(_moz_color_picker_available, "-moz-color-picker-available") 1.2068 +GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward") 1.2069 +GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward") 1.2070 +GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward") 1.2071 +GK_ATOM(_moz_scrollbar_end_forward, "-moz-scrollbar-end-forward") 1.2072 +GK_ATOM(_moz_scrollbar_thumb_proportional, "-moz-scrollbar-thumb-proportional") 1.2073 +GK_ATOM(_moz_images_in_menus, "-moz-images-in-menus") 1.2074 +GK_ATOM(_moz_images_in_buttons, "-moz-images-in-buttons") 1.2075 +GK_ATOM(_moz_overlay_scrollbars, "-moz-overlay-scrollbars") 1.2076 +GK_ATOM(_moz_windows_default_theme, "-moz-windows-default-theme") 1.2077 +GK_ATOM(_moz_mac_graphite_theme, "-moz-mac-graphite-theme") 1.2078 +GK_ATOM(_moz_mac_lion_theme, "-moz-mac-lion-theme") 1.2079 +GK_ATOM(_moz_windows_compositor, "-moz-windows-compositor") 1.2080 +GK_ATOM(_moz_windows_classic, "-moz-windows-classic") 1.2081 +GK_ATOM(_moz_windows_glass, "-moz-windows-glass") 1.2082 +GK_ATOM(_moz_windows_theme, "-moz-windows-theme") 1.2083 +GK_ATOM(_moz_os_version, "-moz-os-version") 1.2084 +GK_ATOM(_moz_touch_enabled, "-moz-touch-enabled") 1.2085 +GK_ATOM(_moz_menubar_drag, "-moz-menubar-drag") 1.2086 +GK_ATOM(_moz_device_pixel_ratio, "-moz-device-pixel-ratio") 1.2087 +GK_ATOM(_moz_device_orientation, "-moz-device-orientation") 1.2088 +GK_ATOM(_moz_is_resource_document, "-moz-is-resource-document") 1.2089 +GK_ATOM(_moz_swipe_animation_enabled, "-moz-swipe-animation-enabled") 1.2090 +GK_ATOM(_moz_physical_home_button, "-moz-physical-home-button") 1.2091 + 1.2092 +// application commands 1.2093 +GK_ATOM(Back, "Back") 1.2094 +GK_ATOM(Forward, "Forward") 1.2095 +GK_ATOM(Reload, "Reload") 1.2096 +GK_ATOM(Stop, "Stop") 1.2097 +GK_ATOM(Search, "Search") 1.2098 +GK_ATOM(Bookmarks, "Bookmarks") 1.2099 +GK_ATOM(Home, "Home") 1.2100 +GK_ATOM(Clear, "Clear") 1.2101 +GK_ATOM(VolumeUp, "VolumeUp") 1.2102 +GK_ATOM(VolumeDown, "VolumeDown") 1.2103 +GK_ATOM(Menu, "Menu") 1.2104 +GK_ATOM(New, "New") 1.2105 +GK_ATOM(Open, "Open") 1.2106 +GK_ATOM(Close, "Close") 1.2107 +GK_ATOM(Save, "Save") 1.2108 +GK_ATOM(Find, "Find") 1.2109 +GK_ATOM(Help, "Help") 1.2110 +GK_ATOM(Print, "Print") 1.2111 +GK_ATOM(SendMail, "SendMail") 1.2112 +GK_ATOM(ForwardMail, "ForwardMail") 1.2113 +GK_ATOM(ReplyToMail, "ReplyToMail") 1.2114 + 1.2115 +// Smooth scroll events origins 1.2116 +GK_ATOM(mouseWheel, "mouseWheel") // For discrete wheel events (e.g. not OSX magic mouse) 1.2117 +GK_ATOM(pixels, "pixels") 1.2118 +GK_ATOM(lines, "lines") 1.2119 +GK_ATOM(pages, "pages") 1.2120 +GK_ATOM(scrollbars, "scrollbars") 1.2121 +GK_ATOM(other, "other") 1.2122 + 1.2123 +#ifdef ACCESSIBILITY 1.2124 +GK_ATOM(alert, "alert") 1.2125 +GK_ATOM(alertdialog, "alertdialog") 1.2126 +GK_ATOM(application, "application") 1.2127 +GK_ATOM(aria_activedescendant, "aria-activedescendant") 1.2128 +GK_ATOM(aria_atomic, "aria-atomic") 1.2129 +GK_ATOM(aria_autocomplete, "aria-autocomplete") 1.2130 +GK_ATOM(aria_busy, "aria-busy") 1.2131 +GK_ATOM(aria_checked, "aria-checked") 1.2132 +GK_ATOM(aria_controls, "aria-controls") 1.2133 +GK_ATOM(aria_describedby, "aria-describedby") 1.2134 +GK_ATOM(aria_disabled, "aria-disabled") 1.2135 +GK_ATOM(aria_dropeffect, "aria-dropeffect") 1.2136 +GK_ATOM(aria_expanded, "aria-expanded") 1.2137 +GK_ATOM(aria_flowto, "aria-flowto") 1.2138 +GK_ATOM(aria_grabbed, "aria-grabbed") 1.2139 +GK_ATOM(aria_haspopup, "aria-haspopup") 1.2140 +GK_ATOM(aria_hidden, "aria-hidden") 1.2141 +GK_ATOM(aria_invalid, "aria-invalid") 1.2142 +GK_ATOM(aria_label, "aria-label") 1.2143 +GK_ATOM(aria_labelledby, "aria-labelledby") 1.2144 +GK_ATOM(aria_level, "aria-level") 1.2145 +GK_ATOM(aria_live, "aria-live") 1.2146 +GK_ATOM(aria_multiline, "aria-multiline") 1.2147 +GK_ATOM(aria_multiselectable, "aria-multiselectable") 1.2148 +GK_ATOM(aria_orientation, "aria-orientation") 1.2149 +GK_ATOM(aria_owns, "aria-owns") 1.2150 +GK_ATOM(aria_posinset, "aria-posinset") 1.2151 +GK_ATOM(aria_pressed, "aria-pressed") 1.2152 +GK_ATOM(aria_readonly, "aria-readonly") 1.2153 +GK_ATOM(aria_relevant, "aria-relevant") 1.2154 +GK_ATOM(aria_required, "aria-required") 1.2155 +GK_ATOM(aria_selected, "aria-selected") 1.2156 +GK_ATOM(aria_setsize, "aria-setsize") 1.2157 +GK_ATOM(aria_sort, "aria-sort") 1.2158 +GK_ATOM(aria_valuenow, "aria-valuenow") 1.2159 +GK_ATOM(aria_valuemin, "aria-valuemin") 1.2160 +GK_ATOM(aria_valuemax, "aria-valuemax") 1.2161 +GK_ATOM(aria_valuetext, "aria-valuetext") 1.2162 +GK_ATOM(AreaFrame, "AreaFrame") 1.2163 +GK_ATOM(auto_generated, "auto-generated") 1.2164 +GK_ATOM(backgroundColor, "background-color") 1.2165 +GK_ATOM(checkable, "checkable") 1.2166 +GK_ATOM(choices, "choices") 1.2167 +GK_ATOM(columnheader, "columnheader") 1.2168 +GK_ATOM(containerAtomic, "container-atomic") 1.2169 +GK_ATOM(containerBusy, "container-busy") 1.2170 +GK_ATOM(containerLive, "container-live") 1.2171 +GK_ATOM(containerLiveRole, "container-live-role") 1.2172 +GK_ATOM(containerRelevant, "container-relevant") 1.2173 +GK_ATOM(cycles, "cycles") 1.2174 +GK_ATOM(datatable, "datatable") 1.2175 +GK_ATOM(directory, "directory") 1.2176 +GK_ATOM(eventFromInput, "event-from-input") 1.2177 +GK_ATOM(grammar, "grammar") 1.2178 +GK_ATOM(gridcell, "gridcell") 1.2179 +GK_ATOM(heading, "heading") 1.2180 +GK_ATOM(hitregion, "hitregion") 1.2181 +GK_ATOM(InlineBlockFrame, "InlineBlockFrame") 1.2182 +GK_ATOM(inlinevalue, "inline") 1.2183 +GK_ATOM(invalid, "invalid") 1.2184 +GK_ATOM(item, "item") 1.2185 +GK_ATOM(itemset, "itemset") 1.2186 +GK_ATOM(lineNumber, "line-number") 1.2187 +GK_ATOM(linkedPanel, "linkedpanel") 1.2188 +GK_ATOM(live, "live") 1.2189 +GK_ATOM(marginBottom, "margin-bottom") 1.2190 +GK_ATOM(marginLeft, "margin-left") 1.2191 +GK_ATOM(marginRight, "margin-right") 1.2192 +GK_ATOM(marginTop, "margin-top") 1.2193 +GK_ATOM(menuitemcheckbox, "menuitemcheckbox") 1.2194 +GK_ATOM(menuitemradio, "menuitemradio") 1.2195 +GK_ATOM(mixed, "mixed") 1.2196 +GK_ATOM(multiline, "multiline") 1.2197 +GK_ATOM(password, "password") 1.2198 +GK_ATOM(posinset, "posinset") 1.2199 +GK_ATOM(presentation, "presentation") 1.2200 +GK_ATOM(progressbar, "progressbar") 1.2201 +GK_ATOM(region, "region") 1.2202 +GK_ATOM(rowgroup, "rowgroup") 1.2203 +GK_ATOM(rowheader, "rowheader") 1.2204 +GK_ATOM(select1, "select1") 1.2205 +GK_ATOM(setsize, "setsize") 1.2206 +GK_ATOM(spelling, "spelling") 1.2207 +GK_ATOM(spinbutton, "spinbutton") 1.2208 +GK_ATOM(status, "status") 1.2209 +GK_ATOM(tableCellIndex, "table-cell-index") 1.2210 +GK_ATOM(tablist, "tablist") 1.2211 +GK_ATOM(textAlign, "text-align") 1.2212 +GK_ATOM(textIndent, "text-indent") 1.2213 +GK_ATOM(textInputType, "text-input-type") 1.2214 +GK_ATOM(textLineThroughColor, "text-line-through-color") 1.2215 +GK_ATOM(textLineThroughStyle, "text-line-through-style") 1.2216 +GK_ATOM(textPosition, "text-position") 1.2217 +GK_ATOM(textUnderlineColor, "text-underline-color") 1.2218 +GK_ATOM(textUnderlineStyle, "text-underline-style") 1.2219 +GK_ATOM(timer, "timer") 1.2220 +GK_ATOM(toolbarname, "toolbarname") 1.2221 +GK_ATOM(toolbarseparator, "toolbarseparator") 1.2222 +GK_ATOM(toolbarspacer, "toolbarspacer") 1.2223 +GK_ATOM(toolbarspring, "toolbarspring") 1.2224 +GK_ATOM(treegrid, "treegrid") 1.2225 +GK_ATOM(_undefined, "undefined") 1.2226 +GK_ATOM(xmlroles, "xml-roles") 1.2227 +#endif 1.2228 + 1.2229 +#ifdef MOZ_WEBSPEECH 1.2230 +GK_ATOM(onaudiostart, "onaudiostart") 1.2231 +GK_ATOM(onaudioend, "onaudioend") 1.2232 +GK_ATOM(onsoundstart, "onsoundstart") 1.2233 +GK_ATOM(onsoundend, "onsoundend") 1.2234 +GK_ATOM(onspeechstart, "onspeechstart") 1.2235 +GK_ATOM(onspeechend, "onspeechend") 1.2236 +GK_ATOM(onresult, "onresult") 1.2237 +GK_ATOM(onnomatch, "onnomatch") 1.2238 +GK_ATOM(onstart, "onstart") 1.2239 +GK_ATOM(onresume, "onresume") 1.2240 +GK_ATOM(onmark, "onmark") 1.2241 +GK_ATOM(onboundary, "onboundary") 1.2242 +#endif