FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / editor / dtd / fck_xhtml10strict.js
diff --git a/httemplate/elements/fckeditor/editor/dtd/fck_xhtml10strict.js b/httemplate/elements/fckeditor/editor/dtd/fck_xhtml10strict.js
new file mode 100644 (file)
index 0000000..a39fcfc
--- /dev/null
@@ -0,0 +1,116 @@
+/*\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * Contains the DTD mapping for XHTML 1.0 Strict.\r
+ * This file was automatically generated from the file: xhtml10-strict.dtd\r
+ */\r
+FCK.DTD = (function()\r
+{\r
+    var X = FCKTools.Merge ;\r
+\r
+    var H,I,J,K,C,L,M,A,B,D,E,G,N,F ;\r
+    A = {ins:1, del:1, script:1} ;\r
+    B = {hr:1, ul:1, div:1, blockquote:1, noscript:1, table:1, address:1, pre:1, p:1, h5:1, dl:1, h4:1, ol:1, h6:1, h1:1, h3:1, h2:1} ;\r
+    C = X({fieldset:1}, B) ;\r
+    D = X({sub:1, bdo:1, 'var':1, sup:1, br:1, kbd:1, map:1, samp:1, b:1, acronym:1, '#':1, abbr:1, code:1, i:1, cite:1, tt:1, strong:1, q:1, em:1, big:1, small:1, span:1, dfn:1}, A) ;\r
+    E = X({img:1, object:1}, D) ;\r
+    F = {input:1, button:1, textarea:1, select:1, label:1} ;\r
+    G = X({a:1}, F) ;\r
+    H = {img:1, noscript:1, br:1, kbd:1, button:1, h5:1, h4:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, select:1, '#':1, ins:1, abbr:1, label:1, code:1, table:1, script:1, cite:1, input:1, strong:1, textarea:1, big:1, small:1, span:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, map:1, dl:1, del:1, fieldset:1, ul:1, b:1, acronym:1, a:1, blockquote:1, i:1, address:1, tt:1, q:1, pre:1, p:1, em:1, dfn:1} ;\r
+\r
+    I = X({form:1, fieldset:1}, B, E, G) ;\r
+    J = {tr:1} ;\r
+    K = {'#':1} ;\r
+    L = X(E, G) ;\r
+    M = {li:1} ;\r
+    N = X({form:1}, A, C) ;\r
+\r
+    return {\r
+        col: {},\r
+        tr: {td:1, th:1},\r
+        img: {},\r
+        colgroup: {col:1},\r
+        noscript: N,\r
+        td: I,\r
+        br: {},\r
+        th: I,\r
+        kbd: L,\r
+        button: X(B, E),\r
+        h5: L,\r
+        h4: L,\r
+        samp: L,\r
+        h6: L,\r
+        ol: M,\r
+        h1: L,\r
+        h3: L,\r
+        option: K,\r
+        h2: L,\r
+        form: X(A, C),\r
+        select: {optgroup:1, option:1},\r
+        ins: I,\r
+        abbr: L,\r
+        label: L,\r
+        code: L,\r
+        table: {thead:1, col:1, tbody:1, tr:1, colgroup:1, caption:1, tfoot:1},\r
+        script: K,\r
+        tfoot: J,\r
+        cite: L,\r
+        li: I,\r
+        input: {},\r
+        strong: L,\r
+        textarea: K,\r
+        big: L,\r
+        small: L,\r
+        span: L,\r
+        dt: L,\r
+        hr: {},\r
+        sub: L,\r
+        optgroup: {option:1},\r
+        bdo: L,\r
+        param: {},\r
+        'var': L,\r
+        div: I,\r
+        object: X({param:1}, H),\r
+        sup: L,\r
+        dd: I,\r
+        area: {},\r
+        map: X({form:1, area:1}, A, C),\r
+        dl: {dt:1, dd:1},\r
+        del: I,\r
+        fieldset: X({legend:1}, H),\r
+        thead: J,\r
+        ul: M,\r
+        acronym: L,\r
+        b: L,\r
+        a: X({img:1, object:1}, D, F),\r
+        blockquote: N,\r
+        caption: L,\r
+        i: L,\r
+        tbody: J,\r
+        address: L,\r
+        tt: L,\r
+        legend: L,\r
+        q: L,\r
+        pre: X({a:1}, D, F),\r
+        p: L,\r
+        em: L,\r
+        dfn: L\r
+    } ;\r
+})() ;\r