import torrus 1.0.9
[freeside.git] / httemplate / elements / fckeditor / editor / dtd / fck_xhtml10strict.js
1 /*\r
2  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
3  * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
4  *\r
5  * == BEGIN LICENSE ==\r
6  *\r
7  * Licensed under the terms of any of the following licenses at your\r
8  * choice:\r
9  *\r
10  *  - GNU General Public License Version 2 or later (the "GPL")\r
11  *    http://www.gnu.org/licenses/gpl.html\r
12  *\r
13  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
14  *    http://www.gnu.org/licenses/lgpl.html\r
15  *\r
16  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
17  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
18  *\r
19  * == END LICENSE ==\r
20  *\r
21  * Contains the DTD mapping for XHTML 1.0 Strict.\r
22  * This file was automatically generated from the file: xhtml10-strict.dtd\r
23  */\r
24 FCK.DTD = (function()\r
25 {\r
26     var X = FCKTools.Merge ;\r
27 \r
28     var H,I,J,K,C,L,M,A,B,D,E,G,N,F ;\r
29     A = {ins:1, del:1, script:1} ;\r
30     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
31     C = X({fieldset:1}, B) ;\r
32     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
33     E = X({img:1, object:1}, D) ;\r
34     F = {input:1, button:1, textarea:1, select:1, label:1} ;\r
35     G = X({a:1}, F) ;\r
36     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
37 \r
38     I = X({form:1, fieldset:1}, B, E, G) ;\r
39     J = {tr:1} ;\r
40     K = {'#':1} ;\r
41     L = X(E, G) ;\r
42     M = {li:1} ;\r
43     N = X({form:1}, A, C) ;\r
44 \r
45     return {\r
46         col: {},\r
47         tr: {td:1, th:1},\r
48         img: {},\r
49         colgroup: {col:1},\r
50         noscript: N,\r
51         td: I,\r
52         br: {},\r
53         th: I,\r
54         kbd: L,\r
55         button: X(B, E),\r
56         h5: L,\r
57         h4: L,\r
58         samp: L,\r
59         h6: L,\r
60         ol: M,\r
61         h1: L,\r
62         h3: L,\r
63         option: K,\r
64         h2: L,\r
65         form: X(A, C),\r
66         select: {optgroup:1, option:1},\r
67         ins: I,\r
68         abbr: L,\r
69         label: L,\r
70         code: L,\r
71         table: {thead:1, col:1, tbody:1, tr:1, colgroup:1, caption:1, tfoot:1},\r
72         script: K,\r
73         tfoot: J,\r
74         cite: L,\r
75         li: I,\r
76         input: {},\r
77         strong: L,\r
78         textarea: K,\r
79         big: L,\r
80         small: L,\r
81         span: L,\r
82         dt: L,\r
83         hr: {},\r
84         sub: L,\r
85         optgroup: {option:1},\r
86         bdo: L,\r
87         param: {},\r
88         'var': L,\r
89         div: I,\r
90         object: X({param:1}, H),\r
91         sup: L,\r
92         dd: I,\r
93         area: {},\r
94         map: X({form:1, area:1}, A, C),\r
95         dl: {dt:1, dd:1},\r
96         del: I,\r
97         fieldset: X({legend:1}, H),\r
98         thead: J,\r
99         ul: M,\r
100         acronym: L,\r
101         b: L,\r
102         a: X({img:1, object:1}, D, F),\r
103         blockquote: N,\r
104         caption: L,\r
105         i: L,\r
106         tbody: J,\r
107         address: L,\r
108         tt: L,\r
109         legend: L,\r
110         q: L,\r
111         pre: X({a:1}, D, F),\r
112         p: L,\r
113         em: L,\r
114         dfn: L\r
115     } ;\r
116 })() ;\r