Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03C6B9E8C for ; Wed, 17 Dec 2014 13:29:26 +0000 (UTC) Received: (qmail 38357 invoked by uid 500); 17 Dec 2014 13:29:25 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 38343 invoked by uid 500); 17 Dec 2014 13:29:25 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 38309 invoked by uid 99); 17 Dec 2014 13:29:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 13:29:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Dec 2014 13:28:38 +0000 Received: (qmail 33585 invoked by uid 99); 17 Dec 2014 13:28:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 13:28:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 340B482E486; Wed, 17 Dec 2014 13:28:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pmkelly@apache.org To: commits@corinthia.incubator.apache.org Date: Wed, 17 Dec 2014 13:28:53 -0000 Message-Id: In-Reply-To: <9867ce2e8a674e46a1b0776f45bb10a3@git.apache.org> References: <9867ce2e8a674e46a1b0776f45bb10a3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/92] [abbrv] [partial] incubator-corinthia git commit: Add editing code from UX Write X-Virus-Checked: Checked by ClamAV on apache.org http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/03bd5af0/Editor/src/dtdsource/dtd.js ---------------------------------------------------------------------- diff --git a/Editor/src/dtdsource/dtd.js b/Editor/src/dtdsource/dtd.js new file mode 100644 index 0000000..657cd82 --- /dev/null +++ b/Editor/src/dtdsource/dtd.js @@ -0,0 +1,5562 @@ +// Automatically generated from HTML 4.01 dtd using dtdparse and gen_dtd_data.html +// See http://nwalsh.com/perl/dtdparse/ + +var ALLOWED_CHILDREN = { + "S": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "INPUT": { + }, + "ACRONYM": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "SPAN": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "FIELDSET": { + "LEGEND": true, + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "H3": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "OPTION": { + }, + "OPTGROUP": { + "OPTION": true, + }, + "DEL": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "SUB": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "META": { + }, + "SUP": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "FONT": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "HR": { + }, + "ISINDEX": { + }, + "TITLE": { + }, + "BODY": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + "INS": true, + "DEL": true, + }, + "NOSCRIPT": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "BASE": { + }, + "EM": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "COL": { + }, + "TABLE": { + "CAPTION": true, + "COL": true, + "COLGROUP": true, + "THEAD": true, + "TFOOT": true, + "TBODY": true, + }, + "DIR": { + "LI": true, + }, + "BUTTON": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "HR": true, + "TABLE": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + }, + "HEAD": { + "TITLE": true, + "ISINDEX": true, + "BASE": true, + "SCRIPT": true, + "STYLE": true, + "META": true, + "LINK": true, + "OBJECT": true, + }, + "CAPTION": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "Q": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "TR": { + "TH": true, + "TD": true, + }, + "OL": { + "LI": true, + }, + "TBODY": { + "TR": true, + }, + "IFRAME": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "LEGEND": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "P": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "CODE": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "DD": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "KBD": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "AREA": { + }, + "H4": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "TH": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "STYLE": { + }, + "INS": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "H6": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "CITE": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "BIG": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "ABBR": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "UL": { + "LI": true, + }, + "IMG": { + }, + "DL": { + "DT": true, + "DD": true, + }, + "H5": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "SAMP": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "MAP": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "AREA": true, + }, + "TFOOT": { + "TR": true, + }, + "DFN": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "H1": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "SCRIPT": { + }, + "LINK": { + }, + "DIV": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "H2": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "B": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "ADDRESS": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + "P": true, + }, + "LI": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "SMALL": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "COLGROUP": { + "COL": true, + }, + "VAR": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "THEAD": { + "TR": true, + }, + "TEXTAREA": { + }, + "I": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "NOFRAMES": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "SELECT": { + "OPTGROUP": true, + "OPTION": true, + }, + "STRIKE": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "PARAM": { + }, + "U": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "LABEL": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "BUTTON": true, + }, + "OBJECT": { + "PARAM": true, + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "BLOCKQUOTE": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "MENU": { + "LI": true, + }, + "DT": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "HTML": { + "HEAD": true, + "BODY": true, + }, + "A": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "BDO": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "PRE": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "BR": { + }, + "BASEFONT": { + }, + "TT": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "STRONG": { + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "TD": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "APPLET": { + "PARAM": true, + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "FORM": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, + "CENTER": { + "P": true, + "H1": true, + "H2": true, + "H3": true, + "H4": true, + "H5": true, + "H6": true, + "UL": true, + "OL": true, + "DIR": true, + "MENU": true, + "PRE": true, + "DL": true, + "DIV": true, + "CENTER": true, + "NOSCRIPT": true, + "NOFRAMES": true, + "BLOCKQUOTE": true, + "FORM": true, + "ISINDEX": true, + "HR": true, + "TABLE": true, + "FIELDSET": true, + "ADDRESS": true, + "TT": true, + "I": true, + "B": true, + "U": true, + "S": true, + "STRIKE": true, + "BIG": true, + "SMALL": true, + "EM": true, + "STRONG": true, + "DFN": true, + "CODE": true, + "SAMP": true, + "KBD": true, + "VAR": true, + "CITE": true, + "ABBR": true, + "ACRONYM": true, + "A": true, + "IMG": true, + "APPLET": true, + "OBJECT": true, + "FONT": true, + "BASEFONT": true, + "BR": true, + "SCRIPT": true, + "MAP": true, + "Q": true, + "SUB": true, + "SUP": true, + "SPAN": true, + "BDO": true, + "IFRAME": true, + "INPUT": true, + "SELECT": true, + "TEXTAREA": true, + "LABEL": true, + "BUTTON": true, + }, +}; + +var ALLOWED_PARENTS = { + "TT": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "I": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "B": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "U": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "S": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "STRIKE": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "BIG": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "SMALL": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "EM": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "STRONG": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "DFN": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "CODE": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "SAMP": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "KBD": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "VAR": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "CITE": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "ABBR": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "ACRONYM": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "A": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "BDO": true, + "PRE": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "IMG": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "APPLET": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true, + "SUB": true, + "SUP": true, + "FONT": true, + "BODY": true, + "NOSCRIPT": true, + "EM": true, + "BUTTON": true, + "CAPTION": true, + "Q": true, + "IFRAME": true, + "LEGEND": true, + "P": true, + "CODE": true, + "DD": true, + "KBD": true, + "H4": true, + "TH": true, + "INS": true, + "H6": true, + "CITE": true, + "BIG": true, + "ABBR": true, + "H5": true, + "SAMP": true, + "DFN": true, + "H1": true, + "DIV": true, + "H2": true, + "B": true, + "ADDRESS": true, + "LI": true, + "SMALL": true, + "VAR": true, + "I": true, + "NOFRAMES": true, + "STRIKE": true, + "U": true, + "LABEL": true, + "OBJECT": true, + "BLOCKQUOTE": true, + "DT": true, + "A": true, + "BDO": true, + "TT": true, + "STRONG": true, + "TD": true, + "APPLET": true, + "FORM": true, + "CENTER": true, + }, + "OBJECT": { + "S": true, + "ACRONYM": true, + "SPAN": true, + "FIELDSET": true, + "H3": true, + "DEL": true