Source code

Revision control

Copy as Markdown

Other Tools

/*
* Copyright (c) 2008-2017 Mozilla Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
/*
* THIS IS A GENERATED FILE. PLEASE DO NOT EDIT.
* Please edit AttributeName.java instead and regenerate.
*/
#define nsHtml5AttributeName_cpp__
#include "nsHtml5ElementName.h"
#include "nsHtml5Tokenizer.h"
#include "nsHtml5TreeBuilder.h"
#include "nsHtml5StackNode.h"
#include "nsHtml5UTF16Buffer.h"
#include "nsHtml5StateSnapshot.h"
#include "nsHtml5Portability.h"
#include "nsHtml5AttributeName.h"
int32_t* nsHtml5AttributeName::ALL_NO_NS = 0;
int32_t* nsHtml5AttributeName::XMLNS_NS = 0;
int32_t* nsHtml5AttributeName::XML_NS = 0;
int32_t* nsHtml5AttributeName::XLINK_NS = 0;
nsStaticAtom** nsHtml5AttributeName::ALL_NO_PREFIX = 0;
nsStaticAtom** nsHtml5AttributeName::XMLNS_PREFIX = 0;
nsStaticAtom** nsHtml5AttributeName::XLINK_PREFIX = 0;
nsStaticAtom** nsHtml5AttributeName::XML_PREFIX = 0;
nsHtml5AttributeName::nsHtml5AttributeName(int32_t* uri, nsStaticAtom* html,
nsStaticAtom* mathml,
nsStaticAtom* svg,
nsStaticAtom** prefix)
: uri(uri), prefix(prefix), custom(false) {
MOZ_COUNT_CTOR(nsHtml5AttributeName);
this->local[HTML] = html;
this->local[MATHML] = mathml;
this->local[SVG] = svg;
}
nsHtml5AttributeName::nsHtml5AttributeName()
: uri(ALL_NO_NS), prefix(ALL_NO_PREFIX), custom(true) {
MOZ_COUNT_CTOR(nsHtml5AttributeName);
this->local[0] = nullptr;
this->local[1] = nullptr;
this->local[2] = nullptr;
}
nsHtml5AttributeName::~nsHtml5AttributeName() {
MOZ_COUNT_DTOR(nsHtml5AttributeName);
if (custom) {
NS_IF_RELEASE(local[0]);
}
}
int32_t nsHtml5AttributeName::getUri(int32_t mode) { return uri[mode]; }
nsAtom* nsHtml5AttributeName::getLocal(int32_t mode) { return local[mode]; }
nsStaticAtom* nsHtml5AttributeName::getPrefix(int32_t mode) {
return prefix[mode];
}
bool nsHtml5AttributeName::equalsAnother(nsHtml5AttributeName* another) {
return this->getLocal(nsHtml5AttributeName::HTML) ==
another->getLocal(nsHtml5AttributeName::HTML);
}
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DIR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DUR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_END = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_IN2 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LOW = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MAX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REV = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SRC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_D = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_R = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_X = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_Y = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_Z = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_K1 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_X1 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_Y1 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_K2 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_X2 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_Y2 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_K3 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_K4 = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XML_SPACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XML_LANG = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_GRAB = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_VALUEMAX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_LABELLEDBY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_DESCRIBEDBY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_DISABLED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_CHECKED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_SELECTED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_DROPEFFECT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_REQUIRED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_EXPANDED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_PRESSED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_LEVEL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_CHANNEL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_HIDDEN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_SECRET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_POSINSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_ATOMIC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_INVALID = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_TEMPLATEID = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_VALUEMIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_MULTISELECTABLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_CONTROLS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_MULTILINE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_READONLY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_OWNS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_ACTIVEDESCENDANT =
nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_RELEVANT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_DATATYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_VALUENOW = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_SORT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_AUTOCOMPLETE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_FLOWTO = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_BUSY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_LIVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_HASPOPUP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARIA_SETSIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLEAR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DISABLED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DEFAULT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DATA = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_EQUALCOLUMNS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_EQUALROWS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HSPACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ISMAP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LOCAL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LSPACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MOVABLELIMITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NOTATION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDATAAVAILABLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONPASTE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RSPACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROWALIGN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROTATE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SEPARATOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SEPARATORS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VSPACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XCHANNELSELECTOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_YCHANNELSELECTOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENABLE_BACKGROUND = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDBLCLICK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONABORT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CALCMODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CHECKED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FENCE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FETCHPRIORITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NONCE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONSCROLL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONACTIVATE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OPACITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULAREXPONENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPECULARCONSTANT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BORDER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ID = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_GRADIENTTRANSFORM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_GRADIENTUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HIDDEN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HEADERS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LOADING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_READONLY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RENDERING_INTENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SHADOWROOTMODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SEED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SHADOWROOTCLONABLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SHADOWROOTSERIALIZABLE =
nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SRCDOC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STDDEVIATION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SANDBOX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SHADOWROOTDELEGATESFOCUS =
nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_WORD_SPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACCENTUNDER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACCEPT_CHARSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACCESSKEY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACCENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACCEPT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BEVELLED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BASEFREQUENCY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BASELINE_SHIFT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BASEPROFILE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BASELINE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BASE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CODETYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CODEBASE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CITE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DEFER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DATETIME = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DIRECTION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_EDGEMODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_EDGE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENTERKEYHINT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_INDEX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_INTERCEPT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_INTEGRITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LINEBREAK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LABEL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LINETHICKNESS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NAME = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NORESIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBEFOREUNLOAD = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONREPEAT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OBJECT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONSELECT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ORDER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OTHER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONRESET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONREADYSTATECHANGE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMESSAGE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBEGIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBEFOREPRINT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ORIENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ORIENTATION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBEFORECOPY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONSELECTSTART = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBEFOREPASTE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONKEYPRESS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONKEYUP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBEFORECUT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONKEYDOWN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONRESIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REPEAT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REFERRERPOLICY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RULES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REPEATCOUNT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REPEATDUR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SELECTED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SIZES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SUPERSCRIPTSHIFT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STRETCHY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCHEME = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPREADMETHOD = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SELECTION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DIFFUSECONSTANT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HREF = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HREFLANG = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONAFTERPRINT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SURFACESCALE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XREF = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALIGN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALIGNMENT_BASELINE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALIGNMENTSCOPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DRAGGABLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HEIGHT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_IMAGESIZES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_IMAGESRCSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_IMAGE_RENDERING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LANGUAGE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LANG = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LARGEOP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LONGDESC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LENGTHADJUST = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINHEIGHT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARGINWIDTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ORIGIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TARGETY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ARCHIVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HIGH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LIGHTING_COLOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MATHBACKGROUND = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_METHOD = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MATHVARIANT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MATHCOLOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MATHSIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NOSHADE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONCHANGE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PATHLENGTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PATH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALTIMG = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACTIONTYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACTION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACTIVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ADDITIVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BEGIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DOMINANT_BASELINE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DIVISOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DEFINITIONURL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LIMITINGCONEANGLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MEDIA = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MANIFEST = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONFINISH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OPTIMUM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RADIOGROUP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RADIUS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCRIPTLEVEL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCRIPTSIZEMULTIPLIER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCRIPTMINSIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TABINDEX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VALIGN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VISIBILITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BACKGROUND = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LINK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_MID = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKERHEIGHT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_END = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MASK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKER_START = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKERWIDTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MASKUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MARKERUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MASKCONTENTUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AMPLITUDE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CELLSPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CELLPADDING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DECLARE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_RULE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILL_OPACITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MAXLENGTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONCLICK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONBLUR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REPLACE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROWLINES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCALE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STYLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TABLEVALUES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TITLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AZIMUTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FORMAT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FRAMEBORDER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FRAME = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FRAMESPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FORM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROMPT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PRIMITIVEUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SYMMETRIC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SUMMARY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_USEMAP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ZOOMANDPAN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ASYNC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALINK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_IN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_EVENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ICON = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KERNELMATRIX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KERNING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KERNELUNITLENGTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONUNLOAD = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OPEN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONINVALID = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONEND = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONINPUT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTER_EVENTS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POINTSATZ = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SPAN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STANDBY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TRANSFORM_ORIGIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TRANSFORM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VLINK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_WHEN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_HREF = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_TITLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_ROLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_ARCROLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XMLNS_XLINK = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XMLNS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_TYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_SHOW = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_XLINK_ACTUATE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AUTOPLAY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AUTOCOMPLETE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AUTOFOCUS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AUTOCAPITALIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BGCOLOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLOR_PROFILE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLOR_RENDERING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLOR_INTERPOLATION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLOR_INTERPOLATION_FILTERS =
nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENCODING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_EXPONENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FLOOD_COLOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FLOOD_OPACITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LQUOTE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NUMOCTAVES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NOMODULE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONLOAD = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEWHEEL = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEENTER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEOVER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONFOCUSIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONCONTEXTMENU = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONZOOM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONCOPY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSELEAVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEMOVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEUP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONFOCUS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEOUT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONFOCUSOUT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONMOUSEDOWN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TO = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RQUOTE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_LINECAP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_DASHARRAY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_DASHOFFSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_LINEJOIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_MITERLIMIT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCROLLING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_WIDTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STROKE_OPACITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COMPACT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLIP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLIP_RULE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLIP_PATH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLIPPATHUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DISPLAY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DISPLAYSTYLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_GLYPH_ORIENTATION_VERTICAL =
nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_GLYPH_ORIENTATION_HORIZONTAL =
nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_GLYPHREF = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_HTTP_EQUIV = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KEYPOINTS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LOOP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROPERTY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCOPED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STEP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SHAPE_RENDERING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SCOPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SHAPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SLOPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STOP_COLOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STOP_OPACITY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TEMPLATE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_WRAP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ABBR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ATTRIBUTENAME = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ATTRIBUTETYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CHAR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COORDS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CHAROFF = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CHARSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NOWRAP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_NOHREF = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAG = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAGENTER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAGOVER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAGEND = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDROP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAGDROP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONERROR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OPERATOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OVERFLOW = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAGSTART = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONDRAGLEAVE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STARTOFFSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_START = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_AXIS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BIAS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLSPAN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLASSID = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CROSSORIGIN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CURSOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLOSURE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLOSE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CLASS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_IS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KEYSYSTEM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KEYSPLINES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LOWSRC = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MAXSIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MINSIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_OFFSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PRESERVEALPHA = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PRESERVEASPECTRATIO = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROWSPAN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROWSPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ROWS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SRCSET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SUBSCRIPTSHIFT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VERSION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ALTTEXT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CONTENTEDITABLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CONTROLS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CONTENT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CONTEXTMENU = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DEPTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ENCTYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_STRETCH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILTER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONTWEIGHT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_WEIGHT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONTSTYLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_STYLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONTFAMILY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_FAMILY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_VARIANT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_SIZE_ADJUST = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FILTERUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONTSIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FONT_SIZE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_KEYTIMES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LETTER_SPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_LIST = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_MULTIPLE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONSTOP = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONSTART = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_POSTER = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PATTERNTRANSFORM = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PATTERN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PATTERNUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PATTERNCONTENTUNITS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RESTART = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_STITCHTILES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_SYSTEMLANGUAGE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TEXT_RENDERING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TEXT_DECORATION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TEXT_ANCHOR = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TEXTLENGTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_TEXT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_WRITING_MODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_WIDTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ACCUMULATE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLUMNSPAN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLUMNLINES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLUMNALIGN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLUMNSPACING = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_COLUMNWIDTH = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_GROUPALIGN = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_INPUTMODE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONSUBMIT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ONCUT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REQUIRED = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REQUIREDFEATURES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RESULT = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REQUIREDEXTENSIONS = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VALUES = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VALUETYPE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VALUE = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_ELEVATION = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VIEWTARGET = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_VIEWBOX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REFX = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_BY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_CY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_DY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_RY = nullptr;
nsHtml5AttributeName* nsHtml5AttributeName::ATTR_REFY = nullptr;
nsHtml5AttributeName** nsHtml5AttributeName::ATTRIBUTE_NAMES = 0;
static int32_t const ATTRIBUTE_HASHES_DATA[] = {
1854497008, 1748021284, 1943317364, 1681174213, 1780879045, 1915341049,
2001732764, 1680165421, 1721347639, 1754794646, 1814517574, 1900544002,
1924443742, 1983432389, 2017010843, 71827457, 1680282148, 1689324870,
1740045862, 1753049109, 1756704824, 1788842244, 1823829083, 1874788501,
1907701479, 1922400908, 1934917290, 1972908839, 1993343287, 2007064819,
2065694722, 57205395, 911736834, 1680181996, 1680368221, 1685882101,
1704526375, 1734182982, 1747309881, 1749350104, 1754612424, 1754927689,
1757421892, 1786622296, 1804054854, 1816178925, 1854285018, 1871251689,
1889569526, 1905754853, 1910441773, 1917295176, 1922665179, 1924773438,
1941286708, 1972151670, 1982254612, 1989522022, 2001527900, 2005342360,
2009231684, 2024794274, 2082471938, 53006051, 60345635, 885522434,
1680095865, 1680165533, 1680229115, 1680343801, 1680437801, 1682440540,
1687620127, 1692408896, 1716623661, 1731048742, 1739583824, 1740222216,
1747800157, 1748566068, 1751507685, 1754434872, 1754647074, 1754860061,
1756219733, 1756836998, 1771569964, 1784574102, 1786851500, 1797886599,
1804405895, 1814656840, 1821958888, 1825437894, 1854466380, 1866496199,
1873656984, 1884246821, 1891937366, 1903759600, 1906419001, 1909819252,
1910527802, 1916247343, 1921061206, 1922566877, 1922679610, 1924583073,
1933123337, 1937336473, 1941440197, 1966384692, 1972744954, 1972996699,
1983290011, 1987422362, 1991220282, 2000160071, 2001669449, 2001898809,
2006824246, 2009041198, 2016711994, 2023342821, 2034765641, 2081423362,
2089811970, 52488851, 55077603, 59825747, 68157441, 878182402,
901775362, 1037879561, 1680159327, 1680165437, 1680165692, 1680198203,
1680231247, 1680315086, 1680345965, 1680413393, 1680452349, 1681879063,
1683805446, 1686731997, 1689048326, 1689839946, 1699185409, 1714763319,
1721189160, 1723336432, 1733874289, 1736416327, 1739927860, 1740119884,
1747295467, 1747479606, 1747906667, 1748503880, 1748971848, 1749549708,
1751755561, 1753550036, 1754579720, 1754644293, 1754698327, 1754835516,
1754899031, 1756147974, 1756360955, 1756762256, 1756889417, 1767725700,
1773606972, 1781007934, 1785053243, 1786775671, 1787365531, 1791068279,
1803561214, 1804081401, 1805715690, 1814560070, 1816104145, 1820727381,
1823574314, 1824159037, 1848600826, 1854366938, 1854497001, 1865910331,
1867462756, 1872343590, 1874270021, 1884079398, 1884295780, 1890996553,
1898415413, 1903612236, 1905628916, 1906408542, 1906423097, 1908462185,
1910441627, 1910503637, 1915025672, 1915757815, 1916286197, 1917857531,
1921977416, 1922413307, 1922607670, 1922677495, 1923088386, 1924517489,
1924629705, 1932959284, 1933369607, 1934970504, 1939976792, 1941435445,
1941550652, 1965512429, 1966442279, 1972656710, 1972904518, 1972922984,
1975062341, 1983157559, 1983398182, 1984430082, 1988784439, 1990107683,
1991625270, 2000096287, 2000752725, 2001634458, 2001710298, 2001826027,
2004846654, 2006459190, 2007021895, 2008401563, 2009079867, 2010716309,
2016810187, 2019887833, 2024647008, 2026893641, 2060474743, 2073034754,
2081947650, 2083520514, 2091784484, 50917059, 52489043, 53537523,
56685811, 57210387, 59830867, 60817409, 71303169, 72351745,
884998146, 894959618, 902299650, 928514050, 1038063816, 1680140893,
1680159328, 1680165436, 1680165487, 1680165613, 1680181850, 1680185931,
1680198381, 1680230940, 1680251485, 1680311085, 1680323325, 1680345685,
1680347981, 1680411449, 1680433915, 1680446153, 1680511804, 1681733672,
1681969220, 1682587945, 1684319541, 1685902598, 1687164232, 1687751191,
1689130184, 1689788441, 1691145478, 1692933184, 1704262346, 1714745560,
1716303957, 1720503541, 1721305962, 1723309623, 1723336528, 1732771842,
1733919469, 1734404167, 1739561208, 1739914974, 1740045858, 1740096054,
1740130375, 1742183484, 1747299630, 1747446838, 1747792072, 1747839118,
1747939528, 1748306996, 1748552744, 1748869205, 1749027145, 1749399124,
1749856356, 1751679545, 1752985897, 1753297133, 1754214628, 1754546894,
1754606246, 1754643237, 1754645079, 1754647353, 1754792749, 1754798923,
1754858317, 1754872618, 1754907227, 1754958648, 1756190926, 1756302628,
1756471625, 1756737685, 1756804936, 1756874572, 1757053236, 1765800271,
1767875272, 1772032615, 1776114564, 1780975314, 1782518297, 1785051290,
1785174319, 1786740932, 1786821704, 1787193500, 1788254870, 1790814502,
1791070327, 1801312388, 1804036350, 1804069019, 1804235064, 1804978712,
1805715716, 1814558026, 1814656326, 1814986837, 1816144023, 1820262641,
1820928104, 1822002839, 1823580230, 1823841492, 1824377064, 1825677514,
1853862084, 1854302364, 1854464212, 1854474395, 1854497003, 1864698185,
1865910347, 1867448617, 1867620412, 1872034503, 1873590471, 1874261045,
1874698443, 1881750231, 1884142379, 1884267068, 1884343396, 1889633006,
1891186903, 1894552650, 1898428101, 1902640276, 1903659239, 1905541832,
1905672729, 1905902311, 1906408598, 1906421049, 1907660596, 1908316832,
1909438149, 1910328970, 1910441770, 1910487243, 1910507338, 1910572893,
1915295948, 1915394254, 1916210285, 1916278099, 1916337499, 1917327080,
1917953597, 1921894426, 1922319046, 1922413292, 1922470745, 1922567078,
1922665052, 1922671417, 1922679386, 1922699851, 1924206934, 1924462384,
1924570799, 1924585254, 1924738716, 1932870919, 1932986153, 1933145837,
1933508940, 1934917372, 1935597338, 1937777860, 1941253366, 1941409583,
1941438085, 1941454586, 1942026440, 1965349396, 1965561677, 1966439670,
1966454567, 1972196486, 1972744939, 1972863609, 1972904522, 1972909592,
1972962123, 1974849131, 1980235778, 1982640164, 1983266615, 1983347764,
1983416119, 1983461061, 1987410233, 1988132214, 1988788535, 1990062797,
1991021879, 1991392548, 1991643278, 1999273799, 2000125224, 2000162011,
2001210183, 2001578182, 2001634459, 2001669450, 2001710299, 2001814704,
2001898808, 2004199576, 2004957380, 2005925890, 2006516551, 2007019632,
2007064812, 2008084807, 2008408414, 2009071951, 2009141482, 2010452700,
2015950026, 2016787611, 2016910397, 2018908874, 2023146024, 2024616088,
2024763702, 2026741958, 2026975253, 2060302634, 2065170434, 2066743298,
2075005220};
staticJArray<int32_t, int32_t> nsHtml5AttributeName::ATTRIBUTE_HASHES = {
ATTRIBUTE_HASHES_DATA, MOZ_ARRAY_LENGTH(ATTRIBUTE_HASHES_DATA)};
void nsHtml5AttributeName::initializeStatics() {
ALL_NO_NS = new int32_t[3];
ALL_NO_NS[0] = kNameSpaceID_None;
ALL_NO_NS[1] = kNameSpaceID_None;
ALL_NO_NS[2] = kNameSpaceID_None;
XMLNS_NS = new int32_t[3];
XMLNS_NS[0] = kNameSpaceID_None;
XMLNS_NS[1] = kNameSpaceID_XMLNS;
XMLNS_NS[2] = kNameSpaceID_XMLNS;
XML_NS = new int32_t[3];
XML_NS[0] = kNameSpaceID_None;
XML_NS[1] = kNameSpaceID_XML;
XML_NS[2] = kNameSpaceID_XML;
XLINK_NS = new int32_t[3];
XLINK_NS[0] = kNameSpaceID_None;
XLINK_NS[1] = kNameSpaceID_XLink;
XLINK_NS[2] = kNameSpaceID_XLink;
ALL_NO_PREFIX = new nsStaticAtom*[3];
ALL_NO_PREFIX[0] = nullptr;
ALL_NO_PREFIX[1] = nullptr;
ALL_NO_PREFIX[2] = nullptr;
XMLNS_PREFIX = new nsStaticAtom*[3];
XMLNS_PREFIX[0] = nullptr;
XMLNS_PREFIX[1] = nsGkAtoms::xmlns;
XMLNS_PREFIX[2] = nsGkAtoms::xmlns;
XLINK_PREFIX = new nsStaticAtom*[3];
XLINK_PREFIX[0] = nullptr;
XLINK_PREFIX[1] = nsGkAtoms::xlink;
XLINK_PREFIX[2] = nsGkAtoms::xlink;
XML_PREFIX = new nsStaticAtom*[3];
XML_PREFIX[0] = nullptr;
XML_PREFIX[1] = nsGkAtoms::xml;
XML_PREFIX[2] = nsGkAtoms::xml;
ATTR_ALT = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::alt, nsGkAtoms::alt,
nsGkAtoms::alt, ALL_NO_PREFIX);
ATTR_DIR = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::dir, nsGkAtoms::dir,
nsGkAtoms::dir, ALL_NO_PREFIX);
ATTR_DUR = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::dur, nsGkAtoms::dur,
nsGkAtoms::dur, ALL_NO_PREFIX);
ATTR_END = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::end, nsGkAtoms::end,
nsGkAtoms::end, ALL_NO_PREFIX);
ATTR_FOR =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::_for, nsGkAtoms::_for,
nsGkAtoms::_for, ALL_NO_PREFIX);
ATTR_IN2 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::in2, nsGkAtoms::in2,
nsGkAtoms::in2, ALL_NO_PREFIX);
ATTR_LOW = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::low, nsGkAtoms::low,
nsGkAtoms::low, ALL_NO_PREFIX);
ATTR_MIN = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::min, nsGkAtoms::min,
nsGkAtoms::min, ALL_NO_PREFIX);
ATTR_MAX = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::max, nsGkAtoms::max,
nsGkAtoms::max, ALL_NO_PREFIX);
ATTR_REL = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::rel, nsGkAtoms::rel,
nsGkAtoms::rel, ALL_NO_PREFIX);
ATTR_REV = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::rev, nsGkAtoms::rev,
nsGkAtoms::rev, ALL_NO_PREFIX);
ATTR_SRC = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::src, nsGkAtoms::src,
nsGkAtoms::src, ALL_NO_PREFIX);
ATTR_D = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::d, nsGkAtoms::d,
nsGkAtoms::d, ALL_NO_PREFIX);
ATTR_R = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::r, nsGkAtoms::r,
nsGkAtoms::r, ALL_NO_PREFIX);
ATTR_X = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::x, nsGkAtoms::x,
nsGkAtoms::x, ALL_NO_PREFIX);
ATTR_Y = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::y, nsGkAtoms::y,
nsGkAtoms::y, ALL_NO_PREFIX);
ATTR_Z = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::z, nsGkAtoms::z,
nsGkAtoms::z, ALL_NO_PREFIX);
ATTR_K1 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::k1, nsGkAtoms::k1,
nsGkAtoms::k1, ALL_NO_PREFIX);
ATTR_X1 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::x1, nsGkAtoms::x1,
nsGkAtoms::x1, ALL_NO_PREFIX);
ATTR_Y1 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::y1, nsGkAtoms::y1,
nsGkAtoms::y1, ALL_NO_PREFIX);
ATTR_K2 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::k2, nsGkAtoms::k2,
nsGkAtoms::k2, ALL_NO_PREFIX);
ATTR_X2 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::x2, nsGkAtoms::x2,
nsGkAtoms::x2, ALL_NO_PREFIX);
ATTR_Y2 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::y2, nsGkAtoms::y2,
nsGkAtoms::y2, ALL_NO_PREFIX);
ATTR_K3 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::k3, nsGkAtoms::k3,
nsGkAtoms::k3, ALL_NO_PREFIX);
ATTR_K4 = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::k4, nsGkAtoms::k4,
nsGkAtoms::k4, ALL_NO_PREFIX);
ATTR_XML_SPACE =
new nsHtml5AttributeName(XML_NS, nsGkAtoms::xml_space, nsGkAtoms::space,
nsGkAtoms::space, XML_PREFIX);
ATTR_XML_LANG =
new nsHtml5AttributeName(XML_NS, nsGkAtoms::xml_lang, nsGkAtoms::lang,
nsGkAtoms::lang, XML_PREFIX);
ATTR_ARIA_GRAB = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_grab, nsGkAtoms::aria_grab,
nsGkAtoms::aria_grab, ALL_NO_PREFIX);
ATTR_ARIA_VALUEMAX = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_valuemax, nsGkAtoms::aria_valuemax,
nsGkAtoms::aria_valuemax, ALL_NO_PREFIX);
ATTR_ARIA_LABELLEDBY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_labelledby, nsGkAtoms::aria_labelledby,
nsGkAtoms::aria_labelledby, ALL_NO_PREFIX);
ATTR_ARIA_DESCRIBEDBY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_describedby, nsGkAtoms::aria_describedby,
nsGkAtoms::aria_describedby, ALL_NO_PREFIX);
ATTR_ARIA_DISABLED = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_disabled, nsGkAtoms::aria_disabled,
nsGkAtoms::aria_disabled, ALL_NO_PREFIX);
ATTR_ARIA_CHECKED = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_checked, nsGkAtoms::aria_checked,
nsGkAtoms::aria_checked, ALL_NO_PREFIX);
ATTR_ARIA_SELECTED = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_selected, nsGkAtoms::aria_selected,
nsGkAtoms::aria_selected, ALL_NO_PREFIX);
ATTR_ARIA_DROPEFFECT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_dropeffect, nsGkAtoms::aria_dropeffect,
nsGkAtoms::aria_dropeffect, ALL_NO_PREFIX);
ATTR_ARIA_REQUIRED = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_required, nsGkAtoms::aria_required,
nsGkAtoms::aria_required, ALL_NO_PREFIX);
ATTR_ARIA_EXPANDED = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_expanded, nsGkAtoms::aria_expanded,
nsGkAtoms::aria_expanded, ALL_NO_PREFIX);
ATTR_ARIA_PRESSED = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_pressed, nsGkAtoms::aria_pressed,
nsGkAtoms::aria_pressed, ALL_NO_PREFIX);
ATTR_ARIA_LEVEL = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_level, nsGkAtoms::aria_level,
nsGkAtoms::aria_level, ALL_NO_PREFIX);
ATTR_ARIA_CHANNEL = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_channel, nsGkAtoms::aria_channel,
nsGkAtoms::aria_channel, ALL_NO_PREFIX);
ATTR_ARIA_HIDDEN = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_hidden, nsGkAtoms::aria_hidden,
nsGkAtoms::aria_hidden, ALL_NO_PREFIX);
ATTR_ARIA_SECRET = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_secret, nsGkAtoms::aria_secret,
nsGkAtoms::aria_secret, ALL_NO_PREFIX);
ATTR_ARIA_POSINSET = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_posinset, nsGkAtoms::aria_posinset,
nsGkAtoms::aria_posinset, ALL_NO_PREFIX);
ATTR_ARIA_ATOMIC = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_atomic, nsGkAtoms::aria_atomic,
nsGkAtoms::aria_atomic, ALL_NO_PREFIX);
ATTR_ARIA_INVALID = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_invalid, nsGkAtoms::aria_invalid,
nsGkAtoms::aria_invalid, ALL_NO_PREFIX);
ATTR_ARIA_TEMPLATEID = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_templateid, nsGkAtoms::aria_templateid,
nsGkAtoms::aria_templateid, ALL_NO_PREFIX);
ATTR_ARIA_VALUEMIN = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_valuemin, nsGkAtoms::aria_valuemin,
nsGkAtoms::aria_valuemin, ALL_NO_PREFIX);
ATTR_ARIA_MULTISELECTABLE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::aria_multiselectable,
nsGkAtoms::aria_multiselectable,
nsGkAtoms::aria_multiselectable, ALL_NO_PREFIX);
ATTR_ARIA_CONTROLS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_controls, nsGkAtoms::aria_controls,
nsGkAtoms::aria_controls, ALL_NO_PREFIX);
ATTR_ARIA_MULTILINE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_multiline, nsGkAtoms::aria_multiline,
nsGkAtoms::aria_multiline, ALL_NO_PREFIX);
ATTR_ARIA_READONLY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_readonly, nsGkAtoms::aria_readonly,
nsGkAtoms::aria_readonly, ALL_NO_PREFIX);
ATTR_ARIA_OWNS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_owns, nsGkAtoms::aria_owns,
nsGkAtoms::aria_owns, ALL_NO_PREFIX);
ATTR_ARIA_ACTIVEDESCENDANT =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::aria_activedescendant,
nsGkAtoms::aria_activedescendant,
nsGkAtoms::aria_activedescendant, ALL_NO_PREFIX);
ATTR_ARIA_RELEVANT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_relevant, nsGkAtoms::aria_relevant,
nsGkAtoms::aria_relevant, ALL_NO_PREFIX);
ATTR_ARIA_DATATYPE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_datatype, nsGkAtoms::aria_datatype,
nsGkAtoms::aria_datatype, ALL_NO_PREFIX);
ATTR_ARIA_VALUENOW = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_valuenow, nsGkAtoms::aria_valuenow,
nsGkAtoms::aria_valuenow, ALL_NO_PREFIX);
ATTR_ARIA_SORT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_sort, nsGkAtoms::aria_sort,
nsGkAtoms::aria_sort, ALL_NO_PREFIX);
ATTR_ARIA_AUTOCOMPLETE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_autocomplete, nsGkAtoms::aria_autocomplete,
nsGkAtoms::aria_autocomplete, ALL_NO_PREFIX);
ATTR_ARIA_FLOWTO = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_flowto, nsGkAtoms::aria_flowto,
nsGkAtoms::aria_flowto, ALL_NO_PREFIX);
ATTR_ARIA_BUSY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_busy, nsGkAtoms::aria_busy,
nsGkAtoms::aria_busy, ALL_NO_PREFIX);
ATTR_ARIA_LIVE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_live, nsGkAtoms::aria_live,
nsGkAtoms::aria_live, ALL_NO_PREFIX);
ATTR_ARIA_HASPOPUP = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_haspopup, nsGkAtoms::aria_haspopup,
nsGkAtoms::aria_haspopup, ALL_NO_PREFIX);
ATTR_ARIA_SETSIZE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::aria_setsize, nsGkAtoms::aria_setsize,
nsGkAtoms::aria_setsize, ALL_NO_PREFIX);
ATTR_CLEAR =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::clear, nsGkAtoms::clear,
nsGkAtoms::clear, ALL_NO_PREFIX);
ATTR_DISABLED = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::disabled,
nsGkAtoms::disabled,
nsGkAtoms::disabled, ALL_NO_PREFIX);
ATTR_DEFAULT = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::_default,
nsGkAtoms::_default,
nsGkAtoms::_default, ALL_NO_PREFIX);
ATTR_DATA =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::data, nsGkAtoms::data,
nsGkAtoms::data, ALL_NO_PREFIX);
ATTR_EQUALCOLUMNS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::equalcolumns_, nsGkAtoms::equalcolumns_,
nsGkAtoms::equalcolumns_, ALL_NO_PREFIX);
ATTR_EQUALROWS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::equalrows_, nsGkAtoms::equalrows_,
nsGkAtoms::equalrows_, ALL_NO_PREFIX);
ATTR_HSPACE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::hspace, nsGkAtoms::hspace,
nsGkAtoms::hspace, ALL_NO_PREFIX);
ATTR_ISMAP =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::ismap, nsGkAtoms::ismap,
nsGkAtoms::ismap, ALL_NO_PREFIX);
ATTR_LOCAL =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::local, nsGkAtoms::local,
nsGkAtoms::local, ALL_NO_PREFIX);
ATTR_LSPACE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::lspace_,
nsGkAtoms::lspace_, nsGkAtoms::lspace_,
ALL_NO_PREFIX);
ATTR_MOVABLELIMITS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::movablelimits_, nsGkAtoms::movablelimits_,
nsGkAtoms::movablelimits_, ALL_NO_PREFIX);
ATTR_NOTATION = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::notation_,
nsGkAtoms::notation_,
nsGkAtoms::notation_, ALL_NO_PREFIX);
ATTR_ONDATAAVAILABLE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::ondataavailable, nsGkAtoms::ondataavailable,
nsGkAtoms::ondataavailable, ALL_NO_PREFIX);
ATTR_ONPASTE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onpaste,
nsGkAtoms::onpaste,
nsGkAtoms::onpaste, ALL_NO_PREFIX);
ATTR_RSPACE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::rspace_,
nsGkAtoms::rspace_, nsGkAtoms::rspace_,
ALL_NO_PREFIX);
ATTR_ROWALIGN = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::rowalign_,
nsGkAtoms::rowalign_,
nsGkAtoms::rowalign_, ALL_NO_PREFIX);
ATTR_ROTATE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::rotate, nsGkAtoms::rotate,
nsGkAtoms::rotate, ALL_NO_PREFIX);
ATTR_SEPARATOR = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::separator_, nsGkAtoms::separator_,
nsGkAtoms::separator_, ALL_NO_PREFIX);
ATTR_SEPARATORS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::separators_, nsGkAtoms::separators_,
nsGkAtoms::separators_, ALL_NO_PREFIX);
ATTR_VSPACE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::vspace, nsGkAtoms::vspace,
nsGkAtoms::vspace, ALL_NO_PREFIX);
ATTR_XCHANNELSELECTOR = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::xchannelselector, nsGkAtoms::xchannelselector,
nsGkAtoms::xChannelSelector, ALL_NO_PREFIX);
ATTR_YCHANNELSELECTOR = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::ychannelselector, nsGkAtoms::ychannelselector,
nsGkAtoms::yChannelSelector, ALL_NO_PREFIX);
ATTR_ENABLE_BACKGROUND = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::enable_background, nsGkAtoms::enable_background,
nsGkAtoms::enable_background, ALL_NO_PREFIX);
ATTR_ONDBLCLICK = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::ondblclick, nsGkAtoms::ondblclick,
nsGkAtoms::ondblclick, ALL_NO_PREFIX);
ATTR_ONABORT = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onabort,
nsGkAtoms::onabort,
nsGkAtoms::onabort, ALL_NO_PREFIX);
ATTR_CALCMODE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::calcmode,
nsGkAtoms::calcmode,
nsGkAtoms::calcMode, ALL_NO_PREFIX);
ATTR_CHECKED = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::checked,
nsGkAtoms::checked,
nsGkAtoms::checked, ALL_NO_PREFIX);
ATTR_FENCE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::fence_, nsGkAtoms::fence_,
nsGkAtoms::fence_, ALL_NO_PREFIX);
ATTR_FETCHPRIORITY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::fetchpriority, nsGkAtoms::fetchpriority,
nsGkAtoms::fetchpriority, ALL_NO_PREFIX);
ATTR_NONCE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::nonce, nsGkAtoms::nonce,
nsGkAtoms::nonce, ALL_NO_PREFIX);
ATTR_ONSCROLL = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onscroll,
nsGkAtoms::onscroll,
nsGkAtoms::onscroll, ALL_NO_PREFIX);
ATTR_ONACTIVATE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onactivate, nsGkAtoms::onactivate,
nsGkAtoms::onactivate, ALL_NO_PREFIX);
ATTR_OPACITY = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::opacity,
nsGkAtoms::opacity,
nsGkAtoms::opacity, ALL_NO_PREFIX);
ATTR_SPACING = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::spacing,
nsGkAtoms::spacing,
nsGkAtoms::spacing, ALL_NO_PREFIX);
ATTR_SPECULAREXPONENT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::specularexponent, nsGkAtoms::specularexponent,
nsGkAtoms::specularExponent, ALL_NO_PREFIX);
ATTR_SPECULARCONSTANT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::specularconstant, nsGkAtoms::specularconstant,
nsGkAtoms::specularConstant, ALL_NO_PREFIX);
ATTR_BORDER =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::border, nsGkAtoms::border,
nsGkAtoms::border, ALL_NO_PREFIX);
ATTR_ID = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::id, nsGkAtoms::id,
nsGkAtoms::id, ALL_NO_PREFIX);
ATTR_GRADIENTTRANSFORM = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::gradienttransform, nsGkAtoms::gradienttransform,
nsGkAtoms::gradientTransform, ALL_NO_PREFIX);
ATTR_GRADIENTUNITS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::gradientunits, nsGkAtoms::gradientunits,
nsGkAtoms::gradientUnits, ALL_NO_PREFIX);
ATTR_HIDDEN =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::hidden, nsGkAtoms::hidden,
nsGkAtoms::hidden, ALL_NO_PREFIX);
ATTR_HEADERS = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::headers,
nsGkAtoms::headers,
nsGkAtoms::headers, ALL_NO_PREFIX);
ATTR_LOADING = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::loading,
nsGkAtoms::loading,
nsGkAtoms::loading, ALL_NO_PREFIX);
ATTR_READONLY = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::readonly,
nsGkAtoms::readonly,
nsGkAtoms::readonly, ALL_NO_PREFIX);
ATTR_RENDERING_INTENT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::rendering_intent, nsGkAtoms::rendering_intent,
nsGkAtoms::rendering_intent, ALL_NO_PREFIX);
ATTR_SHADOWROOTMODE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::shadowrootmode, nsGkAtoms::shadowrootmode,
nsGkAtoms::shadowrootmode, ALL_NO_PREFIX);
ATTR_SEED =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::seed, nsGkAtoms::seed,
nsGkAtoms::seed, ALL_NO_PREFIX);
ATTR_SHADOWROOTCLONABLE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::shadowrootclonable, nsGkAtoms::shadowrootclonable,
nsGkAtoms::shadowrootclonable, ALL_NO_PREFIX);
ATTR_SHADOWROOTSERIALIZABLE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::shadowrootserializable,
nsGkAtoms::shadowrootserializable, nsGkAtoms::shadowrootserializable,
ALL_NO_PREFIX);
ATTR_SRCDOC =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::srcdoc, nsGkAtoms::srcdoc,
nsGkAtoms::srcdoc, ALL_NO_PREFIX);
ATTR_STDDEVIATION = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::stddeviation, nsGkAtoms::stddeviation,
nsGkAtoms::stdDeviation, ALL_NO_PREFIX);
ATTR_SANDBOX = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::sandbox,
nsGkAtoms::sandbox,
nsGkAtoms::sandbox, ALL_NO_PREFIX);
ATTR_SHADOWROOTDELEGATESFOCUS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::shadowrootdelegatesfocus,
nsGkAtoms::shadowrootdelegatesfocus, nsGkAtoms::shadowrootdelegatesfocus,
ALL_NO_PREFIX);
ATTR_WORD_SPACING = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::word_spacing, nsGkAtoms::word_spacing,
nsGkAtoms::word_spacing, ALL_NO_PREFIX);
ATTR_ACCENTUNDER = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::accentunder_, nsGkAtoms::accentunder_,
nsGkAtoms::accentunder_, ALL_NO_PREFIX);
ATTR_ACCEPT_CHARSET = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::acceptcharset, nsGkAtoms::acceptcharset,
nsGkAtoms::acceptcharset, ALL_NO_PREFIX);
ATTR_ACCESSKEY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::accesskey, nsGkAtoms::accesskey,
nsGkAtoms::accesskey, ALL_NO_PREFIX);
ATTR_ACCENT = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::accent_,
nsGkAtoms::accent_, nsGkAtoms::accent_,
ALL_NO_PREFIX);
ATTR_ACCEPT =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::accept, nsGkAtoms::accept,
nsGkAtoms::accept, ALL_NO_PREFIX);
ATTR_BEVELLED = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::bevelled_,
nsGkAtoms::bevelled_,
nsGkAtoms::bevelled_, ALL_NO_PREFIX);
ATTR_BASEFREQUENCY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::basefrequency, nsGkAtoms::basefrequency,
nsGkAtoms::baseFrequency, ALL_NO_PREFIX);
ATTR_BASELINE_SHIFT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::baseline_shift, nsGkAtoms::baseline_shift,
nsGkAtoms::baseline_shift, ALL_NO_PREFIX);
ATTR_BASEPROFILE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::baseprofile, nsGkAtoms::baseprofile,
nsGkAtoms::baseProfile, ALL_NO_PREFIX);
ATTR_BASELINE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::baseline,
nsGkAtoms::baseline,
nsGkAtoms::baseline, ALL_NO_PREFIX);
ATTR_BASE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::base, nsGkAtoms::base,
nsGkAtoms::base, ALL_NO_PREFIX);
ATTR_CODE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::code, nsGkAtoms::code,
nsGkAtoms::code, ALL_NO_PREFIX);
ATTR_CODETYPE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::codetype,
nsGkAtoms::codetype,
nsGkAtoms::codetype, ALL_NO_PREFIX);
ATTR_CODEBASE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::codebase,
nsGkAtoms::codebase,
nsGkAtoms::codebase, ALL_NO_PREFIX);
ATTR_CITE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::cite, nsGkAtoms::cite,
nsGkAtoms::cite, ALL_NO_PREFIX);
ATTR_DEFER =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::defer, nsGkAtoms::defer,
nsGkAtoms::defer, ALL_NO_PREFIX);
ATTR_DATETIME = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::datetime,
nsGkAtoms::datetime,
nsGkAtoms::datetime, ALL_NO_PREFIX);
ATTR_DIRECTION = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::direction, nsGkAtoms::direction,
nsGkAtoms::direction, ALL_NO_PREFIX);
ATTR_EDGEMODE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::edgemode,
nsGkAtoms::edgemode,
nsGkAtoms::edgeMode, ALL_NO_PREFIX);
ATTR_EDGE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::edge_, nsGkAtoms::edge_,
nsGkAtoms::edge_, ALL_NO_PREFIX);
ATTR_ENTERKEYHINT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::enterkeyhint, nsGkAtoms::enterkeyhint,
nsGkAtoms::enterkeyhint, ALL_NO_PREFIX);
ATTR_FACE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::face, nsGkAtoms::face,
nsGkAtoms::face, ALL_NO_PREFIX);
ATTR_INDEX =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::index, nsGkAtoms::index,
nsGkAtoms::index, ALL_NO_PREFIX);
ATTR_INTERCEPT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::intercept, nsGkAtoms::intercept,
nsGkAtoms::intercept, ALL_NO_PREFIX);
ATTR_INTEGRITY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::integrity, nsGkAtoms::integrity,
nsGkAtoms::integrity, ALL_NO_PREFIX);
ATTR_LINEBREAK = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::linebreak_, nsGkAtoms::linebreak_,
nsGkAtoms::linebreak_, ALL_NO_PREFIX);
ATTR_LABEL =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::label, nsGkAtoms::label,
nsGkAtoms::label, ALL_NO_PREFIX);
ATTR_LINETHICKNESS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::linethickness_, nsGkAtoms::linethickness_,
nsGkAtoms::linethickness_, ALL_NO_PREFIX);
ATTR_MODE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::mode, nsGkAtoms::mode,
nsGkAtoms::mode, ALL_NO_PREFIX);
ATTR_NAME =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::name, nsGkAtoms::name,
nsGkAtoms::name, ALL_NO_PREFIX);
ATTR_NORESIZE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::noresize,
nsGkAtoms::noresize,
nsGkAtoms::noresize, ALL_NO_PREFIX);
ATTR_ONBEFOREUNLOAD = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onbeforeunload, nsGkAtoms::onbeforeunload,
nsGkAtoms::onbeforeunload, ALL_NO_PREFIX);
ATTR_ONREPEAT = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onrepeat,
nsGkAtoms::onrepeat,
nsGkAtoms::onrepeat, ALL_NO_PREFIX);
ATTR_OBJECT =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::object, nsGkAtoms::object,
nsGkAtoms::object, ALL_NO_PREFIX);
ATTR_ONSELECT = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onselect,
nsGkAtoms::onselect,
nsGkAtoms::onselect, ALL_NO_PREFIX);
ATTR_ORDER =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::order, nsGkAtoms::order,
nsGkAtoms::order, ALL_NO_PREFIX);
ATTR_OTHER =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::other, nsGkAtoms::other,
nsGkAtoms::other, ALL_NO_PREFIX);
ATTR_ONRESET = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onreset,
nsGkAtoms::onreset,
nsGkAtoms::onreset, ALL_NO_PREFIX);
ATTR_ONREADYSTATECHANGE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onreadystatechange, nsGkAtoms::onreadystatechange,
nsGkAtoms::onreadystatechange, ALL_NO_PREFIX);
ATTR_ONMESSAGE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onmessage, nsGkAtoms::onmessage,
nsGkAtoms::onmessage, ALL_NO_PREFIX);
ATTR_ONBEGIN = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onbegin,
nsGkAtoms::onbegin,
nsGkAtoms::onbegin, ALL_NO_PREFIX);
ATTR_ONBEFOREPRINT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onbeforeprint, nsGkAtoms::onbeforeprint,
nsGkAtoms::onbeforeprint, ALL_NO_PREFIX);
ATTR_ORIENT =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::orient, nsGkAtoms::orient,
nsGkAtoms::orient, ALL_NO_PREFIX);
ATTR_ORIENTATION = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::orientation, nsGkAtoms::orientation,
nsGkAtoms::orientation, ALL_NO_PREFIX);
ATTR_ONBEFORECOPY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onbeforecopy, nsGkAtoms::onbeforecopy,
nsGkAtoms::onbeforecopy, ALL_NO_PREFIX);
ATTR_ONSELECTSTART = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onselectstart, nsGkAtoms::onselectstart,
nsGkAtoms::onselectstart, ALL_NO_PREFIX);
ATTR_ONBEFOREPASTE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onbeforepaste, nsGkAtoms::onbeforepaste,
nsGkAtoms::onbeforepaste, ALL_NO_PREFIX);
ATTR_ONKEYPRESS = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onkeypress, nsGkAtoms::onkeypress,
nsGkAtoms::onkeypress, ALL_NO_PREFIX);
ATTR_ONKEYUP = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onkeyup,
nsGkAtoms::onkeyup,
nsGkAtoms::onkeyup, ALL_NO_PREFIX);
ATTR_ONBEFORECUT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onbeforecut, nsGkAtoms::onbeforecut,
nsGkAtoms::onbeforecut, ALL_NO_PREFIX);
ATTR_ONKEYDOWN = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onkeydown, nsGkAtoms::onkeydown,
nsGkAtoms::onkeydown, ALL_NO_PREFIX);
ATTR_ONRESIZE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onresize,
nsGkAtoms::onresize,
nsGkAtoms::onresize, ALL_NO_PREFIX);
ATTR_REPEAT =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::repeat, nsGkAtoms::repeat,
nsGkAtoms::repeat, ALL_NO_PREFIX);
ATTR_REFERRERPOLICY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::referrerpolicy, nsGkAtoms::referrerpolicy,
nsGkAtoms::referrerpolicy, ALL_NO_PREFIX);
ATTR_RULES =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::rules, nsGkAtoms::rules,
nsGkAtoms::rules, ALL_NO_PREFIX);
ATTR_ROLE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::role, nsGkAtoms::role,
nsGkAtoms::role, ALL_NO_PREFIX);
ATTR_REPEATCOUNT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::repeatcount, nsGkAtoms::repeatcount,
nsGkAtoms::repeatCount, ALL_NO_PREFIX);
ATTR_REPEATDUR = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::repeatdur, nsGkAtoms::repeatdur,
nsGkAtoms::repeatDur, ALL_NO_PREFIX);
ATTR_SELECTED = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::selected,
nsGkAtoms::selected,
nsGkAtoms::selected, ALL_NO_PREFIX);
ATTR_SIZES =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::sizes, nsGkAtoms::sizes,
nsGkAtoms::sizes, ALL_NO_PREFIX);
ATTR_SUPERSCRIPTSHIFT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::superscriptshift_, nsGkAtoms::superscriptshift_,
nsGkAtoms::superscriptshift_, ALL_NO_PREFIX);
ATTR_STRETCHY = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::stretchy_,
nsGkAtoms::stretchy_,
nsGkAtoms::stretchy_, ALL_NO_PREFIX);
ATTR_SCHEME =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::scheme, nsGkAtoms::scheme,
nsGkAtoms::scheme, ALL_NO_PREFIX);
ATTR_SPREADMETHOD = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::spreadmethod, nsGkAtoms::spreadmethod,
nsGkAtoms::spreadMethod, ALL_NO_PREFIX);
ATTR_SELECTION = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::selection_, nsGkAtoms::selection_,
nsGkAtoms::selection_, ALL_NO_PREFIX);
ATTR_SIZE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::size, nsGkAtoms::size,
nsGkAtoms::size, ALL_NO_PREFIX);
ATTR_TYPE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::type, nsGkAtoms::type,
nsGkAtoms::type, ALL_NO_PREFIX);
ATTR_DIFFUSECONSTANT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::diffuseconstant, nsGkAtoms::diffuseconstant,
nsGkAtoms::diffuseConstant, ALL_NO_PREFIX);
ATTR_HREF =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::href, nsGkAtoms::href,
nsGkAtoms::href, ALL_NO_PREFIX);
ATTR_HREFLANG = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::hreflang,
nsGkAtoms::hreflang,
nsGkAtoms::hreflang, ALL_NO_PREFIX);
ATTR_ONAFTERPRINT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::onafterprint, nsGkAtoms::onafterprint,
nsGkAtoms::onafterprint, ALL_NO_PREFIX);
ATTR_PROFILE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::profile,
nsGkAtoms::profile,
nsGkAtoms::profile, ALL_NO_PREFIX);
ATTR_SURFACESCALE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::surfacescale, nsGkAtoms::surfacescale,
nsGkAtoms::surfaceScale, ALL_NO_PREFIX);
ATTR_XREF =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::xref_, nsGkAtoms::xref_,
nsGkAtoms::xref_, ALL_NO_PREFIX);
ATTR_ALIGN =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::align, nsGkAtoms::align,
nsGkAtoms::align, ALL_NO_PREFIX);
ATTR_ALIGNMENT_BASELINE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::alignment_baseline, nsGkAtoms::alignment_baseline,
nsGkAtoms::alignment_baseline, ALL_NO_PREFIX);
ATTR_ALIGNMENTSCOPE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::alignmentscope_, nsGkAtoms::alignmentscope_,
nsGkAtoms::alignmentscope_, ALL_NO_PREFIX);
ATTR_DRAGGABLE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::draggable, nsGkAtoms::draggable,
nsGkAtoms::draggable, ALL_NO_PREFIX);
ATTR_HEIGHT =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::height, nsGkAtoms::height,
nsGkAtoms::height, ALL_NO_PREFIX);
ATTR_IMAGESIZES = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::imagesizes, nsGkAtoms::imagesizes,
nsGkAtoms::imagesizes, ALL_NO_PREFIX);
ATTR_IMAGESRCSET = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::imagesrcset, nsGkAtoms::imagesrcset,
nsGkAtoms::imagesrcset, ALL_NO_PREFIX);
ATTR_IMAGE_RENDERING = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::image_rendering, nsGkAtoms::image_rendering,
nsGkAtoms::image_rendering, ALL_NO_PREFIX);
ATTR_LANGUAGE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::language,
nsGkAtoms::language,
nsGkAtoms::language, ALL_NO_PREFIX);
ATTR_LANG =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::lang, nsGkAtoms::lang,
nsGkAtoms::lang, ALL_NO_PREFIX);
ATTR_LARGEOP = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::largeop_,
nsGkAtoms::largeop_,
nsGkAtoms::largeop_, ALL_NO_PREFIX);
ATTR_LONGDESC = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::longdesc,
nsGkAtoms::longdesc,
nsGkAtoms::longdesc, ALL_NO_PREFIX);
ATTR_LENGTHADJUST = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::lengthadjust, nsGkAtoms::lengthadjust,
nsGkAtoms::lengthAdjust, ALL_NO_PREFIX);
ATTR_MARGINHEIGHT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::marginheight, nsGkAtoms::marginheight,
nsGkAtoms::marginheight, ALL_NO_PREFIX);
ATTR_MARGINWIDTH = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::marginwidth, nsGkAtoms::marginwidth,
nsGkAtoms::marginwidth, ALL_NO_PREFIX);
ATTR_ORIGIN =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::origin, nsGkAtoms::origin,
nsGkAtoms::origin, ALL_NO_PREFIX);
ATTR_PING =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::ping, nsGkAtoms::ping,
nsGkAtoms::ping, ALL_NO_PREFIX);
ATTR_TARGET =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::target, nsGkAtoms::target,
nsGkAtoms::target, ALL_NO_PREFIX);
ATTR_TARGETX = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::targetx,
nsGkAtoms::targetx,
nsGkAtoms::targetX, ALL_NO_PREFIX);
ATTR_TARGETY = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::targety,
nsGkAtoms::targety,
nsGkAtoms::targetY, ALL_NO_PREFIX);
ATTR_ARCHIVE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::archive,
nsGkAtoms::archive,
nsGkAtoms::archive, ALL_NO_PREFIX);
ATTR_HIGH =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::high, nsGkAtoms::high,
nsGkAtoms::high, ALL_NO_PREFIX);
ATTR_LIGHTING_COLOR = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::lighting_color, nsGkAtoms::lighting_color,
nsGkAtoms::lighting_color, ALL_NO_PREFIX);
ATTR_MATHBACKGROUND = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::mathbackground_, nsGkAtoms::mathbackground_,
nsGkAtoms::mathbackground_, ALL_NO_PREFIX);
ATTR_METHOD =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::method, nsGkAtoms::method,
nsGkAtoms::method, ALL_NO_PREFIX);
ATTR_MATHVARIANT = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::mathvariant_, nsGkAtoms::mathvariant_,
nsGkAtoms::mathvariant_, ALL_NO_PREFIX);
ATTR_MATHCOLOR = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::mathcolor_, nsGkAtoms::mathcolor_,
nsGkAtoms::mathcolor_, ALL_NO_PREFIX);
ATTR_MATHSIZE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::mathsize_,
nsGkAtoms::mathsize_,
nsGkAtoms::mathsize_, ALL_NO_PREFIX);
ATTR_NOSHADE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::noshade,
nsGkAtoms::noshade,
nsGkAtoms::noshade, ALL_NO_PREFIX);
ATTR_ONCHANGE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onchange,
nsGkAtoms::onchange,
nsGkAtoms::onchange, ALL_NO_PREFIX);
ATTR_PATHLENGTH = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::pathlength, nsGkAtoms::pathlength,
nsGkAtoms::pathLength, ALL_NO_PREFIX);
ATTR_PATH =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::path, nsGkAtoms::path,
nsGkAtoms::path, ALL_NO_PREFIX);
ATTR_ALTIMG = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::altimg_,
nsGkAtoms::altimg_, nsGkAtoms::altimg_,
ALL_NO_PREFIX);
ATTR_ACTIONTYPE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::actiontype_, nsGkAtoms::actiontype_,
nsGkAtoms::actiontype_, ALL_NO_PREFIX);
ATTR_ACTION =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::action, nsGkAtoms::action,
nsGkAtoms::action, ALL_NO_PREFIX);
ATTR_ACTIVE =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::active, nsGkAtoms::active,
nsGkAtoms::active, ALL_NO_PREFIX);
ATTR_ADDITIVE = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::additive,
nsGkAtoms::additive,
nsGkAtoms::additive, ALL_NO_PREFIX);
ATTR_BEGIN =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::begin, nsGkAtoms::begin,
nsGkAtoms::begin, ALL_NO_PREFIX);
ATTR_DOMINANT_BASELINE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::dominant_baseline, nsGkAtoms::dominant_baseline,
nsGkAtoms::dominant_baseline, ALL_NO_PREFIX);
ATTR_DIVISOR = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::divisor,
nsGkAtoms::divisor,
nsGkAtoms::divisor, ALL_NO_PREFIX);
ATTR_DEFINITIONURL = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::definitionurl, nsGkAtoms::definitionURL_,
nsGkAtoms::definitionurl, ALL_NO_PREFIX);
ATTR_LIMITINGCONEANGLE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::limitingconeangle, nsGkAtoms::limitingconeangle,
nsGkAtoms::limitingConeAngle, ALL_NO_PREFIX);
ATTR_MEDIA =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::media, nsGkAtoms::media,
nsGkAtoms::media, ALL_NO_PREFIX);
ATTR_MANIFEST = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::manifest,
nsGkAtoms::manifest,
nsGkAtoms::manifest, ALL_NO_PREFIX);
ATTR_ONFINISH = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::onfinish,
nsGkAtoms::onfinish,
nsGkAtoms::onfinish, ALL_NO_PREFIX);
ATTR_OPTIMUM = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::optimum,
nsGkAtoms::optimum,
nsGkAtoms::optimum, ALL_NO_PREFIX);
ATTR_RADIOGROUP = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::radiogroup, nsGkAtoms::radiogroup,
nsGkAtoms::radiogroup, ALL_NO_PREFIX);
ATTR_RADIUS =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::radius, nsGkAtoms::radius,
nsGkAtoms::radius, ALL_NO_PREFIX);
ATTR_SCRIPTLEVEL = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::scriptlevel_, nsGkAtoms::scriptlevel_,
nsGkAtoms::scriptlevel_, ALL_NO_PREFIX);
ATTR_SCRIPTSIZEMULTIPLIER =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::scriptsizemultiplier_,
nsGkAtoms::scriptsizemultiplier_,
nsGkAtoms::scriptsizemultiplier_, ALL_NO_PREFIX);
ATTR_SCRIPTMINSIZE = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::scriptminsize_, nsGkAtoms::scriptminsize_,
nsGkAtoms::scriptminsize_, ALL_NO_PREFIX);
ATTR_TABINDEX = new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::tabindex,
nsGkAtoms::tabindex,
nsGkAtoms::tabindex, ALL_NO_PREFIX);
ATTR_VALIGN =
new nsHtml5AttributeName(ALL_NO_NS, nsGkAtoms::valign, nsGkAtoms::valign,
nsGkAtoms::valign, ALL_NO_PREFIX);
ATTR_VISIBILITY = new nsHtml5AttributeName(
ALL_NO_NS, nsGkAtoms::visibility, nsGkAtoms::visibility,
nsGkAtoms::visibility, ALL_NO_PREFIX);
ATTR_BACKGROUND = new nsHtml5AttributeName(
ALL_NO_NS,