2007-03-22 10:30:00 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
|
|
|
*
|
|
|
|
* The Original Code is mozilla.org code.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is
|
|
|
|
* Mozilla Foundation.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 2006
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
*
|
|
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
|
|
* either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
* or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
|
|
|
|
/*
|
|
|
|
This file contains the list of all atoms used by gklayout;
|
|
|
|
see nsGkAtoms for access to the atoms.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
This file is designed to be used as inline input to nsGkAtoms.cpp and nsGkAtoms.h
|
|
|
|
*only* through the magic of C preprocessing.
|
|
|
|
|
|
|
|
All entires must be enclosed in the macro GK_ATOM which will have cruel
|
|
|
|
and unusual things done to it
|
|
|
|
|
|
|
|
The first argument to GK_ATOM is the C++ name of the atom
|
|
|
|
The second argument it GK_ATOM is the string value of the atom
|
|
|
|
*/
|
|
|
|
|
|
|
|
// OUTPUT_CLASS=nsGkAtoms
|
|
|
|
// MACRO_NAME=GK_ATOM
|
|
|
|
#ifdef small
|
|
|
|
#undef small
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Generic atoms
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
GK_ATOM(_empty, "")
|
2009-02-10 12:56:51 -08:00
|
|
|
GK_ATOM(moz, "_moz")
|
2010-02-22 04:17:30 -08:00
|
|
|
GK_ATOM(moztype, "_moz-type")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mozdirty, "_moz_dirty")
|
2010-09-21 14:28:06 -07:00
|
|
|
GK_ATOM(mozdonotsend, "moz-do-not-send")
|
2009-02-10 12:56:51 -08:00
|
|
|
GK_ATOM(mozeditorbogusnode, "_moz_editor_bogus_node")
|
2008-08-17 18:16:42 -07:00
|
|
|
GK_ATOM(mozgeneratedcontentbefore, "_moz_generated_content_before")
|
|
|
|
GK_ATOM(mozgeneratedcontentafter, "_moz_generated_content_after")
|
2008-08-19 20:50:31 -07:00
|
|
|
GK_ATOM(mozgeneratedcontentimage, "_moz_generated_content_image")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(_moz_target, "_moz_target")
|
2010-02-24 21:58:16 -08:00
|
|
|
GK_ATOM(_moz_type, "_moz-type")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(menuactive, "_moz-menuactive")
|
|
|
|
GK_ATOM(_poundDefault, "#default")
|
|
|
|
GK_ATOM(_asterix, "*")
|
|
|
|
GK_ATOM(a, "a")
|
|
|
|
GK_ATOM(abbr, "abbr")
|
|
|
|
GK_ATOM(abort, "abort")
|
|
|
|
GK_ATOM(above, "above")
|
|
|
|
GK_ATOM(absoluteList, "Absolute-list")
|
|
|
|
GK_ATOM(acceltext, "acceltext")
|
|
|
|
GK_ATOM(accept, "accept")
|
|
|
|
GK_ATOM(acceptcharset, "accept-charset")
|
|
|
|
GK_ATOM(accesskey, "accesskey")
|
|
|
|
GK_ATOM(acronym, "acronym")
|
|
|
|
GK_ATOM(action, "action")
|
|
|
|
GK_ATOM(active, "active")
|
2008-05-02 04:32:50 -07:00
|
|
|
GK_ATOM(activetitlebarcolor, "activetitlebarcolor")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(actuate, "actuate")
|
|
|
|
GK_ATOM(address, "address")
|
|
|
|
GK_ATOM(after, "after")
|
|
|
|
GK_ATOM(after_end, "after_end")
|
|
|
|
GK_ATOM(after_start, "after_start")
|
|
|
|
GK_ATOM(align, "align")
|
|
|
|
GK_ATOM(alink, "alink")
|
|
|
|
GK_ATOM(all, "all")
|
|
|
|
GK_ATOM(allowevents, "allowevents")
|
|
|
|
GK_ATOM(allownegativeassertions, "allownegativeassertions")
|
|
|
|
GK_ATOM(allowuntrusted, "allowuntrusted")
|
|
|
|
GK_ATOM(alt, "alt")
|
|
|
|
GK_ATOM(alternate, "alternate")
|
|
|
|
GK_ATOM(always, "always")
|
|
|
|
GK_ATOM(ancestor, "ancestor")
|
|
|
|
GK_ATOM(ancestorOrSelf, "ancestor-or-self")
|
|
|
|
GK_ATOM(_and, "and")
|
|
|
|
GK_ATOM(any, "any")
|
|
|
|
GK_ATOM(applet, "applet")
|
|
|
|
GK_ATOM(applyImports, "apply-imports")
|
|
|
|
GK_ATOM(applyTemplates, "apply-templates")
|
|
|
|
GK_ATOM(archive, "archive")
|
|
|
|
GK_ATOM(area, "area")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(article, "article")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ascending, "ascending")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(aside, "aside")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(aspectRatio, "aspect-ratio")
|
2007-06-15 08:03:44 -07:00
|
|
|
GK_ATOM(assign, "assign")
|
2009-11-09 17:04:24 -08:00
|
|
|
GK_ATOM(async, "async")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(attribute, "attribute")
|
|
|
|
GK_ATOM(attributeSet, "attribute-set")
|
|
|
|
GK_ATOM(aural, "aural")
|
|
|
|
GK_ATOM(_auto, "auto")
|
|
|
|
GK_ATOM(autocheck, "autocheck")
|
|
|
|
GK_ATOM(autocomplete, "autocomplete")
|
2010-05-19 10:52:17 -07:00
|
|
|
GK_ATOM(autofocus, "autofocus")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(autoplay, "autoplay")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(autorepeatbutton, "autorepeatbutton")
|
|
|
|
GK_ATOM(axis, "axis")
|
|
|
|
GK_ATOM(b, "b")
|
|
|
|
GK_ATOM(background, "background")
|
|
|
|
GK_ATOM(base, "base")
|
|
|
|
GK_ATOM(basefont, "basefont")
|
|
|
|
GK_ATOM(baseline, "baseline")
|
|
|
|
GK_ATOM(bdo, "bdo")
|
|
|
|
GK_ATOM(before, "before")
|
|
|
|
GK_ATOM(before_end, "before_end")
|
|
|
|
GK_ATOM(before_start, "before_start")
|
|
|
|
GK_ATOM(below, "below")
|
|
|
|
GK_ATOM(bgcolor, "bgcolor")
|
|
|
|
GK_ATOM(big, "big")
|
|
|
|
GK_ATOM(binding, "binding")
|
|
|
|
GK_ATOM(bindings, "bindings")
|
|
|
|
GK_ATOM(blankrow, "blankrow")
|
|
|
|
GK_ATOM(block, "block")
|
|
|
|
GK_ATOM(blockquote, "blockquote")
|
|
|
|
GK_ATOM(blur, "blur")
|
|
|
|
GK_ATOM(body, "body")
|
|
|
|
GK_ATOM(boolean, "boolean")
|
|
|
|
GK_ATOM(border, "border")
|
|
|
|
GK_ATOM(bordercolor, "bordercolor")
|
|
|
|
GK_ATOM(both, "both")
|
|
|
|
GK_ATOM(bottom, "bottom")
|
2009-01-18 02:28:19 -08:00
|
|
|
GK_ATOM(bottomend, "bottomend")
|
2008-06-15 18:36:28 -07:00
|
|
|
GK_ATOM(bottomleft, "bottomleft")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(bottommargin, "bottommargin")
|
|
|
|
GK_ATOM(bottompadding, "bottompadding")
|
2008-06-15 18:36:28 -07:00
|
|
|
GK_ATOM(bottomright, "bottomright")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(box, "box")
|
|
|
|
GK_ATOM(br, "br")
|
|
|
|
GK_ATOM(braille, "braille")
|
|
|
|
GK_ATOM(broadcast, "broadcast")
|
|
|
|
GK_ATOM(broadcaster, "broadcaster")
|
|
|
|
GK_ATOM(broadcasterset, "broadcasterset")
|
|
|
|
GK_ATOM(browser, "browser")
|
|
|
|
GK_ATOM(bulletList, "Bullet-list")
|
|
|
|
GK_ATOM(bulletinboard, "bulletinboard")
|
|
|
|
GK_ATOM(button, "button")
|
|
|
|
GK_ATOM(callTemplate, "call-template")
|
|
|
|
GK_ATOM(cancel, "cancel")
|
|
|
|
GK_ATOM(canvas, "canvas")
|
|
|
|
GK_ATOM(caption, "caption")
|
|
|
|
GK_ATOM(captionList, "Caption-list")
|
|
|
|
GK_ATOM(capture, "capture")
|
|
|
|
GK_ATOM(caseOrder, "case-order")
|
|
|
|
GK_ATOM(cdataSectionElements, "cdata-section-elements")
|
|
|
|
GK_ATOM(ceiling, "ceiling")
|
|
|
|
GK_ATOM(cell, "cell")
|
|
|
|
GK_ATOM(cellpadding, "cellpadding")
|
|
|
|
GK_ATOM(cellspacing, "cellspacing")
|
|
|
|
GK_ATOM(center, "center")
|
|
|
|
GK_ATOM(ch, "ch")
|
|
|
|
GK_ATOM(change, "change")
|
|
|
|
GK_ATOM(_char, "char")
|
|
|
|
GK_ATOM(charcode, "charcode")
|
|
|
|
GK_ATOM(charoff, "charoff")
|
|
|
|
GK_ATOM(charset, "charset")
|
|
|
|
GK_ATOM(checkbox, "checkbox")
|
|
|
|
GK_ATOM(checked, "checked")
|
|
|
|
GK_ATOM(child, "child")
|
|
|
|
GK_ATOM(children, "children")
|
|
|
|
GK_ATOM(choose, "choose")
|
2010-06-24 19:01:07 -07:00
|
|
|
GK_ATOM(chromemargin, "chromemargin")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(circ, "circ")
|
|
|
|
GK_ATOM(circle, "circle")
|
|
|
|
GK_ATOM(cite, "cite")
|
|
|
|
GK_ATOM(_class, "class")
|
|
|
|
GK_ATOM(classid, "classid")
|
|
|
|
GK_ATOM(clear, "clear")
|
|
|
|
GK_ATOM(click, "click")
|
|
|
|
GK_ATOM(clickcount, "clickcount")
|
2010-07-16 05:50:28 -07:00
|
|
|
GK_ATOM(clickthrough, "clickthrough")
|
2009-03-31 11:11:35 -07:00
|
|
|
GK_ATOM(movetoclick, "movetoclick")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(clip, "clip")
|
|
|
|
GK_ATOM(close, "close")
|
|
|
|
GK_ATOM(closed, "closed")
|
2007-08-30 08:43:10 -07:00
|
|
|
GK_ATOM(closemenu, "closemenu")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(coalesceduplicatearcs, "coalesceduplicatearcs")
|
|
|
|
GK_ATOM(code, "code")
|
|
|
|
GK_ATOM(codebase, "codebase")
|
|
|
|
GK_ATOM(codetype, "codetype")
|
|
|
|
GK_ATOM(col, "col")
|
|
|
|
GK_ATOM(colgroup, "colgroup")
|
|
|
|
GK_ATOM(colGroupList, "ColGroup-list")
|
|
|
|
GK_ATOM(collapse, "collapse")
|
|
|
|
GK_ATOM(collapsed, "collapsed")
|
|
|
|
GK_ATOM(color, "color")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(colorIndex, "color-index")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(cols, "cols")
|
|
|
|
GK_ATOM(colspan, "colspan")
|
|
|
|
GK_ATOM(column, "column")
|
|
|
|
GK_ATOM(columns, "columns")
|
|
|
|
GK_ATOM(combobox, "combobox")
|
|
|
|
GK_ATOM(command, "command")
|
|
|
|
GK_ATOM(commands, "commands")
|
|
|
|
GK_ATOM(commandset, "commandset")
|
|
|
|
GK_ATOM(commandupdate, "commandupdate")
|
|
|
|
GK_ATOM(commandupdater, "commandupdater")
|
|
|
|
GK_ATOM(comment, "comment")
|
|
|
|
GK_ATOM(compact, "compact")
|
|
|
|
GK_ATOM(concat, "concat")
|
2007-06-27 19:48:16 -07:00
|
|
|
GK_ATOM(contenteditable, "contenteditable")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(conditions, "conditions")
|
|
|
|
GK_ATOM(constructor, "constructor")
|
|
|
|
GK_ATOM(container, "container")
|
|
|
|
GK_ATOM(containment, "containment")
|
|
|
|
GK_ATOM(contains, "contains")
|
|
|
|
GK_ATOM(content, "content")
|
|
|
|
GK_ATOM(headerContentDisposition, "content-disposition")
|
|
|
|
GK_ATOM(headerContentLanguage, "content-language")
|
|
|
|
GK_ATOM(contentLocation, "content-location")
|
|
|
|
GK_ATOM(headerContentScriptType, "content-script-type")
|
|
|
|
GK_ATOM(headerContentStyleType, "content-style-type")
|
|
|
|
GK_ATOM(headerContentType, "content-type")
|
|
|
|
GK_ATOM(context, "context")
|
|
|
|
GK_ATOM(contextmenu, "contextmenu")
|
|
|
|
GK_ATOM(contextmenulistener, "contextmenulistener")
|
|
|
|
GK_ATOM(control, "control")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(controls, "controls")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(coords, "coords")
|
|
|
|
GK_ATOM(copy, "copy")
|
|
|
|
GK_ATOM(copyOf, "copy-of")
|
|
|
|
GK_ATOM(count, "count")
|
|
|
|
GK_ATOM(crop, "crop")
|
|
|
|
GK_ATOM(curpos, "curpos")
|
|
|
|
GK_ATOM(current, "current")
|
2008-07-29 21:55:27 -07:00
|
|
|
GK_ATOM(currentloop, "currentloop")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(cycler, "cycler")
|
|
|
|
GK_ATOM(data, "data")
|
2010-09-09 22:16:56 -07:00
|
|
|
GK_ATOM(datalist, "datalist")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dataType, "data-type")
|
|
|
|
GK_ATOM(datasources, "datasources")
|
|
|
|
GK_ATOM(datetime, "datetime")
|
|
|
|
GK_ATOM(dblclick, "dblclick")
|
|
|
|
GK_ATOM(dd, "dd")
|
|
|
|
GK_ATOM(debug, "debug")
|
|
|
|
GK_ATOM(decimalFormat, "decimal-format")
|
|
|
|
GK_ATOM(decimalSeparator, "decimal-separator")
|
|
|
|
GK_ATOM(deck, "deck")
|
|
|
|
GK_ATOM(declare, "declare")
|
|
|
|
GK_ATOM(decrement, "decrement")
|
|
|
|
GK_ATOM(_default, "default")
|
|
|
|
GK_ATOM(headerDefaultStyle, "default-style")
|
|
|
|
GK_ATOM(defaultAction, "defaultAction")
|
|
|
|
GK_ATOM(defaultchecked, "defaultchecked")
|
|
|
|
GK_ATOM(defaultLabel, "defaultLabel")
|
|
|
|
GK_ATOM(defaultselected, "defaultselected")
|
|
|
|
GK_ATOM(defaultvalue, "defaultvalue")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(defaultplaybackrate, "defaultplaybackrate")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(defer, "defer")
|
|
|
|
GK_ATOM(del, "del")
|
|
|
|
GK_ATOM(descendant, "descendant")
|
|
|
|
GK_ATOM(descendantOrSelf, "descendant-or-self")
|
|
|
|
GK_ATOM(descending, "descending")
|
|
|
|
GK_ATOM(description, "description")
|
|
|
|
GK_ATOM(destructor, "destructor")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(details, "details")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(deviceAspectRatio, "device-aspect-ratio")
|
|
|
|
GK_ATOM(deviceHeight, "device-height")
|
|
|
|
GK_ATOM(deviceWidth, "device-width")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dfn, "dfn")
|
|
|
|
GK_ATOM(dialog, "dialog")
|
|
|
|
GK_ATOM(difference, "difference")
|
|
|
|
GK_ATOM(digit, "digit")
|
|
|
|
GK_ATOM(dir, "dir")
|
|
|
|
GK_ATOM(disableOutputEscaping, "disable-output-escaping")
|
|
|
|
GK_ATOM(disabled, "disabled")
|
|
|
|
GK_ATOM(display, "display")
|
|
|
|
GK_ATOM(distinct, "distinct")
|
|
|
|
GK_ATOM(div, "div")
|
|
|
|
GK_ATOM(dl, "dl")
|
|
|
|
GK_ATOM(doctypePublic, "doctype-public")
|
|
|
|
GK_ATOM(doctypeSystem, "doctype-system")
|
|
|
|
GK_ATOM(document, "document")
|
|
|
|
GK_ATOM(DOMAttrModified, "DOMAttrModified")
|
|
|
|
GK_ATOM(DOMCharacterDataModified, "DOMCharacterDataModified")
|
|
|
|
GK_ATOM(DOMNodeInserted, "DOMNodeInserted")
|
2008-12-19 17:10:46 -08:00
|
|
|
GK_ATOM(DOMNodeInsertedIntoDocument, "DOMNodeInsertedIntoDocument")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(DOMNodeRemoved, "DOMNodeRemoved")
|
|
|
|
GK_ATOM(DOMNodeRemovedFromDocument, "DOMNodeRemovedFromDocument")
|
|
|
|
GK_ATOM(DOMSubtreeModified, "DOMSubtreeModified")
|
2007-11-13 02:42:03 -08:00
|
|
|
GK_ATOM(double_, "double")
|
2007-04-11 21:37:39 -07:00
|
|
|
GK_ATOM(drag, "drag")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dragdrop, "dragdrop")
|
2007-04-11 21:37:39 -07:00
|
|
|
GK_ATOM(dragend, "dragend")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dragenter, "dragenter")
|
|
|
|
GK_ATOM(dragevent, "dragevent")
|
|
|
|
GK_ATOM(dragexit, "dragexit")
|
2008-08-27 05:07:27 -07:00
|
|
|
GK_ATOM(draggable, "draggable")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(draggesture, "draggesture")
|
|
|
|
GK_ATOM(dragging, "dragging")
|
2008-08-27 05:07:27 -07:00
|
|
|
GK_ATOM(dragleave, "dragleave")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dragover, "dragover")
|
|
|
|
GK_ATOM(dragSession, "dragSession")
|
2008-08-27 05:07:27 -07:00
|
|
|
GK_ATOM(dragstart, "dragstart")
|
2009-10-21 00:05:34 -07:00
|
|
|
GK_ATOM(drawintitlebar, "drawintitlebar")
|
2008-08-27 05:07:27 -07:00
|
|
|
GK_ATOM(drop, "drop")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dropAfter, "dropAfter")
|
|
|
|
GK_ATOM(dropBefore, "dropBefore")
|
|
|
|
GK_ATOM(dropOn, "dropOn")
|
|
|
|
GK_ATOM(dt, "dt")
|
|
|
|
GK_ATOM(editable, "editable")
|
|
|
|
GK_ATOM(editing, "editing")
|
|
|
|
GK_ATOM(editor, "editor")
|
|
|
|
GK_ATOM(editorDisplayList, "EditorDisplay-List")
|
|
|
|
GK_ATOM(element, "element")
|
|
|
|
GK_ATOM(elementAvailable, "element-available")
|
|
|
|
GK_ATOM(elements, "elements")
|
|
|
|
GK_ATOM(em, "em")
|
|
|
|
GK_ATOM(embed, "embed")
|
|
|
|
GK_ATOM(embossed, "embossed")
|
|
|
|
GK_ATOM(empty, "empty")
|
|
|
|
GK_ATOM(encoding, "encoding")
|
|
|
|
GK_ATOM(enctype, "enctype")
|
|
|
|
GK_ATOM(end, "end")
|
|
|
|
GK_ATOM(end_after, "end_after")
|
|
|
|
GK_ATOM(end_before, "end_before")
|
|
|
|
GK_ATOM(equalsize, "equalsize")
|
|
|
|
GK_ATOM(error, "error")
|
|
|
|
GK_ATOM(even, "even")
|
|
|
|
GK_ATOM(event, "event")
|
|
|
|
GK_ATOM(events, "events")
|
2007-07-25 21:03:29 -07:00
|
|
|
GK_ATOM(excessOverflowContainersList, "ExcessOverflowContainers-list")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(excludeResultPrefixes, "exclude-result-prefixes")
|
|
|
|
GK_ATOM(excludes, "excludes")
|
2007-06-15 08:03:44 -07:00
|
|
|
GK_ATOM(expr, "expr")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(extends, "extends")
|
|
|
|
GK_ATOM(extensionElementPrefixes, "extension-element-prefixes")
|
|
|
|
GK_ATOM(face, "face")
|
|
|
|
GK_ATOM(fallback, "fallback")
|
|
|
|
GK_ATOM(_false, "false")
|
|
|
|
GK_ATOM(farthest, "farthest")
|
|
|
|
GK_ATOM(field, "field")
|
|
|
|
GK_ATOM(fieldset, "fieldset")
|
2010-06-23 10:08:56 -07:00
|
|
|
GK_ATOM(figcaption, "figcaption")
|
|
|
|
GK_ATOM(figure, "figure")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(fixed, "fixed")
|
|
|
|
GK_ATOM(fixedList, "Fixed-list")
|
|
|
|
GK_ATOM(flags, "flags")
|
|
|
|
GK_ATOM(flex, "flex")
|
|
|
|
GK_ATOM(flexgroup, "flexgroup")
|
2010-10-13 12:41:37 -07:00
|
|
|
GK_ATOM(flip, "flip")
|
2010-07-27 06:38:03 -07:00
|
|
|
GK_ATOM(floating, "floating")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(floatList, "Float-list")
|
|
|
|
GK_ATOM(floor, "floor")
|
|
|
|
GK_ATOM(focus, "focus")
|
|
|
|
GK_ATOM(following, "following")
|
|
|
|
GK_ATOM(followingSibling, "following-sibling")
|
|
|
|
GK_ATOM(font, "font")
|
|
|
|
GK_ATOM(fontWeight, "font-weight")
|
|
|
|
GK_ATOM(fontpicker, "fontpicker")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(footer, "footer")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(_for, "for")
|
|
|
|
GK_ATOM(forEach, "for-each")
|
|
|
|
GK_ATOM(form, "form")
|
2010-08-19 16:23:59 -07:00
|
|
|
GK_ATOM(formaction, "formaction")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(format, "format")
|
|
|
|
GK_ATOM(formatNumber, "format-number")
|
2010-08-20 10:47:30 -07:00
|
|
|
GK_ATOM(formenctype, "formenctype")
|
|
|
|
GK_ATOM(formmethod, "formmethod")
|
2010-09-14 16:38:07 -07:00
|
|
|
GK_ATOM(formnovalidate, "formnovalidate")
|
2010-08-19 15:58:10 -07:00
|
|
|
GK_ATOM(formtarget, "formtarget")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(frame, "frame")
|
|
|
|
GK_ATOM(frameborder, "frameborder")
|
|
|
|
GK_ATOM(frameset, "frameset")
|
|
|
|
GK_ATOM(from, "from")
|
|
|
|
GK_ATOM(functionAvailable, "function-available")
|
|
|
|
GK_ATOM(generateId, "generate-id")
|
|
|
|
GK_ATOM(getter, "getter")
|
|
|
|
GK_ATOM(grid, "grid")
|
|
|
|
GK_ATOM(grippy, "grippy")
|
|
|
|
GK_ATOM(group, "group")
|
|
|
|
GK_ATOM(groupingSeparator, "grouping-separator")
|
|
|
|
GK_ATOM(groupingSize, "grouping-size")
|
|
|
|
GK_ATOM(grow, "grow")
|
|
|
|
GK_ATOM(gutter, "gutter")
|
|
|
|
GK_ATOM(h1, "h1")
|
|
|
|
GK_ATOM(h2, "h2")
|
|
|
|
GK_ATOM(h3, "h3")
|
|
|
|
GK_ATOM(h4, "h4")
|
|
|
|
GK_ATOM(h5, "h5")
|
|
|
|
GK_ATOM(h6, "h6")
|
|
|
|
GK_ATOM(handheld, "handheld")
|
2009-09-03 00:05:32 -07:00
|
|
|
GK_ATOM(handheldFriendly, "HandheldFriendly")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(handler, "handler")
|
|
|
|
GK_ATOM(handlers, "handlers")
|
|
|
|
GK_ATOM(HARD, "HARD")
|
|
|
|
GK_ATOM(hasSameNode, "has-same-node")
|
|
|
|
GK_ATOM(hbox, "hbox")
|
|
|
|
GK_ATOM(head, "head")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(header, "header")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(headers, "headers")
|
|
|
|
GK_ATOM(height, "height")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(hgroup, "hgroup")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(hidden, "hidden")
|
|
|
|
GK_ATOM(hidechrome, "hidechrome")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(high, "high")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(highest, "highest")
|
|
|
|
GK_ATOM(horizontal, "horizontal")
|
2007-08-23 08:57:54 -07:00
|
|
|
GK_ATOM(hover, "hover")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(hr, "hr")
|
|
|
|
GK_ATOM(href, "href")
|
|
|
|
GK_ATOM(hreflang, "hreflang")
|
|
|
|
GK_ATOM(hspace, "hspace")
|
|
|
|
GK_ATOM(html, "html")
|
|
|
|
GK_ATOM(httpEquiv, "http-equiv")
|
|
|
|
GK_ATOM(i, "i")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(icon, "icon")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(id, "id")
|
|
|
|
GK_ATOM(_if, "if")
|
|
|
|
GK_ATOM(iframe, "iframe")
|
|
|
|
GK_ATOM(ignorecase, "ignorecase")
|
|
|
|
GK_ATOM(ignorekeys, "ignorekeys")
|
|
|
|
GK_ATOM(ilayer, "ilayer")
|
|
|
|
GK_ATOM(image, "image")
|
|
|
|
GK_ATOM(imageClickedPoint, "image-clicked-point")
|
|
|
|
GK_ATOM(img, "img")
|
|
|
|
GK_ATOM(implementation, "implementation")
|
|
|
|
GK_ATOM(implements, "implements")
|
|
|
|
GK_ATOM(import, "import")
|
2008-05-02 04:32:50 -07:00
|
|
|
GK_ATOM(inactivetitlebarcolor, "inactivetitlebarcolor")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(include, "include")
|
|
|
|
GK_ATOM(includes, "includes")
|
|
|
|
GK_ATOM(increment, "increment")
|
|
|
|
GK_ATOM(indent, "indent")
|
|
|
|
GK_ATOM(index, "index")
|
|
|
|
GK_ATOM(infer, "infer")
|
|
|
|
GK_ATOM(infinity, "infinity")
|
2007-06-27 19:48:16 -07:00
|
|
|
GK_ATOM(inherit, "inherit")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(inherits, "inherits")
|
|
|
|
GK_ATOM(inheritstyle, "inheritstyle")
|
2008-07-16 20:16:23 -07:00
|
|
|
GK_ATOM(initial_scale, "initial-scale")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(input, "input")
|
|
|
|
GK_ATOM(ins, "ins")
|
|
|
|
GK_ATOM(insertafter, "insertafter")
|
|
|
|
GK_ATOM(insertbefore, "insertbefore")
|
|
|
|
GK_ATOM(instanceOf, "instanceOf")
|
2007-11-13 02:42:03 -08:00
|
|
|
GK_ATOM(int32, "int32")
|
|
|
|
GK_ATOM(int64, "int64")
|
|
|
|
GK_ATOM(integer, "integer")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(intersection, "intersection")
|
|
|
|
GK_ATOM(iscontainer, "iscontainer")
|
|
|
|
GK_ATOM(isempty, "isempty")
|
|
|
|
GK_ATOM(isindex, "isindex")
|
|
|
|
GK_ATOM(ismap, "ismap")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(itemid, "itemid")
|
|
|
|
GK_ATOM(itemprop, "itemprop")
|
|
|
|
GK_ATOM(itemref, "itemref")
|
|
|
|
GK_ATOM(itemscope, "itemscope")
|
|
|
|
GK_ATOM(itemtype, "itemtype")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(kbd, "kbd")
|
2007-08-15 18:09:58 -07:00
|
|
|
GK_ATOM(noautofocus, "noautofocus")
|
2009-01-13 10:50:26 -08:00
|
|
|
GK_ATOM(keepcurrentinview, "keepcurrentinview")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(key, "key")
|
|
|
|
GK_ATOM(keycode, "keycode")
|
|
|
|
GK_ATOM(keydown, "keydown")
|
|
|
|
GK_ATOM(keypress, "keypress")
|
|
|
|
GK_ATOM(keyset, "keyset")
|
|
|
|
GK_ATOM(keytext, "keytext")
|
|
|
|
GK_ATOM(keyup, "keyup")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(kind, "kind")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(label, "label")
|
|
|
|
GK_ATOM(lang, "lang")
|
|
|
|
GK_ATOM(last, "last")
|
|
|
|
GK_ATOM(layer, "layer")
|
|
|
|
GK_ATOM(layout, "layout")
|
|
|
|
GK_ATOM(leading, "leading")
|
|
|
|
GK_ATOM(leaf, "leaf")
|
|
|
|
GK_ATOM(left, "left")
|
|
|
|
GK_ATOM(leftmargin, "leftmargin")
|
|
|
|
GK_ATOM(leftpadding, "leftpadding")
|
|
|
|
GK_ATOM(legend, "legend")
|
|
|
|
GK_ATOM(length, "length")
|
|
|
|
GK_ATOM(letterValue, "letter-value")
|
|
|
|
GK_ATOM(level, "level")
|
|
|
|
GK_ATOM(li, "li")
|
|
|
|
GK_ATOM(line, "line")
|
|
|
|
GK_ATOM(link, "link")
|
2010-09-09 22:18:10 -07:00
|
|
|
GK_ATOM(list, "list")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(listbox, "listbox")
|
|
|
|
GK_ATOM(listboxbody, "listboxbody")
|
|
|
|
GK_ATOM(listcell, "listcell")
|
|
|
|
GK_ATOM(listcol, "listcol")
|
|
|
|
GK_ATOM(listcols, "listcols")
|
|
|
|
GK_ATOM(listener, "listener")
|
|
|
|
GK_ATOM(listhead, "listhead")
|
|
|
|
GK_ATOM(listheader, "listheader")
|
|
|
|
GK_ATOM(listing, "listing")
|
|
|
|
GK_ATOM(listitem, "listitem")
|
|
|
|
GK_ATOM(listrows, "listrows")
|
|
|
|
GK_ATOM(load, "load")
|
2009-07-29 11:33:53 -07:00
|
|
|
GK_ATOM(localedir, "localedir")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(localName, "local-name")
|
|
|
|
GK_ATOM(longdesc, "longdesc")
|
2008-07-29 21:55:27 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(loop, "loop")
|
2008-07-29 21:55:27 -07:00
|
|
|
GK_ATOM(loopend, "loopend")
|
|
|
|
GK_ATOM(loopstart, "loopstart")
|
|
|
|
#endif
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(low, "low")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(lowerFirst, "lower-first")
|
|
|
|
GK_ATOM(lowest, "lowest")
|
|
|
|
GK_ATOM(lowsrc, "lowsrc")
|
|
|
|
GK_ATOM(ltr, "ltr")
|
2009-10-01 23:22:18 -07:00
|
|
|
GK_ATOM(lwtheme, "lwtheme")
|
|
|
|
GK_ATOM(lwthemetextcolor, "lwthemetextcolor")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(map, "map")
|
2008-01-16 13:54:33 -08:00
|
|
|
GK_ATOM(manifest, "manifest")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(marginheight, "marginheight")
|
|
|
|
GK_ATOM(marginwidth, "marginwidth")
|
2010-06-23 10:08:56 -07:00
|
|
|
GK_ATOM(mark, "mark")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(marquee, "marquee")
|
|
|
|
GK_ATOM(match, "match")
|
|
|
|
GK_ATOM(max, "max")
|
|
|
|
GK_ATOM(maxheight, "maxheight")
|
2008-07-21 23:53:10 -07:00
|
|
|
GK_ATOM(maximum_scale, "maximum-scale")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(maxlength, "maxlength")
|
|
|
|
GK_ATOM(maxpos, "maxpos")
|
|
|
|
GK_ATOM(maxwidth, "maxwidth")
|
|
|
|
GK_ATOM(mayscript, "mayscript")
|
|
|
|
GK_ATOM(media, "media")
|
|
|
|
GK_ATOM(mediaType, "media-type")
|
|
|
|
GK_ATOM(member, "member")
|
|
|
|
GK_ATOM(menu, "menu")
|
|
|
|
GK_ATOM(menubar, "menubar")
|
|
|
|
GK_ATOM(menubutton, "menubutton")
|
2011-03-31 05:28:19 -07:00
|
|
|
GK_ATOM(menuButton, "menu-button")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(menugenerated, "menugenerated")
|
|
|
|
GK_ATOM(menuitem, "menuitem")
|
|
|
|
GK_ATOM(menulist, "menulist")
|
|
|
|
GK_ATOM(menupopup, "menupopup")
|
|
|
|
GK_ATOM(message, "message")
|
|
|
|
GK_ATOM(meta, "meta")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(meter, "meter")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(method, "method")
|
|
|
|
GK_ATOM(middle, "middle")
|
|
|
|
GK_ATOM(min, "min")
|
|
|
|
GK_ATOM(minheight, "minheight")
|
2008-07-16 20:16:23 -07:00
|
|
|
GK_ATOM(minimum_scale, "minimum-scale")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(minpos, "minpos")
|
|
|
|
GK_ATOM(minusSign, "minus-sign")
|
|
|
|
GK_ATOM(minwidth, "minwidth")
|
|
|
|
GK_ATOM(mod, "mod")
|
|
|
|
GK_ATOM(mode, "mode")
|
|
|
|
GK_ATOM(modifiers, "modifiers")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(monochrome, "monochrome")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mousedown, "mousedown")
|
|
|
|
GK_ATOM(mousemove, "mousemove")
|
|
|
|
GK_ATOM(mouseout, "mouseout")
|
|
|
|
GK_ATOM(mouseover, "mouseover")
|
|
|
|
GK_ATOM(mousethrough, "mousethrough")
|
|
|
|
GK_ATOM(mouseup, "mouseup")
|
2008-06-03 17:00:32 -07:00
|
|
|
GK_ATOM(moz_opaque, "moz-opaque")
|
2010-11-23 18:12:53 -08:00
|
|
|
GK_ATOM(moz_action_hint, "mozactionhint")
|
2010-10-15 06:05:14 -07:00
|
|
|
GK_ATOM(x_moz_errormessage, "x-moz-errormessage")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(msthemecompatible, "msthemecompatible")
|
|
|
|
GK_ATOM(multicol, "multicol")
|
|
|
|
GK_ATOM(multiple, "multiple")
|
|
|
|
GK_ATOM(name, "name")
|
|
|
|
GK_ATOM(_namespace, "namespace")
|
|
|
|
GK_ATOM(namespaceAlias, "namespace-alias")
|
|
|
|
GK_ATOM(namespaceUri, "namespace-uri")
|
|
|
|
GK_ATOM(NaN, "NaN")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(nav, "nav")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(negate, "negate")
|
|
|
|
GK_ATOM(never, "never")
|
|
|
|
GK_ATOM(_new, "new")
|
2010-01-06 16:55:09 -08:00
|
|
|
GK_ATOM(newline, "newline")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(nextBidi, "NextBidi")
|
|
|
|
GK_ATOM(no, "no")
|
2007-07-04 08:49:38 -07:00
|
|
|
GK_ATOM(noautohide, "noautohide")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(nobr, "nobr")
|
|
|
|
GK_ATOM(node, "node")
|
|
|
|
GK_ATOM(nodeSet, "node-set")
|
|
|
|
GK_ATOM(noembed, "noembed")
|
|
|
|
GK_ATOM(noframes, "noframes")
|
|
|
|
GK_ATOM(nohref, "nohref")
|
|
|
|
GK_ATOM(none, "none")
|
|
|
|
GK_ATOM(noresize, "noresize")
|
|
|
|
GK_ATOM(normal, "normal")
|
|
|
|
GK_ATOM(normalizeSpace, "normalize-space")
|
|
|
|
GK_ATOM(noscript, "noscript")
|
|
|
|
GK_ATOM(noshade, "noshade")
|
2010-09-10 21:11:58 -07:00
|
|
|
GK_ATOM(novalidate, "novalidate")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(_not, "not")
|
|
|
|
GK_ATOM(nowrap, "nowrap")
|
|
|
|
GK_ATOM(number, "number")
|
2007-11-13 02:42:03 -08:00
|
|
|
GK_ATOM(null, "null")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(object, "object")
|
|
|
|
GK_ATOM(objectType, "object-type")
|
|
|
|
GK_ATOM(observer, "observer")
|
|
|
|
GK_ATOM(observes, "observes")
|
|
|
|
GK_ATOM(odd, "odd")
|
|
|
|
GK_ATOM(OFF, "OFF")
|
|
|
|
GK_ATOM(ol, "ol")
|
|
|
|
GK_ATOM(omitXmlDeclaration, "omit-xml-declaration")
|
|
|
|
GK_ATOM(onabort, "onabort")
|
2010-09-16 01:48:47 -07:00
|
|
|
GK_ATOM(onafterscriptexecute, "onafterscriptexecute")
|
2007-07-25 21:14:33 -07:00
|
|
|
GK_ATOM(onbeforecopy, "onbeforecopy")
|
|
|
|
GK_ATOM(onbeforecut, "onbeforecut")
|
|
|
|
GK_ATOM(onbeforepaste, "onbeforepaste")
|
2010-09-16 01:48:47 -07:00
|
|
|
GK_ATOM(onbeforescriptexecute, "onbeforescriptexecute")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onbeforeunload, "onbeforeunload")
|
|
|
|
GK_ATOM(onblur, "onblur")
|
|
|
|
GK_ATOM(onbroadcast, "onbroadcast")
|
|
|
|
GK_ATOM(onchange, "onchange")
|
|
|
|
GK_ATOM(onclick, "onclick")
|
|
|
|
GK_ATOM(onclose, "onclose")
|
|
|
|
GK_ATOM(oncommand, "oncommand")
|
|
|
|
GK_ATOM(oncommandupdate, "oncommandupdate")
|
|
|
|
GK_ATOM(oncompositionend, "oncompositionend")
|
|
|
|
GK_ATOM(oncompositionstart, "oncompositionstart")
|
|
|
|
GK_ATOM(oncontextmenu, "oncontextmenu")
|
2007-07-25 21:14:33 -07:00
|
|
|
GK_ATOM(oncopy, "oncopy")
|
|
|
|
GK_ATOM(oncut, "oncut")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ondblclick, "ondblclick")
|
|
|
|
GK_ATOM(onDOMActivate, "onDOMActivate")
|
|
|
|
GK_ATOM(onDOMAttrModified, "onDOMAttrModified")
|
|
|
|
GK_ATOM(onDOMCharacterDataModified, "onDOMCharacterDataModified")
|
|
|
|
GK_ATOM(onDOMFocusIn, "onDOMFocusIn")
|
|
|
|
GK_ATOM(onDOMFocusOut, "onDOMFocusOut")
|
|
|
|
GK_ATOM(onDOMMouseScroll, "onDOMMouseScroll")
|
|
|
|
GK_ATOM(onDOMNodeInserted, "onDOMNodeInserted")
|
|
|
|
GK_ATOM(onDOMNodeInsertedIntoDocument, "onDOMNodeInsertedIntoDocument")
|
|
|
|
GK_ATOM(onDOMNodeRemoved, "onDOMNodeRemoved")
|
|
|
|
GK_ATOM(onDOMNodeRemovedFromDocument, "onDOMNodeRemovedFromDocument")
|
|
|
|
GK_ATOM(onDOMSubtreeModified, "onDOMSubtreeModified")
|
2007-04-11 21:37:39 -07:00
|
|
|
GK_ATOM(ondrag, "ondrag")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ondragdrop, "ondragdrop")
|
2007-04-11 21:37:39 -07:00
|
|
|
GK_ATOM(ondragend, "ondragend")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ondragenter, "ondragenter")
|
|
|
|
GK_ATOM(ondragexit, "ondragexit")
|
|
|
|
GK_ATOM(ondraggesture, "ondraggesture")
|
2007-04-11 21:37:39 -07:00
|
|
|
GK_ATOM(ondragleave, "ondragleave")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ondragover, "ondragover")
|
2007-04-11 21:37:39 -07:00
|
|
|
GK_ATOM(ondragstart, "ondragstart")
|
|
|
|
GK_ATOM(ondrop, "ondrop")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onerror, "onerror")
|
|
|
|
GK_ATOM(onfocus, "onfocus")
|
|
|
|
GK_ATOM(onget, "onget")
|
2009-06-26 10:16:50 -07:00
|
|
|
GK_ATOM(onhashchange, "onhashchange")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(oninput, "oninput")
|
2010-08-18 11:28:08 -07:00
|
|
|
GK_ATOM(oninvalid, "oninvalid")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onkeydown, "onkeydown")
|
|
|
|
GK_ATOM(onkeypress, "onkeypress")
|
|
|
|
GK_ATOM(onkeyup, "onkeyup")
|
|
|
|
GK_ATOM(onLoad, "onLoad")
|
|
|
|
GK_ATOM(onload, "onload")
|
2009-09-01 09:45:05 -07:00
|
|
|
GK_ATOM(onpopstate, "onpopstate")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(only, "only") // this one is not an event
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onmousedown, "onmousedown")
|
|
|
|
GK_ATOM(onmousemove, "onmousemove")
|
|
|
|
GK_ATOM(onmouseout, "onmouseout")
|
|
|
|
GK_ATOM(onmouseover, "onmouseover")
|
2010-06-27 23:04:05 -07:00
|
|
|
GK_ATOM(onMozMouseHittest, "onMozMouseHittest")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onmouseup, "onmouseup")
|
2008-09-18 02:47:21 -07:00
|
|
|
GK_ATOM(onMozAfterPaint, "onMozAfterPaint")
|
2010-08-11 14:05:27 -07:00
|
|
|
GK_ATOM(onMozBeforePaint, "onMozBeforePaint")
|
2008-09-17 04:27:19 -07:00
|
|
|
GK_ATOM(onMozMousePixelScroll, "onMozMousePixelScroll")
|
2009-09-11 16:13:56 -07:00
|
|
|
GK_ATOM(onMozScrolledAreaChanged, "onMozScrolledAreaChanged")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ononline, "ononline")
|
|
|
|
GK_ATOM(onoffline, "onoffline")
|
|
|
|
GK_ATOM(onoverflow, "onoverflow")
|
|
|
|
GK_ATOM(onoverflowchanged, "onoverflowchanged")
|
|
|
|
GK_ATOM(onpagehide, "onpagehide")
|
|
|
|
GK_ATOM(onpageshow, "onpageshow")
|
|
|
|
GK_ATOM(onpaint, "onpaint")
|
2007-07-25 21:14:33 -07:00
|
|
|
GK_ATOM(onpaste, "onpaste")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onpopuphidden, "onpopuphidden")
|
|
|
|
GK_ATOM(onpopuphiding, "onpopuphiding")
|
|
|
|
GK_ATOM(onpopupshowing, "onpopupshowing")
|
|
|
|
GK_ATOM(onpopupshown, "onpopupshown")
|
2010-06-23 18:12:07 -07:00
|
|
|
GK_ATOM(onreadystatechange, "onreadystatechange")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onRequest, "onRequest")
|
|
|
|
GK_ATOM(onreset, "onreset")
|
2010-11-17 05:46:00 -08:00
|
|
|
GK_ATOM(onMozBeforeResize, "onMozBeforeResize")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onresize, "onresize")
|
|
|
|
GK_ATOM(onscroll, "onscroll")
|
|
|
|
GK_ATOM(onselect, "onselect")
|
|
|
|
GK_ATOM(onset, "onset")
|
|
|
|
GK_ATOM(onsubmit, "onsubmit")
|
|
|
|
GK_ATOM(ontext, "ontext")
|
2009-12-23 11:10:31 -08:00
|
|
|
GK_ATOM(ontransitionend, "ontransitionend")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(onunderflow, "onunderflow")
|
|
|
|
GK_ATOM(onunload, "onunload")
|
|
|
|
GK_ATOM(open, "open")
|
|
|
|
GK_ATOM(optgroup, "optgroup")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(optimum, "optimum")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(option, "option")
|
|
|
|
GK_ATOM(_or, "or")
|
|
|
|
GK_ATOM(order, "order")
|
|
|
|
GK_ATOM(ordinal, "ordinal")
|
|
|
|
GK_ATOM(orient, "orient")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(orientation, "orientation")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(otherwise, "otherwise")
|
|
|
|
GK_ATOM(output, "output")
|
|
|
|
GK_ATOM(overflow, "overflow")
|
|
|
|
GK_ATOM(overflowList, "Overflow-list")
|
|
|
|
GK_ATOM(overflowchanged, "overflowchanged")
|
2007-07-25 21:03:29 -07:00
|
|
|
GK_ATOM(overflowContainersList, "OverflowContainers-list")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(overflowOutOfFlowList, "OverflowOutOfFlow-list")
|
|
|
|
GK_ATOM(overlay, "overlay")
|
|
|
|
GK_ATOM(overlap, "overlap")
|
|
|
|
GK_ATOM(p, "p")
|
|
|
|
GK_ATOM(pack, "pack")
|
|
|
|
GK_ATOM(page, "page")
|
|
|
|
GK_ATOM(pageincrement, "pageincrement")
|
|
|
|
GK_ATOM(pagex, "pagex")
|
|
|
|
GK_ATOM(pagey, "pagey")
|
|
|
|
GK_ATOM(palettename, "palettename")
|
2007-07-04 08:49:38 -07:00
|
|
|
GK_ATOM(panel, "panel")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(param, "param")
|
|
|
|
GK_ATOM(parameter, "parameter")
|
|
|
|
GK_ATOM(parent, "parent")
|
|
|
|
GK_ATOM(parsetype, "parsetype")
|
2010-08-18 12:26:22 -07:00
|
|
|
GK_ATOM(pattern, "pattern")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(patternSeparator, "pattern-separator")
|
|
|
|
GK_ATOM(perMille, "per-mille")
|
|
|
|
GK_ATOM(percent, "percent")
|
|
|
|
GK_ATOM(persist, "persist")
|
|
|
|
GK_ATOM(phase, "phase")
|
|
|
|
GK_ATOM(ping, "ping")
|
2008-07-29 21:55:27 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(pixelratio, "pixelratio")
|
|
|
|
#endif
|
2010-02-26 10:47:38 -08:00
|
|
|
GK_ATOM(placeholder, "placeholder")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(plaintext, "plaintext")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(playbackrate, "playbackrate")
|
2008-07-29 21:55:27 -07:00
|
|
|
GK_ATOM(playcount, "playcount")
|
2008-07-09 01:22:20 -07:00
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(pointSize, "point-size")
|
|
|
|
GK_ATOM(poly, "poly")
|
|
|
|
GK_ATOM(polygon, "polygon")
|
|
|
|
GK_ATOM(popup, "popup")
|
|
|
|
GK_ATOM(popupList, "Popup-list")
|
|
|
|
GK_ATOM(popupalign, "popupalign")
|
|
|
|
GK_ATOM(popupanchor, "popupanchor")
|
|
|
|
GK_ATOM(popupgroup, "popupgroup")
|
|
|
|
GK_ATOM(popuphidden, "popuphidden")
|
|
|
|
GK_ATOM(popuphiding, "popuphiding")
|
|
|
|
GK_ATOM(popuplistener, "popuplistener")
|
|
|
|
GK_ATOM(popupset, "popupset")
|
|
|
|
GK_ATOM(popupshowing, "popupshowing")
|
|
|
|
GK_ATOM(popupshown, "popupshown")
|
2009-09-14 04:06:33 -07:00
|
|
|
GK_ATOM(popupsinherittooltip, "popupsinherittooltip")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(position, "position")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(poster, "poster")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(pre, "pre")
|
|
|
|
GK_ATOM(preceding, "preceding")
|
|
|
|
GK_ATOM(precedingSibling, "preceding-sibling")
|
|
|
|
GK_ATOM(predicate, "predicate")
|
|
|
|
GK_ATOM(prefix, "prefix")
|
2010-08-19 15:50:37 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(preload, "preload")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(preserve, "preserve")
|
|
|
|
GK_ATOM(preserveSpace, "preserve-space")
|
|
|
|
GK_ATOM(preventdefault, "preventdefault")
|
|
|
|
GK_ATOM(primary, "primary")
|
|
|
|
GK_ATOM(print, "print")
|
|
|
|
GK_ATOM(priority, "priority")
|
|
|
|
GK_ATOM(processingInstruction, "processing-instruction")
|
|
|
|
GK_ATOM(profile, "profile")
|
2010-11-15 01:36:27 -08:00
|
|
|
GK_ATOM(progress, "progress")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(progressmeter, "progressmeter")
|
|
|
|
GK_ATOM(progressNormal, "progressNormal")
|
|
|
|
GK_ATOM(progressUndetermined, "progressUndetermined")
|
|
|
|
GK_ATOM(projection, "projection")
|
|
|
|
GK_ATOM(prompt, "prompt")
|
|
|
|
GK_ATOM(propagate, "propagate")
|
|
|
|
GK_ATOM(properties, "properties")
|
|
|
|
GK_ATOM(property, "property")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(pubdate, "pubdate")
|
2010-08-19 06:37:59 -07:00
|
|
|
GK_ATOM(pushedFloatsList, "PushedFloats-list")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(q, "q")
|
|
|
|
GK_ATOM(query, "query")
|
|
|
|
GK_ATOM(queryset, "queryset")
|
|
|
|
GK_ATOM(querytype, "querytype")
|
|
|
|
GK_ATOM(radio, "radio")
|
|
|
|
GK_ATOM(radiogroup, "radiogroup")
|
|
|
|
GK_ATOM(readonly, "readonly")
|
|
|
|
GK_ATOM(rect, "rect")
|
|
|
|
GK_ATOM(rectangle, "rectangle")
|
|
|
|
GK_ATOM(ref, "ref")
|
|
|
|
GK_ATOM(refresh, "refresh")
|
|
|
|
GK_ATOM(rel, "rel")
|
2009-01-20 13:58:48 -08:00
|
|
|
GK_ATOM(rem, "rem")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(removeelement, "removeelement")
|
2010-08-13 06:31:31 -07:00
|
|
|
GK_ATOM(renderingobserverlist, "renderingobserverlist")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(repeat, "repeat")
|
|
|
|
GK_ATOM(replace, "replace")
|
2010-08-18 11:30:41 -07:00
|
|
|
GK_ATOM(required, "required")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(reset, "reset")
|
|
|
|
GK_ATOM(resizeafter, "resizeafter")
|
|
|
|
GK_ATOM(resizebefore, "resizebefore")
|
|
|
|
GK_ATOM(resizer, "resizer")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(resolution, "resolution")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(resource, "resource")
|
|
|
|
GK_ATOM(resources, "resources")
|
|
|
|
GK_ATOM(result, "result")
|
|
|
|
GK_ATOM(resultPrefix, "result-prefix")
|
|
|
|
GK_ATOM(rev, "rev")
|
|
|
|
GK_ATOM(reverse, "reverse")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(reversed, "reversed")
|
2010-04-21 07:53:42 -07:00
|
|
|
GK_ATOM(richlistbox, "richlistbox")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(right, "right")
|
|
|
|
GK_ATOM(rightmargin, "rightmargin")
|
|
|
|
GK_ATOM(rightpadding, "rightpadding")
|
|
|
|
GK_ATOM(role, "role")
|
|
|
|
GK_ATOM(round, "round")
|
|
|
|
GK_ATOM(row, "row")
|
|
|
|
GK_ATOM(rows, "rows")
|
|
|
|
GK_ATOM(rowspan, "rowspan")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(rp, "rp")
|
|
|
|
GK_ATOM(rt, "rt")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(rtl, "rtl")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(ruby, "ruby")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(rule, "rule")
|
|
|
|
GK_ATOM(rules, "rules")
|
|
|
|
GK_ATOM(s, "s")
|
|
|
|
GK_ATOM(samp, "samp")
|
2009-08-12 07:04:40 -07:00
|
|
|
GK_ATOM(scale, "scale")
|
2008-07-26 09:14:48 -07:00
|
|
|
GK_ATOM(scan, "scan")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(scheme, "scheme")
|
|
|
|
GK_ATOM(scope, "scope")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(scoped, "scoped")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(screen, "screen")
|
|
|
|
GK_ATOM(screenX, "screenX")
|
|
|
|
GK_ATOM(screenY, "screenY")
|
|
|
|
GK_ATOM(script, "script")
|
2009-03-10 12:30:50 -07:00
|
|
|
GK_ATOM(scriptEnabledBeforePrintOrPreview, "scriptEnabledBeforePrintOrPreview")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(scrollbar, "scrollbar")
|
|
|
|
GK_ATOM(scrollbarbutton, "scrollbarbutton")
|
|
|
|
GK_ATOM(scrollbox, "scrollbox")
|
|
|
|
GK_ATOM(scrollcorner, "scrollcorner")
|
|
|
|
GK_ATOM(scrolling, "scrolling")
|
2010-06-19 11:44:43 -07:00
|
|
|
GK_ATOM(section, "section")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(select, "select")
|
2007-08-10 05:42:06 -07:00
|
|
|
GK_ATOM(selectPopupList, "selectPopupList")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(selectable, "selectable")
|
|
|
|
GK_ATOM(selected, "selected")
|
|
|
|
GK_ATOM(selectedIndex, "selectedIndex")
|
|
|
|
GK_ATOM(selectedindex, "selectedindex")
|
|
|
|
GK_ATOM(self, "self")
|
|
|
|
GK_ATOM(seltype, "seltype")
|
|
|
|
GK_ATOM(setcookie, "set-cookie")
|
|
|
|
GK_ATOM(setter, "setter")
|
|
|
|
GK_ATOM(shape, "shape")
|
|
|
|
GK_ATOM(show, "show")
|
2008-02-26 17:49:46 -08:00
|
|
|
GK_ATOM(showcaret, "showcaret")
|
2011-01-17 06:35:32 -08:00
|
|
|
GK_ATOM(showresizer, "showresizer")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(simple, "simple")
|
|
|
|
GK_ATOM(single, "single")
|
|
|
|
GK_ATOM(size, "size")
|
|
|
|
GK_ATOM(sizemode, "sizemode")
|
|
|
|
GK_ATOM(sizetopopup, "sizetopopup")
|
|
|
|
GK_ATOM(slider, "slider")
|
|
|
|
GK_ATOM(small, "small")
|
|
|
|
GK_ATOM(smooth, "smooth")
|
|
|
|
GK_ATOM(snap, "snap")
|
|
|
|
GK_ATOM(sort, "sort")
|
|
|
|
GK_ATOM(sortActive, "sortActive")
|
|
|
|
GK_ATOM(sortDirection, "sortDirection")
|
|
|
|
GK_ATOM(sorted, "sorted")
|
2010-06-16 10:09:51 -07:00
|
|
|
GK_ATOM(sorthints, "sorthints")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(sortLocked, "sortLocked")
|
|
|
|
GK_ATOM(sortResource, "sortResource")
|
|
|
|
GK_ATOM(sortResource2, "sortResource2")
|
|
|
|
GK_ATOM(sortSeparators, "sortSeparators")
|
|
|
|
GK_ATOM(sortStaticsLast, "sortStaticsLast")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(source, "source")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(space, "space")
|
|
|
|
GK_ATOM(spacer, "spacer")
|
|
|
|
GK_ATOM(span, "span")
|
|
|
|
GK_ATOM(spellcheck, "spellcheck")
|
|
|
|
GK_ATOM(spinner, "spinner")
|
|
|
|
GK_ATOM(split, "split")
|
2011-03-31 05:28:19 -07:00
|
|
|
GK_ATOM(splitmenu, "splitmenu")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(splitter, "splitter")
|
|
|
|
GK_ATOM(spring, "spring")
|
|
|
|
GK_ATOM(src, "src")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(srclang, "srclang")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(stack, "stack")
|
|
|
|
GK_ATOM(standalone, "standalone")
|
|
|
|
GK_ATOM(standby, "standby")
|
|
|
|
GK_ATOM(start, "start")
|
|
|
|
GK_ATOM(start_after, "start_after")
|
|
|
|
GK_ATOM(start_before, "start_before")
|
|
|
|
GK_ATOM(startsWith, "starts-with")
|
|
|
|
GK_ATOM(state, "state")
|
|
|
|
GK_ATOM(statedatasource, "statedatasource")
|
|
|
|
GK_ATOM(staticHint, "staticHint")
|
|
|
|
GK_ATOM(statustext, "statustext")
|
|
|
|
GK_ATOM(stop, "stop")
|
|
|
|
GK_ATOM(stretch, "stretch")
|
|
|
|
GK_ATOM(strike, "strike")
|
|
|
|
GK_ATOM(string, "string")
|
|
|
|
GK_ATOM(stringLength, "string-length")
|
|
|
|
GK_ATOM(stripSpace, "strip-space")
|
|
|
|
GK_ATOM(strong, "strong")
|
|
|
|
GK_ATOM(style, "style")
|
|
|
|
GK_ATOM(stylesheet, "stylesheet")
|
|
|
|
GK_ATOM(stylesheetPrefix, "stylesheet-prefix")
|
|
|
|
GK_ATOM(subject, "subject")
|
|
|
|
GK_ATOM(submit, "submit")
|
|
|
|
GK_ATOM(substate, "substate")
|
|
|
|
GK_ATOM(substring, "substring")
|
|
|
|
GK_ATOM(substringAfter, "substring-after")
|
|
|
|
GK_ATOM(substringBefore, "substring-before")
|
|
|
|
GK_ATOM(sub, "sub")
|
|
|
|
GK_ATOM(sum, "sum")
|
|
|
|
GK_ATOM(sup, "sup")
|
|
|
|
GK_ATOM(summary, "summary")
|
|
|
|
GK_ATOM(systemProperty, "system-property")
|
|
|
|
GK_ATOM(tab, "tab")
|
|
|
|
GK_ATOM(tabbox, "tabbox")
|
|
|
|
GK_ATOM(tabindex, "tabindex")
|
|
|
|
GK_ATOM(table, "table")
|
|
|
|
GK_ATOM(tabpanel, "tabpanel")
|
|
|
|
GK_ATOM(tabpanels, "tabpanels")
|
|
|
|
GK_ATOM(tag, "tag")
|
|
|
|
GK_ATOM(target, "target")
|
|
|
|
GK_ATOM(targets, "targets")
|
|
|
|
GK_ATOM(tbody, "tbody")
|
|
|
|
GK_ATOM(td, "td")
|
|
|
|
GK_ATOM(_template, "template")
|
2010-06-17 03:53:05 -07:00
|
|
|
GK_ATOM(text_decoration, "text-decoration")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(terminate, "terminate")
|
|
|
|
GK_ATOM(test, "test")
|
|
|
|
GK_ATOM(text, "text")
|
|
|
|
GK_ATOM(textarea, "textarea")
|
|
|
|
GK_ATOM(textbox, "textbox")
|
|
|
|
GK_ATOM(textnode, "textnode")
|
|
|
|
GK_ATOM(tfoot, "tfoot")
|
|
|
|
GK_ATOM(th, "th")
|
|
|
|
GK_ATOM(thead, "thead")
|
|
|
|
GK_ATOM(thumb, "thumb")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(time, "time")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(title, "title")
|
|
|
|
GK_ATOM(titlebar, "titlebar")
|
|
|
|
GK_ATOM(titletip, "titletip")
|
|
|
|
GK_ATOM(toggled, "toggled")
|
|
|
|
GK_ATOM(token, "token")
|
|
|
|
GK_ATOM(tokenize, "tokenize")
|
|
|
|
GK_ATOM(toolbar, "toolbar")
|
|
|
|
GK_ATOM(toolbarbutton, "toolbarbutton")
|
|
|
|
GK_ATOM(toolbaritem, "toolbaritem")
|
|
|
|
GK_ATOM(toolbox, "toolbox")
|
|
|
|
GK_ATOM(tooltip, "tooltip")
|
|
|
|
GK_ATOM(tooltiptext, "tooltiptext")
|
|
|
|
GK_ATOM(top, "top")
|
2008-06-15 18:36:28 -07:00
|
|
|
GK_ATOM(topleft, "topleft")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(topmargin, "topmargin")
|
|
|
|
GK_ATOM(toppadding, "toppadding")
|
2008-06-15 18:36:28 -07:00
|
|
|
GK_ATOM(topright, "topright")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(tr, "tr")
|
2010-09-20 14:32:04 -07:00
|
|
|
GK_ATOM(track, "track")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(trailing, "trailing")
|
|
|
|
GK_ATOM(transform, "transform")
|
|
|
|
GK_ATOM(transformiix, "transformiix")
|
|
|
|
GK_ATOM(translate, "translate")
|
|
|
|
GK_ATOM(transparent, "transparent")
|
|
|
|
GK_ATOM(tree, "tree")
|
|
|
|
GK_ATOM(treecell, "treecell")
|
|
|
|
GK_ATOM(treechildren, "treechildren")
|
|
|
|
GK_ATOM(treecol, "treecol")
|
|
|
|
GK_ATOM(treecols, "treecols")
|
|
|
|
GK_ATOM(treeitem, "treeitem")
|
|
|
|
GK_ATOM(treerow, "treerow")
|
|
|
|
GK_ATOM(treeseparator, "treeseparator")
|
|
|
|
GK_ATOM(triple, "triple")
|
|
|
|
GK_ATOM(_true, "true")
|
|
|
|
GK_ATOM(tt, "tt")
|
|
|
|
GK_ATOM(tty, "tty")
|
|
|
|
GK_ATOM(tv, "tv")
|
|
|
|
GK_ATOM(type, "type")
|
|
|
|
GK_ATOM(u, "u")
|
|
|
|
GK_ATOM(ul, "ul")
|
|
|
|
GK_ATOM(underflow, "underflow")
|
|
|
|
GK_ATOM(undetermined, "undetermined")
|
|
|
|
GK_ATOM(unload, "unload")
|
|
|
|
GK_ATOM(unparsedEntityUri, "unparsed-entity-uri")
|
|
|
|
GK_ATOM(upperFirst, "upper-first")
|
|
|
|
GK_ATOM(uri, "uri")
|
|
|
|
GK_ATOM(use, "use")
|
|
|
|
GK_ATOM(useAttributeSets, "use-attribute-sets")
|
|
|
|
GK_ATOM(usemap, "usemap")
|
2008-07-16 20:16:23 -07:00
|
|
|
GK_ATOM(user_scalable, "user-scalable")
|
2007-10-03 01:59:33 -07:00
|
|
|
GK_ATOM(userInput, "userInput")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(validate, "validate")
|
|
|
|
GK_ATOM(valign, "valign")
|
|
|
|
GK_ATOM(value, "value")
|
|
|
|
GK_ATOM(values, "values")
|
|
|
|
GK_ATOM(valueOf, "value-of")
|
|
|
|
GK_ATOM(valuetype, "valuetype")
|
|
|
|
GK_ATOM(var, "var")
|
|
|
|
GK_ATOM(variable, "variable")
|
|
|
|
GK_ATOM(vbox, "vbox")
|
|
|
|
GK_ATOM(vcard_name, "vcard_name")
|
|
|
|
GK_ATOM(vendor, "vendor")
|
|
|
|
GK_ATOM(vendorUrl, "vendor-url")
|
|
|
|
GK_ATOM(version, "version")
|
|
|
|
GK_ATOM(vert, "vert")
|
|
|
|
GK_ATOM(vertical, "vertical")
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(audio, "audio")
|
|
|
|
GK_ATOM(video, "video")
|
|
|
|
GK_ATOM(videocontrols, "videocontrols")
|
|
|
|
#endif
|
2008-07-16 20:16:23 -07:00
|
|
|
GK_ATOM(viewport, "viewport")
|
|
|
|
GK_ATOM(viewport_height, "viewport-height")
|
|
|
|
GK_ATOM(viewport_initial_scale, "viewport-initial-scale")
|
|
|
|
GK_ATOM(viewport_maximum_scale, "viewport-maximum-scale")
|
|
|
|
GK_ATOM(viewport_minimum_scale, "viewport-minimum-scale")
|
|
|
|
GK_ATOM(viewport_user_scalable, "viewport-user-scalable")
|
|
|
|
GK_ATOM(viewport_width, "viewport-width")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(visibility, "visibility")
|
|
|
|
GK_ATOM(vlink, "vlink")
|
|
|
|
GK_ATOM(vspace, "vspace")
|
|
|
|
GK_ATOM(wbr, "wbr")
|
|
|
|
GK_ATOM(when, "when")
|
|
|
|
GK_ATOM(where, "where")
|
|
|
|
GK_ATOM(widget, "widget")
|
|
|
|
GK_ATOM(width, "width")
|
|
|
|
GK_ATOM(window, "window")
|
|
|
|
GK_ATOM(headerWindowTarget, "window-target")
|
|
|
|
GK_ATOM(withParam, "with-param")
|
|
|
|
GK_ATOM(wizard, "wizard")
|
|
|
|
GK_ATOM(wrap, "wrap")
|
2008-11-07 15:00:26 -08:00
|
|
|
GK_ATOM(headerDNSPrefetchControl,"x-dns-prefetch-control")
|
2010-01-22 13:38:21 -08:00
|
|
|
GK_ATOM(headerCSP, "x-content-security-policy")
|
|
|
|
GK_ATOM(headerCSPReportOnly, "x-content-security-policy-report-only")
|
2010-07-21 08:51:09 -07:00
|
|
|
GK_ATOM(headerXFO, "x-frame-options")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(xml, "xml")
|
|
|
|
GK_ATOM(xmlns, "xmlns")
|
|
|
|
GK_ATOM(xmp, "xmp")
|
|
|
|
GK_ATOM(xulcontentsgenerated, "xulcontentsgenerated")
|
|
|
|
GK_ATOM(yes, "yes")
|
|
|
|
GK_ATOM(z_index, "z-index")
|
|
|
|
GK_ATOM(zeroDigit, "zero-digit")
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef MOZ_SVG
|
|
|
|
GK_ATOM(percentage, "%")
|
2008-01-03 13:37:57 -08:00
|
|
|
GK_ATOM(A, "A")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(alignment_baseline, "alignment-baseline")
|
2009-05-07 12:37:33 -07:00
|
|
|
GK_ATOM(allowReorder, "allowReorder")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(altGlyph, "altGlyph")
|
|
|
|
GK_ATOM(altGlyphDef, "altGlyphDef")
|
|
|
|
GK_ATOM(altGlyphItem, "altGlyphItem")
|
|
|
|
GK_ATOM(amplitude, "amplitude")
|
|
|
|
GK_ATOM(animate, "animate")
|
|
|
|
GK_ATOM(animateColor, "animateColor")
|
|
|
|
GK_ATOM(animateMotion, "animateMotion")
|
|
|
|
GK_ATOM(animateTransform, "animateTransform")
|
|
|
|
GK_ATOM(arithmetic, "arithmetic")
|
|
|
|
GK_ATOM(atop, "atop")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(azimuth, "azimuth")
|
2008-01-03 13:37:57 -08:00
|
|
|
GK_ATOM(B, "B")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(baseFrequency, "baseFrequency")
|
|
|
|
GK_ATOM(baseline_shift, "baseline-shift")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(bias, "bias")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(clip_path, "clip-path")
|
|
|
|
GK_ATOM(clip_rule, "clip-rule")
|
|
|
|
GK_ATOM(clipPath, "clipPath")
|
|
|
|
GK_ATOM(clipPathUnits, "clipPathUnits")
|
|
|
|
GK_ATOM(cm, "cm")
|
|
|
|
GK_ATOM(colorInterpolation, "color-interpolation")
|
|
|
|
GK_ATOM(colorInterpolationFilters, "color-interpolation-filters")
|
|
|
|
GK_ATOM(colorProfile, "color-profile")
|
|
|
|
GK_ATOM(cursor, "cursor")
|
|
|
|
GK_ATOM(cx, "cx")
|
|
|
|
GK_ATOM(cy, "cy")
|
|
|
|
GK_ATOM(d, "d")
|
|
|
|
GK_ATOM(darken, "darken")
|
|
|
|
GK_ATOM(defs, "defs")
|
|
|
|
GK_ATOM(definition_src, "definition-src")
|
|
|
|
GK_ATOM(deg, "deg")
|
|
|
|
GK_ATOM(desc, "desc")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(diffuseConstant, "diffuseConstant")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dilate, "dilate")
|
|
|
|
GK_ATOM(direction, "direction")
|
|
|
|
GK_ATOM(disable, "disable")
|
|
|
|
GK_ATOM(discrete, "discrete")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(divisor, "divisor")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dominant_baseline, "dominant-baseline")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(duplicate, "duplicate")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(dx, "dx")
|
|
|
|
GK_ATOM(dy, "dy")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(edgeMode, "edgeMode")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ellipse, "ellipse")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(elevation, "elevation")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(erode, "erode")
|
|
|
|
GK_ATOM(ex, "ex")
|
|
|
|
GK_ATOM(exact, "exact")
|
|
|
|
GK_ATOM(exponent, "exponent")
|
|
|
|
GK_ATOM(feBlend, "feBlend")
|
|
|
|
GK_ATOM(feColorMatrix, "feColorMatrix")
|
|
|
|
GK_ATOM(feComponentTransfer, "feComponentTransfer")
|
|
|
|
GK_ATOM(feComposite, "feComposite")
|
|
|
|
GK_ATOM(feConvolveMatrix, "feConvolveMatrix")
|
|
|
|
GK_ATOM(feDiffuseLighting, "feDiffuseLighting")
|
|
|
|
GK_ATOM(feDisplacementMap, "feDisplacementMap")
|
|
|
|
GK_ATOM(feDistantLight,"feDistantLight")
|
|
|
|
GK_ATOM(feFlood, "feFlood")
|
|
|
|
GK_ATOM(feFuncA, "feFuncA")
|
|
|
|
GK_ATOM(feFuncB, "feFuncB")
|
|
|
|
GK_ATOM(feFuncG, "feFuncG")
|
|
|
|
GK_ATOM(feFuncR, "feFuncR")
|
|
|
|
GK_ATOM(feGaussianBlur, "feGaussianBlur")
|
|
|
|
GK_ATOM(feImage, "feImage")
|
|
|
|
GK_ATOM(feMerge, "feMerge")
|
|
|
|
GK_ATOM(feMergeNode, "feMergeNode")
|
|
|
|
GK_ATOM(feMorphology, "feMorphology")
|
|
|
|
GK_ATOM(feOffset, "feOffset")
|
|
|
|
GK_ATOM(fePointLight, "fePointLight")
|
|
|
|
GK_ATOM(feSpecularLighting, "feSpecularLighting")
|
|
|
|
GK_ATOM(feSpotLight, "feSpotLight")
|
|
|
|
GK_ATOM(feTile, "feTile")
|
|
|
|
GK_ATOM(feTurbulence, "feTurbulence")
|
|
|
|
GK_ATOM(fill, "fill")
|
|
|
|
GK_ATOM(fill_opacity, "fill-opacity")
|
|
|
|
GK_ATOM(fill_rule, "fill-rule")
|
|
|
|
GK_ATOM(filter, "filter")
|
|
|
|
GK_ATOM(filterRes, "filterRes")
|
|
|
|
GK_ATOM(filterUnits, "filterUnits")
|
|
|
|
GK_ATOM(flood_color, "flood-color")
|
|
|
|
GK_ATOM(flood_opacity, "flood-opacity")
|
|
|
|
GK_ATOM(font_face, "font-face")
|
|
|
|
GK_ATOM(font_face_format, "font-face-format")
|
|
|
|
GK_ATOM(font_face_name, "font-face-name")
|
|
|
|
GK_ATOM(font_face_src, "font-face-src")
|
|
|
|
GK_ATOM(font_face_uri, "font-face-uri")
|
|
|
|
GK_ATOM(font_family, "font-family")
|
|
|
|
GK_ATOM(font_size, "font-size")
|
|
|
|
GK_ATOM(font_size_adjust, "font-size-adjust")
|
|
|
|
GK_ATOM(font_stretch, "font-stretch")
|
|
|
|
GK_ATOM(font_style, "font-style")
|
|
|
|
GK_ATOM(font_variant, "font-variant")
|
|
|
|
GK_ATOM(foreignObject, "foreignObject")
|
|
|
|
GK_ATOM(fractalNoise, "fractalNoise")
|
|
|
|
GK_ATOM(fx, "fx")
|
|
|
|
GK_ATOM(fy, "fy")
|
2008-01-03 13:37:57 -08:00
|
|
|
GK_ATOM(G, "G")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(g, "g")
|
|
|
|
GK_ATOM(gamma, "gamma")
|
|
|
|
GK_ATOM(generic, "generic")
|
|
|
|
GK_ATOM(glyph, "glyph")
|
|
|
|
GK_ATOM(glyphRef, "glyphRef")
|
|
|
|
GK_ATOM(glyph_orientation_horizontal, "glyph-orientation-horizontal")
|
|
|
|
GK_ATOM(glyph_orientation_vertical, "glyph-orientation-vertical")
|
|
|
|
GK_ATOM(grad, "grad")
|
|
|
|
GK_ATOM(gradientTransform, "gradientTransform")
|
|
|
|
GK_ATOM(gradientUnits, "gradientUnits")
|
|
|
|
GK_ATOM(hkern, "hkern")
|
|
|
|
GK_ATOM(hueRotate, "hueRotate")
|
|
|
|
GK_ATOM(identity, "identity")
|
|
|
|
GK_ATOM(image_rendering, "image-rendering")
|
|
|
|
GK_ATOM(in, "in")
|
|
|
|
GK_ATOM(in2, "in2")
|
|
|
|
GK_ATOM(intercept, "intercept")
|
|
|
|
GK_ATOM(k1, "k1")
|
|
|
|
GK_ATOM(k2, "k2")
|
|
|
|
GK_ATOM(k3, "k3")
|
|
|
|
GK_ATOM(k4, "k4")
|
|
|
|
GK_ATOM(kerning, "kerning")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(kernelMatrix, "kernelMatrix")
|
|
|
|
GK_ATOM(kernelUnitLength, "kernelUnitLength")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(letter_spacing, "letter-spacing")
|
|
|
|
GK_ATOM(lighten, "lighten")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(lighting_color, "lighting-color")
|
|
|
|
GK_ATOM(limitingConeAngle, "limitingConeAngle")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(linear, "linear")
|
|
|
|
GK_ATOM(linearGradient, "linearGradient")
|
|
|
|
GK_ATOM(linearRGB, "linearRGB")
|
|
|
|
GK_ATOM(luminanceToAlpha, "luminanceToAlpha")
|
|
|
|
GK_ATOM(magnify, "magnify")
|
|
|
|
GK_ATOM(marker, "marker")
|
|
|
|
GK_ATOM(marker_end, "marker-end")
|
|
|
|
GK_ATOM(marker_mid, "marker-mid")
|
|
|
|
GK_ATOM(marker_start, "marker-start")
|
|
|
|
GK_ATOM(markerHeight, "markerHeight")
|
|
|
|
GK_ATOM(markerUnits, "markerUnits")
|
|
|
|
GK_ATOM(markerWidth, "markerWidth")
|
|
|
|
GK_ATOM(mask, "mask")
|
|
|
|
GK_ATOM(maskContentUnits, "maskContentUnits")
|
|
|
|
GK_ATOM(maskUnits, "maskUnits")
|
|
|
|
GK_ATOM(matrix, "matrix")
|
|
|
|
GK_ATOM(metadata, "metadata")
|
2011-03-31 01:17:55 -07:00
|
|
|
GK_ATOM(missingGlyph, "missing-glyph")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mm, "mm")
|
|
|
|
GK_ATOM(mpath, "mpath")
|
|
|
|
GK_ATOM(noStitch, "noStitch")
|
|
|
|
GK_ATOM(numOctaves, "numOctaves")
|
|
|
|
GK_ATOM(multiply, "multiply")
|
|
|
|
GK_ATOM(objectBoundingBox, "objectBoundingBox")
|
|
|
|
GK_ATOM(offset, "offset")
|
|
|
|
GK_ATOM(onSVGAbort, "onSVGAbort")
|
|
|
|
GK_ATOM(onSVGError, "onSVGError")
|
|
|
|
GK_ATOM(onSVGLoad, "onSVGLoad")
|
|
|
|
GK_ATOM(onSVGResize, "onSVGResize")
|
|
|
|
GK_ATOM(onSVGScroll, "onSVGScroll")
|
|
|
|
GK_ATOM(onSVGUnload, "onSVGUnload")
|
|
|
|
GK_ATOM(onSVGZoom, "onSVGZoom")
|
|
|
|
GK_ATOM(onzoom, "onzoom")
|
|
|
|
GK_ATOM(opacity, "opacity")
|
|
|
|
GK_ATOM(_operator, "operator")
|
|
|
|
GK_ATOM(out, "out")
|
|
|
|
GK_ATOM(over, "over")
|
2010-12-19 16:45:29 -08:00
|
|
|
GK_ATOM(overridePreserveAspectRatio, "overridePreserveAspectRatio")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(pad, "pad")
|
|
|
|
GK_ATOM(path, "path")
|
|
|
|
GK_ATOM(pathLength, "pathLength")
|
|
|
|
GK_ATOM(patternContentUnits, "patternContentUnits")
|
|
|
|
GK_ATOM(patternTransform, "patternTransform")
|
|
|
|
GK_ATOM(patternUnits, "patternUnits")
|
|
|
|
GK_ATOM(pc, "pc")
|
|
|
|
GK_ATOM(pointer_events, "pointer-events")
|
|
|
|
GK_ATOM(points, "points")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(pointsAtX, "pointsAtX")
|
|
|
|
GK_ATOM(pointsAtY, "pointsAtY")
|
|
|
|
GK_ATOM(pointsAtZ, "pointsAtZ")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(polyline, "polyline")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(preserveAlpha, "preserveAlpha")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(preserveAspectRatio, "preserveAspectRatio")
|
|
|
|
GK_ATOM(primitiveUnits, "primitiveUnits")
|
|
|
|
GK_ATOM(pt, "pt")
|
|
|
|
GK_ATOM(px, "px")
|
2008-01-03 13:37:57 -08:00
|
|
|
GK_ATOM(R, "R")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(r, "r")
|
|
|
|
GK_ATOM(rad, "rad")
|
|
|
|
GK_ATOM(radialGradient, "radialGradient")
|
|
|
|
GK_ATOM(radius, "radius")
|
|
|
|
GK_ATOM(reflect, "reflect")
|
|
|
|
GK_ATOM(refX, "refX")
|
|
|
|
GK_ATOM(refY, "refY")
|
|
|
|
GK_ATOM(requiredExtensions, "requiredExtensions")
|
|
|
|
GK_ATOM(requiredFeatures, "requiredFeatures")
|
|
|
|
GK_ATOM(rotate, "rotate")
|
|
|
|
GK_ATOM(rx, "rx")
|
|
|
|
GK_ATOM(ry, "ry")
|
|
|
|
GK_ATOM(saturate, "saturate")
|
|
|
|
GK_ATOM(set, "set")
|
|
|
|
GK_ATOM(seed, "seed")
|
|
|
|
GK_ATOM(shape_rendering, "shape-rendering")
|
|
|
|
GK_ATOM(skewX, "skewX")
|
|
|
|
GK_ATOM(skewY, "skewY")
|
|
|
|
GK_ATOM(slope, "slope")
|
|
|
|
GK_ATOM(spacing, "spacing")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(specularConstant, "specularConstant")
|
|
|
|
GK_ATOM(specularExponent, "specularExponent")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(spreadMethod, "spreadMethod")
|
|
|
|
GK_ATOM(sRGB, "sRGB")
|
|
|
|
GK_ATOM(startOffset, "startOffset")
|
|
|
|
GK_ATOM(stdDeviation, "stdDeviation")
|
|
|
|
GK_ATOM(stitch, "stitch")
|
|
|
|
GK_ATOM(stitchTiles, "stitchTiles")
|
|
|
|
GK_ATOM(stop_color, "stop-color")
|
|
|
|
GK_ATOM(stop_opacity, "stop-opacity")
|
|
|
|
GK_ATOM(stroke, "stroke")
|
|
|
|
GK_ATOM(stroke_dasharray, "stroke-dasharray")
|
|
|
|
GK_ATOM(stroke_dashoffset, "stroke-dashoffset")
|
|
|
|
GK_ATOM(stroke_linecap, "stroke-linecap")
|
|
|
|
GK_ATOM(stroke_linejoin, "stroke-linejoin")
|
|
|
|
GK_ATOM(stroke_miterlimit, "stroke-miterlimit")
|
|
|
|
GK_ATOM(stroke_opacity, "stroke-opacity")
|
|
|
|
GK_ATOM(stroke_width, "stroke-width")
|
|
|
|
GK_ATOM(strokeWidth, "strokeWidth")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(surfaceScale, "surfaceScale")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(svg, "svg")
|
|
|
|
GK_ATOM(svgSwitch, "switch")
|
|
|
|
GK_ATOM(symbol, "symbol")
|
|
|
|
GK_ATOM(systemLanguage, "systemLanguage")
|
|
|
|
GK_ATOM(tableValues, "tableValues")
|
2007-06-27 12:02:58 -07:00
|
|
|
GK_ATOM(targetX, "targetX")
|
|
|
|
GK_ATOM(targetY, "targetY")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(text_anchor, "text-anchor")
|
|
|
|
GK_ATOM(text_rendering, "text-rendering")
|
|
|
|
GK_ATOM(textPath, "textPath")
|
|
|
|
GK_ATOM(tref, "tref")
|
|
|
|
GK_ATOM(tspan, "tspan")
|
|
|
|
GK_ATOM(turbulence, "turbulence")
|
|
|
|
GK_ATOM(unicode_bidi, "unicode-bidi")
|
|
|
|
GK_ATOM(userSpaceOnUse, "userSpaceOnUse")
|
|
|
|
GK_ATOM(view, "view")
|
|
|
|
GK_ATOM(viewBox, "viewBox")
|
|
|
|
GK_ATOM(vkern, "vkern")
|
|
|
|
GK_ATOM(word_spacing, "word-spacing")
|
|
|
|
GK_ATOM(x, "x")
|
|
|
|
GK_ATOM(x1, "x1")
|
|
|
|
GK_ATOM(x2, "x2")
|
2008-01-03 13:37:57 -08:00
|
|
|
GK_ATOM(xChannelSelector, "xChannelSelector")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(y, "y")
|
|
|
|
GK_ATOM(y1, "y1")
|
|
|
|
GK_ATOM(y2, "y2")
|
2008-01-03 13:37:57 -08:00
|
|
|
GK_ATOM(yChannelSelector, "yChannelSelector")
|
2007-07-25 23:57:42 -07:00
|
|
|
GK_ATOM(z, "z")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(zoomAndPan, "zoomAndPan")
|
|
|
|
#endif
|
|
|
|
|
2009-01-14 20:38:07 -08:00
|
|
|
#ifdef MOZ_SMIL
|
|
|
|
GK_ATOM(accumulate, "accumulate")
|
|
|
|
GK_ATOM(additive, "additive")
|
|
|
|
GK_ATOM(attributeName, "attributeName")
|
|
|
|
GK_ATOM(attributeType, "attributeType")
|
2010-04-28 16:00:54 -07:00
|
|
|
GK_ATOM(auto_reverse, "auto-reverse")
|
2009-01-14 20:38:07 -08:00
|
|
|
GK_ATOM(begin, "begin")
|
|
|
|
GK_ATOM(by, "by")
|
|
|
|
GK_ATOM(calcMode, "calcMode")
|
|
|
|
GK_ATOM(css, "CSS")
|
|
|
|
GK_ATOM(dur, "dur")
|
2010-04-28 16:00:54 -07:00
|
|
|
GK_ATOM(keyPoints, "keyPoints")
|
2009-01-14 20:38:07 -08:00
|
|
|
GK_ATOM(keySplines, "keySplines")
|
|
|
|
GK_ATOM(keyTimes, "keyTimes")
|
2010-04-28 16:00:54 -07:00
|
|
|
GK_ATOM(mozAnimateMotionDummyAttr, "_mozAnimateMotionDummyAttr")
|
2010-07-31 00:02:52 -07:00
|
|
|
GK_ATOM(onbegin, "onbegin")
|
|
|
|
GK_ATOM(onbeginEvent, "onbeginEvent")
|
|
|
|
GK_ATOM(onend, "onend")
|
|
|
|
GK_ATOM(onendEvent, "onendEvent")
|
|
|
|
GK_ATOM(onrepeat, "onrepeat")
|
|
|
|
GK_ATOM(onrepeatEvent, "onrepeatEvent")
|
2009-01-14 20:38:07 -08:00
|
|
|
GK_ATOM(repeatCount, "repeatCount")
|
|
|
|
GK_ATOM(repeatDur, "repeatDur")
|
2010-08-18 03:20:24 -07:00
|
|
|
GK_ATOM(repeatEvent, "repeatEvent")
|
2009-01-14 20:38:07 -08:00
|
|
|
GK_ATOM(restart, "restart")
|
|
|
|
GK_ATOM(to, "to")
|
|
|
|
GK_ATOM(XML, "XML")
|
|
|
|
#endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#ifdef MOZ_MATHML
|
2010-03-10 04:49:33 -08:00
|
|
|
// internal MathML attributes: different from columnalign_, columnlines_,
|
|
|
|
// fontstyle_, rowalign_ and rowlines_
|
|
|
|
GK_ATOM(_moz_math_columnalign_, "_moz-math-columnalign")
|
|
|
|
GK_ATOM(_moz_math_columnline_, "_moz-math-columnline")
|
|
|
|
GK_ATOM(_moz_math_fontstyle_, "_moz-math-font-style")
|
|
|
|
GK_ATOM(_moz_math_rowalign_, "_moz-math-rowalign")
|
|
|
|
GK_ATOM(_moz_math_rowline_, "_moz-math-rowline")
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(abs_, "abs")
|
|
|
|
GK_ATOM(accent_, "accent")
|
|
|
|
GK_ATOM(accentunder_, "accentunder")
|
|
|
|
GK_ATOM(actiontype_, "actiontype")
|
|
|
|
GK_ATOM(alignmentscope_, "alignmentscope")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(altimg_, "altimg")
|
|
|
|
GK_ATOM(altimg_height_, "altimg-height")
|
|
|
|
GK_ATOM(altimg_valign_, "altimg-valign")
|
|
|
|
GK_ATOM(altimg_width_, "altimg-width")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(annotation_, "annotation")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(annotation_xml_, "annotation-xml")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(apply_, "apply")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(approx_, "approx")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(arccos_, "arccos")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(arccosh_, "arccosh")
|
|
|
|
GK_ATOM(arccot_, "arccot")
|
|
|
|
GK_ATOM(arccoth_, "arccoth")
|
|
|
|
GK_ATOM(arccsc_, "arccsc")
|
|
|
|
GK_ATOM(arccsch_, "arccsch")
|
|
|
|
GK_ATOM(arcsec_, "arcsec")
|
|
|
|
GK_ATOM(arcsech_, "arcsech")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(arcsin_, "arcsin")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(arcsinh_, "arcsinh")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(arctan_, "arctan")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(arctanh_, "arctanh")
|
|
|
|
GK_ATOM(arg_, "arg")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(bevelled_, "bevelled")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(bind_, "bind")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(bvar_, "bvar")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(card_, "card")
|
|
|
|
GK_ATOM(cartesianproduct_, "cartesianproduct")
|
|
|
|
GK_ATOM(cbytes_, "cbytes")
|
|
|
|
GK_ATOM(cd_, "cd")
|
|
|
|
GK_ATOM(cdgroup_, "cdgroup")
|
|
|
|
GK_ATOM(cerror_, "cerror")
|
|
|
|
GK_ATOM(charalign_, "charalign")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ci_, "ci")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(closure_, "closure")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(cn_, "cn")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(codomain_, "codomain")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(columnalign_, "columnalign")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(columnalignment_, "columnalignment")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(columnlines_, "columnlines")
|
|
|
|
GK_ATOM(columnspacing_, "columnspacing")
|
|
|
|
GK_ATOM(columnspan_, "columnspan")
|
|
|
|
GK_ATOM(columnwidth_, "columnwidth")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(complexes_, "complexes")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(compose_, "compose")
|
|
|
|
GK_ATOM(condition_, "condition")
|
|
|
|
GK_ATOM(conjugate_, "conjugate")
|
|
|
|
GK_ATOM(cos_, "cos")
|
|
|
|
GK_ATOM(cosh_, "cosh")
|
|
|
|
GK_ATOM(cot_, "cot")
|
|
|
|
GK_ATOM(coth_, "coth")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(crossout_, "crossout")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(csc_, "csc")
|
|
|
|
GK_ATOM(csch_, "csch")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(cs_, "cs")
|
|
|
|
GK_ATOM(csymbol_, "csymbol")
|
|
|
|
GK_ATOM(curl_, "curl")
|
|
|
|
GK_ATOM(decimalpoint_, "decimalpoint")
|
|
|
|
GK_ATOM(definitionURL_, "definitionURL")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(degree_, "degree")
|
|
|
|
GK_ATOM(denomalign_, "denomalign")
|
|
|
|
GK_ATOM(depth_, "depth")
|
|
|
|
GK_ATOM(determinant_, "determinant")
|
|
|
|
GK_ATOM(diff_, "diff")
|
|
|
|
GK_ATOM(displaystyle_, "displaystyle")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(divergence_, "divergence")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(divide_, "divide")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(domain_, "domain")
|
|
|
|
GK_ATOM(domainofapplication_, "domainofapplication")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(edge_, "edge")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(el_, "el")
|
|
|
|
GK_ATOM(emptyset_, "emptyset")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(eq_, "eq")
|
|
|
|
GK_ATOM(equalcolumns_, "equalcolumns")
|
|
|
|
GK_ATOM(equalrows_, "equalrows")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(equivalent_, "equivalent")
|
|
|
|
GK_ATOM(eulergamma_, "eulergamma")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(exists_, "exists")
|
|
|
|
GK_ATOM(exp_, "exp")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(exponentiale_, "exponentiale")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(factorial_, "factorial")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(factorof_, "factorof")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(fence_, "fence")
|
|
|
|
GK_ATOM(fn_, "fn")
|
|
|
|
GK_ATOM(fontfamily_, "fontfamily")
|
|
|
|
GK_ATOM(fontsize_, "fontsize")
|
|
|
|
GK_ATOM(fontstyle_, "fontstyle")
|
|
|
|
GK_ATOM(fontweight_, "fontweight")
|
|
|
|
GK_ATOM(forall_, "forall")
|
|
|
|
GK_ATOM(framespacing_, "framespacing")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(gcd_, "gcd")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(geq_, "geq")
|
|
|
|
GK_ATOM(groupalign_, "groupalign")
|
|
|
|
GK_ATOM(gt_, "gt")
|
|
|
|
GK_ATOM(ident_, "ident")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(imaginaryi_, "imaginaryi")
|
|
|
|
GK_ATOM(imaginary_, "imaginary")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(implies_, "implies")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(indentalignfirst_, "indentalignfirst")
|
|
|
|
GK_ATOM(indentalign_, "indentalign")
|
|
|
|
GK_ATOM(indentalignlast_, "indentalignlast")
|
|
|
|
GK_ATOM(indentshiftfirst_, "indentshiftfirst")
|
|
|
|
GK_ATOM(indentshift_, "indentshift")
|
|
|
|
GK_ATOM(indenttarget_, "indenttarget")
|
|
|
|
GK_ATOM(integers_, "integers")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(intersect_, "intersect")
|
|
|
|
GK_ATOM(interval_, "interval")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(int_, "int")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(inverse_, "inverse")
|
|
|
|
GK_ATOM(lambda_, "lambda")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(laplacian_, "laplacian")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(largeop_, "largeop")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(lcm_, "lcm")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(leq_, "leq")
|
|
|
|
GK_ATOM(limit_, "limit")
|
|
|
|
GK_ATOM(linebreak_, "linebreak")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(linebreakmultchar_, "linebreakmultchar")
|
|
|
|
GK_ATOM(linebreakstyle_, "linebreakstyle")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(linethickness_, "linethickness")
|
|
|
|
GK_ATOM(list_, "list")
|
|
|
|
GK_ATOM(ln_, "ln")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(location_, "location")
|
2011-04-01 09:23:48 -07:00
|
|
|
GK_ATOM(logbase_, "logbase")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(log_, "log")
|
|
|
|
GK_ATOM(longdivstyle_, "longdivstyle")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(lowlimit_, "lowlimit")
|
|
|
|
GK_ATOM(lquote_, "lquote")
|
|
|
|
GK_ATOM(lspace_, "lspace")
|
|
|
|
GK_ATOM(lt_, "lt")
|
|
|
|
GK_ATOM(maction_, "maction")
|
|
|
|
GK_ATOM(maligngroup_, "maligngroup")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(malign_, "malign")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(malignmark_, "malignmark")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(malignscope_, "malignscope")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mathbackground_, "mathbackground")
|
|
|
|
GK_ATOM(mathcolor_, "mathcolor")
|
|
|
|
GK_ATOM(mathsize_, "mathsize")
|
|
|
|
GK_ATOM(mathvariant_, "mathvariant")
|
|
|
|
GK_ATOM(matrixrow_, "matrixrow")
|
|
|
|
GK_ATOM(maxsize_, "maxsize")
|
|
|
|
GK_ATOM(mean_, "mean")
|
|
|
|
GK_ATOM(median_, "median")
|
|
|
|
GK_ATOM(mediummathspace_, "mediummathspace")
|
|
|
|
GK_ATOM(menclose_, "menclose")
|
|
|
|
GK_ATOM(merror_, "merror")
|
|
|
|
GK_ATOM(mfenced_, "mfenced")
|
|
|
|
GK_ATOM(mfrac_, "mfrac")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(mfraction_, "mfraction")
|
|
|
|
GK_ATOM(mglyph_, "mglyph")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mi_, "mi")
|
|
|
|
GK_ATOM(minlabelspacing_, "minlabelspacing")
|
|
|
|
GK_ATOM(minsize_, "minsize")
|
|
|
|
GK_ATOM(minus_, "minus")
|
|
|
|
GK_ATOM(mlabeledtr_, "mlabeledtr")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(mlongdiv_, "mlongdiv")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mmultiscripts_, "mmultiscripts")
|
|
|
|
GK_ATOM(mn_, "mn")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(momentabout_, "momentabout")
|
2011-04-01 09:23:48 -07:00
|
|
|
GK_ATOM(moment_, "moment")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(mo_, "mo")
|
|
|
|
GK_ATOM(monospaced_, "monospaced")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(movablelimits_, "movablelimits")
|
|
|
|
GK_ATOM(mover_, "mover")
|
|
|
|
GK_ATOM(mpadded_, "mpadded")
|
|
|
|
GK_ATOM(mphantom_, "mphantom")
|
|
|
|
GK_ATOM(mprescripts_, "mprescripts")
|
|
|
|
GK_ATOM(mroot_, "mroot")
|
|
|
|
GK_ATOM(mrow_, "mrow")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(mscarries_, "mscarries")
|
|
|
|
GK_ATOM(mscarry_, "mscarry")
|
|
|
|
GK_ATOM(msgroup_, "msgroup")
|
|
|
|
GK_ATOM(msline_, "msline")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(ms_, "ms")
|
|
|
|
GK_ATOM(mspace_, "mspace")
|
|
|
|
GK_ATOM(msqrt_, "msqrt")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(msrow_, "msrow")
|
|
|
|
GK_ATOM(mstack_, "mstack")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(mstyle_, "mstyle")
|
|
|
|
GK_ATOM(msub_, "msub")
|
|
|
|
GK_ATOM(msubsup_, "msubsup")
|
|
|
|
GK_ATOM(msup_, "msup")
|
|
|
|
GK_ATOM(mtable_, "mtable")
|
|
|
|
GK_ATOM(mtd_, "mtd")
|
|
|
|
GK_ATOM(mtext_, "mtext")
|
|
|
|
GK_ATOM(mtr_, "mtr")
|
|
|
|
GK_ATOM(munder_, "munder")
|
|
|
|
GK_ATOM(munderover_, "munderover")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(naturalnumbers_, "naturalnumbers")
|
|
|
|
GK_ATOM(negativemediummathspace_, "negativemediummathspace")
|
|
|
|
GK_ATOM(negativethickmathspace_, "negativethickmathspace")
|
|
|
|
GK_ATOM(negativethinmathspace_, "negativethinmathspace")
|
|
|
|
GK_ATOM(negativeverythickmathspace_, "negativeverythickmathspace")
|
|
|
|
GK_ATOM(negativeverythinmathspace_, "negativeverythinmathspace")
|
|
|
|
GK_ATOM(negativeveryverythickmathspace_, "negativeveryverythickmathspace")
|
|
|
|
GK_ATOM(negativeveryverythinmathspace_, "negativeveryverythinmathspace")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(neq_, "neq")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(notanumber_, "notanumber")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(notation_, "notation")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(note_, "note")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(notin_, "notin")
|
|
|
|
GK_ATOM(notprsubset_, "notprsubset")
|
|
|
|
GK_ATOM(notsubset_, "notsubset")
|
|
|
|
GK_ATOM(numalign_, "numalign")
|
|
|
|
GK_ATOM(other_, "other")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(outerproduct_, "outerproduct")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(partialdiff_, "partialdiff")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(piece_, "piece")
|
|
|
|
GK_ATOM(piecewise_, "piecewise")
|
|
|
|
GK_ATOM(pi_, "pi")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(plus_, "plus")
|
|
|
|
GK_ATOM(power_, "power")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(primes_, "primes")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(product_, "product")
|
|
|
|
GK_ATOM(prsubset_, "prsubset")
|
|
|
|
GK_ATOM(quotient_, "quotient")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(rationals_, "rationals")
|
|
|
|
GK_ATOM(real_, "real")
|
|
|
|
GK_ATOM(reals_, "reals")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(reln_, "reln")
|
|
|
|
GK_ATOM(root_, "root")
|
|
|
|
GK_ATOM(rowalign_, "rowalign")
|
|
|
|
GK_ATOM(rowlines_, "rowlines")
|
|
|
|
GK_ATOM(rowspacing_, "rowspacing")
|
|
|
|
GK_ATOM(rquote_, "rquote")
|
|
|
|
GK_ATOM(rspace_, "rspace")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(scalarproduct_, "scalarproduct")
|
|
|
|
GK_ATOM(schemaLocation_, "schemaLocation")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(scriptlevel_, "scriptlevel")
|
|
|
|
GK_ATOM(scriptminsize_, "scriptminsize")
|
|
|
|
GK_ATOM(scriptsizemultiplier_, "scriptsizemultiplier")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(scriptsize_, "scriptsize")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(sdev_, "sdev")
|
2011-04-01 09:23:48 -07:00
|
|
|
GK_ATOM(sech_, "sech")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(sec_, "sec")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(selection_, "selection")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(selector_, "selector")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(semantics_, "semantics")
|
|
|
|
GK_ATOM(separator_, "separator")
|
|
|
|
GK_ATOM(separators_, "separators")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(sep_, "sep")
|
2011-04-01 09:23:48 -07:00
|
|
|
GK_ATOM(setdiff_, "setdiff")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(set_, "set")
|
|
|
|
GK_ATOM(share_, "share")
|
|
|
|
GK_ATOM(shift_, "shift")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(side_, "side")
|
2011-04-01 09:23:48 -07:00
|
|
|
GK_ATOM(sinh_, "sinh")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(sin_, "sin")
|
|
|
|
GK_ATOM(stackalign_, "stackalign")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(stretchy_, "stretchy")
|
|
|
|
GK_ATOM(subscriptshift_, "subscriptshift")
|
|
|
|
GK_ATOM(subset_, "subset")
|
|
|
|
GK_ATOM(superscriptshift_, "superscriptshift")
|
|
|
|
GK_ATOM(symmetric_, "symmetric")
|
2011-04-01 09:23:48 -07:00
|
|
|
GK_ATOM(tanh_, "tanh")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(tan_, "tan")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(tendsto_, "tendsto")
|
|
|
|
GK_ATOM(thickmathspace_, "thickmathspace")
|
|
|
|
GK_ATOM(thinmathspace_, "thinmathspace")
|
|
|
|
GK_ATOM(times_, "times")
|
|
|
|
GK_ATOM(transpose_, "transpose")
|
|
|
|
GK_ATOM(union_, "union")
|
|
|
|
GK_ATOM(uplimit_, "uplimit")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(variance_, "variance")
|
|
|
|
GK_ATOM(vectorproduct_, "vectorproduct")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(vector_, "vector")
|
|
|
|
GK_ATOM(verythickmathspace_, "verythickmathspace")
|
|
|
|
GK_ATOM(verythinmathspace_, "verythinmathspace")
|
|
|
|
GK_ATOM(veryverythickmathspace_, "veryverythickmathspace")
|
|
|
|
GK_ATOM(veryverythinmathspace_, "veryverythinmathspace")
|
2011-03-31 23:42:21 -07:00
|
|
|
GK_ATOM(voffset_, "voffset")
|
|
|
|
GK_ATOM(xref_, "xref")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(math, "math") // the only one without an underscore
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(MOZ_SVG) || defined(MOZ_MATHML)
|
|
|
|
GK_ATOM(xor_, "xor")
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef DISABLE_XFORMS_HOOKS
|
|
|
|
GK_ATOM(avg, "avg")
|
|
|
|
GK_ATOM(booleanFromString, "boolean-from-string")
|
|
|
|
GK_ATOM(countNonEmpty, "count-non-empty")
|
|
|
|
GK_ATOM(daysFromDate, "days-from-date")
|
|
|
|
GK_ATOM(init, "init")
|
|
|
|
GK_ATOM(instance, "instance")
|
|
|
|
GK_ATOM(months, "months")
|
|
|
|
GK_ATOM(now, "now")
|
|
|
|
GK_ATOM(seconds, "seconds")
|
|
|
|
GK_ATOM(secondsFromDateTime, "seconds-from-dateTime")
|
|
|
|
#endif
|
|
|
|
|
2008-10-23 13:15:20 -07:00
|
|
|
// Simple gestures support
|
|
|
|
GK_ATOM(onMozSwipeGesture, "onMozSwipeGesture")
|
|
|
|
GK_ATOM(onMozMagnifyGestureStart, "onMozMagnifyGestureStart")
|
|
|
|
GK_ATOM(onMozMagnifyGestureUpdate, "onMozMagnifyGestureUpdate")
|
|
|
|
GK_ATOM(onMozMagnifyGesture, "onMozMagnifyGesture")
|
|
|
|
GK_ATOM(onMozRotateGestureStart, "onMozRotateGestureStart")
|
|
|
|
GK_ATOM(onMozRotateGestureUpdate, "onMozRotateGestureUpdate")
|
|
|
|
GK_ATOM(onMozRotateGesture, "onMozRotateGesture")
|
2009-04-02 12:34:31 -07:00
|
|
|
GK_ATOM(onMozTapGesture, "onMozTapGesture")
|
|
|
|
GK_ATOM(onMozPressTapGesture, "onMozPressTapGesture")
|
2008-10-23 13:15:20 -07:00
|
|
|
|
2010-08-02 06:34:54 -07:00
|
|
|
// Touch events
|
|
|
|
GK_ATOM(onMozTouchDown, "onMozTouchDown")
|
|
|
|
GK_ATOM(onMozTouchMove, "onMozTouchMove")
|
|
|
|
GK_ATOM(onMozTouchUp, "onMozTouchUp")
|
|
|
|
|
2009-08-21 07:42:37 -07:00
|
|
|
// orientation support
|
|
|
|
GK_ATOM(onMozOrientation, "onMozOrientation")
|
2008-10-23 13:15:20 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Special atoms
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
// Node types
|
|
|
|
GK_ATOM(cdataTagName, "#cdata-section")
|
|
|
|
GK_ATOM(commentTagName, "#comment")
|
|
|
|
GK_ATOM(documentNodeName, "#document")
|
|
|
|
GK_ATOM(documentFragmentNodeName, "#document-fragment")
|
|
|
|
GK_ATOM(documentTypeNodeName, "#document-type")
|
|
|
|
GK_ATOM(processingInstructionTagName, "#processing-instruction")
|
|
|
|
GK_ATOM(textTagName, "#text")
|
|
|
|
|
|
|
|
// Frame types
|
|
|
|
GK_ATOM(bcTableCellFrame, "BCTableCellFrame") // table cell in border collapsing model
|
|
|
|
GK_ATOM(blockFrame, "BlockFrame")
|
|
|
|
GK_ATOM(boxFrame, "BoxFrame")
|
|
|
|
GK_ATOM(brFrame, "BRFrame")
|
|
|
|
GK_ATOM(bulletFrame, "BulletFrame")
|
|
|
|
GK_ATOM(columnSetFrame, "ColumnSetFrame")
|
|
|
|
GK_ATOM(comboboxControlFrame, "ComboboxControlFrame")
|
|
|
|
GK_ATOM(comboboxDisplayFrame, "ComboboxDisplayFrame")
|
2007-05-15 02:46:06 -07:00
|
|
|
GK_ATOM(deckFrame, "DeckFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(fieldSetFrame, "FieldSetFrame")
|
|
|
|
GK_ATOM(frameSetFrame, "FrameSetFrame")
|
|
|
|
GK_ATOM(gfxButtonControlFrame, "gfxButtonControlFrame")
|
|
|
|
GK_ATOM(HTMLButtonControlFrame, "HTMLButtonControlFrame")
|
|
|
|
GK_ATOM(HTMLCanvasFrame, "HTMLCanvasFrame")
|
|
|
|
GK_ATOM(subDocumentFrame, "subDocumentFrame")
|
|
|
|
GK_ATOM(imageBoxFrame, "ImageBoxFrame")
|
|
|
|
GK_ATOM(imageFrame, "ImageFrame")
|
|
|
|
GK_ATOM(imageControlFrame, "ImageControlFrame")
|
|
|
|
GK_ATOM(inlineFrame, "InlineFrame")
|
2007-07-03 15:11:28 -07:00
|
|
|
GK_ATOM(leafBoxFrame, "LeafBoxFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(legendFrame, "LegendFrame")
|
|
|
|
GK_ATOM(letterFrame, "LetterFrame")
|
|
|
|
GK_ATOM(lineFrame, "LineFrame")
|
|
|
|
GK_ATOM(listControlFrame,"ListControlFrame")
|
2007-07-04 08:49:38 -07:00
|
|
|
GK_ATOM(menuBarFrame,"MenuBarFrame")
|
|
|
|
GK_ATOM(menuFrame,"MenuFrame")
|
2007-04-20 03:56:49 -07:00
|
|
|
GK_ATOM(menuPopupFrame,"MenuPopupFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(objectFrame, "ObjectFrame")
|
|
|
|
GK_ATOM(pageFrame, "PageFrame")
|
|
|
|
GK_ATOM(pageBreakFrame, "PageBreakFrame")
|
|
|
|
GK_ATOM(pageContentFrame, "PageContentFrame")
|
|
|
|
GK_ATOM(placeholderFrame, "PlaceholderFrame")
|
2007-07-04 08:49:38 -07:00
|
|
|
GK_ATOM(popupSetFrame, "PopupSetFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(positionedInlineFrame, "PositionedInlineFrame")
|
|
|
|
GK_ATOM(canvasFrame, "CanvasFrame")
|
|
|
|
GK_ATOM(rootFrame, "RootFrame")
|
|
|
|
GK_ATOM(scrollFrame, "ScrollFrame")
|
2007-04-10 17:25:11 -07:00
|
|
|
GK_ATOM(scrollbarFrame, "ScrollbarFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(sequenceFrame, "SequenceFrame")
|
2007-05-25 03:09:29 -07:00
|
|
|
GK_ATOM(sliderFrame, "sliderFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(tableCaptionFrame, "TableCaptionFrame")
|
|
|
|
GK_ATOM(tableCellFrame, "TableCellFrame")
|
|
|
|
GK_ATOM(tableColFrame, "TableColFrame")
|
|
|
|
GK_ATOM(tableColGroupFrame, "TableColGroupFrame")
|
|
|
|
GK_ATOM(tableFrame, "TableFrame")
|
|
|
|
GK_ATOM(tableOuterFrame, "TableOuterFrame")
|
|
|
|
GK_ATOM(tableRowGroupFrame, "TableRowGroupFrame")
|
|
|
|
GK_ATOM(tableRowFrame, "TableRowFrame")
|
|
|
|
GK_ATOM(textInputFrame,"TextInputFrame")
|
|
|
|
GK_ATOM(textFrame, "TextFrame")
|
|
|
|
GK_ATOM(viewportFrame, "ViewportFrame")
|
2008-12-29 07:07:38 -08:00
|
|
|
#ifdef MOZ_XUL
|
|
|
|
GK_ATOM(XULLabelFrame, "XULLabelFrame")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
#ifdef MOZ_SVG
|
|
|
|
GK_ATOM(svgAFrame, "SVGAFrame")
|
|
|
|
GK_ATOM(svgClipPathFrame, "SVGClipPathFrame")
|
|
|
|
GK_ATOM(svgDefsFrame, "SVGDefsFrame")
|
|
|
|
GK_ATOM(svgFilterFrame, "SVGFilterFrame")
|
|
|
|
GK_ATOM(svgForeignObjectFrame, "SVGForeignObjectFrame")
|
|
|
|
GK_ATOM(svgGenericContainerFrame, "SVGGenericContainerFrame")
|
|
|
|
GK_ATOM(svgGFrame, "SVGGFrame")
|
|
|
|
GK_ATOM(svgGlyphFrame, "SVGGlyphFrame")
|
|
|
|
GK_ATOM(svgGradientFrame, "SVGGradientFrame")
|
|
|
|
GK_ATOM(svgImageFrame, "SVGImageFrame")
|
|
|
|
GK_ATOM(svgInnerSVGFrame, "SVGInnerSVGFrame")
|
|
|
|
GK_ATOM(svgLinearGradientFrame, "SVGLinearGradientFrame")
|
|
|
|
GK_ATOM(svgMarkerFrame, "SVGMarkerFrame")
|
|
|
|
GK_ATOM(svgMaskFrame, "SVGMaskFrame")
|
|
|
|
GK_ATOM(svgOuterSVGFrame, "SVGOuterSVGFrame")
|
|
|
|
GK_ATOM(svgPathGeometryFrame, "SVGPathGeometryFrame")
|
|
|
|
GK_ATOM(svgPatternFrame, "SVGPatternFrame")
|
|
|
|
GK_ATOM(svgRadialGradientFrame, "SVGRadialGradientFrame")
|
|
|
|
GK_ATOM(svgStopFrame, "SVGStopFrame")
|
2008-07-13 04:30:48 -07:00
|
|
|
GK_ATOM(svgSwitchFrame, "SVGSwitchFrame")
|
2007-03-22 10:30:00 -07:00
|
|
|
GK_ATOM(svgTextFrame, "SVGTextFrame")
|
|
|
|
GK_ATOM(svgTextPathFrame, "SVGTextPathFrame")
|
|
|
|
GK_ATOM(svgTSpanFrame, "SVGTSpanFrame")
|
|
|
|
GK_ATOM(svgUseFrame, "SVGUseFrame")
|
|
|
|
#endif
|
2008-07-09 01:22:20 -07:00
|
|
|
#ifdef MOZ_MEDIA
|
|
|
|
GK_ATOM(HTMLVideoFrame, "VideoFrame")
|
|
|
|
GK_ATOM(onloadstart, "onloadstart")
|
|
|
|
GK_ATOM(onprogress, "onprogress")
|
2009-02-26 03:55:30 -08:00
|
|
|
GK_ATOM(onsuspend, "onsuspend")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(onemptied, "onemptied")
|
|
|
|
GK_ATOM(onstalled, "onstalled")
|
|
|
|
GK_ATOM(onplay, "onplay")
|
|
|
|
GK_ATOM(onpause, "onpause")
|
2009-02-26 03:55:30 -08:00
|
|
|
GK_ATOM(onloadedmetadata, "onloadedmetadata")
|
|
|
|
GK_ATOM(onloadeddata, "onloadeddata")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(onwaiting, "onwaiting")
|
2009-02-26 03:55:30 -08:00
|
|
|
GK_ATOM(onplaying, "onplaying")
|
|
|
|
GK_ATOM(oncanplay, "oncanplay")
|
|
|
|
GK_ATOM(oncanplaythrough, "oncanplaythrough")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(onseeking, "onseeking")
|
|
|
|
GK_ATOM(onseeked, "onseeked")
|
|
|
|
GK_ATOM(ontimeupdate, "ontimeupdate")
|
|
|
|
GK_ATOM(onended, "onended")
|
|
|
|
GK_ATOM(onratechange, "onratechange")
|
|
|
|
GK_ATOM(ondurationchange, "ondurationchange")
|
|
|
|
GK_ATOM(onvolumechange, "onvolumechange")
|
2010-08-25 06:10:00 -07:00
|
|
|
GK_ATOM(onMozAudioAvailable, "onMozAudioAvailable")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(loadstart, "loadstart")
|
2009-02-26 03:55:30 -08:00
|
|
|
GK_ATOM(suspend, "suspend")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(emptied, "emptied")
|
|
|
|
GK_ATOM(stalled, "stalled")
|
|
|
|
GK_ATOM(play, "play")
|
|
|
|
GK_ATOM(pause, "pause")
|
2009-02-26 03:55:30 -08:00
|
|
|
GK_ATOM(loadedmetadata, "loadedmetadata")
|
|
|
|
GK_ATOM(loadeddata, "loadeddata")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(waiting, "waiting")
|
2009-02-26 03:55:30 -08:00
|
|
|
GK_ATOM(playing, "playing")
|
2008-07-09 01:22:20 -07:00
|
|
|
GK_ATOM(seeking, "seeking")
|
|
|
|
GK_ATOM(seeked, "seeked")
|
|
|
|
GK_ATOM(timeupdate, "timeupdate")
|
|
|
|
GK_ATOM(ended, "ended")
|
|
|
|
GK_ATOM(canplay, "canplay")
|
|
|
|
GK_ATOM(canplaythrough, "canplaythrough")
|
|
|
|
GK_ATOM(ratechange, "ratechange")
|
|
|
|
GK_ATOM(durationchange, "durationchange")
|
|
|
|
GK_ATOM(volumechange, "volumechange")
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-03-28 18:46:55 -07:00
|
|
|
// Content property names
|
2009-10-07 20:22:42 -07:00
|
|
|
GK_ATOM(transitionsProperty, "TransitionsProperty") // FrameTransitions*
|
|
|
|
GK_ATOM(transitionsOfBeforeProperty, "TransitionsOfBeforeProperty") // FrameTransitions*
|
|
|
|
GK_ATOM(transitionsOfAfterProperty, "TransitionsOfAfterProperty") // FrameTransitions*
|
2008-08-17 18:16:42 -07:00
|
|
|
GK_ATOM(genConInitializerProperty, "QuoteNodeProperty")
|
2009-03-23 17:55:29 -07:00
|
|
|
GK_ATOM(labelMouseDownPtProperty, "LabelMouseDownPtProperty")
|
2008-08-17 18:16:42 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// Languages for lang-specific transforms
|
|
|
|
GK_ATOM(Japanese, "ja")
|
|
|
|
GK_ATOM(Chinese, "zh-CN")
|
|
|
|
GK_ATOM(Taiwanese, "zh-TW")
|
|
|
|
GK_ATOM(HongKongChinese, "zh-HK")
|
|
|
|
GK_ATOM(Unicode, "x-unicode")
|
2008-03-13 11:54:01 -07:00
|
|
|
|
|
|
|
// Names for editor transactions
|
|
|
|
GK_ATOM(TypingTxnName, "Typing")
|
|
|
|
GK_ATOM(IMETxnName, "IME")
|
|
|
|
GK_ATOM(DeleteTxnName, "Deleting")
|
2009-10-15 17:23:18 -07:00
|
|
|
|
2009-10-16 12:42:27 -07:00
|
|
|
// IPC stuff
|
|
|
|
GK_ATOM(Remote, "remote")
|
2011-01-13 09:45:14 -08:00
|
|
|
GK_ATOM(RemoteId, "_remote_id")
|
2011-03-15 16:20:19 -07:00
|
|
|
GK_ATOM(DisplayPort, "_displayport")
|
2009-10-16 12:42:27 -07:00
|
|
|
|
2009-10-15 17:23:18 -07:00
|
|
|
// Names for system metrics
|
|
|
|
GK_ATOM(scrollbar_start_backward, "scrollbar-start-backward")
|
|
|
|
GK_ATOM(scrollbar_start_forward, "scrollbar-start-forward")
|
|
|
|
GK_ATOM(scrollbar_end_backward, "scrollbar-end-backward")
|
|
|
|
GK_ATOM(scrollbar_end_forward, "scrollbar-end-forward")
|
|
|
|
GK_ATOM(scrollbar_thumb_proportional, "scrollbar-thumb-proportional")
|
|
|
|
GK_ATOM(images_in_menus, "images-in-menus")
|
|
|
|
GK_ATOM(images_in_buttons, "images-in-buttons")
|
|
|
|
GK_ATOM(windows_default_theme, "windows-default-theme")
|
|
|
|
GK_ATOM(mac_graphite_theme, "mac-graphite-theme")
|
|
|
|
GK_ATOM(windows_compositor, "windows-compositor")
|
|
|
|
GK_ATOM(touch_enabled, "touch-enabled")
|
|
|
|
GK_ATOM(maemo_classic, "maemo-classic")
|
2010-07-17 01:11:54 -07:00
|
|
|
GK_ATOM(menubar_drag, "menubar-drag")
|
2009-10-15 17:23:19 -07:00
|
|
|
|
2010-10-09 13:53:45 -07:00
|
|
|
// windows theme selector metrics
|
|
|
|
GK_ATOM(windows_classic, "windows-classic")
|
|
|
|
GK_ATOM(windows_theme_aero, "windows-theme-aero")
|
|
|
|
GK_ATOM(windows_theme_luna_blue, "windows-theme-luna-blue")
|
|
|
|
GK_ATOM(windows_theme_luna_olive, "windows-theme-luna-olive")
|
|
|
|
GK_ATOM(windows_theme_luna_silver, "windows-theme-luna-silver")
|
|
|
|
GK_ATOM(windows_theme_royale, "windows-theme-royale")
|
|
|
|
GK_ATOM(windows_theme_zune, "windows-theme-zune")
|
|
|
|
GK_ATOM(windows_theme_generic, "windows-theme-generic")
|
|
|
|
|
2009-10-15 17:23:19 -07:00
|
|
|
// And the same again, as media query keywords.
|
|
|
|
GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward")
|
|
|
|
GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward")
|
|
|
|
GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward")
|
|
|
|
GK_ATOM(_moz_scrollbar_end_forward, "-moz-scrollbar-end-forward")
|
|
|
|
GK_ATOM(_moz_scrollbar_thumb_proportional, "-moz-scrollbar-thumb-proportional")
|
|
|
|
GK_ATOM(_moz_images_in_menus, "-moz-images-in-menus")
|
|
|
|
GK_ATOM(_moz_images_in_buttons, "-moz-images-in-buttons")
|
|
|
|
GK_ATOM(_moz_windows_default_theme, "-moz-windows-default-theme")
|
|
|
|
GK_ATOM(_moz_mac_graphite_theme, "-moz-mac-graphite-theme")
|
|
|
|
GK_ATOM(_moz_windows_compositor, "-moz-windows-compositor")
|
|
|
|
GK_ATOM(_moz_windows_classic, "-moz-windows-classic")
|
2010-10-09 13:53:45 -07:00
|
|
|
GK_ATOM(_moz_windows_theme, "-moz-windows-theme")
|
2009-10-15 17:23:19 -07:00
|
|
|
GK_ATOM(_moz_touch_enabled, "-moz-touch-enabled")
|
|
|
|
GK_ATOM(_moz_maemo_classic, "-moz-maemo-classic")
|
2010-07-17 01:11:54 -07:00
|
|
|
GK_ATOM(_moz_menubar_drag, "-moz-menubar-drag")
|
2010-09-10 13:27:52 -07:00
|
|
|
GK_ATOM(_moz_device_pixel_ratio, "-moz-device-pixel-ratio")
|
2010-12-10 10:35:36 -08:00
|
|
|
GK_ATOM(_moz_device_orientation, "-moz-device-orientation")
|