summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml11/thead.tag
blob: 326a1b87cc8f058a4c7da2a414b373923bf24b24 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="thead" hasScript="1" hasCore="1" hasI18n="1">

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

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

    <attr name="char" type="input" />
    <attr name="charoff" type="input" />

<children>
<child name="tr" />
</children>
</tag>
</TAGS>