comparison runtime/autoload/xml/xhtml10s.vim @ 838:8e5830943bff v7.0e04

updated for version 7.0e04
author vimboss
date Thu, 20 Apr 2006 22:17:20 +0000
parents 5a7843c57316
children c2cae213194d
comparison
equal deleted inserted replaced
837:6bb1fa855dc9 838:8e5830943bff
1 " HTML context data
2 "function! htmlcomplete#LoadData() " {{{
3 let g:xmldata_xhtml10s = { 1 let g:xmldata_xhtml10s = {
4 \ 'vimxmlentities' : ["AElig", "Aacute", "Acirc", "Agrave", "Alpha", "Aring", "Atilde", "Auml", "Beta", "Ccedil", "Chi", "Dagger", "Delta", "ETH", "Eacute", "Ecirc", "Egrave", "Epsilon", "Eta", "Euml", "Gamma", "Iacute", "Icirc", "Igrave", "Iota", "Iuml", "Kappa", "Lambda", "Mu", "Ntilde", "Nu", "OElig", "Oacute", "Ocirc", "Ograve", "Omega", "Omicron", "Oslash", "Otilde", "Ouml", "Phi", "Pi", "Prime", "Psi", "Rho", "Scaron", "Sigma", "THORN", "TITY", "Tau", "Theta", "Uacute", "Ucirc", "Ugrave", "Upsilon", "Uuml", "Xi", "Yacute", "Yuml", "Zeta", "amp", "aacute", "acirc", "acute", "aelig", "agrave", "alefsym", "alpha", "and", "ang", "apos", "aring", "asymp", "atilde", "auml", "bdquo", "beta", "brvbar", "bull", "cap", "ccedil", "cedil", "cent", "chi", "circ", "clubs", "copy", "cong", "crarr", "cup", "curren", "dArr", "dagger", "darr", "deg", "delta", "diams", "divide", "eacute", "ecirc", "egrave", "empty", "ensp", "emsp", "epsilon", "equiv", "eta", "eth", "euro", "euml", "exist", "fnof", "forall", "frac12", "frac14", "frac34", "frasl", "gt", "gamma", "ge", "hArr", "harr", "hearts", "hellip", "iacute", "icirc", "iexcl", "igrave", "image", "infin", "int", "iota", "iquest", "isin", "iuml", "kappa", "lt", "laquo", "lArr", "lambda", "lang", "larr", "lceil", "ldquo", "le", "lfloor", "lowast", "loz", "lrm", "lsaquo", "lsquo", "macr", "mdash", "micro", "middot", "minus", "mu", "nbsp", "nabla", "ndash", "ne", "ni", "not", "notin", "nsub", "ntilde", "nu", "oacute", "ocirc", "oelig", "ograve", "oline", "omega", "omicron", "oplus", "or", "ordf", "ordm", "oslash", "otilde", "otimes", "ouml", "para", "part", "permil", "perp", "phi", "pi", "piv", "plusmn", "pound", "prime", "prod", "prop", "psi", "quot", "rArr", "raquo", "radic", "rang", "rarr", "rceil", "rdquo", "real", "reg", "rfloor", "rho", "rlm", "rsaquo", "rsquo", "sbquo", "scaron", "sdot", "sect", "shy", "sigma", "sigmaf", "sim", "spades", "sub", "sube", "sum", "sup", "sup1", "sup2", "sup3", "supe", "szlig", "tau", "there4", "theta", "thetasym", "thinsp", "thorn", "tilde", "times", "trade", "uArr", "uacute", "uarr", "ucirc", "ugrave", "uml", "upsih", "upsilon", "uuml", "weierp", "xi", "yacute", "yen", "yuml", "zeta", "zwj", "zwnj"], 2 \ 'vimxmlentities' : ["AElig", "Aacute", "Acirc", "Agrave", "Alpha", "Aring", "Atilde", "Auml", "Beta", "Ccedil", "Chi", "Dagger", "Delta", "ETH", "Eacute", "Ecirc", "Egrave", "Epsilon", "Eta", "Euml", "Gamma", "Iacute", "Icirc", "Igrave", "Iota", "Iuml", "Kappa", "Lambda", "Mu", "Ntilde", "Nu", "OElig", "Oacute", "Ocirc", "Ograve", "Omega", "Omicron", "Oslash", "Otilde", "Ouml", "Phi", "Pi", "Prime", "Psi", "Rho", "Scaron", "Sigma", "THORN", "TITY", "Tau", "Theta", "Uacute", "Ucirc", "Ugrave", "Upsilon", "Uuml", "Xi", "Yacute", "Yuml", "Zeta", "amp", "aacute", "acirc", "acute", "aelig", "agrave", "alefsym", "alpha", "and", "ang", "apos", "aring", "asymp", "atilde", "auml", "bdquo", "beta", "brvbar", "bull", "cap", "ccedil", "cedil", "cent", "chi", "circ", "clubs", "copy", "cong", "crarr", "cup", "curren", "dArr", "dagger", "darr", "deg", "delta", "diams", "divide", "eacute", "ecirc", "egrave", "empty", "ensp", "emsp", "epsilon", "equiv", "eta", "eth", "euro", "euml", "exist", "fnof", "forall", "frac12", "frac14", "frac34", "frasl", "gt", "gamma", "ge", "hArr", "harr", "hearts", "hellip", "iacute", "icirc", "iexcl", "igrave", "image", "infin", "int", "iota", "iquest", "isin", "iuml", "kappa", "lt", "laquo", "lArr", "lambda", "lang", "larr", "lceil", "ldquo", "le", "lfloor", "lowast", "loz", "lrm", "lsaquo", "lsquo", "macr", "mdash", "micro", "middot", "minus", "mu", "nbsp", "nabla", "ndash", "ne", "ni", "not", "notin", "nsub", "ntilde", "nu", "oacute", "ocirc", "oelig", "ograve", "oline", "omega", "omicron", "oplus", "or", "ordf", "ordm", "oslash", "otilde", "otimes", "ouml", "para", "part", "permil", "perp", "phi", "pi", "piv", "plusmn", "pound", "prime", "prod", "prop", "psi", "quot", "rArr", "raquo", "radic", "rang", "rarr", "rceil", "rdquo", "real", "reg", "rfloor", "rho", "rlm", "rsaquo", "rsquo", "sbquo", "scaron", "sdot", "sect", "shy", "sigma", "sigmaf", "sim", "spades", "sub", "sube", "sum", "sup", "sup1", "sup2", "sup3", "supe", "szlig", "tau", "there4", "theta", "thetasym", "thinsp", "thorn", "tilde", "times", "trade", "uArr", "uacute", "uarr", "ucirc", "ugrave", "uml", "upsih", "upsilon", "uuml", "weierp", "xi", "yacute", "yen", "yuml", "zeta", "zwj", "zwnj"],
3 \ 'vimxmlroot': ['html'],
4 \ 'a': [
5 \ ['br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
6 \ { 'accesskey': [], 'rel': [], 'coords': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onfocus': [], 'onkeydown': [], 'onkeyup': [], 'href': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'tabindex': [], 'onmouseout': [], 'onmousemove': [], 'name': [], 'style': [], 'charset': [], 'xml:lang': [], 'hreflang': [], 'onkeypress': [], 'onmousedown': [], 'rev': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'shape': ['rect', 'rect', 'circle', 'poly', 'default']}
7 \ ],
8 \ 'abbr': [
9 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
10 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
11 \ ],
12 \ 'acronym': [
13 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
14 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
15 \ ],
16 \ 'address': [
17 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
18 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
19 \ ],
20 \ 'area': [
21 \ [],
22 \ { 'accesskey': [], 'coords': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onkeydown': [], 'onfocus': [], 'nohref': ['BOOL'], 'onkeyup': [], 'href': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'tabindex': [], 'lang': [], 'alt': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'shape': ['rect', 'rect', 'circle', 'poly', 'default']}
23 \ ],
24 \ 'b': [
25 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
26 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
27 \ ],
28 \ 'base': [
29 \ [],
30 \ { 'href': [], 'id': []}
31 \ ],
32 \ 'bdo': [
33 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
34 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
35 \ ],
36 \ 'big': [
37 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
38 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
39 \ ],
40 \ 'blockquote': [
41 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'noscript', 'ins', 'del', 'script'],
42 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'cite': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
43 \ ],
44 \ 'body': [
45 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'noscript', 'ins', 'del', 'script'],
46 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onunload': [], 'onkeypress': [], 'onmousedown': [], 'onload': [], 'class': [], 'title': [], 'onclick': []}
47 \ ],
48 \ 'br': [
49 \ [],
50 \ { 'id': [], 'style': [], 'class': [], 'title': []}
51 \ ],
52 \ 'button': [
53 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'table', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'noscript', 'ins', 'del', 'script'],
54 \ { 'accesskey': [], 'disabled': ['BOOL'], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onkeydown': [], 'onfocus': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'tabindex': [], 'lang': [], 'value': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': ['submit', 'button', 'submit', 'reset']}
55 \ ],
56 \ 'caption': [
57 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
58 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
59 \ ],
60 \ 'cite': [
61 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
62 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
63 \ ],
64 \ 'code': [
65 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
66 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
67 \ ],
68 \ 'col': [
69 \ [],
70 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
71 \ ],
72 \ 'colgroup': [
73 \ ['col'],
74 \ { 'width': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'charoff': [], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'char': [], 'span': ['1'], 'class': [], 'title': [], 'onclick': []}
75 \ ],
76 \ 'dd': [
77 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
78 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
79 \ ],
80 \ 'del': [
81 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
82 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'datetime': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'cite': [], 'onmouseover': [], 'lang': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
83 \ ],
84 \ 'dfn': [
85 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
86 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
87 \ ],
88 \ 'div': [
89 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
90 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
91 \ ],
92 \ 'dl': [
93 \ ['dt', 'dd'],
94 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
95 \ ],
96 \ 'dt': [
97 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
98 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
99 \ ],
100 \ 'em': [
101 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
102 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
103 \ ],
104 \ 'fieldset': [
105 \ ['legend', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
106 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
107 \ ],
108 \ 'form': [
109 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'noscript', 'ins', 'del', 'script'],
110 \ { 'enctype': ['application/x-www-form-urlencoded'], 'onsubmit': [], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'onreset': [], 'id': [], 'method': ['get', 'get', 'post'], 'onmouseover': [], 'lang': [], 'accept': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'accept-charset': [], 'onkeypress': [], 'onmousedown': [], 'action': [], 'class': [], 'title': [], 'onclick': []}
111 \ ],
112 \ 'h1': [
113 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
114 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
115 \ ],
116 \ 'h2': [
117 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
118 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
119 \ ],
120 \ 'h3': [
121 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
122 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
123 \ ],
124 \ 'h4': [
125 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
126 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
127 \ ],
128 \ 'h5': [
129 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
130 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
131 \ ],
132 \ 'h6': [
133 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
134 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
135 \ ],
136 \ 'head': [
137 \ ['script', 'style', 'meta', 'link', 'object', 'title', 'script', 'style', 'meta', 'link', 'object', 'base', 'script', 'style', 'meta', 'link', 'object', 'base', 'script', 'style', 'meta', 'link', 'object', 'title', 'script', 'style', 'meta', 'link', 'object'],
138 \ { 'profile': [], 'dir': ['ltr', 'rtl'], 'id': [], 'lang': [], 'xml:lang': []}
139 \ ],
140 \ 'hr': [
141 \ [],
142 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
143 \ ],
144 \ 'html': [
145 \ ['head', 'body'],
146 \ { 'xmlns': ['http://www.w3.org/1999/xhtml'], 'dir': ['ltr', 'rtl'], 'id': [], 'lang': [], 'xml:lang': []}
147 \ ],
148 \ 'i': [
149 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
150 \ { 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': []}
151 \ ],
152 \ 'img': [
153 \ [],
154 \ { 'width': [], 'usemap': [], 'ismap': ['BOOL'], 'ondblclick': [], 'dir': ['ltr', 'rtl'], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'alt': [], 'lang': [], 'src': [], 'longdesc': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'height': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': []}
155 \ ],
156 \ 'input': [
157 \ [],
158 \ { 'ondblclick': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'value': [], 'src': [], 'name': [], 'checked': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': ['text', 'text', 'password', 'checkbox', 'radio', 'submit', 'reset', 'file', 'hidden', 'image', 'button'], 'accesskey': [], 'disabled': ['BOOL'], 'usemap': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'size': [], 'onfocus': [], 'maxlength': [], 'onselect': [], 'accept': [], 'tabindex': [], 'alt': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
159 \ ],
160 \ 'ins': [
161 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
162 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'dir': ['ltr', 'rtl'], 'datetime': [], 'cite': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': []}
163 \ ],
164 \ 'kbd': [
165 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
166 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
167 \ ],
168 \ 'label': [
169 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
170 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'for': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onfocus': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': []}
171 \ ],
172 \ 'legend': [
173 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
174 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'accesskey': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
175 \ ],
176 \ 'li': [
177 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
178 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
179 \ ],
180 \ 'link': [
181 \ [],
182 \ { 'rel': [], 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'href': [], 'media': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'charset': [], 'hreflang': [], 'onkeypress': [], 'onmousedown': [], 'rev': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'dir': ['ltr', 'rtl'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': []}
183 \ ],
184 \ 'map': [
185 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'noscript', 'ins', 'del', 'script', 'area'],
186 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'name': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'onclick': [], 'title': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmouseout': [], 'onmousemove': [], 'xml:lang': []}
187 \ ],
188 \ 'meta': [
189 \ [],
190 \ { 'http-equiv': [], 'content': [], 'id': [], 'lang': [], 'name': [], 'scheme': [], 'dir': ['ltr', 'rtl'], 'xml:lang': []}
191 \ ],
192 \ 'noscript': [
193 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'noscript', 'ins', 'del', 'script'],
194 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
195 \ ],
196 \ 'object': [
197 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
198 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'name': [], 'data': [], 'declare': ['BOOL'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'type': [], 'width': [], 'usemap': [], 'dir': ['ltr', 'rtl'], 'archive': [], 'standby': [], 'tabindex': [], 'classid': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'height': [], 'codetype': [], 'codebase': []}
199 \ ],
200 \ 'ol': [
201 \ ['li'],
202 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
203 \ ],
204 \ 'optgroup': [
205 \ ['option'],
206 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'label': [], 'disabled': ['BOOL'], 'dir': ['ltr', 'rtl'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': []}
207 \ ],
208 \ 'option': [
209 \ [''],
210 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'value': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'label': [], 'disabled': ['BOOL'], 'dir': ['ltr', 'rtl'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'selected': ['BOOL']}
211 \ ],
212 \ 'p': [
213 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
214 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
215 \ ],
216 \ 'param': [
217 \ [],
218 \ { 'id': [], 'value': [], 'name': [], 'type': [], 'valuetype': ['data', 'data', 'ref', 'object']}
219 \ ],
220 \ 'pre': [
221 \ ['a', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'br', 'span', 'bdo', 'map', 'ins', 'del', 'script', 'input', 'select', 'textarea', 'label', 'button'],
222 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'xml:space': ['preserve', 'preserve'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'dir': ['ltr', 'rtl'], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': []}
223 \ ],
224 \ 'q': [
225 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
226 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'cite': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
227 \ ],
228 \ 'samp': [
229 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
230 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
231 \ ],
232 \ 'script': [
233 \ [''],
234 \ { 'id': [], 'src': [], 'charset': [], 'xml:space': ['preserve', 'preserve'], 'type': ['text/javascript'], 'defer': ['BOOL']}
235 \ ],
236 \ 'select': [
237 \ ['optgroup', 'option'],
238 \ { 'ondblclick': [], 'onkeydown': [], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'name': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'disabled': ['BOOL'], 'dir': ['ltr', 'rtl'], 'size': [], 'onblur': [], 'onfocus': [], 'tabindex': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'multiple': ['BOOL']}
239 \ ],
240 \ 'small': [
241 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
242 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
243 \ ],
244 \ 'span': [
245 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
246 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
247 \ ],
248 \ 'strong': [
249 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
250 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
251 \ ],
252 \ 'style': [
253 \ [''],
254 \ { 'media': [], 'id': [], 'lang': [], 'xml:space': ['preserve', 'preserve'], 'title': [], 'type': ['text/css'], 'dir': ['ltr', 'rtl'], 'xml:lang': []}
255 \ ],
256 \ 'sub': [
257 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
258 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
259 \ ],
260 \ 'sup': [
261 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
262 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
263 \ ],
264 \ 'table': [
265 \ ['caption', 'col', 'colgroup', 'thead', 'tfoot', 'tbody', 'tr'],
266 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'width': [], 'frame': ['void', 'above', 'below', 'hsides', 'lhs', 'rhs', 'vsides', 'box', 'border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': [], 'cellspacing': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'border': [], 'cellpadding': []}
267 \ ],
268 \ 'tbody': [
269 \ ['tr'],
270 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'dir': ['ltr', 'rtl'], 'charoff': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'char': []}
271 \ ],
272 \ 'td': [
273 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
274 \ { 'ondblclick': [], 'axis': [], 'onkeydown': [], 'abbr': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'scope': ['row', 'col', 'rowgroup', 'colgroup'], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'headers': [], 'dir': ['ltr', 'rtl'], 'rowspan': ['1'], 'colspan': ['1'], 'charoff': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'char': []}
275 \ ],
276 \ 'textarea': [
277 \ [''],
278 \ { 'ondblclick': [], 'cols': [], 'onkeydown': [], 'readonly': ['BOOL'], 'onchange': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'name': [], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'accesskey': [], 'disabled': ['BOOL'], 'rows': [], 'dir': ['ltr', 'rtl'], 'onblur': [], 'onfocus': [], 'onselect': [], 'tabindex': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': []}
279 \ ],
280 \ 'tfoot': [
281 \ ['tr'],
282 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'dir': ['ltr', 'rtl'], 'charoff': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'char': []}
283 \ ],
284 \ 'th': [
285 \ ['p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'pre', 'hr', 'blockquote', 'address', 'fieldset', 'table', 'form', 'a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'noscript', 'ins', 'del', 'script'],
286 \ { 'ondblclick': [], 'axis': [], 'onkeydown': [], 'abbr': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'scope': ['row', 'col', 'rowgroup', 'colgroup'], 'onmouseover': [], 'lang': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'headers': [], 'dir': ['ltr', 'rtl'], 'rowspan': ['1'], 'colspan': ['1'], 'charoff': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'char': []}
287 \ ],
288 \ 'thead': [
289 \ ['tr'],
290 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'dir': ['ltr', 'rtl'], 'charoff': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'char': []}
291 \ ],
292 \ 'title': [
293 \ [''],
294 \ { 'id': [], 'lang': [], 'dir': ['ltr', 'rtl'], 'xml:lang': []}
295 \ ],
296 \ 'tr': [
297 \ ['th', 'td'],
298 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'onkeypress': [], 'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'dir': ['ltr', 'rtl'], 'charoff': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'xml:lang': [], 'char': []}
299 \ ],
300 \ 'tt': [
301 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
302 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
303 \ ],
304 \ 'ul': [
305 \ ['li'],
306 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
307 \ ],
308 \ 'var': [
309 \ ['a', 'br', 'span', 'bdo', 'map', 'object', 'img', 'tt', 'i', 'b', 'big', 'small', 'em', 'strong', 'dfn', 'code', 'q', 'samp', 'kbd', 'var', 'cite', 'abbr', 'acronym', 'sub', 'sup', 'input', 'select', 'textarea', 'label', 'button', 'ins', 'del', 'script'],
310 \ { 'ondblclick': [], 'onkeydown': [], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'onmousedown': [], 'onkeypress': [], 'onclick': [], 'title': [], 'class': [], 'dir': ['ltr', 'rtl'], 'style': [], 'onmousemove': [], 'onmouseout': [], 'xml:lang': []}
311 \ ],
5 \ 'vimxmlattrinfo' : { 312 \ 'vimxmlattrinfo' : {
6 \ 'accept' : ['ContentType', ''], 313 \ 'accept' : ['ContentType', ''],
7 \ 'accesskey' : ['Character', ''], 314 \ 'accesskey' : ['Character', ''],
8 \ 'action' : ['*URI', ''], 315 \ 'action' : ['*URI', ''],
9 \ 'align' : ['String', ''], 316 \ 'align' : ['String', ''],
86 \ 'valign' : ['String', ''], 393 \ 'valign' : ['String', ''],
87 \ 'valuetype' : ['String', ''], 394 \ 'valuetype' : ['String', ''],
88 \ 'width' : ['Number', ''], 395 \ 'width' : ['Number', ''],
89 \ 'xmlns' : ['URI', ''] 396 \ 'xmlns' : ['URI', '']
90 \ }, 397 \ },
91 \ 'vimxmltaginfo' : { 398 \ 'vimxmltaginfo': {
92 \ 'base' : ['/>', ''], 399 \ 'area': ['/>', ''],
93 \ 'meta' : ['/>', ''], 400 \ 'base': ['/>', ''],
94 \ 'link' : ['/>', ''], 401 \ 'br': ['/>', ''],
95 \ 'img' : ['/>', ''], 402 \ 'col': ['/>', ''],
96 \ 'hr' : ['/>', ''], 403 \ 'hr': ['/>', ''],
97 \ 'br' : ['/>', ''], 404 \ 'img': ['/>', ''],
98 \ 'param' : ['/>', ''], 405 \ 'input': ['/>', ''],
99 \ 'area' : ['/>', ''], 406 \ 'link': ['/>', ''],
100 \ 'input' : ['/>', ''], 407 \ 'meta': ['/>', ''],
101 \ 'col' : ['/>', ''] 408 \ 'param': ['/>', ''],
102 \ },
103 \ 'tr' : [
104 \ [
105 \ 'th',
106 \ 'td'
107 \ ],
108 \ {
109 \ 'ondblclick' : [],
110 \ 'dir' : [
111 \ 'ltr',
112 \ 'rtl'
113 \ ],
114 \ 'onkeydown' : [],
115 \ 'onkeyup' : [],
116 \ 'onmouseup' : [],
117 \ 'id' : [],
118 \ 'charoff' : [],
119 \ 'onmouseover' : [],
120 \ 'lang' : [],
121 \ 'align' : [
122 \ 'left',
123 \ 'center',
124 \ 'right',
125 \ 'justify',
126 \ 'char'
127 \ ],
128 \ 'valign' : [
129 \ 'top',
130 \ 'middle',
131 \ 'bottom',
132 \ 'baseline'
133 \ ],
134 \ 'style' : [],
135 \ 'onmousemove' : [],
136 \ 'onmouseout' : [],
137 \ 'xml:lang' : [],
138 \ 'char' : [],
139 \ 'onmousedown' : [],
140 \ 'onkeypress' : [],
141 \ 'onclick' : [],
142 \ 'title' : [],
143 \ 'class' : []
144 \ } 409 \ }
145 \ ],
146 \ 'input' : [[],
147 \ {
148 \ 'ondblclick' : [],
149 \ 'onchange' : [],
150 \ 'readonly' : [
151 \ 'BOOL'
152 \ ],
153 \ 'onkeydown' : [],
154 \ 'onkeyup' : [],
155 \ 'onmouseup' : [],
156 \ 'id' : [],
157 \ 'onmouseover' : [],
158 \ 'lang' : [],
159 \ 'src' : [],
160 \ 'value' : [],
161 \ 'name' : [],
162 \ 'checked' : [
163 \ 'BOOL'
164 \ ],
165 \ 'onmousedown' : [],
166 \ 'onkeypress' : [],
167 \ 'onclick' : [],
168 \ 'title' : [],
169 \ 'class' : [],
170 \ 'type' : [
171 \ 'text',
172 \ 'password',
173 \ 'checkbox',
174 \ 'radio',
175 \ 'submit',
176 \ 'reset',
177 \ 'file',
178 \ 'hidden',
179 \ 'image',
180 \ 'button'
181 \ ],
182 \ 'accesskey' : [],
183 \ 'disabled' : [
184 \ 'BOOL'
185 \ ],
186 \ 'usemap' : [],
187 \ 'dir' : [
188 \ 'ltr',
189 \ 'rtl'
190 \ ],
191 \ 'size' : [],
192 \ 'onblur' : [],
193 \ 'onfocus' : [],
194 \ 'maxlength' : [],
195 \ 'onselect' : [],
196 \ 'accept' : [],
197 \ 'alt' : [],
198 \ 'tabindex' : [],
199 \ 'onmouseout' : [],
200 \ 'onmousemove' : [],
201 \ 'style' : [],
202 \ 'xml:lang' : []
203 \ } 410 \ }
204 \ ], 411 " vim:ft=vim:ff=unix
205 \ 'table' : [
206 \ [
207 \ 'caption',
208 \ 'col',
209 \ 'colgroup',
210 \ 'thead',
211 \ 'tfoot',
212 \ 'tbody',
213 \ 'tr'
214 \ ],
215 \ {
216 \ 'width' : [],
217 \ 'frame' : [
218 \ 'void',
219 \ 'above',
220 \ 'below',
221 \ 'hsides',
222 \ 'lhs',
223 \ 'rhs',
224 \ 'vsides',
225 \ 'box',
226 \ 'border'
227 \ ],
228 \ 'ondblclick' : [],
229 \ 'rules' : [
230 \ 'none',
231 \ 'groups',
232 \ 'rows',
233 \ 'cols',
234 \ 'all'
235 \ ],
236 \ 'dir' : [
237 \ 'ltr',
238 \ 'rtl'
239 \ ],
240 \ 'onkeydown' : [],
241 \ 'summary' : [],
242 \ 'onkeyup' : [],
243 \ 'cellspacing' : [],
244 \ 'onmouseup' : [],
245 \ 'id' : [],
246 \ 'onmouseover' : [],
247 \ 'lang' : [],
248 \ 'style' : [],
249 \ 'onmousemove' : [],
250 \ 'onmouseout' : [],
251 \ 'xml:lang' : [],
252 \ 'border' : [],
253 \ 'onmousedown' : [],
254 \ 'onkeypress' : [],
255 \ 'cellpadding' : [],
256 \ 'onclick' : [],
257 \ 'title' : [],
258 \ 'class' : []
259 \ }
260 \ ],
261 \ 'form' : [
262 \ [
263 \ 'p',
264 \ 'h1',
265 \ 'h2',
266 \ 'h3',
267 \ 'h4',
268 \ 'h5',
269 \ 'h6',
270 \ 'div',
271 \ 'ul',
272 \ 'ol',
273 \ 'dl',
274 \ 'pre',
275 \ 'hr',
276 \ 'blockquote',
277 \ 'address',
278 \ 'fieldset',
279 \ 'table',
280 \ 'ins',
281 \ 'del',
282 \ 'script',
283 \ 'noscript'
284 \ ],
285 \ {
286 \ 'onsubmit' : [],
287 \ 'enctype' : [
288 \ '',
289 \ 'application/x-www-form-urlencoded',
290 \ ],
291 \ 'ondblclick' : [],
292 \ 'dir' : [
293 \ 'ltr',
294 \ 'rtl'
295 \ ],
296 \ 'onkeydown' : [],
297 \ 'onkeyup' : [],
298 \ 'onreset' : [],
299 \ 'onmouseup' : [],
300 \ 'method' : [
301 \ 'get',
302 \ 'post'
303 \ ],
304 \ 'id' : [],
305 \ 'onmouseover' : [],
306 \ 'accept' : [],
307 \ 'lang' : [],
308 \ 'style' : [],
309 \ 'onmousemove' : [],
310 \ 'onmouseout' : [],
311 \ 'xml:lang' : [],
312 \ 'accept-charset' : [],
313 \ 'onmousedown' : [],
314 \ 'onkeypress' : [],
315 \ 'action' : [],
316 \ 'onclick' : [],
317 \ 'title' : [],
318 \ 'class' : []
319 \ }
320 \ ],
321 \ 'h5' : [
322 \ [
323 \ 'a',
324 \ 'br',
325 \ 'span',
326 \ 'bdo',
327 \ 'object',
328 \ 'img',
329 \ 'map',
330 \ 'tt',
331 \ 'i',
332 \ 'b',
333 \ 'big',
334 \ 'small',
335 \ 'em',
336 \ 'strong',
337 \ 'dfn',
338 \ 'code',
339 \ 'q',
340 \ 'sub',
341 \ 'sup',
342 \ 'samp',
343 \ 'kbd',
344 \ 'var',
345 \ 'cite',
346 \ 'abbr',
347 \ 'acronym',
348 \ 'input',
349 \ 'select',
350 \ 'textarea',
351 \ 'label',
352 \ 'button',
353 \ 'ins',
354 \ 'del',
355 \ 'script',
356 \ 'noscript'
357 \ ],
358 \ {
359 \ 'onmouseover' : [],
360 \ 'lang' : [],
361 \ 'onmouseout' : [],
362 \ 'onmousemove' : [],
363 \ 'style' : [],
364 \ 'ondblclick' : [],
365 \ 'xml:lang' : [],
366 \ 'dir' : [
367 \ 'ltr',
368 \ 'rtl'
369 \ ],
370 \ 'onkeydown' : [],
371 \ 'onkeyup' : [],
372 \ 'onkeypress' : [],
373 \ 'onmousedown' : [],
374 \ 'onmouseup' : [],
375 \ 'id' : [],
376 \ 'class' : [],
377 \ 'title' : [],
378 \ 'onclick' : []
379 \ }
380 \ ],
381 \ 'meta' : [[],
382 \ {
383 \ 'http-equiv' : [],
384 \ 'lang' : [],
385 \ 'name' : [],
386 \ 'scheme' : [],
387 \ 'xml:lang' : [],
388 \ 'dir' : [
389 \ 'ltr',
390 \ 'rtl'
391 \ ]
392 \ }
393 \ ],
394 \ 'map' : [
395 \ [
396 \ 'p',
397 \ 'h1',
398 \ 'h2',
399 \ 'h3',
400 \ 'h4',
401 \ 'h5',
402 \ 'h6',
403 \ 'div',
404 \ 'ul',
405 \ 'ol',
406 \ 'dl',
407 \ 'pre',
408 \ 'hr',
409 \ 'blockquote',
410 \ 'address',
411 \ 'fieldset',
412 \ 'table',
413 \ 'form',
414 \ 'ins',
415 \ 'del',
416 \ 'script',
417 \ 'noscript',
418 \ 'area'
419 \ ],
420 \ {
421 \ 'ondblclick' : [],
422 \ 'dir' : [
423 \ 'ltr',
424 \ 'rtl'
425 \ ],
426 \ 'onkeydown' : [],
427 \ 'onkeyup' : [],
428 \ 'onmouseup' : [],
429 \ 'id' : [],
430 \ 'onmouseover' : [],
431 \ 'lang' : [],
432 \ 'name' : [],
433 \ 'onmousemove' : [],
434 \ 'onmouseout' : [],
435 \ 'style' : [],
436 \ 'xml:lang' : [],
437 \ 'onmousedown' : [],
438 \ 'onkeypress' : [],
439 \ 'title' : [],
440 \ 'onclick' : [],
441 \ 'class' : []
442 \ }
443 \ ],
444 \ 'tfoot' : [
445 \ [
446 \ 'tr'
447 \ ],
448 \ {
449 \ 'ondblclick' : [],
450 \ 'dir' : [
451 \ 'ltr',
452 \ 'rtl'
453 \ ],
454 \ 'onkeydown' : [],
455 \ 'onkeyup' : [],
456 \ 'onmouseup' : [],
457 \ 'id' : [],
458 \ 'charoff' : [],
459 \ 'onmouseover' : [],
460 \ 'lang' : [],
461 \ 'align' : [
462 \ 'left',
463 \ 'center',
464 \ 'right',
465 \ 'justify',
466 \ 'char'
467 \ ],
468 \ 'valign' : [
469 \ 'top',
470 \ 'middle',
471 \ 'bottom',
472 \ 'baseline'
473 \ ],
474 \ 'style' : [],
475 \ 'onmousemove' : [],
476 \ 'onmouseout' : [],
477 \ 'xml:lang' : [],
478 \ 'char' : [],
479 \ 'onmousedown' : [],
480 \ 'onkeypress' : [],
481 \ 'onclick' : [],
482 \ 'title' : [],
483 \ 'class' : []
484 \ }
485 \ ],
486 \ 'caption' : [
487 \ [
488 \ 'a',
489 \ 'br',
490 \ 'span',
491 \ 'bdo',
492 \ 'object',
493 \ 'img',
494 \ 'map',
495 \ 'tt',
496 \ 'i',
497 \ 'b',
498 \ 'big',
499 \ 'small',
500 \ 'em',
501 \ 'strong',
502 \ 'dfn',
503 \ 'code',
504 \ 'q',
505 \ 'sub',
506 \ 'sup',
507 \ 'samp',
508 \ 'kbd',
509 \ 'var',
510 \ 'cite',
511 \ 'abbr',
512 \ 'acronym',
513 \ 'input',
514 \ 'select',
515 \ 'textarea',
516 \ 'label',
517 \ 'button',
518 \ 'ins',
519 \ 'del',
520 \ 'script',
521 \ 'noscript'
522 \ ],
523 \ {
524 \ 'onmouseover' : [],
525 \ 'lang' : [],
526 \ 'onmouseout' : [],
527 \ 'onmousemove' : [],
528 \ 'style' : [],
529 \ 'ondblclick' : [],
530 \ 'xml:lang' : [],
531 \ 'dir' : [
532 \ 'ltr',
533 \ 'rtl'
534 \ ],
535 \ 'onkeydown' : [],
536 \ 'onkeyup' : [],
537 \ 'onkeypress' : [],
538 \ 'onmousedown' : [],
539 \ 'onmouseup' : [],
540 \ 'id' : [],
541 \ 'class' : [],
542 \ 'title' : [],
543 \ 'onclick' : []
544 \ }
545 \ ],
546 \ 'code' : [
547 \ [
548 \ 'a',
549 \ 'br',
550 \ 'span',
551 \ 'bdo',
552 \ 'object',
553 \ 'img',
554 \ 'map',
555 \ 'tt',
556 \ 'i',
557 \ 'b',
558 \ 'big',
559 \ 'small',
560 \ 'em',
561 \ 'strong',
562 \ 'dfn',
563 \ 'code',
564 \ 'q',
565 \ 'sub',
566 \ 'sup',
567 \ 'samp',
568 \ 'kbd',
569 \ 'var',
570 \ 'cite',
571 \ 'abbr',
572 \ 'acronym',
573 \ 'input',
574 \ 'select',
575 \ 'textarea',
576 \ 'label',
577 \ 'button',
578 \ 'ins',
579 \ 'del',
580 \ 'script',
581 \ 'noscript'
582 \ ],
583 \ {
584 \ 'onmouseover' : [],
585 \ 'lang' : [],
586 \ 'onmouseout' : [],
587 \ 'onmousemove' : [],
588 \ 'style' : [],
589 \ 'ondblclick' : [],
590 \ 'xml:lang' : [],
591 \ 'dir' : [
592 \ 'ltr',
593 \ 'rtl'
594 \ ],
595 \ 'onkeydown' : [],
596 \ 'onkeyup' : [],
597 \ 'onkeypress' : [],
598 \ 'onmousedown' : [],
599 \ 'onmouseup' : [],
600 \ 'id' : [],
601 \ 'class' : [],
602 \ 'title' : [],
603 \ 'onclick' : []
604 \ }
605 \ ],
606 \ 'base' : [[],
607 \ {
608 \ 'href' : []
609 \ }
610 \ ],
611 \ 'br' : [[],
612 \ {
613 \ 'style' : [],
614 \ 'title' : [],
615 \ 'class' : [],
616 \ 'id' : []
617 \ }
618 \ ],
619 \ 'acronym' : [
620 \ [
621 \ 'a',
622 \ 'br',
623 \ 'span',
624 \ 'bdo',
625 \ 'object',
626 \ 'img',
627 \ 'map',
628 \ 'tt',
629 \ 'i',
630 \ 'b',
631 \ 'big',
632 \ 'small',
633 \ 'em',
634 \ 'strong',
635 \ 'dfn',
636 \ 'code',
637 \ 'q',
638 \ 'sub',
639 \ 'sup',
640 \ 'samp',
641 \ 'kbd',
642 \ 'var',
643 \ 'cite',
644 \ 'abbr',
645 \ 'acronym',
646 \ 'input',
647 \ 'select',
648 \ 'textarea',
649 \ 'label',
650 \ 'button',
651 \ 'ins',
652 \ 'del',
653 \ 'script',
654 \ 'noscript'
655 \ ],
656 \ {
657 \ 'onmouseover' : [],
658 \ 'lang' : [],
659 \ 'onmouseout' : [],
660 \ 'onmousemove' : [],
661 \ 'style' : [],
662 \ 'ondblclick' : [],
663 \ 'xml:lang' : [],
664 \ 'dir' : [
665 \ 'ltr',
666 \ 'rtl'
667 \ ],
668 \ 'onkeydown' : [],
669 \ 'onkeyup' : [],
670 \ 'onkeypress' : [],
671 \ 'onmousedown' : [],
672 \ 'onmouseup' : [],
673 \ 'id' : [],
674 \ 'class' : [],
675 \ 'title' : [],
676 \ 'onclick' : []
677 \ }
678 \ ],
679 \ 'strong' : [
680 \ [
681 \ 'a',
682 \ 'br',
683 \ 'span',
684 \ 'bdo',
685 \ 'object',
686 \ 'img',
687 \ 'map',
688 \ 'tt',
689 \ 'i',
690 \ 'b',
691 \ 'big',
692 \ 'small',
693 \ 'em',
694 \ 'strong',
695 \ 'dfn',
696 \ 'code',
697 \ 'q',
698 \ 'sub',
699 \ 'sup',
700 \ 'samp',
701 \ 'kbd',
702 \ 'var',
703 \ 'cite',
704 \ 'abbr',
705 \ 'acronym',
706 \ 'input',
707 \ 'select',
708 \ 'textarea',
709 \ 'label',
710 \ 'button',
711 \ 'ins',
712 \ 'del',
713 \ 'script',
714 \ 'noscript'
715 \ ],
716 \ {
717 \ 'onmouseover' : [],
718 \ 'lang' : [],
719 \ 'onmouseout' : [],
720 \ 'onmousemove' : [],
721 \ 'style' : [],
722 \ 'ondblclick' : [],
723 \ 'xml:lang' : [],
724 \ 'dir' : [
725 \ 'ltr',
726 \ 'rtl'
727 \ ],
728 \ 'onkeydown' : [],
729 \ 'onkeyup' : [],
730 \ 'onkeypress' : [],
731 \ 'onmousedown' : [],
732 \ 'onmouseup' : [],
733 \ 'id' : [],
734 \ 'class' : [],
735 \ 'title' : [],
736 \ 'onclick' : []
737 \ }
738 \ ],
739 \ 'h4' : [
740 \ [
741 \ 'a',
742 \ 'br',
743 \ 'span',
744 \ 'bdo',
745 \ 'object',
746 \ 'img',
747 \ 'map',
748 \ 'tt',
749 \ 'i',
750 \ 'b',
751 \ 'big',
752 \ 'small',
753 \ 'em',
754 \ 'strong',
755 \ 'dfn',
756 \ 'code',
757 \ 'q',
758 \ 'sub',
759 \ 'sup',
760 \ 'samp',
761 \ 'kbd',
762 \ 'var',
763 \ 'cite',
764 \ 'abbr',
765 \ 'acronym',
766 \ 'input',
767 \ 'select',
768 \ 'textarea',
769 \ 'label',
770 \ 'button',
771 \ 'ins',
772 \ 'del',
773 \ 'script',
774 \ 'noscript'
775 \ ],
776 \ {
777 \ 'onmouseover' : [],
778 \ 'lang' : [],
779 \ 'onmouseout' : [],
780 \ 'onmousemove' : [],
781 \ 'style' : [],
782 \ 'ondblclick' : [],
783 \ 'xml:lang' : [],
784 \ 'dir' : [
785 \ 'ltr',
786 \ 'rtl'
787 \ ],
788 \ 'onkeydown' : [],
789 \ 'onkeyup' : [],
790 \ 'onkeypress' : [],
791 \ 'onmousedown' : [],
792 \ 'onmouseup' : [],
793 \ 'id' : [],
794 \ 'class' : [],
795 \ 'title' : [],
796 \ 'onclick' : []
797 \ }
798 \ ],
799 \ 'em' : [
800 \ [
801 \ 'a',
802 \ 'br',
803 \ 'span',
804 \ 'bdo',
805 \ 'object',
806 \ 'img',
807 \ 'map',
808 \ 'tt',
809 \ 'i',
810 \ 'b',
811 \ 'big',
812 \ 'small',
813 \ 'em',
814 \ 'strong',
815 \ 'dfn',
816 \ 'code',
817 \ 'q',
818 \ 'sub',
819 \ 'sup',
820 \ 'samp',
821 \ 'kbd',
822 \ 'var',
823 \ 'cite',
824 \ 'abbr',
825 \ 'acronym',
826 \ 'input',
827 \ 'select',
828 \ 'textarea',
829 \ 'label',
830 \ 'button',
831 \ 'ins',
832 \ 'del',
833 \ 'script',
834 \ 'noscript'
835 \ ],
836 \ {
837 \ 'onmouseover' : [],
838 \ 'lang' : [],
839 \ 'onmouseout' : [],
840 \ 'onmousemove' : [],
841 \ 'style' : [],
842 \ 'ondblclick' : [],
843 \ 'xml:lang' : [],
844 \ 'dir' : [
845 \ 'ltr',
846 \ 'rtl'
847 \ ],
848 \ 'onkeydown' : [],
849 \ 'onkeyup' : [],
850 \ 'onkeypress' : [],
851 \ 'onmousedown' : [],
852 \ 'onmouseup' : [],
853 \ 'id' : [],
854 \ 'class' : [],
855 \ 'title' : [],
856 \ 'onclick' : []
857 \ }
858 \ ],
859 \ 'b' : [
860 \ [
861 \ 'a',
862 \ 'br',
863 \ 'span',
864 \ 'bdo',
865 \ 'object',
866 \ 'img',
867 \ 'map',
868 \ 'tt',
869 \ 'i',
870 \ 'b',
871 \ 'big',
872 \ 'small',
873 \ 'em',
874 \ 'strong',
875 \ 'dfn',
876 \ 'code',
877 \ 'q',
878 \ 'sub',
879 \ 'sup',
880 \ 'samp',
881 \ 'kbd',
882 \ 'var',
883 \ 'cite',
884 \ 'abbr',
885 \ 'acronym',
886 \ 'input',
887 \ 'select',
888 \ 'textarea',
889 \ 'label',
890 \ 'button',
891 \ 'ins',
892 \ 'del',
893 \ 'script',
894 \ 'noscript'
895 \ ],
896 \ {
897 \ 'onmouseover' : [],
898 \ 'lang' : [],
899 \ 'onmouseout' : [],
900 \ 'onmousemove' : [],
901 \ 'style' : [],
902 \ 'ondblclick' : [],
903 \ 'xml:lang' : [],
904 \ 'dir' : [
905 \ 'ltr',
906 \ 'rtl'
907 \ ],
908 \ 'onkeydown' : [],
909 \ 'onkeyup' : [],
910 \ 'onkeypress' : [],
911 \ 'onmousedown' : [],
912 \ 'onmouseup' : [],
913 \ 'id' : [],
914 \ 'class' : [],
915 \ 'title' : [],
916 \ 'onclick' : []
917 \ }
918 \ ],
919 \ 'q' : [
920 \ [
921 \ 'a',
922 \ 'br',
923 \ 'span',
924 \ 'bdo',
925 \ 'object',
926 \ 'img',
927 \ 'map',
928 \ 'tt',
929 \ 'i',
930 \ 'b',
931 \ 'big',
932 \ 'small',
933 \ 'em',
934 \ 'strong',
935 \ 'dfn',
936 \ 'code',
937 \ 'q',
938 \ 'sub',
939 \ 'sup',
940 \ 'samp',
941 \ 'kbd',
942 \ 'var',
943 \ 'cite',
944 \ 'abbr',
945 \ 'acronym',
946 \ 'input',
947 \ 'select',
948 \ 'textarea',
949 \ 'label',
950 \ 'button',
951 \ 'ins',
952 \ 'del',
953 \ 'script',
954 \ 'noscript'
955 \ ],
956 \ {
957 \ 'onmouseover' : [],
958 \ 'lang' : [],
959 \ 'onmouseout' : [],
960 \ 'onmousemove' : [],
961 \ 'style' : [],
962 \ 'ondblclick' : [],
963 \ 'xml:lang' : [],
964 \ 'dir' : [
965 \ 'ltr',
966 \ 'rtl'
967 \ ],
968 \ 'onkeydown' : [],
969 \ 'onkeyup' : [],
970 \ 'onkeypress' : [],
971 \ 'onmousedown' : [],
972 \ 'onmouseup' : [],
973 \ 'id' : [],
974 \ 'class' : [],
975 \ 'title' : [],
976 \ 'onclick' : [],
977 \ 'cite' : []
978 \ }
979 \ ],
980 \ 'span' : [
981 \ [
982 \ 'a',
983 \ 'br',
984 \ 'span',
985 \ 'bdo',
986 \ 'object',
987 \ 'img',
988 \ 'map',
989 \ 'tt',
990 \ 'i',
991 \ 'b',
992 \ 'big',
993 \ 'small',
994 \ 'em',
995 \ 'strong',
996 \ 'dfn',
997 \ 'code',
998 \ 'q',
999 \ 'sub',
1000 \ 'sup',
1001 \ 'samp',
1002 \ 'kbd',
1003 \ 'var',
1004 \ 'cite',
1005 \ 'abbr',
1006 \ 'acronym',
1007 \ 'input',
1008 \ 'select',
1009 \ 'textarea',
1010 \ 'label',
1011 \ 'button',
1012 \ 'ins',
1013 \ 'del',
1014 \ 'script',
1015 \ 'noscript'
1016 \ ],
1017 \ {
1018 \ 'onmouseover' : [],
1019 \ 'lang' : [],
1020 \ 'onmouseout' : [],
1021 \ 'onmousemove' : [],
1022 \ 'style' : [],
1023 \ 'ondblclick' : [],
1024 \ 'xml:lang' : [],
1025 \ 'dir' : [
1026 \ 'ltr',
1027 \ 'rtl'
1028 \ ],
1029 \ 'onkeydown' : [],
1030 \ 'onkeyup' : [],
1031 \ 'onkeypress' : [],
1032 \ 'onmousedown' : [],
1033 \ 'onmouseup' : [],
1034 \ 'id' : [],
1035 \ 'class' : [],
1036 \ 'title' : [],
1037 \ 'onclick' : []
1038 \ }
1039 \ ],
1040 \ 'title' : [
1041 \ {
1042 \ 'lang' : [],
1043 \ 'xml:lang' : [],
1044 \ 'dir' : [
1045 \ 'ltr',
1046 \ 'rtl'
1047 \ ]
1048 \ }
1049 \ ],
1050 \ 'small' : [
1051 \ [
1052 \ 'a',
1053 \ 'br',
1054 \ 'span',
1055 \ 'bdo',
1056 \ 'object',
1057 \ 'img',
1058 \ 'map',
1059 \ 'tt',
1060 \ 'i',
1061 \ 'b',
1062 \ 'big',
1063 \ 'small',
1064 \ 'em',
1065 \ 'strong',
1066 \ 'dfn',
1067 \ 'code',
1068 \ 'q',
1069 \ 'sub',
1070 \ 'sup',
1071 \ 'samp',
1072 \ 'kbd',
1073 \ 'var',
1074 \ 'cite',
1075 \ 'abbr',
1076 \ 'acronym',
1077 \ 'input',
1078 \ 'select',
1079 \ 'textarea',
1080 \ 'label',
1081 \ 'button',
1082 \ 'ins',
1083 \ 'del',
1084 \ 'script',
1085 \ 'noscript'
1086 \ ],
1087 \ {
1088 \ 'onmouseover' : [],
1089 \ 'lang' : [],
1090 \ 'onmouseout' : [],
1091 \ 'onmousemove' : [],
1092 \ 'style' : [],
1093 \ 'ondblclick' : [],
1094 \ 'xml:lang' : [],
1095 \ 'dir' : [
1096 \ 'ltr',
1097 \ 'rtl'
1098 \ ],
1099 \ 'onkeydown' : [],
1100 \ 'onkeyup' : [],
1101 \ 'onkeypress' : [],
1102 \ 'onmousedown' : [],
1103 \ 'onmouseup' : [],
1104 \ 'id' : [],
1105 \ 'class' : [],
1106 \ 'title' : [],
1107 \ 'onclick' : []
1108 \ }
1109 \ ],
1110 \ 'area' : [[],
1111 \ {
1112 \ 'accesskey' : [],
1113 \ 'coords' : [],
1114 \ 'ondblclick' : [],
1115 \ 'onblur' : [],
1116 \ 'dir' : [
1117 \ 'ltr',
1118 \ 'rtl'
1119 \ ],
1120 \ 'onfocus' : [],
1121 \ 'nohref' : [
1122 \ 'BOOL'
1123 \ ],
1124 \ 'onkeydown' : [],
1125 \ 'onkeyup' : [],
1126 \ 'href' : [],
1127 \ 'onmouseup' : [],
1128 \ 'id' : [],
1129 \ 'onmouseover' : [],
1130 \ 'tabindex' : [],
1131 \ 'alt' : [],
1132 \ 'lang' : [],
1133 \ 'style' : [],
1134 \ 'onmousemove' : [],
1135 \ 'onmouseout' : [],
1136 \ 'xml:lang' : [],
1137 \ 'onmousedown' : [],
1138 \ 'onkeypress' : [],
1139 \ 'onclick' : [],
1140 \ 'title' : [],
1141 \ 'class' : [],
1142 \ 'shape' : [
1143 \ 'rect',
1144 \ 'circle',
1145 \ 'poly',
1146 \ 'default'
1147 \ ]
1148 \ }
1149 \ ],
1150 \ 'body' : [
1151 \ [
1152 \ 'p',
1153 \ 'h1',
1154 \ 'h2',
1155 \ 'h3',
1156 \ 'h4',
1157 \ 'h5',
1158 \ 'h6',
1159 \ 'div',
1160 \ 'ul',
1161 \ 'ol',
1162 \ 'dl',
1163 \ 'pre',
1164 \ 'hr',
1165 \ 'blockquote',
1166 \ 'address',
1167 \ 'fieldset',
1168 \ 'table',
1169 \ 'form',
1170 \ 'ins',
1171 \ 'del',
1172 \ 'script',
1173 \ 'noscript'
1174 \ ],
1175 \ {
1176 \ 'ondblclick' : [],
1177 \ 'dir' : [
1178 \ 'ltr',
1179 \ 'rtl'
1180 \ ],
1181 \ 'onkeydown' : [],
1182 \ 'onkeyup' : [],
1183 \ 'onmouseup' : [],
1184 \ 'id' : [],
1185 \ 'onmouseover' : [],
1186 \ 'lang' : [],
1187 \ 'style' : [],
1188 \ 'onmousemove' : [],
1189 \ 'onmouseout' : [],
1190 \ 'xml:lang' : [],
1191 \ 'onunload' : [],
1192 \ 'onmousedown' : [],
1193 \ 'onkeypress' : [],
1194 \ 'onload' : [],
1195 \ 'onclick' : [],
1196 \ 'title' : [],
1197 \ 'class' : []
1198 \ }
1199 \ ],
1200 \ 'ol' : [
1201 \ [
1202 \ 'li'
1203 \ ],
1204 \ {
1205 \ 'onmouseover' : [],
1206 \ 'lang' : [],
1207 \ 'onmouseout' : [],
1208 \ 'onmousemove' : [],
1209 \ 'style' : [],
1210 \ 'ondblclick' : [],
1211 \ 'xml:lang' : [],
1212 \ 'dir' : [
1213 \ 'ltr',
1214 \ 'rtl'
1215 \ ],
1216 \ 'onkeydown' : [],
1217 \ 'onkeyup' : [],
1218 \ 'onkeypress' : [],
1219 \ 'onmousedown' : [],
1220 \ 'onmouseup' : [],
1221 \ 'id' : [],
1222 \ 'class' : [],
1223 \ 'title' : [],
1224 \ 'onclick' : []
1225 \ }
1226 \ ],
1227 \ 'html' : [
1228 \ [
1229 \ 'head',
1230 \ 'body'
1231 \ ],
1232 \ {
1233 \ 'xmlns' : [
1234 \ 'http://www.w3.org/1999/xhtml',
1235 \ ],
1236 \ 'lang' : [],
1237 \ 'xml:lang' : [],
1238 \ 'dir' : [
1239 \ 'ltr',
1240 \ 'rtl'
1241 \ ]
1242 \ }
1243 \ ],
1244 \ 'var' : [
1245 \ [
1246 \ 'a',
1247 \ 'br',
1248 \ 'span',
1249 \ 'bdo',
1250 \ 'object',
1251 \ 'img',
1252 \ 'map',
1253 \ 'tt',
1254 \ 'i',
1255 \ 'b',
1256 \ 'big',
1257 \ 'small',
1258 \ 'em',
1259 \ 'strong',
1260 \ 'dfn',
1261 \ 'code',
1262 \ 'q',
1263 \ 'sub',
1264 \ 'sup',
1265 \ 'samp',
1266 \ 'kbd',
1267 \ 'var',
1268 \ 'cite',
1269 \ 'abbr',
1270 \ 'acronym',
1271 \ 'input',
1272 \ 'select',
1273 \ 'textarea',
1274 \ 'label',
1275 \ 'button',
1276 \ 'ins',
1277 \ 'del',
1278 \ 'script',
1279 \ 'noscript'
1280 \ ],
1281 \ {
1282 \ 'onmouseover' : [],
1283 \ 'lang' : [],
1284 \ 'onmouseout' : [],
1285 \ 'onmousemove' : [],
1286 \ 'style' : [],
1287 \ 'ondblclick' : [],
1288 \ 'xml:lang' : [],
1289 \ 'dir' : [
1290 \ 'ltr',
1291 \ 'rtl'
1292 \ ],
1293 \ 'onkeydown' : [],
1294 \ 'onkeyup' : [],
1295 \ 'onkeypress' : [],
1296 \ 'onmousedown' : [],
1297 \ 'onmouseup' : [],
1298 \ 'id' : [],
1299 \ 'class' : [],
1300 \ 'title' : [],
1301 \ 'onclick' : []
1302 \ }
1303 \ ],
1304 \ 'ul' : [
1305 \ [
1306 \ 'li'
1307 \ ],
1308 \ {
1309 \ 'onmouseover' : [],
1310 \ 'lang' : [],
1311 \ 'onmouseout' : [],
1312 \ 'onmousemove' : [],
1313 \ 'style' : [],
1314 \ 'ondblclick' : [],
1315 \ 'xml:lang' : [],
1316 \ 'dir' : [
1317 \ 'ltr',
1318 \ 'rtl'
1319 \ ],
1320 \ 'onkeydown' : [],
1321 \ 'onkeyup' : [],
1322 \ 'onkeypress' : [],
1323 \ 'onmousedown' : [],
1324 \ 'onmouseup' : [],
1325 \ 'id' : [],
1326 \ 'class' : [],
1327 \ 'title' : [],
1328 \ 'onclick' : []
1329 \ }
1330 \ ],
1331 \ 'del' : [
1332 \ [
1333 \ 'p',
1334 \ 'h1',
1335 \ 'h2',
1336 \ 'h3',
1337 \ 'h4',
1338 \ 'h5',
1339 \ 'h6',
1340 \ 'div',
1341 \ 'ul',
1342 \ 'ol',
1343 \ 'dl',
1344 \ 'pre',
1345 \ 'hr',
1346 \ 'blockquote',
1347 \ 'address',
1348 \ 'fieldset',
1349 \ 'table',
1350 \ 'form',
1351 \ 'a',
1352 \ 'br',
1353 \ 'span',
1354 \ 'bdo',
1355 \ 'object',
1356 \ 'img',
1357 \ 'map',
1358 \ 'tt',
1359 \ 'i',
1360 \ 'b',
1361 \ 'big',
1362 \ 'small',
1363 \ 'em',
1364 \ 'strong',
1365 \ 'dfn',
1366 \ 'code',
1367 \ 'q',
1368 \ 'sub',
1369 \ 'sup',
1370 \ 'samp',
1371 \ 'kbd',
1372 \ 'var',
1373 \ 'cite',
1374 \ 'abbr',
1375 \ 'acronym',
1376 \ 'input',
1377 \ 'select',
1378 \ 'textarea',
1379 \ 'label',
1380 \ 'button',
1381 \ 'ins',
1382 \ 'del',
1383 \ 'script',
1384 \ 'noscript'
1385 \ ],
1386 \ {
1387 \ 'ondblclick' : [],
1388 \ 'datetime' : [],
1389 \ 'dir' : [
1390 \ 'ltr',
1391 \ 'rtl'
1392 \ ],
1393 \ 'onkeydown' : [],
1394 \ 'onkeyup' : [],
1395 \ 'onmouseup' : [],
1396 \ 'id' : [],
1397 \ 'cite' : [],
1398 \ 'onmouseover' : [],
1399 \ 'lang' : [],
1400 \ 'style' : [],
1401 \ 'onmousemove' : [],
1402 \ 'onmouseout' : [],
1403 \ 'xml:lang' : [],
1404 \ 'onmousedown' : [],
1405 \ 'onkeypress' : [],
1406 \ 'onclick' : [],
1407 \ 'title' : [],
1408 \ 'class' : []
1409 \ }
1410 \ ],
1411 \ 'blockquote' : [
1412 \ [
1413 \ 'p',
1414 \ 'h1',
1415 \ 'h2',
1416 \ 'h3',
1417 \ 'h4',
1418 \ 'h5',
1419 \ 'h6',
1420 \ 'div',
1421 \ 'ul',
1422 \ 'ol',
1423 \ 'dl',
1424 \ 'pre',
1425 \ 'hr',
1426 \ 'blockquote',
1427 \ 'address',
1428 \ 'fieldset',
1429 \ 'table',
1430 \ 'form',
1431 \ 'ins',
1432 \ 'del',
1433 \ 'script',
1434 \ 'noscript'
1435 \ ],
1436 \ {
1437 \ 'onmouseover' : [],
1438 \ 'lang' : [],
1439 \ 'onmouseout' : [],
1440 \ 'onmousemove' : [],
1441 \ 'style' : [],
1442 \ 'ondblclick' : [],
1443 \ 'xml:lang' : [],
1444 \ 'dir' : [
1445 \ 'ltr',
1446 \ 'rtl'
1447 \ ],
1448 \ 'onkeydown' : [],
1449 \ 'onkeyup' : [],
1450 \ 'onkeypress' : [],
1451 \ 'onmousedown' : [],
1452 \ 'onmouseup' : [],
1453 \ 'id' : [],
1454 \ 'class' : [],
1455 \ 'title' : [],
1456 \ 'onclick' : [],
1457 \ 'cite' : []
1458 \ }
1459 \ ],
1460 \ 'style' : [[],
1461 \ {
1462 \ 'lang' : [],
1463 \ 'media' : [
1464 \ 'screen',
1465 \ 'tty',
1466 \ 'tv',
1467 \ 'projection',
1468 \ 'handheld',
1469 \ 'print',
1470 \ 'braille',
1471 \ 'aural',
1472 \ 'all'
1473 \ ],
1474 \ 'title' : [],
1475 \ 'type' : [
1476 \ 'text/css'
1477 \ ],
1478 \ 'xml:space' : [
1479 \ 'preserve'
1480 \ ],
1481 \ 'xml:lang' : [],
1482 \ 'dir' : [
1483 \ 'ltr',
1484 \ 'rtl'
1485 \ ]
1486 \ }
1487 \ ],
1488 \ 'dfn' : [
1489 \ [
1490 \ 'a',
1491 \ 'br',
1492 \ 'span',
1493 \ 'bdo',
1494 \ 'object',
1495 \ 'img',
1496 \ 'map',
1497 \ 'tt',
1498 \ 'i',
1499 \ 'b',
1500 \ 'big',
1501 \ 'small',
1502 \ 'em',
1503 \ 'strong',
1504 \ 'dfn',
1505 \ 'code',
1506 \ 'q',
1507 \ 'sub',
1508 \ 'sup',
1509 \ 'samp',
1510 \ 'kbd',
1511 \ 'var',
1512 \ 'cite',
1513 \ 'abbr',
1514 \ 'acronym',
1515 \ 'input',
1516 \ 'select',
1517 \ 'textarea',
1518 \ 'label',
1519 \ 'button',
1520 \ 'ins',
1521 \ 'del',
1522 \ 'script',
1523 \ 'noscript'
1524 \ ],
1525 \ {
1526 \ 'onmouseover' : [],
1527 \ 'lang' : [],
1528 \ 'onmouseout' : [],
1529 \ 'onmousemove' : [],
1530 \ 'style' : [],
1531 \ 'ondblclick' : [],
1532 \ 'xml:lang' : [],
1533 \ 'dir' : [
1534 \ 'ltr',
1535 \ 'rtl'
1536 \ ],
1537 \ 'onkeydown' : [],
1538 \ 'onkeyup' : [],
1539 \ 'onkeypress' : [],
1540 \ 'onmousedown' : [],
1541 \ 'onmouseup' : [],
1542 \ 'id' : [],
1543 \ 'class' : [],
1544 \ 'title' : [],
1545 \ 'onclick' : []
1546 \ }
1547 \ ],
1548 \ 'h3' : [
1549 \ [
1550 \ 'a',
1551 \ 'br',
1552 \ 'span',
1553 \ 'bdo',
1554 \ 'object',
1555 \ 'img',
1556 \ 'map',
1557 \ 'tt',
1558 \ 'i',
1559 \ 'b',
1560 \ 'big',
1561 \ 'small',
1562 \ 'em',
1563 \ 'strong',
1564 \ 'dfn',
1565 \ 'code',
1566 \ 'q',
1567 \ 'sub',
1568 \ 'sup',
1569 \ 'samp',
1570 \ 'kbd',
1571 \ 'var',
1572 \ 'cite',
1573 \ 'abbr',
1574 \ 'acronym',
1575 \ 'input',
1576 \ 'select',
1577 \ 'textarea',
1578 \ 'label',
1579 \ 'button',
1580 \ 'ins',
1581 \ 'del',
1582 \ 'script',
1583 \ 'noscript'
1584 \ ],
1585 \ {
1586 \ 'onmouseover' : [],
1587 \ 'lang' : [],
1588 \ 'onmouseout' : [],
1589 \ 'onmousemove' : [],
1590 \ 'style' : [],
1591 \ 'ondblclick' : [],
1592 \ 'xml:lang' : [],
1593 \ 'dir' : [
1594 \ 'ltr',
1595 \ 'rtl'
1596 \ ],
1597 \ 'onkeydown' : [],
1598 \ 'onkeyup' : [],
1599 \ 'onkeypress' : [],
1600 \ 'onmousedown' : [],
1601 \ 'onmouseup' : [],
1602 \ 'id' : [],
1603 \ 'class' : [],
1604 \ 'title' : [],
1605 \ 'onclick' : []
1606 \ }
1607 \ ],
1608 \ 'textarea' : [[],
1609 \ {
1610 \ 'accesskey' : [],
1611 \ 'disabled' : [
1612 \ 'disabled'
1613 \ ],
1614 \ 'ondblclick' : [],
1615 \ 'rows' : [],
1616 \ 'onblur' : [],
1617 \ 'cols' : [],
1618 \ 'dir' : [
1619 \ 'ltr',
1620 \ 'rtl'
1621 \ ],
1622 \ 'onchange' : [],
1623 \ 'onfocus' : [],
1624 \ 'readonly' : [
1625 \ 'BOOL'
1626 \ ],
1627 \ 'onkeydown' : [],
1628 \ 'onkeyup' : [],
1629 \ 'onmouseup' : [],
1630 \ 'id' : [],
1631 \ 'onselect' : [],
1632 \ 'onmouseover' : [],
1633 \ 'tabindex' : [],
1634 \ 'lang' : [],
1635 \ 'style' : [],
1636 \ 'onmousemove' : [],
1637 \ 'onmouseout' : [],
1638 \ 'name' : [],
1639 \ 'xml:lang' : [],
1640 \ 'onmousedown' : [],
1641 \ 'onkeypress' : [],
1642 \ 'onclick' : [],
1643 \ 'title' : [],
1644 \ 'class' : []
1645 \ }
1646 \ ],
1647 \ 'a' : [
1648 \ [
1649 \ 'br',
1650 \ 'span',
1651 \ 'bdo',
1652 \ 'object',
1653 \ 'img',
1654 \ 'map',
1655 \ 'tt',
1656 \ 'i',
1657 \ 'b',
1658 \ 'big',
1659 \ 'small',
1660 \ 'em',
1661 \ 'strong',
1662 \ 'dfn',
1663 \ 'code',
1664 \ 'q',
1665 \ 'sub',
1666 \ 'sup',
1667 \ 'samp',
1668 \ 'kbd',
1669 \ 'var',
1670 \ 'cite',
1671 \ 'abbr',
1672 \ 'acronym',
1673 \ 'input',
1674 \ 'select',
1675 \ 'textarea',
1676 \ 'label',
1677 \ 'button',
1678 \ 'ins',
1679 \ 'del',
1680 \ 'script',
1681 \ 'noscript'
1682 \ ],
1683 \ {
1684 \ 'accesskey' : [],
1685 \ 'rel' : [],
1686 \ 'coords' : [],
1687 \ 'ondblclick' : [],
1688 \ 'onblur' : [],
1689 \ 'dir' : [
1690 \ 'ltr',
1691 \ 'rtl'
1692 \ ],
1693 \ 'onfocus' : [],
1694 \ 'onkeydown' : [],
1695 \ 'onkeyup' : [],
1696 \ 'href' : [],
1697 \ 'onmouseup' : [],
1698 \ 'id' : [],
1699 \ 'onmouseover' : [],
1700 \ 'tabindex' : [],
1701 \ 'lang' : [],
1702 \ 'name' : [],
1703 \ 'style' : [],
1704 \ 'onmousemove' : [],
1705 \ 'onmouseout' : [],
1706 \ 'charset' : [],
1707 \ 'hreflang' : [],
1708 \ 'xml:lang' : [],
1709 \ 'onmousedown' : [],
1710 \ 'onkeypress' : [],
1711 \ 'rev' : [],
1712 \ 'shape' : [
1713 \ 'rect',
1714 \ 'circle',
1715 \ 'poly',
1716 \ 'default'
1717 \ ],
1718 \ 'type' : [],
1719 \ 'onclick' : [],
1720 \ 'title' : [],
1721 \ 'class' : []
1722 \ }
1723 \ ],
1724 \ 'img' : [[],
1725 \ {
1726 \ 'width' : [],
1727 \ 'ismap' : [
1728 \ 'BOOL'
1729 \ ],
1730 \ 'usemap' : [],
1731 \ 'ondblclick' : [],
1732 \ 'dir' : [
1733 \ 'ltr',
1734 \ 'rtl'
1735 \ ],
1736 \ 'onkeydown' : [],
1737 \ 'onkeyup' : [],
1738 \ 'onmouseup' : [],
1739 \ 'id' : [],
1740 \ 'onmouseover' : [],
1741 \ 'lang' : [],
1742 \ 'alt' : [],
1743 \ 'longdesc' : [],
1744 \ 'src' : [],
1745 \ 'style' : [],
1746 \ 'onmousemove' : [],
1747 \ 'onmouseout' : [],
1748 \ 'height' : [],
1749 \ 'xml:lang' : [],
1750 \ 'onmousedown' : [],
1751 \ 'onkeypress' : [],
1752 \ 'onclick' : [],
1753 \ 'title' : [],
1754 \ 'class' : []
1755 \ }
1756 \ ],
1757 \ 'tt' : [
1758 \ [
1759 \ 'a',
1760 \ 'br',
1761 \ 'span',
1762 \ 'bdo',
1763 \ 'object',
1764 \ 'img',
1765 \ 'map',
1766 \ 'tt',
1767 \ 'i',
1768 \ 'b',
1769 \ 'big',
1770 \ 'small',
1771 \ 'em',
1772 \ 'strong',
1773 \ 'dfn',
1774 \ 'code',
1775 \ 'q',
1776 \ 'sub',
1777 \ 'sup',
1778 \ 'samp',
1779 \ 'kbd',
1780 \ 'var',
1781 \ 'cite',
1782 \ 'abbr',
1783 \ 'acronym',
1784 \ 'input',
1785 \ 'select',
1786 \ 'textarea',
1787 \ 'label',
1788 \ 'button',
1789 \ 'ins',
1790 \ 'del',
1791 \ 'script',
1792 \ 'noscript'
1793 \ ],
1794 \ {
1795 \ 'onmouseover' : [],
1796 \ 'lang' : [],
1797 \ 'onmouseout' : [],
1798 \ 'onmousemove' : [],
1799 \ 'style' : [],
1800 \ 'ondblclick' : [],
1801 \ 'xml:lang' : [],
1802 \ 'dir' : [
1803 \ 'ltr',
1804 \ 'rtl'
1805 \ ],
1806 \ 'onkeydown' : [],
1807 \ 'onkeyup' : [],
1808 \ 'onkeypress' : [],
1809 \ 'onmousedown' : [],
1810 \ 'onmouseup' : [],
1811 \ 'id' : [],
1812 \ 'class' : [],
1813 \ 'title' : [],
1814 \ 'onclick' : []
1815 \ }
1816 \ ],
1817 \ 'thead' : [
1818 \ [
1819 \ 'tr'
1820 \ ],
1821 \ {
1822 \ 'ondblclick' : [],
1823 \ 'dir' : [
1824 \ 'ltr',
1825 \ 'rtl'
1826 \ ],
1827 \ 'onkeydown' : [],
1828 \ 'onkeyup' : [],
1829 \ 'onmouseup' : [],
1830 \ 'id' : [],
1831 \ 'charoff' : [],
1832 \ 'onmouseover' : [],
1833 \ 'lang' : [],
1834 \ 'align' : [
1835 \ 'left',
1836 \ 'center',
1837 \ 'right',
1838 \ 'justify',
1839 \ 'char'
1840 \ ],
1841 \ 'valign' : [
1842 \ 'top',
1843 \ 'middle',
1844 \ 'bottom',
1845 \ 'baseline'
1846 \ ],
1847 \ 'style' : [],
1848 \ 'onmousemove' : [],
1849 \ 'onmouseout' : [],
1850 \ 'xml:lang' : [],
1851 \ 'char' : [],
1852 \ 'onmousedown' : [],
1853 \ 'onkeypress' : [],
1854 \ 'onclick' : [],
1855 \ 'title' : [],
1856 \ 'class' : []
1857 \ }
1858 \ ],
1859 \ 'abbr' : [
1860 \ [
1861 \ 'a',
1862 \ 'br',
1863 \ 'span',
1864 \ 'bdo',
1865 \ 'object',
1866 \ 'img',
1867 \ 'map',
1868 \ 'tt',
1869 \ 'i',
1870 \ 'b',
1871 \ 'big',
1872 \ 'small',
1873 \ 'em',
1874 \ 'strong',
1875 \ 'dfn',
1876 \ 'code',
1877 \ 'q',
1878 \ 'sub',
1879 \ 'sup',
1880 \ 'samp',
1881 \ 'kbd',
1882 \ 'var',
1883 \ 'cite',
1884 \ 'abbr',
1885 \ 'acronym',
1886 \ 'input',
1887 \ 'select',
1888 \ 'textarea',
1889 \ 'label',
1890 \ 'button',
1891 \ 'ins',
1892 \ 'del',
1893 \ 'script',
1894 \ 'noscript'
1895 \ ],
1896 \ {
1897 \ 'onmouseover' : [],
1898 \ 'lang' : [],
1899 \ 'onmouseout' : [],
1900 \ 'onmousemove' : [],
1901 \ 'style' : [],
1902 \ 'ondblclick' : [],
1903 \ 'xml:lang' : [],
1904 \ 'dir' : [
1905 \ 'ltr',
1906 \ 'rtl'
1907 \ ],
1908 \ 'onkeydown' : [],
1909 \ 'onkeyup' : [],
1910 \ 'onkeypress' : [],
1911 \ 'onmousedown' : [],
1912 \ 'onmouseup' : [],
1913 \ 'id' : [],
1914 \ 'class' : [],
1915 \ 'title' : [],
1916 \ 'onclick' : []
1917 \ }
1918 \ ],
1919 \ 'h6' : [
1920 \ [
1921 \ 'a',
1922 \ 'br',
1923 \ 'span',
1924 \ 'bdo',
1925 \ 'object',
1926 \ 'img',
1927 \ 'map',
1928 \ 'tt',
1929 \ 'i',
1930 \ 'b',
1931 \ 'big',
1932 \ 'small',
1933 \ 'em',
1934 \ 'strong',
1935 \ 'dfn',
1936 \ 'code',
1937 \ 'q',
1938 \ 'sub',
1939 \ 'sup',
1940 \ 'samp',
1941 \ 'kbd',
1942 \ 'var',
1943 \ 'cite',
1944 \ 'abbr',
1945 \ 'acronym',
1946 \ 'input',
1947 \ 'select',
1948 \ 'textarea',
1949 \ 'label',
1950 \ 'button',
1951 \ 'ins',
1952 \ 'del',
1953 \ 'script',
1954 \ 'noscript'
1955 \ ],
1956 \ {
1957 \ 'onmouseover' : [],
1958 \ 'lang' : [],
1959 \ 'onmouseout' : [],
1960 \ 'onmousemove' : [],
1961 \ 'style' : [],
1962 \ 'ondblclick' : [],
1963 \ 'xml:lang' : [],
1964 \ 'dir' : [
1965 \ 'ltr',
1966 \ 'rtl'
1967 \ ],
1968 \ 'onkeydown' : [],
1969 \ 'onkeyup' : [],
1970 \ 'onkeypress' : [],
1971 \ 'onmousedown' : [],
1972 \ 'onmouseup' : [],
1973 \ 'id' : [],
1974 \ 'class' : [],
1975 \ 'title' : [],
1976 \ 'onclick' : []
1977 \ }
1978 \ ],
1979 \ 'sup' : [
1980 \ [
1981 \ 'a',
1982 \ 'br',
1983 \ 'span',
1984 \ 'bdo',
1985 \ 'object',
1986 \ 'img',
1987 \ 'map',
1988 \ 'tt',
1989 \ 'i',
1990 \ 'b',
1991 \ 'big',
1992 \ 'small',
1993 \ 'em',
1994 \ 'strong',
1995 \ 'dfn',
1996 \ 'code',
1997 \ 'q',
1998 \ 'sub',
1999 \ 'sup',
2000 \ 'samp',
2001 \ 'kbd',
2002 \ 'var',
2003 \ 'cite',
2004 \ 'abbr',
2005 \ 'acronym',
2006 \ 'input',
2007 \ 'select',
2008 \ 'textarea',
2009 \ 'label',
2010 \ 'button',
2011 \ 'ins',
2012 \ 'del',
2013 \ 'script',
2014 \ 'noscript'
2015 \ ],
2016 \ {
2017 \ 'onmouseover' : [],
2018 \ 'lang' : [],
2019 \ 'onmouseout' : [],
2020 \ 'onmousemove' : [],
2021 \ 'style' : [],
2022 \ 'ondblclick' : [],
2023 \ 'xml:lang' : [],
2024 \ 'dir' : [
2025 \ 'ltr',
2026 \ 'rtl'
2027 \ ],
2028 \ 'onkeydown' : [],
2029 \ 'onkeyup' : [],
2030 \ 'onkeypress' : [],
2031 \ 'onmousedown' : [],
2032 \ 'onmouseup' : [],
2033 \ 'id' : [],
2034 \ 'class' : [],
2035 \ 'title' : [],
2036 \ 'onclick' : []
2037 \ }
2038 \ ],
2039 \ 'address' : [
2040 \ [
2041 \ 'a',
2042 \ 'br',
2043 \ 'span',
2044 \ 'bdo',
2045 \ 'object',
2046 \ 'img',
2047 \ 'map',
2048 \ 'tt',
2049 \ 'i',
2050 \ 'b',
2051 \ 'big',
2052 \ 'small',
2053 \ 'em',
2054 \ 'strong',
2055 \ 'dfn',
2056 \ 'code',
2057 \ 'q',
2058 \ 'sub',
2059 \ 'sup',
2060 \ 'samp',
2061 \ 'kbd',
2062 \ 'var',
2063 \ 'cite',
2064 \ 'abbr',
2065 \ 'acronym',
2066 \ 'input',
2067 \ 'select',
2068 \ 'textarea',
2069 \ 'label',
2070 \ 'button',
2071 \ 'ins',
2072 \ 'del',
2073 \ 'script',
2074 \ 'noscript'
2075 \ ],
2076 \ {
2077 \ 'onmouseover' : [],
2078 \ 'lang' : [],
2079 \ 'onmouseout' : [],
2080 \ 'onmousemove' : [],
2081 \ 'style' : [],
2082 \ 'ondblclick' : [],
2083 \ 'xml:lang' : [],
2084 \ 'dir' : [
2085 \ 'ltr',
2086 \ 'rtl'
2087 \ ],
2088 \ 'onkeydown' : [],
2089 \ 'onkeyup' : [],
2090 \ 'onkeypress' : [],
2091 \ 'onmousedown' : [],
2092 \ 'onmouseup' : [],
2093 \ 'id' : [],
2094 \ 'class' : [],
2095 \ 'title' : [],
2096 \ 'onclick' : []
2097 \ }
2098 \ ],
2099 \ 'param' : [[],
2100 \ {
2101 \ 'value' : [],
2102 \ 'name' : [],
2103 \ 'type' : [],
2104 \ 'valuetype' : [
2105 \ 'data',
2106 \ 'ref',
2107 \ 'object'
2108 \ ],
2109 \ 'id' : []
2110 \ }
2111 \ ],
2112 \ 'th' : [
2113 \ [
2114 \ 'p',
2115 \ 'h1',
2116 \ 'h2',
2117 \ 'h3',
2118 \ 'h4',
2119 \ 'h5',
2120 \ 'h6',
2121 \ 'div',
2122 \ 'ul',
2123 \ 'ol',
2124 \ 'dl',
2125 \ 'pre',
2126 \ 'hr',
2127 \ 'blockquote',
2128 \ 'address',
2129 \ 'fieldset',
2130 \ 'table',
2131 \ 'form',
2132 \ 'a',
2133 \ 'br',
2134 \ 'span',
2135 \ 'bdo',
2136 \ 'object',
2137 \ 'img',
2138 \ 'map',
2139 \ 'tt',
2140 \ 'i',
2141 \ 'b',
2142 \ 'big',
2143 \ 'small',
2144 \ 'em',
2145 \ 'strong',
2146 \ 'dfn',
2147 \ 'code',
2148 \ 'q',
2149 \ 'sub',
2150 \ 'sup',
2151 \ 'samp',
2152 \ 'kbd',
2153 \ 'var',
2154 \ 'cite',
2155 \ 'abbr',
2156 \ 'acronym',
2157 \ 'input',
2158 \ 'select',
2159 \ 'textarea',
2160 \ 'label',
2161 \ 'button',
2162 \ 'ins',
2163 \ 'del',
2164 \ 'script',
2165 \ 'noscript'
2166 \ ],
2167 \ {
2168 \ 'headers' : [],
2169 \ 'ondblclick' : [],
2170 \ 'axis' : [],
2171 \ 'dir' : [
2172 \ 'ltr',
2173 \ 'rtl'
2174 \ ],
2175 \ 'abbr' : [],
2176 \ 'onkeydown' : [],
2177 \ 'onkeyup' : [],
2178 \ 'onmouseup' : [],
2179 \ 'id' : [],
2180 \ 'onmouseover' : [],
2181 \ 'lang' : [],
2182 \ 'style' : [],
2183 \ 'onmousemove' : [],
2184 \ 'onmouseout' : [],
2185 \ 'xml:lang' : [],
2186 \ 'onmousedown' : [],
2187 \ 'onkeypress' : [],
2188 \ 'onclick' : [],
2189 \ 'title' : [],
2190 \ 'class' : []
2191 \ }
2192 \ ],
2193 \ 'h1' : [
2194 \ [
2195 \ 'a',
2196 \ 'br',
2197 \ 'span',
2198 \ 'bdo',
2199 \ 'object',
2200 \ 'img',
2201 \ 'map',
2202 \ 'tt',
2203 \ 'i',
2204 \ 'b',
2205 \ 'big',
2206 \ 'small',
2207 \ 'em',
2208 \ 'strong',
2209 \ 'dfn',
2210 \ 'code',
2211 \ 'q',
2212 \ 'sub',
2213 \ 'sup',
2214 \ 'samp',
2215 \ 'kbd',
2216 \ 'var',
2217 \ 'cite',
2218 \ 'abbr',
2219 \ 'acronym',
2220 \ 'input',
2221 \ 'select',
2222 \ 'textarea',
2223 \ 'label',
2224 \ 'button',
2225 \ 'ins',
2226 \ 'del',
2227 \ 'script',
2228 \ 'noscript'
2229 \ ],
2230 \ {
2231 \ 'onmouseover' : [],
2232 \ 'lang' : [],
2233 \ 'onmouseout' : [],
2234 \ 'onmousemove' : [],
2235 \ 'style' : [],
2236 \ 'ondblclick' : [],
2237 \ 'xml:lang' : [],
2238 \ 'dir' : [
2239 \ 'ltr',
2240 \ 'rtl'
2241 \ ],
2242 \ 'onkeydown' : [],
2243 \ 'onkeyup' : [],
2244 \ 'onkeypress' : [],
2245 \ 'onmousedown' : [],
2246 \ 'onmouseup' : [],
2247 \ 'id' : [],
2248 \ 'class' : [],
2249 \ 'title' : [],
2250 \ 'onclick' : []
2251 \ }
2252 \ ],
2253 \ 'head' : [
2254 \ [
2255 \ 'script',
2256 \ 'style',
2257 \ 'meta',
2258 \ 'link',
2259 \ 'object',
2260 \ 'title',
2261 \ 'script',
2262 \ 'style',
2263 \ 'meta',
2264 \ 'link',
2265 \ 'object',
2266 \ 'base',
2267 \ 'script',
2268 \ 'style',
2269 \ 'meta',
2270 \ 'link',
2271 \ 'object',
2272 \ 'base',
2273 \ 'script',
2274 \ 'style',
2275 \ 'meta',
2276 \ 'link',
2277 \ 'object',
2278 \ 'title',
2279 \ 'script',
2280 \ 'style',
2281 \ 'meta',
2282 \ 'link',
2283 \ 'object'
2284 \ ],
2285 \ {
2286 \ 'profile' : [],
2287 \ 'lang' : [],
2288 \ 'xml:lang' : [],
2289 \ 'dir' : [
2290 \ 'ltr',
2291 \ 'rtl'
2292 \ ]
2293 \ }
2294 \ ],
2295 \ 'tbody' : [
2296 \ [
2297 \ 'tr'
2298 \ ],
2299 \ {
2300 \ 'ondblclick' : [],
2301 \ 'dir' : [
2302 \ 'ltr',
2303 \ 'rtl'
2304 \ ],
2305 \ 'onkeydown' : [],
2306 \ 'onkeyup' : [],
2307 \ 'onmouseup' : [],
2308 \ 'id' : [],
2309 \ 'charoff' : [],
2310 \ 'onmouseover' : [],
2311 \ 'lang' : [],
2312 \ 'align' : [
2313 \ 'left',
2314 \ 'center',
2315 \ 'right',
2316 \ 'justify',
2317 \ 'char'
2318 \ ],
2319 \ 'valign' : [
2320 \ 'top',
2321 \ 'middle',
2322 \ 'bottom',
2323 \ 'baseline'
2324 \ ],
2325 \ 'style' : [],
2326 \ 'onmousemove' : [],
2327 \ 'onmouseout' : [],
2328 \ 'xml:lang' : [],
2329 \ 'char' : [],
2330 \ 'onmousedown' : [],
2331 \ 'onkeypress' : [],
2332 \ 'onclick' : [],
2333 \ 'title' : [],
2334 \ 'class' : []
2335 \ }
2336 \ ],
2337 \ 'legend' : [
2338 \ [
2339 \ 'a',
2340 \ 'br',
2341 \ 'span',
2342 \ 'bdo',
2343 \ 'object',
2344 \ 'img',
2345 \ 'map',
2346 \ 'tt',
2347 \ 'i',
2348 \ 'b',
2349 \ 'big',
2350 \ 'small',
2351 \ 'em',
2352 \ 'strong',
2353 \ 'dfn',
2354 \ 'code',
2355 \ 'q',
2356 \ 'sub',
2357 \ 'sup',
2358 \ 'samp',
2359 \ 'kbd',
2360 \ 'var',
2361 \ 'cite',
2362 \ 'abbr',
2363 \ 'acronym',
2364 \ 'input',
2365 \ 'select',
2366 \ 'textarea',
2367 \ 'label',
2368 \ 'button',
2369 \ 'ins',
2370 \ 'del',
2371 \ 'script',
2372 \ 'noscript'
2373 \ ],
2374 \ {
2375 \ 'accesskey' : [],
2376 \ 'onmouseover' : [],
2377 \ 'lang' : [],
2378 \ 'onmouseout' : [],
2379 \ 'onmousemove' : [],
2380 \ 'style' : [],
2381 \ 'ondblclick' : [],
2382 \ 'xml:lang' : [],
2383 \ 'dir' : [
2384 \ 'ltr',
2385 \ 'rtl'
2386 \ ],
2387 \ 'onkeydown' : [],
2388 \ 'onkeyup' : [],
2389 \ 'onkeypress' : [],
2390 \ 'onmousedown' : [],
2391 \ 'onmouseup' : [],
2392 \ 'id' : [],
2393 \ 'class' : [],
2394 \ 'title' : [],
2395 \ 'onclick' : []
2396 \ }
2397 \ ],
2398 \ 'dd' : [
2399 \ [
2400 \ 'p',
2401 \ 'h1',
2402 \ 'h2',
2403 \ 'h3',
2404 \ 'h4',
2405 \ 'h5',
2406 \ 'h6',
2407 \ 'div',
2408 \ 'ul',
2409 \ 'ol',
2410 \ 'dl',
2411 \ 'pre',
2412 \ 'hr',
2413 \ 'blockquote',
2414 \ 'address',
2415 \ 'fieldset',
2416 \ 'table',
2417 \ 'form',
2418 \ 'a',
2419 \ 'br',
2420 \ 'span',
2421 \ 'bdo',
2422 \ 'object',
2423 \ 'img',
2424 \ 'map',
2425 \ 'tt',
2426 \ 'i',
2427 \ 'b',
2428 \ 'big',
2429 \ 'small',
2430 \ 'em',
2431 \ 'strong',
2432 \ 'dfn',
2433 \ 'code',
2434 \ 'q',
2435 \ 'sub',
2436 \ 'sup',
2437 \ 'samp',
2438 \ 'kbd',
2439 \ 'var',
2440 \ 'cite',
2441 \ 'abbr',
2442 \ 'acronym',
2443 \ 'input',
2444 \ 'select',
2445 \ 'textarea',
2446 \ 'label',
2447 \ 'button',
2448 \ 'ins',
2449 \ 'del',
2450 \ 'script',
2451 \ 'noscript'
2452 \ ],
2453 \ {
2454 \ 'onmouseover' : [],
2455 \ 'lang' : [],
2456 \ 'onmouseout' : [],
2457 \ 'onmousemove' : [],
2458 \ 'style' : [],
2459 \ 'ondblclick' : [],
2460 \ 'xml:lang' : [],
2461 \ 'dir' : [
2462 \ 'ltr',
2463 \ 'rtl'
2464 \ ],
2465 \ 'onkeydown' : [],
2466 \ 'onkeyup' : [],
2467 \ 'onkeypress' : [],
2468 \ 'onmousedown' : [],
2469 \ 'onmouseup' : [],
2470 \ 'id' : [],
2471 \ 'class' : [],
2472 \ 'title' : [],
2473 \ 'onclick' : []
2474 \ }
2475 \ ],
2476 \ 'hr' : [[],
2477 \ {
2478 \ 'onmouseover' : [],
2479 \ 'lang' : [],
2480 \ 'onmouseout' : [],
2481 \ 'onmousemove' : [],
2482 \ 'style' : [],
2483 \ 'ondblclick' : [],
2484 \ 'xml:lang' : [],
2485 \ 'dir' : [
2486 \ 'ltr',
2487 \ 'rtl'
2488 \ ],
2489 \ 'onkeydown' : [],
2490 \ 'onkeyup' : [],
2491 \ 'onkeypress' : [],
2492 \ 'onmousedown' : [],
2493 \ 'onmouseup' : [],
2494 \ 'id' : [],
2495 \ 'class' : [],
2496 \ 'title' : [],
2497 \ 'onclick' : []
2498 \ }
2499 \ ],
2500 \ 'li' : [
2501 \ [
2502 \ 'p',
2503 \ 'h1',
2504 \ 'h2',
2505 \ 'h3',
2506 \ 'h4',
2507 \ 'h5',
2508 \ 'h6',
2509 \ 'div',
2510 \ 'ul',
2511 \ 'ol',
2512 \ 'dl',
2513 \ 'pre',
2514 \ 'hr',
2515 \ 'blockquote',
2516 \ 'address',
2517 \ 'fieldset',
2518 \ 'table',
2519 \ 'form',
2520 \ 'a',
2521 \ 'br',
2522 \ 'span',
2523 \ 'bdo',
2524 \ 'object',
2525 \ 'img',
2526 \ 'map',
2527 \ 'tt',
2528 \ 'i',
2529 \ 'b',
2530 \ 'big',
2531 \ 'small',
2532 \ 'em',
2533 \ 'strong',
2534 \ 'dfn',
2535 \ 'code',
2536 \ 'q',
2537 \ 'sub',
2538 \ 'sup',
2539 \ 'samp',
2540 \ 'kbd',
2541 \ 'var',
2542 \ 'cite',
2543 \ 'abbr',
2544 \ 'acronym',
2545 \ 'input',
2546 \ 'select',
2547 \ 'textarea',
2548 \ 'label',
2549 \ 'button',
2550 \ 'ins',
2551 \ 'del',
2552 \ 'script',
2553 \ 'noscript'
2554 \ ],
2555 \ {
2556 \ 'onmouseover' : [],
2557 \ 'lang' : [],
2558 \ 'onmouseout' : [],
2559 \ 'onmousemove' : [],
2560 \ 'style' : [],
2561 \ 'ondblclick' : [],
2562 \ 'xml:lang' : [],
2563 \ 'dir' : [
2564 \ 'ltr',
2565 \ 'rtl'
2566 \ ],
2567 \ 'onkeydown' : [],
2568 \ 'onkeyup' : [],
2569 \ 'onkeypress' : [],
2570 \ 'onmousedown' : [],
2571 \ 'onmouseup' : [],
2572 \ 'id' : [],
2573 \ 'class' : [],
2574 \ 'title' : [],
2575 \ 'onclick' : []
2576 \ }
2577 \ ],
2578 \ 'td' : [
2579 \ [
2580 \ 'p',
2581 \ 'h1',
2582 \ 'h2',
2583 \ 'h3',
2584 \ 'h4',
2585 \ 'h5',
2586 \ 'h6',
2587 \ 'div',
2588 \ 'ul',
2589 \ 'ol',
2590 \ 'dl',
2591 \ 'pre',
2592 \ 'hr',
2593 \ 'blockquote',
2594 \ 'address',
2595 \ 'fieldset',
2596 \ 'table',
2597 \ 'form',
2598 \ 'a',
2599 \ 'br',
2600 \ 'span',
2601 \ 'bdo',
2602 \ 'object',
2603 \ 'img',
2604 \ 'map',
2605 \ 'tt',
2606 \ 'i',
2607 \ 'b',
2608 \ 'big',
2609 \ 'small',
2610 \ 'em',
2611 \ 'strong',
2612 \ 'dfn',
2613 \ 'code',
2614 \ 'q',
2615 \ 'sub',
2616 \ 'sup',
2617 \ 'samp',
2618 \ 'kbd',
2619 \ 'var',
2620 \ 'cite',
2621 \ 'abbr',
2622 \ 'acronym',
2623 \ 'input',
2624 \ 'select',
2625 \ 'textarea',
2626 \ 'label',
2627 \ 'button',
2628 \ 'ins',
2629 \ 'del',
2630 \ 'script',
2631 \ 'noscript'
2632 \ ],
2633 \ {
2634 \ 'headers' : [],
2635 \ 'ondblclick' : [],
2636 \ 'axis' : [],
2637 \ 'dir' : [
2638 \ 'ltr',
2639 \ 'rtl'
2640 \ ],
2641 \ 'abbr' : [],
2642 \ 'onkeydown' : [],
2643 \ 'onkeyup' : [],
2644 \ 'onmouseup' : [],
2645 \ 'id' : [],
2646 \ 'onmouseover' : [],
2647 \ 'lang' : [],
2648 \ 'style' : [],
2649 \ 'onmousemove' : [],
2650 \ 'onmouseout' : [],
2651 \ 'xml:lang' : [],
2652 \ 'onmousedown' : [],
2653 \ 'onkeypress' : [],
2654 \ 'onclick' : [],
2655 \ 'title' : [],
2656 \ 'class' : []
2657 \ }
2658 \ ],
2659 \ 'label' : [
2660 \ [
2661 \ 'a',
2662 \ 'br',
2663 \ 'span',
2664 \ 'bdo',
2665 \ 'object',
2666 \ 'img',
2667 \ 'map',
2668 \ 'tt',
2669 \ 'i',
2670 \ 'b',
2671 \ 'big',
2672 \ 'small',
2673 \ 'em',
2674 \ 'strong',
2675 \ 'dfn',
2676 \ 'code',
2677 \ 'q',
2678 \ 'sub',
2679 \ 'sup',
2680 \ 'samp',
2681 \ 'kbd',
2682 \ 'var',
2683 \ 'cite',
2684 \ 'abbr',
2685 \ 'acronym',
2686 \ 'input',
2687 \ 'select',
2688 \ 'textarea',
2689 \ 'label',
2690 \ 'button',
2691 \ 'ins',
2692 \ 'del',
2693 \ 'script',
2694 \ 'noscript'
2695 \ ],
2696 \ {
2697 \ 'onmouseover' : [],
2698 \ 'lang' : [],
2699 \ 'for' : [],
2700 \ 'onmouseout' : [],
2701 \ 'onmousemove' : [],
2702 \ 'style' : [],
2703 \ 'ondblclick' : [],
2704 \ 'xml:lang' : [],
2705 \ 'dir' : [
2706 \ 'ltr',
2707 \ 'rtl'
2708 \ ],
2709 \ 'onkeydown' : [],
2710 \ 'onkeyup' : [],
2711 \ 'onkeypress' : [],
2712 \ 'onmousedown' : [],
2713 \ 'onmouseup' : [],
2714 \ 'id' : [],
2715 \ 'class' : [],
2716 \ 'title' : [],
2717 \ 'onclick' : []
2718 \ }
2719 \ ],
2720 \ 'dl' : [
2721 \ [
2722 \ 'dt',
2723 \ 'dd'
2724 \ ],
2725 \ {
2726 \ 'onmouseover' : [],
2727 \ 'lang' : [],
2728 \ 'onmouseout' : [],
2729 \ 'onmousemove' : [],
2730 \ 'style' : [],
2731 \ 'ondblclick' : [],
2732 \ 'xml:lang' : [],
2733 \ 'dir' : [
2734 \ 'ltr',
2735 \ 'rtl'
2736 \ ],
2737 \ 'onkeydown' : [],
2738 \ 'onkeyup' : [],
2739 \ 'onkeypress' : [],
2740 \ 'onmousedown' : [],
2741 \ 'onmouseup' : [],
2742 \ 'id' : [],
2743 \ 'class' : [],
2744 \ 'title' : [],
2745 \ 'onclick' : []
2746 \ }
2747 \ ],
2748 \ 'kbd' : [
2749 \ [
2750 \ 'a',
2751 \ 'br',
2752 \ 'span',
2753 \ 'bdo',
2754 \ 'object',
2755 \ 'img',
2756 \ 'map',
2757 \ 'tt',
2758 \ 'i',
2759 \ 'b',
2760 \ 'big',
2761 \ 'small',
2762 \ 'em',
2763 \ 'strong',
2764 \ 'dfn',
2765 \ 'code',
2766 \ 'q',
2767 \ 'sub',
2768 \ 'sup',
2769 \ 'samp',
2770 \ 'kbd',
2771 \ 'var',
2772 \ 'cite',
2773 \ 'abbr',
2774 \ 'acronym',
2775 \ 'input',
2776 \ 'select',
2777 \ 'textarea',
2778 \ 'label',
2779 \ 'button',
2780 \ 'ins',
2781 \ 'del',
2782 \ 'script',
2783 \ 'noscript'
2784 \ ],
2785 \ {
2786 \ 'onmouseover' : [],
2787 \ 'lang' : [],
2788 \ 'onmouseout' : [],
2789 \ 'onmousemove' : [],
2790 \ 'style' : [],
2791 \ 'ondblclick' : [],
2792 \ 'xml:lang' : [],
2793 \ 'dir' : [
2794 \ 'ltr',
2795 \ 'rtl'
2796 \ ],
2797 \ 'onkeydown' : [],
2798 \ 'onkeyup' : [],
2799 \ 'onkeypress' : [],
2800 \ 'onmousedown' : [],
2801 \ 'onmouseup' : [],
2802 \ 'id' : [],
2803 \ 'class' : [],
2804 \ 'title' : [],
2805 \ 'onclick' : []
2806 \ }
2807 \ ],
2808 \ 'div' : [
2809 \ [
2810 \ 'p',
2811 \ 'h1',
2812 \ 'h2',
2813 \ 'h3',
2814 \ 'h4',
2815 \ 'h5',
2816 \ 'h6',
2817 \ 'div',
2818 \ 'ul',
2819 \ 'ol',
2820 \ 'dl',
2821 \ 'pre',
2822 \ 'hr',
2823 \ 'blockquote',
2824 \ 'address',
2825 \ 'fieldset',
2826 \ 'table',
2827 \ 'form',
2828 \ 'a',
2829 \ 'br',
2830 \ 'span',
2831 \ 'bdo',
2832 \ 'object',
2833 \ 'img',
2834 \ 'map',
2835 \ 'tt',
2836 \ 'i',
2837 \ 'b',
2838 \ 'big',
2839 \ 'small',
2840 \ 'em',
2841 \ 'strong',
2842 \ 'dfn',
2843 \ 'code',
2844 \ 'q',
2845 \ 'sub',
2846 \ 'sup',
2847 \ 'samp',
2848 \ 'kbd',
2849 \ 'var',
2850 \ 'cite',
2851 \ 'abbr',
2852 \ 'acronym',
2853 \ 'input',
2854 \ 'select',
2855 \ 'textarea',
2856 \ 'label',
2857 \ 'button',
2858 \ 'ins',
2859 \ 'del',
2860 \ 'script',
2861 \ 'noscript'
2862 \ ],
2863 \ {
2864 \ 'onmouseover' : [],
2865 \ 'lang' : [],
2866 \ 'onmouseout' : [],
2867 \ 'onmousemove' : [],
2868 \ 'style' : [],
2869 \ 'ondblclick' : [],
2870 \ 'xml:lang' : [],
2871 \ 'dir' : [
2872 \ 'ltr',
2873 \ 'rtl'
2874 \ ],
2875 \ 'onkeydown' : [],
2876 \ 'onkeyup' : [],
2877 \ 'onkeypress' : [],
2878 \ 'onmousedown' : [],
2879 \ 'onmouseup' : [],
2880 \ 'id' : [],
2881 \ 'class' : [],
2882 \ 'title' : [],
2883 \ 'onclick' : []
2884 \ }
2885 \ ],
2886 \ 'object' : [
2887 \ [
2888 \ 'param',
2889 \ 'p',
2890 \ 'h1',
2891 \ 'h2',
2892 \ 'h3',
2893 \ 'h4',
2894 \ 'h5',
2895 \ 'h6',
2896 \ 'div',
2897 \ 'ul',
2898 \ 'ol',
2899 \ 'dl',
2900 \ 'pre',
2901 \ 'hr',
2902 \ 'blockquote',
2903 \ 'address',
2904 \ 'fieldset',
2905 \ 'table',
2906 \ 'form',
2907 \ 'a',
2908 \ 'br',
2909 \ 'span',
2910 \ 'bdo',
2911 \ 'object',
2912 \ 'img',
2913 \ 'map',
2914 \ 'tt',
2915 \ 'i',
2916 \ 'b',
2917 \ 'big',
2918 \ 'small',
2919 \ 'em',
2920 \ 'strong',
2921 \ 'dfn',
2922 \ 'code',
2923 \ 'q',
2924 \ 'sub',
2925 \ 'sup',
2926 \ 'samp',
2927 \ 'kbd',
2928 \ 'var',
2929 \ 'cite',
2930 \ 'abbr',
2931 \ 'acronym',
2932 \ 'input',
2933 \ 'select',
2934 \ 'textarea',
2935 \ 'label',
2936 \ 'button',
2937 \ 'ins',
2938 \ 'del',
2939 \ 'script',
2940 \ 'noscript'
2941 \ ],
2942 \ {
2943 \ 'width' : [],
2944 \ 'usemap' : [],
2945 \ 'ondblclick' : [],
2946 \ 'dir' : [
2947 \ 'ltr',
2948 \ 'rtl'
2949 \ ],
2950 \ 'onkeydown' : [],
2951 \ 'onkeyup' : [],
2952 \ 'onmouseup' : [],
2953 \ 'id' : [],
2954 \ 'onmouseover' : [],
2955 \ 'tabindex' : [],
2956 \ 'standby' : [],
2957 \ 'archive' : [],
2958 \ 'lang' : [],
2959 \ 'classid' : [],
2960 \ 'name' : [],
2961 \ 'style' : [],
2962 \ 'onmousemove' : [],
2963 \ 'onmouseout' : [],
2964 \ 'data' : [],
2965 \ 'height' : [],
2966 \ 'xml:lang' : [],
2967 \ 'codetype' : [],
2968 \ 'declare' : [
2969 \ 'BOOL'
2970 \ ],
2971 \ 'onmousedown' : [],
2972 \ 'onkeypress' : [],
2973 \ 'type' : [],
2974 \ 'onclick' : [],
2975 \ 'title' : [],
2976 \ 'class' : [],
2977 \ 'codebase' : []
2978 \ }
2979 \ ],
2980 \ 'dt' : [
2981 \ [
2982 \ 'a',
2983 \ 'br',
2984 \ 'span',
2985 \ 'bdo',
2986 \ 'object',
2987 \ 'img',
2988 \ 'map',
2989 \ 'tt',
2990 \ 'i',
2991 \ 'b',
2992 \ 'big',
2993 \ 'small',
2994 \ 'em',
2995 \ 'strong',
2996 \ 'dfn',
2997 \ 'code',
2998 \ 'q',
2999 \ 'sub',
3000 \ 'sup',
3001 \ 'samp',
3002 \ 'kbd',
3003 \ 'var',
3004 \ 'cite',
3005 \ 'abbr',
3006 \ 'acronym',
3007 \ 'input',
3008 \ 'select',
3009 \ 'textarea',
3010 \ 'label',
3011 \ 'button',
3012 \ 'ins',
3013 \ 'del',
3014 \ 'script',
3015 \ 'noscript'
3016 \ ],
3017 \ {
3018 \ 'onmouseover' : [],
3019 \ 'lang' : [],
3020 \ 'onmouseout' : [],
3021 \ 'onmousemove' : [],
3022 \ 'style' : [],
3023 \ 'ondblclick' : [],
3024 \ 'xml:lang' : [],
3025 \ 'dir' : [
3026 \ 'ltr',
3027 \ 'rtl'
3028 \ ],
3029 \ 'onkeydown' : [],
3030 \ 'onkeyup' : [],
3031 \ 'onkeypress' : [],
3032 \ 'onmousedown' : [],
3033 \ 'onmouseup' : [],
3034 \ 'id' : [],
3035 \ 'class' : [],
3036 \ 'title' : [],
3037 \ 'onclick' : []
3038 \ }
3039 \ ],
3040 \ 'pre' : [
3041 \ [
3042 \ 'a',
3043 \ 'br',
3044 \ 'span',
3045 \ 'bdo',
3046 \ 'map',
3047 \ 'tt',
3048 \ 'i',
3049 \ 'b',
3050 \ 'em',
3051 \ 'strong',
3052 \ 'dfn',
3053 \ 'code',
3054 \ 'q',
3055 \ 'sub',
3056 \ 'sup',
3057 \ 'samp',
3058 \ 'kbd',
3059 \ 'var',
3060 \ 'cite',
3061 \ 'abbr',
3062 \ 'acronym',
3063 \ 'input',
3064 \ 'select',
3065 \ 'textarea',
3066 \ 'label',
3067 \ 'button'
3068 \ ],
3069 \ {
3070 \ 'ondblclick' : [],
3071 \ 'dir' : [
3072 \ 'ltr',
3073 \ 'rtl'
3074 \ ],
3075 \ 'onkeydown' : [],
3076 \ 'onkeyup' : [],
3077 \ 'onmouseup' : [],
3078 \ 'id' : [],
3079 \ 'onmouseover' : [],
3080 \ 'lang' : [],
3081 \ 'style' : [],
3082 \ 'onmousemove' : [],
3083 \ 'onmouseout' : [],
3084 \ 'xml:lang' : [],
3085 \ 'xml:space' : [
3086 \ 'preserve'
3087 \ ],
3088 \ 'onmousedown' : [],
3089 \ 'onkeypress' : [],
3090 \ 'onclick' : [],
3091 \ 'title' : [],
3092 \ 'class' : []
3093 \ }
3094 \ ],
3095 \ 'samp' : [
3096 \ [
3097 \ 'a',
3098 \ 'br',
3099 \ 'span',
3100 \ 'bdo',
3101 \ 'object',
3102 \ 'img',
3103 \ 'map',
3104 \ 'tt',
3105 \ 'i',
3106 \ 'b',
3107 \ 'big',
3108 \ 'small',
3109 \ 'em',
3110 \ 'strong',
3111 \ 'dfn',
3112 \ 'code',
3113 \ 'q',
3114 \ 'sub',
3115 \ 'sup',
3116 \ 'samp',
3117 \ 'kbd',
3118 \ 'var',
3119 \ 'cite',
3120 \ 'abbr',
3121 \ 'acronym',
3122 \ 'input',
3123 \ 'select',
3124 \ 'textarea',
3125 \ 'label',
3126 \ 'button',
3127 \ 'ins',
3128 \ 'del',
3129 \ 'script',
3130 \ 'noscript'
3131 \ ],
3132 \ {
3133 \ 'onmouseover' : [],
3134 \ 'lang' : [],
3135 \ 'onmouseout' : [],
3136 \ 'onmousemove' : [],
3137 \ 'style' : [],
3138 \ 'ondblclick' : [],
3139 \ 'xml:lang' : [],
3140 \ 'dir' : [
3141 \ 'ltr',
3142 \ 'rtl'
3143 \ ],
3144 \ 'onkeydown' : [],
3145 \ 'onkeyup' : [],
3146 \ 'onkeypress' : [],
3147 \ 'onmousedown' : [],
3148 \ 'onmouseup' : [],
3149 \ 'id' : [],
3150 \ 'class' : [],
3151 \ 'title' : [],
3152 \ 'onclick' : []
3153 \ }
3154 \ ],
3155 \ 'col' : [[],
3156 \ {
3157 \ 'disabled' : [
3158 \ 'disabled'
3159 \ ],
3160 \ 'ondblclick' : [],
3161 \ 'dir' : [
3162 \ 'ltr',
3163 \ 'rtl'
3164 \ ],
3165 \ 'onkeydown' : [],
3166 \ 'onkeyup' : [],
3167 \ 'onmouseup' : [],
3168 \ 'id' : [],
3169 \ 'onmouseover' : [],
3170 \ 'lang' : [],
3171 \ 'value' : [],
3172 \ 'style' : [],
3173 \ 'onmousemove' : [],
3174 \ 'onmouseout' : [],
3175 \ 'xml:lang' : [],
3176 \ 'onmousedown' : [],
3177 \ 'onkeypress' : [],
3178 \ 'label' : [],
3179 \ 'onclick' : [],
3180 \ 'title' : [],
3181 \ 'class' : [],
3182 \ 'selected' : [
3183 \ 'BOOL'
3184 \ ]
3185 \ }
3186 \ ],
3187 \ 'cite' : [
3188 \ [
3189 \ 'a',
3190 \ 'br',
3191 \ 'span',
3192 \ 'bdo',
3193 \ 'object',
3194 \ 'img',
3195 \ 'map',
3196 \ 'tt',
3197 \ 'i',
3198 \ 'b',
3199 \ 'big',
3200 \ 'small',
3201 \ 'em',
3202 \ 'strong',
3203 \ 'dfn',
3204 \ 'code',
3205 \ 'q',
3206 \ 'sub',
3207 \ 'sup',
3208 \ 'samp',
3209 \ 'kbd',
3210 \ 'var',
3211 \ 'cite',
3212 \ 'abbr',
3213 \ 'acronym',
3214 \ 'input',
3215 \ 'select',
3216 \ 'textarea',
3217 \ 'label',
3218 \ 'button',
3219 \ 'ins',
3220 \ 'del',
3221 \ 'script',
3222 \ 'noscript'
3223 \ ],
3224 \ {
3225 \ 'onmouseover' : [],
3226 \ 'lang' : [],
3227 \ 'onmouseout' : [],
3228 \ 'onmousemove' : [],
3229 \ 'style' : [],
3230 \ 'ondblclick' : [],
3231 \ 'xml:lang' : [],
3232 \ 'dir' : [
3233 \ 'ltr',
3234 \ 'rtl'
3235 \ ],
3236 \ 'onkeydown' : [],
3237 \ 'onkeyup' : [],
3238 \ 'onkeypress' : [],
3239 \ 'onmousedown' : [],
3240 \ 'onmouseup' : [],
3241 \ 'id' : [],
3242 \ 'class' : [],
3243 \ 'title' : [],
3244 \ 'onclick' : []
3245 \ }
3246 \ ],
3247 \ 'i' : [
3248 \ [
3249 \ 'a',
3250 \ 'br',
3251 \ 'span',
3252 \ 'bdo',
3253 \ 'object',
3254 \ 'img',
3255 \ 'map',
3256 \ 'tt',
3257 \ 'i',
3258 \ 'b',
3259 \ 'big',
3260 \ 'small',
3261 \ 'em',
3262 \ 'strong',
3263 \ 'dfn',
3264 \ 'code',
3265 \ 'q',
3266 \ 'sub',
3267 \ 'sup',
3268 \ 'samp',
3269 \ 'kbd',
3270 \ 'var',
3271 \ 'cite',
3272 \ 'abbr',
3273 \ 'acronym',
3274 \ 'input',
3275 \ 'select',
3276 \ 'textarea',
3277 \ 'label',
3278 \ 'button',
3279 \ 'ins',
3280 \ 'del',
3281 \ 'script',
3282 \ 'noscript'
3283 \ ],
3284 \ {
3285 \ 'onmouseover' : [],
3286 \ 'lang' : [],
3287 \ 'onmouseout' : [],
3288 \ 'onmousemove' : [],
3289 \ 'style' : [],
3290 \ 'ondblclick' : [],
3291 \ 'xml:lang' : [],
3292 \ 'dir' : [
3293 \ 'ltr',
3294 \ 'rtl'
3295 \ ],
3296 \ 'onkeydown' : [],
3297 \ 'onkeyup' : [],
3298 \ 'onkeypress' : [],
3299 \ 'onmousedown' : [],
3300 \ 'onmouseup' : [],
3301 \ 'id' : [],
3302 \ 'class' : [],
3303 \ 'title' : [],
3304 \ 'onclick' : []
3305 \ }
3306 \ ],
3307 \ 'select' : [
3308 \ [
3309 \ 'optgroup',
3310 \ 'option'
3311 \ ],
3312 \ {
3313 \ 'disabled' : [
3314 \ 'BOOL'
3315 \ ],
3316 \ 'ondblclick' : [],
3317 \ 'onblur' : [],
3318 \ 'size' : [],
3319 \ 'dir' : [
3320 \ 'ltr',
3321 \ 'rtl'
3322 \ ],
3323 \ 'onchange' : [],
3324 \ 'onfocus' : [],
3325 \ 'onkeydown' : [],
3326 \ 'onkeyup' : [],
3327 \ 'onmouseup' : [],
3328 \ 'id' : [],
3329 \ 'onmouseover' : [],
3330 \ 'tabindex' : [],
3331 \ 'lang' : [],
3332 \ 'style' : [],
3333 \ 'onmousemove' : [],
3334 \ 'onmouseout' : [],
3335 \ 'name' : [],
3336 \ 'xml:lang' : [],
3337 \ 'onmousedown' : [],
3338 \ 'onkeypress' : [],
3339 \ 'multiple' : [
3340 \ 'multiple'
3341 \ ],
3342 \ 'onclick' : [],
3343 \ 'title' : [],
3344 \ 'class' : []
3345 \ }
3346 \ ],
3347 \ 'link' : [[],
3348 \ {
3349 \ 'rel' : [],
3350 \ 'ondblclick' : [],
3351 \ 'dir' : [
3352 \ 'ltr',
3353 \ 'rtl'
3354 \ ],
3355 \ 'onkeydown' : [],
3356 \ 'onkeyup' : [],
3357 \ 'media' : [
3358 \ 'screen',
3359 \ 'tty',
3360 \ 'tv',
3361 \ 'projection',
3362 \ 'handheld',
3363 \ 'print',
3364 \ 'braille',
3365 \ 'aural',
3366 \ 'all'
3367 \ ],
3368 \ 'href' : [],
3369 \ 'onmouseup' : [],
3370 \ 'id' : [],
3371 \ 'onmouseover' : [],
3372 \ 'lang' : [],
3373 \ 'style' : [],
3374 \ 'onmousemove' : [],
3375 \ 'onmouseout' : [],
3376 \ 'charset' : [],
3377 \ 'hreflang' : [],
3378 \ 'xml:lang' : [],
3379 \ 'onmousedown' : [],
3380 \ 'onkeypress' : [],
3381 \ 'rev' : [],
3382 \ 'type' : [],
3383 \ 'onclick' : [],
3384 \ 'title' : [],
3385 \ 'class' : []
3386 \ }
3387 \ ],
3388 \ 'script' : [[],
3389 \ {
3390 \ 'defer' : [
3391 \ 'BOOL'
3392 \ ],
3393 \ 'src' : [],
3394 \ 'type' : [
3395 \ 'text/javascript'
3396 \ ],
3397 \ 'charset' : [],
3398 \ 'xml:space' : [
3399 \ 'preserve'
3400 \ ]
3401 \ }
3402 \ ],
3403 \ 'bdo' : [
3404 \ [
3405 \ 'a',
3406 \ 'br',
3407 \ 'span',
3408 \ 'bdo',
3409 \ 'object',
3410 \ 'img',
3411 \ 'map',
3412 \ 'tt',
3413 \ 'i',
3414 \ 'b',
3415 \ 'big',
3416 \ 'small',
3417 \ 'em',
3418 \ 'strong',
3419 \ 'dfn',
3420 \ 'code',
3421 \ 'q',
3422 \ 'sub',
3423 \ 'sup',
3424 \ 'samp',
3425 \ 'kbd',
3426 \ 'var',
3427 \ 'cite',
3428 \ 'abbr',
3429 \ 'acronym',
3430 \ 'input',
3431 \ 'select',
3432 \ 'textarea',
3433 \ 'label',
3434 \ 'button',
3435 \ 'ins',
3436 \ 'del',
3437 \ 'script',
3438 \ 'noscript'
3439 \ ],
3440 \ {
3441 \ 'onmouseover' : [],
3442 \ 'lang' : [],
3443 \ 'onmouseout' : [],
3444 \ 'onmousemove' : [],
3445 \ 'style' : [],
3446 \ 'ondblclick' : [],
3447 \ 'xml:lang' : [],
3448 \ 'dir' : [
3449 \ 'ltr',
3450 \ 'rtl'
3451 \ ],
3452 \ 'onkeydown' : [],
3453 \ 'onkeyup' : [],
3454 \ 'onkeypress' : [],
3455 \ 'onmousedown' : [],
3456 \ 'onmouseup' : [],
3457 \ 'id' : [],
3458 \ 'class' : [],
3459 \ 'title' : [],
3460 \ 'onclick' : []
3461 \ }
3462 \ ],
3463 \ 'colgroup' : [
3464 \ [
3465 \ 'col'
3466 \ ],
3467 \ {
3468 \ 'width' : [],
3469 \ 'ondblclick' : [],
3470 \ 'dir' : [
3471 \ 'ltr',
3472 \ 'rtl'
3473 \ ],
3474 \ 'onkeydown' : [],
3475 \ 'onkeyup' : [],
3476 \ 'onmouseup' : [],
3477 \ 'id' : [],
3478 \ 'charoff' : [],
3479 \ 'onmouseover' : [],
3480 \ 'align' : [
3481 \ 'left',
3482 \ 'center',
3483 \ 'right',
3484 \ 'justify',
3485 \ 'char'
3486 \ ],
3487 \ 'lang' : [],
3488 \ 'valign' : [
3489 \ 'top',
3490 \ 'middle',
3491 \ 'bottom',
3492 \ 'baseline'
3493 \ ],
3494 \ 'style' : [],
3495 \ 'onmousemove' : [],
3496 \ 'onmouseout' : [],
3497 \ 'xml:lang' : [],
3498 \ 'char' : [],
3499 \ 'onmousedown' : [],
3500 \ 'onkeypress' : [],
3501 \ 'onclick' : [],
3502 \ 'title' : [],
3503 \ 'class' : [],
3504 \ 'span' : [
3505 \ '',
3506 \ '1',
3507 \ ]
3508 \ }
3509 \ ],
3510 \ 'h2' : [
3511 \ [
3512 \ 'a',
3513 \ 'br',
3514 \ 'span',
3515 \ 'bdo',
3516 \ 'object',
3517 \ 'img',
3518 \ 'map',
3519 \ 'tt',
3520 \ 'i',
3521 \ 'b',
3522 \ 'big',
3523 \ 'small',
3524 \ 'em',
3525 \ 'strong',
3526 \ 'dfn',
3527 \ 'code',
3528 \ 'q',
3529 \ 'sub',
3530 \ 'sup',
3531 \ 'samp',
3532 \ 'kbd',
3533 \ 'var',
3534 \ 'cite',
3535 \ 'abbr',
3536 \ 'acronym',
3537 \ 'input',
3538 \ 'select',
3539 \ 'textarea',
3540 \ 'label',
3541 \ 'button',
3542 \ 'ins',
3543 \ 'del',
3544 \ 'script',
3545 \ 'noscript'
3546 \ ],
3547 \ {
3548 \ 'onmouseover' : [],
3549 \ 'lang' : [],
3550 \ 'onmouseout' : [],
3551 \ 'onmousemove' : [],
3552 \ 'style' : [],
3553 \ 'ondblclick' : [],
3554 \ 'xml:lang' : [],
3555 \ 'dir' : [
3556 \ 'ltr',
3557 \ 'rtl'
3558 \ ],
3559 \ 'onkeydown' : [],
3560 \ 'onkeyup' : [],
3561 \ 'onkeypress' : [],
3562 \ 'onmousedown' : [],
3563 \ 'onmouseup' : [],
3564 \ 'id' : [],
3565 \ 'class' : [],
3566 \ 'title' : [],
3567 \ 'onclick' : []
3568 \ }
3569 \ ],
3570 \ 'ins' : [
3571 \ [
3572 \ 'p',
3573 \ 'h1',
3574 \ 'h2',
3575 \ 'h3',
3576 \ 'h4',
3577 \ 'h5',
3578 \ 'h6',
3579 \ 'div',
3580 \ 'ul',
3581 \ 'ol',
3582 \ 'dl',
3583 \ 'pre',
3584 \ 'hr',
3585 \ 'blockquote',
3586 \ 'address',
3587 \ 'fieldset',
3588 \ 'table',
3589 \ 'form',
3590 \ 'a',
3591 \ 'br',
3592 \ 'span',
3593 \ 'bdo',
3594 \ 'object',
3595 \ 'img',
3596 \ 'map',
3597 \ 'tt',
3598 \ 'i',
3599 \ 'b',
3600 \ 'big',
3601 \ 'small',
3602 \ 'em',
3603 \ 'strong',
3604 \ 'dfn',
3605 \ 'code',
3606 \ 'q',
3607 \ 'sub',
3608 \ 'sup',
3609 \ 'samp',
3610 \ 'kbd',
3611 \ 'var',
3612 \ 'cite',
3613 \ 'abbr',
3614 \ 'acronym',
3615 \ 'input',
3616 \ 'select',
3617 \ 'textarea',
3618 \ 'label',
3619 \ 'button',
3620 \ 'ins',
3621 \ 'del',
3622 \ 'script',
3623 \ 'noscript'
3624 \ ],
3625 \ {
3626 \ 'ondblclick' : [],
3627 \ 'datetime' : [],
3628 \ 'dir' : [
3629 \ 'ltr',
3630 \ 'rtl'
3631 \ ],
3632 \ 'onkeydown' : [],
3633 \ 'onkeyup' : [],
3634 \ 'onmouseup' : [],
3635 \ 'id' : [],
3636 \ 'cite' : [],
3637 \ 'onmouseover' : [],
3638 \ 'lang' : [],
3639 \ 'style' : [],
3640 \ 'onmousemove' : [],
3641 \ 'onmouseout' : [],
3642 \ 'xml:lang' : [],
3643 \ 'onmousedown' : [],
3644 \ 'onkeypress' : [],
3645 \ 'onclick' : [],
3646 \ 'title' : [],
3647 \ 'class' : []
3648 \ }
3649 \ ],
3650 \ 'p' : [
3651 \ [
3652 \ 'a',
3653 \ 'br',
3654 \ 'span',
3655 \ 'bdo',
3656 \ 'object',
3657 \ 'img',
3658 \ 'map',
3659 \ 'tt',
3660 \ 'i',
3661 \ 'b',
3662 \ 'big',
3663 \ 'small',
3664 \ 'em',
3665 \ 'strong',
3666 \ 'dfn',
3667 \ 'code',
3668 \ 'q',
3669 \ 'sub',
3670 \ 'sup',
3671 \ 'samp',
3672 \ 'kbd',
3673 \ 'var',
3674 \ 'cite',
3675 \ 'abbr',
3676 \ 'acronym',
3677 \ 'input',
3678 \ 'select',
3679 \ 'textarea',
3680 \ 'label',
3681 \ 'button',
3682 \ 'ins',
3683 \ 'del',
3684 \ 'script',
3685 \ 'noscript'
3686 \ ],
3687 \ {
3688 \ 'onmouseover' : [],
3689 \ 'lang' : [],
3690 \ 'onmouseout' : [],
3691 \ 'onmousemove' : [],
3692 \ 'style' : [],
3693 \ 'ondblclick' : [],
3694 \ 'xml:lang' : [],
3695 \ 'dir' : [
3696 \ 'ltr',
3697 \ 'rtl'
3698 \ ],
3699 \ 'onkeydown' : [],
3700 \ 'onkeyup' : [],
3701 \ 'onkeypress' : [],
3702 \ 'onmousedown' : [],
3703 \ 'onmouseup' : [],
3704 \ 'id' : [],
3705 \ 'class' : [],
3706 \ 'title' : [],
3707 \ 'onclick' : []
3708 \ }
3709 \ ],
3710 \ 'sub' : [
3711 \ [
3712 \ 'a',
3713 \ 'br',
3714 \ 'span',
3715 \ 'bdo',
3716 \ 'object',
3717 \ 'img',
3718 \ 'map',
3719 \ 'tt',
3720 \ 'i',
3721 \ 'b',
3722 \ 'big',
3723 \ 'small',
3724 \ 'em',
3725 \ 'strong',
3726 \ 'dfn',
3727 \ 'code',
3728 \ 'q',
3729 \ 'sub',
3730 \ 'sup',
3731 \ 'samp',
3732 \ 'kbd',
3733 \ 'var',
3734 \ 'cite',
3735 \ 'abbr',
3736 \ 'acronym',
3737 \ 'input',
3738 \ 'select',
3739 \ 'textarea',
3740 \ 'label',
3741 \ 'button',
3742 \ 'ins',
3743 \ 'del',
3744 \ 'script',
3745 \ 'noscript'
3746 \ ],
3747 \ {
3748 \ 'onmouseover' : [],
3749 \ 'lang' : [],
3750 \ 'onmouseout' : [],
3751 \ 'onmousemove' : [],
3752 \ 'style' : [],
3753 \ 'ondblclick' : [],
3754 \ 'xml:lang' : [],
3755 \ 'dir' : [
3756 \ 'ltr',
3757 \ 'rtl'
3758 \ ],
3759 \ 'onkeydown' : [],
3760 \ 'onkeyup' : [],
3761 \ 'onkeypress' : [],
3762 \ 'onmousedown' : [],
3763 \ 'onmouseup' : [],
3764 \ 'id' : [],
3765 \ 'class' : [],
3766 \ 'title' : [],
3767 \ 'onclick' : []
3768 \ }
3769 \ ],
3770 \ 'big' : [
3771 \ [
3772 \ 'a',
3773 \ 'br',
3774 \ 'span',
3775 \ 'bdo',
3776 \ 'object',
3777 \ 'img',
3778 \ 'map',
3779 \ 'tt',
3780 \ 'i',
3781 \ 'b',
3782 \ 'big',
3783 \ 'small',
3784 \ 'em',
3785 \ 'strong',
3786 \ 'dfn',
3787 \ 'code',
3788 \ 'q',
3789 \ 'sub',
3790 \ 'sup',
3791 \ 'samp',
3792 \ 'kbd',
3793 \ 'var',
3794 \ 'cite',
3795 \ 'abbr',
3796 \ 'acronym',
3797 \ 'input',
3798 \ 'select',
3799 \ 'textarea',
3800 \ 'label',
3801 \ 'button',
3802 \ 'ins',
3803 \ 'del',
3804 \ 'script',
3805 \ 'noscript'
3806 \ ],
3807 \ {
3808 \ 'onmouseover' : [],
3809 \ 'lang' : [],
3810 \ 'onmouseout' : [],
3811 \ 'onmousemove' : [],
3812 \ 'style' : [],
3813 \ 'ondblclick' : [],
3814 \ 'xml:lang' : [],
3815 \ 'dir' : [
3816 \ 'ltr',
3817 \ 'rtl'
3818 \ ],
3819 \ 'onkeydown' : [],
3820 \ 'onkeyup' : [],
3821 \ 'onkeypress' : [],
3822 \ 'onmousedown' : [],
3823 \ 'onmouseup' : [],
3824 \ 'id' : [],
3825 \ 'class' : [],
3826 \ 'title' : [],
3827 \ 'onclick' : []
3828 \ }
3829 \ ],
3830 \ 'fieldset' : [
3831 \ [
3832 \ 'legend',
3833 \ 'p',
3834 \ 'h1',
3835 \ 'h2',
3836 \ 'h3',
3837 \ 'h4',
3838 \ 'h5',
3839 \ 'h6',
3840 \ 'div',
3841 \ 'ul',
3842 \ 'ol',
3843 \ 'dl',
3844 \ 'pre',
3845 \ 'hr',
3846 \ 'blockquote',
3847 \ 'address',
3848 \ 'fieldset',
3849 \ 'table',
3850 \ 'form',
3851 \ 'a',
3852 \ 'br',
3853 \ 'span',
3854 \ 'bdo',
3855 \ 'object',
3856 \ 'img',
3857 \ 'map',
3858 \ 'tt',
3859 \ 'i',
3860 \ 'b',
3861 \ 'big',
3862 \ 'small',
3863 \ 'em',
3864 \ 'strong',
3865 \ 'dfn',
3866 \ 'code',
3867 \ 'q',
3868 \ 'sub',
3869 \ 'sup',
3870 \ 'samp',
3871 \ 'kbd',
3872 \ 'var',
3873 \ 'cite',
3874 \ 'abbr',
3875 \ 'acronym',
3876 \ 'input',
3877 \ 'select',
3878 \ 'textarea',
3879 \ 'label',
3880 \ 'button',
3881 \ 'ins',
3882 \ 'del',
3883 \ 'script',
3884 \ 'noscript'
3885 \ ],
3886 \ {
3887 \ 'onmouseover' : [],
3888 \ 'lang' : [],
3889 \ 'onmouseout' : [],
3890 \ 'onmousemove' : [],
3891 \ 'style' : [],
3892 \ 'ondblclick' : [],
3893 \ 'xml:lang' : [],
3894 \ 'dir' : [
3895 \ 'ltr',
3896 \ 'rtl'
3897 \ ],
3898 \ 'onkeydown' : [],
3899 \ 'onkeyup' : [],
3900 \ 'onkeypress' : [],
3901 \ 'onmousedown' : [],
3902 \ 'onmouseup' : [],
3903 \ 'id' : [],
3904 \ 'class' : [],
3905 \ 'title' : [],
3906 \ 'onclick' : []
3907 \ }
3908 \ ],
3909 \ 'noscript' : [
3910 \ [
3911 \ 'p',
3912 \ 'h1',
3913 \ 'h2',
3914 \ 'h3',
3915 \ 'h4',
3916 \ 'h5',
3917 \ 'h6',
3918 \ 'div',
3919 \ 'ul',
3920 \ 'ol',
3921 \ 'dl',
3922 \ 'pre',
3923 \ 'hr',
3924 \ 'blockquote',
3925 \ 'address',
3926 \ 'fieldset',
3927 \ 'table',
3928 \ 'form',
3929 \ 'ins',
3930 \ 'del',
3931 \ 'script',
3932 \ 'noscript'
3933 \ ],
3934 \ {
3935 \ 'onmouseover' : [],
3936 \ 'lang' : [],
3937 \ 'onmouseout' : [],
3938 \ 'onmousemove' : [],
3939 \ 'style' : [],
3940 \ 'ondblclick' : [],
3941 \ 'xml:lang' : [],
3942 \ 'dir' : [
3943 \ 'ltr',
3944 \ 'rtl'
3945 \ ],
3946 \ 'onkeydown' : [],
3947 \ 'onkeyup' : [],
3948 \ 'onkeypress' : [],
3949 \ 'onmousedown' : [],
3950 \ 'onmouseup' : [],
3951 \ 'id' : [],
3952 \ 'class' : [],
3953 \ 'title' : [],
3954 \ 'onclick' : []
3955 \ }
3956 \ ],
3957 \ 'button' : [
3958 \ [
3959 \ 'p',
3960 \ 'h1',
3961 \ 'h2',
3962 \ 'h3',
3963 \ 'h4',
3964 \ 'h5',
3965 \ 'h6',
3966 \ 'div',
3967 \ 'ul',
3968 \ 'ol',
3969 \ 'dl',
3970 \ 'pre',
3971 \ 'hr',
3972 \ 'blockquote',
3973 \ 'address',
3974 \ 'table',
3975 \ 'br',
3976 \ 'span',
3977 \ 'bdo',
3978 \ 'object',
3979 \ 'img',
3980 \ 'map',
3981 \ 'tt',
3982 \ 'i',
3983 \ 'b',
3984 \ 'big',
3985 \ 'small',
3986 \ 'em',
3987 \ 'strong',
3988 \ 'dfn',
3989 \ 'code',
3990 \ 'q',
3991 \ 'sub',
3992 \ 'sup',
3993 \ 'samp',
3994 \ 'kbd',
3995 \ 'var',
3996 \ 'cite',
3997 \ 'abbr',
3998 \ 'acronym',
3999 \ 'ins',
4000 \ 'del',
4001 \ 'script',
4002 \ 'noscript'
4003 \ ],
4004 \ {
4005 \ 'accesskey' : [],
4006 \ 'disabled' : [
4007 \ 'disabled'
4008 \ ],
4009 \ 'ondblclick' : [],
4010 \ 'onblur' : [],
4011 \ 'dir' : [
4012 \ 'ltr',
4013 \ 'rtl'
4014 \ ],
4015 \ 'onfocus' : [],
4016 \ 'onkeydown' : [],
4017 \ 'onkeyup' : [],
4018 \ 'onmouseup' : [],
4019 \ 'id' : [],
4020 \ 'onmouseover' : [],
4021 \ 'tabindex' : [],
4022 \ 'lang' : [],
4023 \ 'value' : [],
4024 \ 'style' : [],
4025 \ 'onmousemove' : [],
4026 \ 'onmouseout' : [],
4027 \ 'name' : [],
4028 \ 'xml:lang' : [],
4029 \ 'onmousedown' : [],
4030 \ 'onkeypress' : [],
4031 \ 'type' : [
4032 \ 'button',
4033 \ 'submit',
4034 \ 'reset'
4035 \ ],
4036 \ 'onclick' : [],
4037 \ 'title' : [],
4038 \ 'class' : []
4039 \ }
4040 \ ],
4041 \ 'optgroup' : [
4042 \ [
4043 \ 'option'
4044 \ ],
4045 \ {
4046 \ 'disabled' : [
4047 \ 'disabled'
4048 \ ],
4049 \ 'ondblclick' : [],
4050 \ 'dir' : [
4051 \ 'ltr',
4052 \ 'rtl'
4053 \ ],
4054 \ 'onkeydown' : [],
4055 \ 'onkeyup' : [],
4056 \ 'onmouseup' : [],
4057 \ 'id' : [],
4058 \ 'onmouseover' : [],
4059 \ 'lang' : [],
4060 \ 'style' : [],
4061 \ 'onmousemove' : [],
4062 \ 'onmouseout' : [],
4063 \ 'xml:lang' : [],
4064 \ 'onmousedown' : [],
4065 \ 'onkeypress' : [],
4066 \ 'label' : [],
4067 \ 'onclick' : [],
4068 \ 'title' : [],
4069 \ 'class' : []
4070 \ }
4071 \ ]
4072 \ }
4073 "endfunction
4074 " }}}
4075 " vim:set foldmethod=marker: