summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-basic/td.tag
blob: cde92e8f0b66928350b4c34812a548b276af215a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="td" hasCore="1" hasI18n="1" optional="1">

    <attr name="colspan" type="input">
        <text>colspan</text>
        <textlocation col="2" row="0" />
        <location col="3" row="0" />
    </attr>

    <attr name="rowspan" type="input">
        <text>rowspan</text>
        <textlocation col="2" row="1" />
        <location col="3" row="1" />
    </attr>

    <attr name="align" type="list">
        <text>align</text>
        <textlocation col="0" row="2" />
        <items>
            <item>left</item>
            <item>center</item>
            <item>right</item>
            <item>justify</item>
            <item>char</item>
        </items>
        <location col="1" row="2" colspan="1" />
    </attr>

    <attr name="valign" type="list">
        <text>valign</text>
        <textlocation col="2" row="2"  />
        <items>
            <item>baseline</item>
            <item>bottom</item>
            <item>middle</item>
            <item>top</item>
        </items>
        <location col="3" row="2" colspan="1" />
    </attr>

    <attr name="headers" type="input" />
    <attr name="abbr" type="input" />
    <attr name="scope" type="list">
        <text>scope</text>
        <textlocation col="0" row="3"  />
        <items>
            <item>row</item>
            <item>col</item>
            <item>rowgroup</item>
            <item>colgroup</item>
        </items>
        <location col="0" row="3" colspan="1" />
    </attr>
    <attr name="axis" type="input" />

    <stoppingtags>
        <stoppingtag name="td" />
        <stoppingtag name="tr" />
        <stoppingtag name="th" />
    </stoppingtags>

<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="blockquote" />
<child name="br" />
<child name="cite" />
<child name="code" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="img" />
<child name="input" />
<child name="kbd" />
<child name="label" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="select" />
<child name="span" />
<child name="strong" />
<child name="textarea" />
<child name="ul" />
<child name="var" />
</children>
</tag>
</TAGS>