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