changed all html atoms to lower case
git-svn-id: svn://10.0.0.236/trunk@20542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -271,251 +271,251 @@ static nsrefcnt gRefCnt;
|
||||
void nsHTMLAtoms::AddrefAtoms()
|
||||
{
|
||||
if (0 == gRefCnt) {
|
||||
mozAnonymousBlock = NS_NewAtom(":MOZ-ANONYMOUS-BLOCK");
|
||||
mozAnonymousBlock = NS_NewAtom(":-moz-anonymous-block");
|
||||
|
||||
_baseHref = NS_NewAtom(NS_HTML_BASE_HREF);
|
||||
_baseTarget = NS_NewAtom(NS_HTML_BASE_TARGET);
|
||||
a = NS_NewAtom("A");
|
||||
abbr = NS_NewAtom("ABBR");
|
||||
above = NS_NewAtom("ABOVE");
|
||||
accept = NS_NewAtom("ACCEPT");
|
||||
acceptcharset = NS_NewAtom("ACCEPTCHARSET");
|
||||
accesskey = NS_NewAtom("ACCESSKEY");
|
||||
action = NS_NewAtom("ACTION");
|
||||
align = NS_NewAtom("ALIGN");
|
||||
alink = NS_NewAtom("ALINK");
|
||||
alt = NS_NewAtom("ALT");
|
||||
applet = NS_NewAtom("APPLET");
|
||||
archive = NS_NewAtom("ARCHIVE");
|
||||
area = NS_NewAtom("AREA");
|
||||
axis = NS_NewAtom("AXIS");
|
||||
background = NS_NewAtom("BACKGROUND");
|
||||
below = NS_NewAtom("BELOW");
|
||||
bgcolor = NS_NewAtom("BGCOLOR");
|
||||
body = NS_NewAtom("BODY");
|
||||
border = NS_NewAtom("BORDER");
|
||||
bordercolor = NS_NewAtom("BORDERCOLOR");
|
||||
bottompadding = NS_NewAtom("BOTTOMPADDING");
|
||||
br = NS_NewAtom("BR");
|
||||
bulletPseudo = NS_NewAtom(":BULLET");
|
||||
button = NS_NewAtom("BUTTON");
|
||||
buttonContentPseudo = NS_NewAtom(":BUTTON-CONTENT");
|
||||
caption = NS_NewAtom("CAPTION");
|
||||
cellContentPseudo = NS_NewAtom(":CELL-CONTENT");
|
||||
cellpadding = NS_NewAtom("CELLPADDING");
|
||||
cellspacing = NS_NewAtom("CELLSPACING");
|
||||
ch = NS_NewAtom("CH");
|
||||
_char = NS_NewAtom("CHAR");
|
||||
charoff = NS_NewAtom("CHAROFF");
|
||||
charset = NS_NewAtom("CHARSET");
|
||||
checked = NS_NewAtom("CHECKED");
|
||||
choff = NS_NewAtom("CHOFF");
|
||||
cite = NS_NewAtom("CITE");
|
||||
kClass = NS_NewAtom("CLASS");
|
||||
classid = NS_NewAtom("CLASSID");
|
||||
clear = NS_NewAtom("CLEAR");
|
||||
clip = NS_NewAtom("CLIP");
|
||||
code = NS_NewAtom("CODE");
|
||||
codebase = NS_NewAtom("CODEBASE");
|
||||
codetype = NS_NewAtom("CODETYPE");
|
||||
color = NS_NewAtom("COLOR");
|
||||
col = NS_NewAtom("COL");
|
||||
colgroup = NS_NewAtom("COLGROUP");
|
||||
cols = NS_NewAtom("COLS");
|
||||
colspan = NS_NewAtom("COLSPAN");
|
||||
columnPseudo = NS_NewAtom(":BODY-COLUMN");
|
||||
commentPseudo = NS_NewAtom(":MOZ-COMMENT");
|
||||
compact = NS_NewAtom("COMPACT");
|
||||
content = NS_NewAtom("CONTENT");
|
||||
coords = NS_NewAtom("COORDS");
|
||||
defaultchecked = NS_NewAtom("DEFAULTCHECKED");
|
||||
defaultselected = NS_NewAtom("DEFAULTSELECTED");
|
||||
defaultvalue = NS_NewAtom("DEFAULTVALUE");
|
||||
declare = NS_NewAtom("DECLARE");
|
||||
defer = NS_NewAtom("DEFER");
|
||||
dir = NS_NewAtom("DIR");
|
||||
div = NS_NewAtom("DIV");
|
||||
disabled = NS_NewAtom("DISABLED");
|
||||
dl = NS_NewAtom("DL");
|
||||
dropDownVisible = NS_NewAtom(":DROPDOWN-VISIBLE");
|
||||
dropDownHidden = NS_NewAtom(":DROPDOWN-HIDDEN");
|
||||
dropDownBtnOut = NS_NewAtom(":DROPDOWN-BTN-OUT");
|
||||
dropDownBtnPressed = NS_NewAtom(":DROPDOWN-BTN-PRESSED");
|
||||
datetime = NS_NewAtom("DATETIME");
|
||||
data = NS_NewAtom("DATA");
|
||||
embed = NS_NewAtom("EMBED");
|
||||
encoding = NS_NewAtom("ENCODING");
|
||||
enctype = NS_NewAtom("ENCTYPE");
|
||||
face = NS_NewAtom("FACE");
|
||||
fieldset = NS_NewAtom("FIELDSET");
|
||||
fieldsetContentPseudo = NS_NewAtom(":FIELDSET-CONTENT");
|
||||
firstLetterPseudo = NS_NewAtom(":FIRST-LETTER");
|
||||
firstLinePseudo = NS_NewAtom(":FIRST-LINE");
|
||||
font = NS_NewAtom("FONT");
|
||||
fontWeight = NS_NewAtom("FONT-WEIGHT");
|
||||
_for = NS_NewAtom("FOR");
|
||||
form = NS_NewAtom("FORM");
|
||||
frame = NS_NewAtom("FRAME");
|
||||
frameborder = NS_NewAtom("FRAMEBORDER");
|
||||
frameset = NS_NewAtom("FRAMESET");
|
||||
framesetBlankPseudo = NS_NewAtom(":FRAMESET-BLANK");
|
||||
gutter = NS_NewAtom("GUTTER");
|
||||
h1 = NS_NewAtom("H1");
|
||||
h2 = NS_NewAtom("H2");
|
||||
h3 = NS_NewAtom("H3");
|
||||
h4 = NS_NewAtom("H4");
|
||||
h5 = NS_NewAtom("H5");
|
||||
h6 = NS_NewAtom("H6");
|
||||
headerContentBase = NS_NewAtom("CONTENT-BASE");
|
||||
headerContentLanguage = NS_NewAtom("CONTENT-LANGUAGE");
|
||||
headerContentScriptType = NS_NewAtom("CONTENT-SCRIPT-TYPE");
|
||||
headerContentStyleType = NS_NewAtom("CONTENT-STYLE-TYPE");
|
||||
headerContentType = NS_NewAtom("CONTENT-TYPE");
|
||||
headerDefaultStyle = NS_NewAtom("DEFAULT-STYLE");
|
||||
headerWindowTarget = NS_NewAtom("WINDOW-TARGET");
|
||||
headers = NS_NewAtom("HEADERS");
|
||||
height = NS_NewAtom("HEIGHT");
|
||||
hidden = NS_NewAtom("HIDDEN");
|
||||
horizontalFramesetBorderPseudo = NS_NewAtom(":HFRAMESET-BORDER");
|
||||
hr = NS_NewAtom("HR");
|
||||
href = NS_NewAtom("HREF");
|
||||
hreflang = NS_NewAtom("HREFLANG");
|
||||
hspace = NS_NewAtom("HSPACE");
|
||||
html = NS_NewAtom("HTML");
|
||||
httpEquiv = NS_NewAtom("HTTP-EQUIV");
|
||||
ibPseudo = NS_NewAtom(":IB-PSEUDO");
|
||||
id = NS_NewAtom("ID");
|
||||
iframe = NS_NewAtom("IFRAME");
|
||||
img = NS_NewAtom("IMG");
|
||||
index = NS_NewAtom("INDEX");
|
||||
input = NS_NewAtom("INPUT");
|
||||
ismap = NS_NewAtom("ISMAP");
|
||||
label = NS_NewAtom("LABEL");
|
||||
labelContentPseudo = NS_NewAtom(":LABEL-CONTENT");
|
||||
lang = NS_NewAtom("LANG");
|
||||
layout = NS_NewAtom("LAYOUT");
|
||||
li = NS_NewAtom("LI");
|
||||
link = NS_NewAtom("LINK");
|
||||
left = NS_NewAtom("LEFT");
|
||||
leftpadding = NS_NewAtom("LEFTPADDING");
|
||||
legend = NS_NewAtom("LEGEND");
|
||||
legendContentPseudo = NS_NewAtom(":LEGEND-CONTENT");
|
||||
length = NS_NewAtom("LENGTH");
|
||||
lowsrc = NS_NewAtom("LOWSRC");
|
||||
marginheight = NS_NewAtom("MARGINHEIGHT");
|
||||
marginwidth = NS_NewAtom("MARGINWIDTH");
|
||||
maxlength = NS_NewAtom("MAXLENGTH");
|
||||
mayscript = NS_NewAtom("MAYSCRIPT");
|
||||
media = NS_NewAtom("MEDIA");
|
||||
menu = NS_NewAtom("MENU");
|
||||
method = NS_NewAtom("METHOD");
|
||||
multicol = NS_NewAtom("MULTICOL");
|
||||
multiple = NS_NewAtom("MULTIPLE");
|
||||
name = NS_NewAtom("NAME");
|
||||
nohref = NS_NewAtom("NOHREF");
|
||||
noresize = NS_NewAtom("NORESIZE");
|
||||
noshade = NS_NewAtom("NOSHADE");
|
||||
nowrap = NS_NewAtom("NOWRAP");
|
||||
object = NS_NewAtom("OBJECT");
|
||||
ol = NS_NewAtom("OL");
|
||||
onabort = NS_NewAtom("ONABORT");
|
||||
onblur = NS_NewAtom("ONBLUR");
|
||||
onchange = NS_NewAtom("ONCHANGE");
|
||||
onclick = NS_NewAtom("ONCLICK");
|
||||
ondragdrop = NS_NewAtom("ONDBLCLICK");
|
||||
ondragdrop = NS_NewAtom("ONDRAGDROP");
|
||||
onerror = NS_NewAtom("ONERROR");
|
||||
onfocus = NS_NewAtom("ONFOCUS");
|
||||
onkeydown = NS_NewAtom("ONKEYDOWN");
|
||||
onkeypress = NS_NewAtom("ONKEYPRESS");
|
||||
onkeyup = NS_NewAtom("ONKEYUP");
|
||||
onload = NS_NewAtom("ONLOAD");
|
||||
onmousedown = NS_NewAtom("ONMOUSEDOWN");
|
||||
onmousemove = NS_NewAtom("ONMOUSEMOVE");
|
||||
onmouseover = NS_NewAtom("ONMOUSEOVER");
|
||||
onmouseout = NS_NewAtom("ONMOUSEOUT");
|
||||
onmouseup = NS_NewAtom("ONMOUSEUP");
|
||||
onpaint = NS_NewAtom("ONPAINT");
|
||||
onreset = NS_NewAtom("ONRESET");
|
||||
onsubmit = NS_NewAtom("ONSUBMIT");
|
||||
onunload = NS_NewAtom("ONUNLOAD");
|
||||
overflow = NS_NewAtom("OVERFLOW");
|
||||
p = NS_NewAtom("P");
|
||||
pagex = NS_NewAtom("PAGEX");
|
||||
pagey = NS_NewAtom("PAGEY");
|
||||
param = NS_NewAtom("PARAM");
|
||||
placeholderPseudo = NS_NewAtom(":PLACEHOLDER-FRAME");
|
||||
pointSize = NS_NewAtom("POINT-SIZE");
|
||||
pre = NS_NewAtom("PRE");
|
||||
profile = NS_NewAtom("PROFILE");
|
||||
prompt = NS_NewAtom("PROMPT");
|
||||
readonly = NS_NewAtom("READONLY");
|
||||
rel = NS_NewAtom("REL");
|
||||
repeat = NS_NewAtom("REPEAT");
|
||||
rev = NS_NewAtom("REV");
|
||||
rightpadding = NS_NewAtom("RIGHTPADDING");
|
||||
rootPseudo = NS_NewAtom(":ROOT");
|
||||
rows = NS_NewAtom("ROWS");
|
||||
rowspan = NS_NewAtom("ROWSPAN");
|
||||
rules = NS_NewAtom("RULES");
|
||||
scheme = NS_NewAtom("SCHEME");
|
||||
scope = NS_NewAtom("SCOPE");
|
||||
script = NS_NewAtom("SCRIPT");
|
||||
scrolledContentPseudo = NS_NewAtom(":SCROLLED-CONTENT");
|
||||
scrolling = NS_NewAtom("SCROLLING");
|
||||
select = NS_NewAtom("SELECT");
|
||||
selected = NS_NewAtom("SELECTED");
|
||||
selectedindex = NS_NewAtom("SELECTEDINDEX");
|
||||
shape = NS_NewAtom("SHAPE");
|
||||
size = NS_NewAtom("SIZE");
|
||||
spacer = NS_NewAtom("SPACER");
|
||||
span = NS_NewAtom("SPAN");
|
||||
src = NS_NewAtom("SRC");
|
||||
standby = NS_NewAtom("STANDBY");
|
||||
start = NS_NewAtom("START");
|
||||
style = NS_NewAtom("STYLE");
|
||||
summary = NS_NewAtom("SUMMARY");
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
tabindex = NS_NewAtom("TABINDEX");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tablePseudo = NS_NewAtom(":TABLE");
|
||||
tableCellPseudo = NS_NewAtom(":TABLE-CELL");
|
||||
tableColGroupPseudo = NS_NewAtom(":TABLE-COLUMN-GROUP");
|
||||
tableColPseudo = NS_NewAtom(":TABLE-COLUMN");
|
||||
tableOuterPseudo = NS_NewAtom(":TABLE-OUTER");
|
||||
tableRowGroupPseudo = NS_NewAtom(":TABLE-ROW-GROUP");
|
||||
tableRowPseudo = NS_NewAtom(":TABLE-ROW");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
tbody = NS_NewAtom("TBODY");
|
||||
td = NS_NewAtom("TD");
|
||||
tfoot = NS_NewAtom("TFOOT");
|
||||
thead = NS_NewAtom("THEAD");
|
||||
text = NS_NewAtom("TEXT");
|
||||
textarea = NS_NewAtom("TEXTAREA");
|
||||
textPseudo = NS_NewAtom(":MOZ-TEXT");
|
||||
th = NS_NewAtom("TH");
|
||||
title = NS_NewAtom("TITLE");
|
||||
top = NS_NewAtom("TOP");
|
||||
toppadding = NS_NewAtom("TOPPADDING");
|
||||
tr = NS_NewAtom("TR");
|
||||
type = NS_NewAtom("TYPE");
|
||||
ul = NS_NewAtom("UL");
|
||||
usemap = NS_NewAtom("USEMAP");
|
||||
valign = NS_NewAtom("VALIGN");
|
||||
value = NS_NewAtom("VALUE");
|
||||
valuetype = NS_NewAtom("VALUETYPE");
|
||||
variable = NS_NewAtom("VARIABLE");
|
||||
version = NS_NewAtom("VERSION");
|
||||
verticalFramesetBorderPseudo = NS_NewAtom(":VFRAMESET-BORDER");
|
||||
visibility = NS_NewAtom("VISIBILITY");
|
||||
vlink = NS_NewAtom("VLINK");
|
||||
vspace = NS_NewAtom("VSPACE");
|
||||
wbr = NS_NewAtom("WBR");
|
||||
width = NS_NewAtom("WIDTH");
|
||||
wrap = NS_NewAtom("WRAP");
|
||||
wrappedFramePseudo = NS_NewAtom(":WRAPPED-FRAME");
|
||||
zindex = NS_NewAtom("ZINDEX");
|
||||
a = NS_NewAtom("a");
|
||||
abbr = NS_NewAtom("abbr");
|
||||
above = NS_NewAtom("above");
|
||||
accept = NS_NewAtom("accept");
|
||||
acceptcharset = NS_NewAtom("acceptcharset");
|
||||
accesskey = NS_NewAtom("accesskey");
|
||||
action = NS_NewAtom("action");
|
||||
align = NS_NewAtom("align");
|
||||
alink = NS_NewAtom("alink");
|
||||
alt = NS_NewAtom("alt");
|
||||
applet = NS_NewAtom("applet");
|
||||
archive = NS_NewAtom("archive");
|
||||
area = NS_NewAtom("area");
|
||||
axis = NS_NewAtom("axis");
|
||||
background = NS_NewAtom("background");
|
||||
below = NS_NewAtom("below");
|
||||
bgcolor = NS_NewAtom("bgcolor");
|
||||
body = NS_NewAtom("body");
|
||||
border = NS_NewAtom("border");
|
||||
bordercolor = NS_NewAtom("bordercolor");
|
||||
bottompadding = NS_NewAtom("bottompadding");
|
||||
br = NS_NewAtom("br");
|
||||
bulletPseudo = NS_NewAtom(":bullet");
|
||||
button = NS_NewAtom("button");
|
||||
buttonContentPseudo = NS_NewAtom(":button-content");
|
||||
caption = NS_NewAtom("caption");
|
||||
cellContentPseudo = NS_NewAtom(":cell-content");
|
||||
cellpadding = NS_NewAtom("cellpadding");
|
||||
cellspacing = NS_NewAtom("cellspacing");
|
||||
ch = NS_NewAtom("ch");
|
||||
_char = NS_NewAtom("char");
|
||||
charoff = NS_NewAtom("charoff");
|
||||
charset = NS_NewAtom("charset");
|
||||
checked = NS_NewAtom("checked");
|
||||
choff = NS_NewAtom("choff");
|
||||
cite = NS_NewAtom("cite");
|
||||
kClass = NS_NewAtom("class");
|
||||
classid = NS_NewAtom("classid");
|
||||
clear = NS_NewAtom("clear");
|
||||
clip = NS_NewAtom("clip");
|
||||
code = NS_NewAtom("code");
|
||||
codebase = NS_NewAtom("codebase");
|
||||
codetype = NS_NewAtom("codetype");
|
||||
color = NS_NewAtom("color");
|
||||
col = NS_NewAtom("col");
|
||||
colgroup = NS_NewAtom("colgroup");
|
||||
cols = NS_NewAtom("cols");
|
||||
colspan = NS_NewAtom("colspan");
|
||||
columnPseudo = NS_NewAtom(":body-column");
|
||||
commentPseudo = NS_NewAtom(":-moz-comment");
|
||||
compact = NS_NewAtom("compact");
|
||||
content = NS_NewAtom("content");
|
||||
coords = NS_NewAtom("coords");
|
||||
defaultchecked = NS_NewAtom("defaultchecked");
|
||||
defaultselected = NS_NewAtom("defaultselected");
|
||||
defaultvalue = NS_NewAtom("defaultvalue");
|
||||
declare = NS_NewAtom("declare");
|
||||
defer = NS_NewAtom("defer");
|
||||
dir = NS_NewAtom("dir");
|
||||
div = NS_NewAtom("div");
|
||||
disabled = NS_NewAtom("disabled");
|
||||
dl = NS_NewAtom("dl");
|
||||
dropDownVisible = NS_NewAtom(":dropdown-visible");
|
||||
dropDownHidden = NS_NewAtom(":dropdown-hidden");
|
||||
dropDownBtnOut = NS_NewAtom(":dropdown-btn-out");
|
||||
dropDownBtnPressed = NS_NewAtom(":dropdown-btn-pressed");
|
||||
datetime = NS_NewAtom("datetime");
|
||||
data = NS_NewAtom("data");
|
||||
embed = NS_NewAtom("embed");
|
||||
encoding = NS_NewAtom("encoding");
|
||||
enctype = NS_NewAtom("enctype");
|
||||
face = NS_NewAtom("face");
|
||||
fieldset = NS_NewAtom("fieldset");
|
||||
fieldsetContentPseudo = NS_NewAtom(":fieldset-content");
|
||||
firstLetterPseudo = NS_NewAtom(":first-letter");
|
||||
firstLinePseudo = NS_NewAtom(":first-line");
|
||||
font = NS_NewAtom("font");
|
||||
fontWeight = NS_NewAtom("font-weight");
|
||||
_for = NS_NewAtom("for");
|
||||
form = NS_NewAtom("form");
|
||||
frame = NS_NewAtom("frame");
|
||||
frameborder = NS_NewAtom("frameborder");
|
||||
frameset = NS_NewAtom("frameset");
|
||||
framesetBlankPseudo = NS_NewAtom(":frameset-blank");
|
||||
gutter = NS_NewAtom("gutter");
|
||||
h1 = NS_NewAtom("h1");
|
||||
h2 = NS_NewAtom("h2");
|
||||
h3 = NS_NewAtom("h3");
|
||||
h4 = NS_NewAtom("h4");
|
||||
h5 = NS_NewAtom("h5");
|
||||
h6 = NS_NewAtom("h6");
|
||||
headerContentBase = NS_NewAtom("content-base");
|
||||
headerContentLanguage = NS_NewAtom("content-language");
|
||||
headerContentScriptType = NS_NewAtom("content-script-type");
|
||||
headerContentStyleType = NS_NewAtom("content-style-type");
|
||||
headerContentType = NS_NewAtom("content-type");
|
||||
headerDefaultStyle = NS_NewAtom("default-style");
|
||||
headerWindowTarget = NS_NewAtom("window-target");
|
||||
headers = NS_NewAtom("headers");
|
||||
height = NS_NewAtom("height");
|
||||
hidden = NS_NewAtom("hidden");
|
||||
horizontalFramesetBorderPseudo = NS_NewAtom(":hframeset-border");
|
||||
hr = NS_NewAtom("hr");
|
||||
href = NS_NewAtom("href");
|
||||
hreflang = NS_NewAtom("hreflang");
|
||||
hspace = NS_NewAtom("hspace");
|
||||
html = NS_NewAtom("html");
|
||||
httpEquiv = NS_NewAtom("http-equiv");
|
||||
ibPseudo = NS_NewAtom(":ib-pseudo");
|
||||
id = NS_NewAtom("id");
|
||||
iframe = NS_NewAtom("iframe");
|
||||
img = NS_NewAtom("img");
|
||||
index = NS_NewAtom("index");
|
||||
input = NS_NewAtom("input");
|
||||
ismap = NS_NewAtom("ismap");
|
||||
label = NS_NewAtom("label");
|
||||
labelContentPseudo = NS_NewAtom(":label-content");
|
||||
lang = NS_NewAtom("lang");
|
||||
layout = NS_NewAtom("layout");
|
||||
li = NS_NewAtom("li");
|
||||
link = NS_NewAtom("link");
|
||||
left = NS_NewAtom("left");
|
||||
leftpadding = NS_NewAtom("leftpadding");
|
||||
legend = NS_NewAtom("legend");
|
||||
legendContentPseudo = NS_NewAtom(":legend-content");
|
||||
length = NS_NewAtom("length");
|
||||
lowsrc = NS_NewAtom("lowsrc");
|
||||
marginheight = NS_NewAtom("marginheight");
|
||||
marginwidth = NS_NewAtom("marginwidth");
|
||||
maxlength = NS_NewAtom("maxlength");
|
||||
mayscript = NS_NewAtom("mayscript");
|
||||
media = NS_NewAtom("media");
|
||||
menu = NS_NewAtom("menu");
|
||||
method = NS_NewAtom("method");
|
||||
multicol = NS_NewAtom("multicol");
|
||||
multiple = NS_NewAtom("multiple");
|
||||
name = NS_NewAtom("name");
|
||||
nohref = NS_NewAtom("nohref");
|
||||
noresize = NS_NewAtom("noresize");
|
||||
noshade = NS_NewAtom("noshade");
|
||||
nowrap = NS_NewAtom("nowrap");
|
||||
object = NS_NewAtom("object");
|
||||
ol = NS_NewAtom("ol");
|
||||
onabort = NS_NewAtom("onabort");
|
||||
onblur = NS_NewAtom("onblur");
|
||||
onchange = NS_NewAtom("onchange");
|
||||
onclick = NS_NewAtom("onclick");
|
||||
ondragdrop = NS_NewAtom("ondblclick");
|
||||
ondragdrop = NS_NewAtom("ondragdrop");
|
||||
onerror = NS_NewAtom("onerror");
|
||||
onfocus = NS_NewAtom("onfocus");
|
||||
onkeydown = NS_NewAtom("onkeydown");
|
||||
onkeypress = NS_NewAtom("onkeypress");
|
||||
onkeyup = NS_NewAtom("onkeyup");
|
||||
onload = NS_NewAtom("onload");
|
||||
onmousedown = NS_NewAtom("onmousedown");
|
||||
onmousemove = NS_NewAtom("onmousemove");
|
||||
onmouseover = NS_NewAtom("onmouseover");
|
||||
onmouseout = NS_NewAtom("onmouseout");
|
||||
onmouseup = NS_NewAtom("onmouseup");
|
||||
onpaint = NS_NewAtom("onpaint");
|
||||
onreset = NS_NewAtom("onreset");
|
||||
onsubmit = NS_NewAtom("onsubmit");
|
||||
onunload = NS_NewAtom("onunload");
|
||||
overflow = NS_NewAtom("overflow");
|
||||
p = NS_NewAtom("p");
|
||||
pagex = NS_NewAtom("pagex");
|
||||
pagey = NS_NewAtom("pagey");
|
||||
param = NS_NewAtom("param");
|
||||
placeholderPseudo = NS_NewAtom(":placeholder-frame");
|
||||
pointSize = NS_NewAtom("point-size");
|
||||
pre = NS_NewAtom("pre");
|
||||
profile = NS_NewAtom("profile");
|
||||
prompt = NS_NewAtom("prompt");
|
||||
readonly = NS_NewAtom("readonly");
|
||||
rel = NS_NewAtom("rel");
|
||||
repeat = NS_NewAtom("repeat");
|
||||
rev = NS_NewAtom("rev");
|
||||
rightpadding = NS_NewAtom("rightpadding");
|
||||
rootPseudo = NS_NewAtom(":root");
|
||||
rows = NS_NewAtom("rows");
|
||||
rowspan = NS_NewAtom("rowspan");
|
||||
rules = NS_NewAtom("rules");
|
||||
scheme = NS_NewAtom("scheme");
|
||||
scope = NS_NewAtom("scope");
|
||||
script = NS_NewAtom("script");
|
||||
scrolledContentPseudo = NS_NewAtom(":scrolled-content");
|
||||
scrolling = NS_NewAtom("scrolling");
|
||||
select = NS_NewAtom("select");
|
||||
selected = NS_NewAtom("selected");
|
||||
selectedindex = NS_NewAtom("selectedindex");
|
||||
shape = NS_NewAtom("shape");
|
||||
size = NS_NewAtom("size");
|
||||
spacer = NS_NewAtom("spacer");
|
||||
span = NS_NewAtom("span");
|
||||
src = NS_NewAtom("src");
|
||||
standby = NS_NewAtom("standby");
|
||||
start = NS_NewAtom("start");
|
||||
style = NS_NewAtom("style");
|
||||
summary = NS_NewAtom("summary");
|
||||
suppress = NS_NewAtom("suppress");
|
||||
tabindex = NS_NewAtom("tabindex");
|
||||
table = NS_NewAtom("table");
|
||||
tablePseudo = NS_NewAtom(":table");
|
||||
tableCellPseudo = NS_NewAtom(":table-cell");
|
||||
tableColGroupPseudo = NS_NewAtom(":table-column-group");
|
||||
tableColPseudo = NS_NewAtom(":table-column");
|
||||
tableOuterPseudo = NS_NewAtom(":table-outer");
|
||||
tableRowGroupPseudo = NS_NewAtom(":table-row-group");
|
||||
tableRowPseudo = NS_NewAtom(":table-row");
|
||||
tabstop = NS_NewAtom("tabstop");
|
||||
target = NS_NewAtom("target");
|
||||
tbody = NS_NewAtom("tbody");
|
||||
td = NS_NewAtom("td");
|
||||
tfoot = NS_NewAtom("tfoot");
|
||||
thead = NS_NewAtom("thead");
|
||||
text = NS_NewAtom("text");
|
||||
textarea = NS_NewAtom("textarea");
|
||||
textPseudo = NS_NewAtom(":-moz-text");
|
||||
th = NS_NewAtom("th");
|
||||
title = NS_NewAtom("title");
|
||||
top = NS_NewAtom("top");
|
||||
toppadding = NS_NewAtom("toppadding");
|
||||
tr = NS_NewAtom("tr");
|
||||
type = NS_NewAtom("type");
|
||||
ul = NS_NewAtom("ul");
|
||||
usemap = NS_NewAtom("usemap");
|
||||
valign = NS_NewAtom("valign");
|
||||
value = NS_NewAtom("value");
|
||||
valuetype = NS_NewAtom("valuetype");
|
||||
variable = NS_NewAtom("variable");
|
||||
version = NS_NewAtom("version");
|
||||
verticalFramesetBorderPseudo = NS_NewAtom(":vframeset-border");
|
||||
visibility = NS_NewAtom("visibility");
|
||||
vlink = NS_NewAtom("vlink");
|
||||
vspace = NS_NewAtom("vspace");
|
||||
wbr = NS_NewAtom("wbr");
|
||||
width = NS_NewAtom("width");
|
||||
wrap = NS_NewAtom("wrap");
|
||||
wrappedFramePseudo = NS_NewAtom(":wrapped-frame");
|
||||
zindex = NS_NewAtom("zindex");
|
||||
}
|
||||
++gRefCnt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user