From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/data/dtep/xhtml/Makefile.am | 3 + quanta/data/dtep/xhtml/a.tag | 132 ++++++++++++ quanta/data/dtep/xhtml/abbr.tag | 51 +++++ quanta/data/dtep/xhtml/acronym.tag | 51 +++++ quanta/data/dtep/xhtml/address.tag | 50 +++++ quanta/data/dtep/xhtml/applet.tag | 145 +++++++++++++ quanta/data/dtep/xhtml/area.tag | 49 +++++ quanta/data/dtep/xhtml/b.tag | 51 +++++ quanta/data/dtep/xhtml/base.tag | 24 +++ quanta/data/dtep/xhtml/basefont.tag | 41 ++++ quanta/data/dtep/xhtml/bdo.tag | 51 +++++ quanta/data/dtep/xhtml/big.tag | 51 +++++ quanta/data/dtep/xhtml/blockquote.tag | 82 ++++++++ quanta/data/dtep/xhtml/body.tag | 128 ++++++++++++ quanta/data/dtep/xhtml/br.tag | 20 ++ quanta/data/dtep/xhtml/button.tag | 93 +++++++++ quanta/data/dtep/xhtml/caption.tag | 63 ++++++ quanta/data/dtep/xhtml/center.tag | 75 +++++++ quanta/data/dtep/xhtml/cite.tag | 51 +++++ quanta/data/dtep/xhtml/code.tag | 51 +++++ quanta/data/dtep/xhtml/col.tag | 57 ++++++ quanta/data/dtep/xhtml/colgroup.tag | 61 ++++++ quanta/data/dtep/xhtml/common.tag | 48 +++++ quanta/data/dtep/xhtml/dd.tag | 75 +++++++ quanta/data/dtep/xhtml/del.tag | 87 ++++++++ quanta/data/dtep/xhtml/description.rc | 68 +++++++ quanta/data/dtep/xhtml/dfn.tag | 51 +++++ quanta/data/dtep/xhtml/dir.tag | 16 ++ quanta/data/dtep/xhtml/div.tag | 88 ++++++++ quanta/data/dtep/xhtml/dl.tag | 16 ++ quanta/data/dtep/xhtml/dt.tag | 51 +++++ quanta/data/dtep/xhtml/em.tag | 51 +++++ quanta/data/dtep/xhtml/fieldset.tag | 76 +++++++ quanta/data/dtep/xhtml/font.tag | 87 ++++++++ quanta/data/dtep/xhtml/form.tag | 151 ++++++++++++++ quanta/data/dtep/xhtml/head.tag | 30 +++ quanta/data/dtep/xhtml/headings.tag | 369 ++++++++++++++++++++++++++++++++++ quanta/data/dtep/xhtml/hr.tag | 35 ++++ quanta/data/dtep/xhtml/html.tag | 27 +++ quanta/data/dtep/xhtml/i.tag | 51 +++++ quanta/data/dtep/xhtml/iframe.tag | 159 +++++++++++++++ quanta/data/dtep/xhtml/img.tag | 43 ++++ quanta/data/dtep/xhtml/input.tag | 125 ++++++++++++ quanta/data/dtep/xhtml/ins.tag | 87 ++++++++ quanta/data/dtep/xhtml/isindex.tag | 13 ++ quanta/data/dtep/xhtml/kbd.tag | 51 +++++ quanta/data/dtep/xhtml/label.tag | 75 +++++++ quanta/data/dtep/xhtml/legend.tag | 70 +++++++ quanta/data/dtep/xhtml/li.tag | 101 ++++++++++ quanta/data/dtep/xhtml/link.tag | 77 +++++++ quanta/data/dtep/xhtml/map.tag | 44 ++++ quanta/data/dtep/xhtml/menu.tag | 16 ++ quanta/data/dtep/xhtml/meta.tag | 37 ++++ quanta/data/dtep/xhtml/noframes.tag | 74 +++++++ quanta/data/dtep/xhtml/noscript.tag | 75 +++++++ quanta/data/dtep/xhtml/object.tag | 209 +++++++++++++++++++ quanta/data/dtep/xhtml/ol.tag | 36 ++++ quanta/data/dtep/xhtml/optgroup.tag | 23 +++ quanta/data/dtep/xhtml/option.tag | 37 ++++ quanta/data/dtep/xhtml/p.tag | 74 +++++++ quanta/data/dtep/xhtml/param.tag | 53 +++++ quanta/data/dtep/xhtml/pre.tag | 53 +++++ quanta/data/dtep/xhtml/q.tag | 57 ++++++ quanta/data/dtep/xhtml/s.tag | 50 +++++ quanta/data/dtep/xhtml/samp.tag | 51 +++++ quanta/data/dtep/xhtml/script.tag | 58 ++++++ quanta/data/dtep/xhtml/select.tag | 62 ++++++ quanta/data/dtep/xhtml/small.tag | 51 +++++ quanta/data/dtep/xhtml/span.tag | 51 +++++ quanta/data/dtep/xhtml/strike.tag | 50 +++++ quanta/data/dtep/xhtml/strong.tag | 51 +++++ quanta/data/dtep/xhtml/style.tag | 57 ++++++ quanta/data/dtep/xhtml/sub.tag | 51 +++++ quanta/data/dtep/xhtml/sup.tag | 51 +++++ quanta/data/dtep/xhtml/table.tag | 97 +++++++++ quanta/data/dtep/xhtml/tbody.tag | 48 +++++ quanta/data/dtep/xhtml/td.tag | 187 +++++++++++++++++ quanta/data/dtep/xhtml/textarea.tag | 49 +++++ quanta/data/dtep/xhtml/tfoot.tag | 48 +++++ quanta/data/dtep/xhtml/th.tag | 187 +++++++++++++++++ quanta/data/dtep/xhtml/thead.tag | 48 +++++ quanta/data/dtep/xhtml/title.tag | 14 ++ quanta/data/dtep/xhtml/tr.tag | 53 +++++ quanta/data/dtep/xhtml/tt.tag | 51 +++++ quanta/data/dtep/xhtml/u.tag | 51 +++++ quanta/data/dtep/xhtml/ul.tag | 28 +++ quanta/data/dtep/xhtml/var.tag | 51 +++++ 87 files changed, 5841 insertions(+) create mode 100644 quanta/data/dtep/xhtml/Makefile.am create mode 100644 quanta/data/dtep/xhtml/a.tag create mode 100644 quanta/data/dtep/xhtml/abbr.tag create mode 100644 quanta/data/dtep/xhtml/acronym.tag create mode 100644 quanta/data/dtep/xhtml/address.tag create mode 100644 quanta/data/dtep/xhtml/applet.tag create mode 100644 quanta/data/dtep/xhtml/area.tag create mode 100644 quanta/data/dtep/xhtml/b.tag create mode 100644 quanta/data/dtep/xhtml/base.tag create mode 100644 quanta/data/dtep/xhtml/basefont.tag create mode 100644 quanta/data/dtep/xhtml/bdo.tag create mode 100644 quanta/data/dtep/xhtml/big.tag create mode 100644 quanta/data/dtep/xhtml/blockquote.tag create mode 100644 quanta/data/dtep/xhtml/body.tag create mode 100644 quanta/data/dtep/xhtml/br.tag create mode 100644 quanta/data/dtep/xhtml/button.tag create mode 100644 quanta/data/dtep/xhtml/caption.tag create mode 100644 quanta/data/dtep/xhtml/center.tag create mode 100644 quanta/data/dtep/xhtml/cite.tag create mode 100644 quanta/data/dtep/xhtml/code.tag create mode 100644 quanta/data/dtep/xhtml/col.tag create mode 100644 quanta/data/dtep/xhtml/colgroup.tag create mode 100644 quanta/data/dtep/xhtml/common.tag create mode 100644 quanta/data/dtep/xhtml/dd.tag create mode 100644 quanta/data/dtep/xhtml/del.tag create mode 100644 quanta/data/dtep/xhtml/description.rc create mode 100644 quanta/data/dtep/xhtml/dfn.tag create mode 100644 quanta/data/dtep/xhtml/dir.tag create mode 100644 quanta/data/dtep/xhtml/div.tag create mode 100644 quanta/data/dtep/xhtml/dl.tag create mode 100644 quanta/data/dtep/xhtml/dt.tag create mode 100644 quanta/data/dtep/xhtml/em.tag create mode 100644 quanta/data/dtep/xhtml/fieldset.tag create mode 100644 quanta/data/dtep/xhtml/font.tag create mode 100644 quanta/data/dtep/xhtml/form.tag create mode 100644 quanta/data/dtep/xhtml/head.tag create mode 100644 quanta/data/dtep/xhtml/headings.tag create mode 100644 quanta/data/dtep/xhtml/hr.tag create mode 100644 quanta/data/dtep/xhtml/html.tag create mode 100644 quanta/data/dtep/xhtml/i.tag create mode 100644 quanta/data/dtep/xhtml/iframe.tag create mode 100644 quanta/data/dtep/xhtml/img.tag create mode 100644 quanta/data/dtep/xhtml/input.tag create mode 100644 quanta/data/dtep/xhtml/ins.tag create mode 100644 quanta/data/dtep/xhtml/isindex.tag create mode 100644 quanta/data/dtep/xhtml/kbd.tag create mode 100644 quanta/data/dtep/xhtml/label.tag create mode 100644 quanta/data/dtep/xhtml/legend.tag create mode 100644 quanta/data/dtep/xhtml/li.tag create mode 100644 quanta/data/dtep/xhtml/link.tag create mode 100644 quanta/data/dtep/xhtml/map.tag create mode 100644 quanta/data/dtep/xhtml/menu.tag create mode 100644 quanta/data/dtep/xhtml/meta.tag create mode 100644 quanta/data/dtep/xhtml/noframes.tag create mode 100644 quanta/data/dtep/xhtml/noscript.tag create mode 100644 quanta/data/dtep/xhtml/object.tag create mode 100644 quanta/data/dtep/xhtml/ol.tag create mode 100644 quanta/data/dtep/xhtml/optgroup.tag create mode 100644 quanta/data/dtep/xhtml/option.tag create mode 100644 quanta/data/dtep/xhtml/p.tag create mode 100644 quanta/data/dtep/xhtml/param.tag create mode 100644 quanta/data/dtep/xhtml/pre.tag create mode 100644 quanta/data/dtep/xhtml/q.tag create mode 100644 quanta/data/dtep/xhtml/s.tag create mode 100644 quanta/data/dtep/xhtml/samp.tag create mode 100644 quanta/data/dtep/xhtml/script.tag create mode 100644 quanta/data/dtep/xhtml/select.tag create mode 100644 quanta/data/dtep/xhtml/small.tag create mode 100644 quanta/data/dtep/xhtml/span.tag create mode 100644 quanta/data/dtep/xhtml/strike.tag create mode 100644 quanta/data/dtep/xhtml/strong.tag create mode 100644 quanta/data/dtep/xhtml/style.tag create mode 100644 quanta/data/dtep/xhtml/sub.tag create mode 100644 quanta/data/dtep/xhtml/sup.tag create mode 100644 quanta/data/dtep/xhtml/table.tag create mode 100644 quanta/data/dtep/xhtml/tbody.tag create mode 100644 quanta/data/dtep/xhtml/td.tag create mode 100644 quanta/data/dtep/xhtml/textarea.tag create mode 100644 quanta/data/dtep/xhtml/tfoot.tag create mode 100644 quanta/data/dtep/xhtml/th.tag create mode 100644 quanta/data/dtep/xhtml/thead.tag create mode 100644 quanta/data/dtep/xhtml/title.tag create mode 100644 quanta/data/dtep/xhtml/tr.tag create mode 100644 quanta/data/dtep/xhtml/tt.tag create mode 100644 quanta/data/dtep/xhtml/u.tag create mode 100644 quanta/data/dtep/xhtml/ul.tag create mode 100644 quanta/data/dtep/xhtml/var.tag (limited to 'quanta/data/dtep/xhtml') diff --git a/quanta/data/dtep/xhtml/Makefile.am b/quanta/data/dtep/xhtml/Makefile.am new file mode 100644 index 00000000..6fb654db --- /dev/null +++ b/quanta/data/dtep/xhtml/Makefile.am @@ -0,0 +1,3 @@ +quanta_DATA = basefont.tag font.tag isindex.tag description.rc a.tag abbr.tag acronym.tag address.tag applet.tag area.tag b.tag base.tag bdo.tag big.tag blockquote.tag body.tag br.tag button.tag caption.tag center.tag cite.tag code.tag col.tag colgroup.tag dd.tag del.tag dfn.tag dir.tag div.tag dl.tag dt.tag em.tag fieldset.tag form.tag head.tag headings.tag hr.tag html.tag i.tag iframe.tag img.tag input.tag ins.tag kbd.tag label.tag legend.tag li.tag link.tag map.tag menu.tag meta.tag noframes.tag noscript.tag object.tag ol.tag optgroup.tag option.tag p.tag param.tag pre.tag q.tag s.tag samp.tag script.tag select.tag small.tag span.tag strike.tag strong.tag style.tag sub.tag sup.tag table.tag tbody.tag td.tag textarea.tag tfoot.tag th.tag thead.tag title.tag tr.tag tt.tag u.tag ul.tag var.tag common.tag +quantadir = ${quanta_datadir}/dtep/xhtml + diff --git a/quanta/data/dtep/xhtml/a.tag b/quanta/data/dtep/xhtml/a.tag new file mode 100644 index 00000000..9140cd66 --- /dev/null +++ b/quanta/data/dtep/xhtml/a.tag @@ -0,0 +1,132 @@ + + + + + + + Href + + + + + + Name + + + + + + Rel + + + + + + Rev + + + + + + Type + + + + text/html + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + application/mathml+xml + application/rss+xml + application/xhtml+xml + application/xml + text/css + text/javascript + text/xml + + + + + Hreflang + + + + + + Charset + + + + + + Shape + + + + rect + circle + poly + default + + + + + Coords + + + + + + Target + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/abbr.tag b/quanta/data/dtep/xhtml/abbr.tag new file mode 100644 index 00000000..9748630f --- /dev/null +++ b/quanta/data/dtep/xhtml/abbr.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/acronym.tag b/quanta/data/dtep/xhtml/acronym.tag new file mode 100644 index 00000000..93d73b08 --- /dev/null +++ b/quanta/data/dtep/xhtml/acronym.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/address.tag b/quanta/data/dtep/xhtml/address.tag new file mode 100644 index 00000000..6a309b43 --- /dev/null +++ b/quanta/data/dtep/xhtml/address.tag @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/applet.tag b/quanta/data/dtep/xhtml/applet.tag new file mode 100644 index 00000000..98aed01a --- /dev/null +++ b/quanta/data/dtep/xhtml/applet.tag @@ -0,0 +1,145 @@ + + + + + + + Archive + + + + + + Alt + + + + + + Codebase + + + + + + Code + + + + + + Object + + + + + + Height + + + + + + Width + + + + + + Align + + + baseline + center + left + middle + right + textbottom + textmiddle + texttop + + + + + + Hspace + + + + + + Vspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/area.tag b/quanta/data/dtep/xhtml/area.tag new file mode 100644 index 00000000..7bbf41b0 --- /dev/null +++ b/quanta/data/dtep/xhtml/area.tag @@ -0,0 +1,49 @@ + + + + + + + Shape + + + + rect + circle + poly + default + + + + + Coords + + + + + + Href + + + + + + Nohref + + + + + + Alt + + + + + + Target + + + + + + diff --git a/quanta/data/dtep/xhtml/b.tag b/quanta/data/dtep/xhtml/b.tag new file mode 100644 index 00000000..dac70a04 --- /dev/null +++ b/quanta/data/dtep/xhtml/b.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/base.tag b/quanta/data/dtep/xhtml/base.tag new file mode 100644 index 00000000..2b34083d --- /dev/null +++ b/quanta/data/dtep/xhtml/base.tag @@ -0,0 +1,24 @@ + + + + + Id + + + + + + Href + + + + + + Target + + + + + + + diff --git a/quanta/data/dtep/xhtml/basefont.tag b/quanta/data/dtep/xhtml/basefont.tag new file mode 100644 index 00000000..68c3aed7 --- /dev/null +++ b/quanta/data/dtep/xhtml/basefont.tag @@ -0,0 +1,41 @@ + + + + + + + Color + + + + + + Face + + + + + + Size + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + + + + + Id + + + + + + + diff --git a/quanta/data/dtep/xhtml/bdo.tag b/quanta/data/dtep/xhtml/bdo.tag new file mode 100644 index 00000000..2a592a37 --- /dev/null +++ b/quanta/data/dtep/xhtml/bdo.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/big.tag b/quanta/data/dtep/xhtml/big.tag new file mode 100644 index 00000000..bbf21a7c --- /dev/null +++ b/quanta/data/dtep/xhtml/big.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/blockquote.tag b/quanta/data/dtep/xhtml/blockquote.tag new file mode 100644 index 00000000..82709643 --- /dev/null +++ b/quanta/data/dtep/xhtml/blockquote.tag @@ -0,0 +1,82 @@ + + + + + + + Cite + + This is not widely supported + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/body.tag b/quanta/data/dtep/xhtml/body.tag new file mode 100644 index 00000000..c7fe5941 --- /dev/null +++ b/quanta/data/dtep/xhtml/body.tag @@ -0,0 +1,128 @@ + + + + + + + BG image + + + + + + BG color + + Deprecated + + + + + Text color + + Deprecated + + + + + Link color + + Deprecated + + + + + Active link color + + Deprecated + + + + + Visited link color + + Deprecated + + + + + Onload + + + + + + Onunload + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/br.tag b/quanta/data/dtep/xhtml/br.tag new file mode 100644 index 00000000..738c05d8 --- /dev/null +++ b/quanta/data/dtep/xhtml/br.tag @@ -0,0 +1,20 @@ + + + + + + + Clear + + Deprecated + + + left + all + right + none + + + + + diff --git a/quanta/data/dtep/xhtml/button.tag b/quanta/data/dtep/xhtml/button.tag new file mode 100644 index 00000000..011def6a --- /dev/null +++ b/quanta/data/dtep/xhtml/button.tag @@ -0,0 +1,93 @@ + + + + + + + Name + + + + + + Value + + + + + + Type + + + button + reset + submit + + + + + + Disabled + + Disable the element + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/caption.tag b/quanta/data/dtep/xhtml/caption.tag new file mode 100644 index 00000000..8936eb10 --- /dev/null +++ b/quanta/data/dtep/xhtml/caption.tag @@ -0,0 +1,63 @@ + + + + + + + Align + + + left + right + top + bottom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/center.tag b/quanta/data/dtep/xhtml/center.tag new file mode 100644 index 00000000..860eff90 --- /dev/null +++ b/quanta/data/dtep/xhtml/center.tag @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/cite.tag b/quanta/data/dtep/xhtml/cite.tag new file mode 100644 index 00000000..57f00da6 --- /dev/null +++ b/quanta/data/dtep/xhtml/cite.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/code.tag b/quanta/data/dtep/xhtml/code.tag new file mode 100644 index 00000000..e96dfd0b --- /dev/null +++ b/quanta/data/dtep/xhtml/code.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/col.tag b/quanta/data/dtep/xhtml/col.tag new file mode 100644 index 00000000..b86c06e6 --- /dev/null +++ b/quanta/data/dtep/xhtml/col.tag @@ -0,0 +1,57 @@ + + + + + + Width + + Use % for percent or it will set pixels +You can add multiple values with commas + + + + + Span + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Char + + + + + + Charoff + + + + + + diff --git a/quanta/data/dtep/xhtml/colgroup.tag b/quanta/data/dtep/xhtml/colgroup.tag new file mode 100644 index 00000000..d4ecc9a8 --- /dev/null +++ b/quanta/data/dtep/xhtml/colgroup.tag @@ -0,0 +1,61 @@ + + + + + + + Width + + Use % for percent or it will set pixels +You can add multiple values with commas + + + + + Span + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Char + + + + + + Charoff + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/common.tag b/quanta/data/dtep/xhtml/common.tag new file mode 100644 index 00000000..1fd94db2 --- /dev/null +++ b/quanta/data/dtep/xhtml/common.tag @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/quanta/data/dtep/xhtml/dd.tag b/quanta/data/dtep/xhtml/dd.tag new file mode 100644 index 00000000..7b6779b9 --- /dev/null +++ b/quanta/data/dtep/xhtml/dd.tag @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/del.tag b/quanta/data/dtep/xhtml/del.tag new file mode 100644 index 00000000..f4026744 --- /dev/null +++ b/quanta/data/dtep/xhtml/del.tag @@ -0,0 +1,87 @@ + + + + + + + Cite + + + + + + Datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/description.rc b/quanta/data/dtep/xhtml/description.rc new file mode 100644 index 00000000..cae32ab0 --- /dev/null +++ b/quanta/data/dtep/xhtml/description.rc @@ -0,0 +1,68 @@ +[General] +Name = -//W3C//DTD XHTML 1.0 Transitional//EN +NickName = XHTML 1.0 Transitional +URL = http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd +DoctypeString = html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" +MimeTypes = text/html +DefaultExtension = html +Groups = Core, I18n, Script, Focus, Others +NumOfPages = 4 +CaseSensitive = true +Documentation = HTML + +[Toolbars] +Location = html +Names = standard, style, tables, lists, forms, other + +[Focus] +Attributes = accesskey, tabindex, onfocus, onblur + +[Others] +Attributes = name, longdesc, ismap, usemap + +[Page1] +Title = Core and i18n +Groups = Core, I18n + +[Page2] +Title = Events +Groups = Script + +[Page3] +Title= Focus +Groups=Focus + +[Page4] +Title= Others +Groups=Others + +[Extra rules] +BooleanAttributes = complex +Single Tag Style = XML +StructGroupsCount = 3 + +[Parsing rules] +SpecialTags = script(language) +MayContain = php, css + +[StructGroup_1] +Name = Images +No_Name = No Images +Icon = image +Tag = img(src) +HasFileName = true + +[StructGroup_2] +Name = Links (anchor) +No_Name = No Links (anchor) +Icon = www +Tag = a(name,href) +HasFileName = true +FileNameRx = .*\||#.* + +[StructGroup_3] +Name = Resources (link) +No_Name = No Links (link) +Icon = www +Tag = link(href) +HasFileName = true diff --git a/quanta/data/dtep/xhtml/dfn.tag b/quanta/data/dtep/xhtml/dfn.tag new file mode 100644 index 00000000..dcd1fbb9 --- /dev/null +++ b/quanta/data/dtep/xhtml/dfn.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/dir.tag b/quanta/data/dtep/xhtml/dir.tag new file mode 100644 index 00000000..13612182 --- /dev/null +++ b/quanta/data/dtep/xhtml/dir.tag @@ -0,0 +1,16 @@ + + + + + + + Compact + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/div.tag b/quanta/data/dtep/xhtml/div.tag new file mode 100644 index 00000000..21a5b47c --- /dev/null +++ b/quanta/data/dtep/xhtml/div.tag @@ -0,0 +1,88 @@ + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/dl.tag b/quanta/data/dtep/xhtml/dl.tag new file mode 100644 index 00000000..1f38c5a0 --- /dev/null +++ b/quanta/data/dtep/xhtml/dl.tag @@ -0,0 +1,16 @@ + + + + + + + compact + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/dt.tag b/quanta/data/dtep/xhtml/dt.tag new file mode 100644 index 00000000..4d9192aa --- /dev/null +++ b/quanta/data/dtep/xhtml/dt.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/em.tag b/quanta/data/dtep/xhtml/em.tag new file mode 100644 index 00000000..3c5005b1 --- /dev/null +++ b/quanta/data/dtep/xhtml/em.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/fieldset.tag b/quanta/data/dtep/xhtml/fieldset.tag new file mode 100644 index 00000000..550b5e7f --- /dev/null +++ b/quanta/data/dtep/xhtml/fieldset.tag @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/font.tag b/quanta/data/dtep/xhtml/font.tag new file mode 100644 index 00000000..61c00a64 --- /dev/null +++ b/quanta/data/dtep/xhtml/font.tag @@ -0,0 +1,87 @@ + + + + + + + Color + + Font color + + + + + Face + + + + + + Size + + + + +1 + -1 + +2 + -2 + +3 + -3 + +4 + -4 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/form.tag b/quanta/data/dtep/xhtml/form.tag new file mode 100644 index 00000000..e913755e --- /dev/null +++ b/quanta/data/dtep/xhtml/form.tag @@ -0,0 +1,151 @@ + + + + + + + Action + + + + + + Method + + + + get + post + + + + + Enctype + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + Accept + + + + text/html + image/jpeg + image/gif + image/png + model/vrml + application/java + application/mathml+xml + application/rss+xml + application/xhtml+xml + application/xml + text/css + text/javascript + text/xml + + + + + Accept-charset + + + + + + Onsubmit + + + + + + Onreset + + + + + + Target + + + + + + Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/head.tag b/quanta/data/dtep/xhtml/head.tag new file mode 100644 index 00000000..9305caea --- /dev/null +++ b/quanta/data/dtep/xhtml/head.tag @@ -0,0 +1,30 @@ + + + + + + + Id + + + + + + Profile + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/headings.tag b/quanta/data/dtep/xhtml/headings.tag new file mode 100644 index 00000000..37e6eca2 --- /dev/null +++ b/quanta/data/dtep/xhtml/headings.tag @@ -0,0 +1,369 @@ + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/hr.tag b/quanta/data/dtep/xhtml/hr.tag new file mode 100644 index 00000000..c0f16a62 --- /dev/null +++ b/quanta/data/dtep/xhtml/hr.tag @@ -0,0 +1,35 @@ + + + + + + + Align + + Deprecated + + + left + center + right + + + + + Size + + + + + + Width + + + + + + No shade + + + + diff --git a/quanta/data/dtep/xhtml/html.tag b/quanta/data/dtep/xhtml/html.tag new file mode 100644 index 00000000..afc592c3 --- /dev/null +++ b/quanta/data/dtep/xhtml/html.tag @@ -0,0 +1,27 @@ + + + + + + + Id + + + + + + Xmlns + + + + http://www.w3.org/1999/xhtml + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/i.tag b/quanta/data/dtep/xhtml/i.tag new file mode 100644 index 00000000..45855df4 --- /dev/null +++ b/quanta/data/dtep/xhtml/i.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/iframe.tag b/quanta/data/dtep/xhtml/iframe.tag new file mode 100644 index 00000000..7c09ad13 --- /dev/null +++ b/quanta/data/dtep/xhtml/iframe.tag @@ -0,0 +1,159 @@ + + + + + + + Longdesc + + + + + + Src + + + + + + Height + + + + + + Width + + + + + + Scrolling + + + yes + no + auto + + + + + + Align + + + baseline + center + left + middle + right + textbottom + textmiddle + texttop + + + + + + Marginheight + + + + + + Marginwidth + + + + + + Frameborder + + + 1 + 0 + + + + + + Name + + + + + + Longdesc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/img.tag b/quanta/data/dtep/xhtml/img.tag new file mode 100644 index 00000000..fd2c4e9c --- /dev/null +++ b/quanta/data/dtep/xhtml/img.tag @@ -0,0 +1,43 @@ + + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + Hspace + + + + + + Vspace + + + + + + diff --git a/quanta/data/dtep/xhtml/input.tag b/quanta/data/dtep/xhtml/input.tag new file mode 100644 index 00000000..a6a2b3cc --- /dev/null +++ b/quanta/data/dtep/xhtml/input.tag @@ -0,0 +1,125 @@ + + + + + + + Type + + + text + password + checkbox + radio + submit + reset + file + hidden + image + button + + + + + + Disabled + + Disable the element + + + + Checked + + For radio button or check box + + + + Name + + + + + + Value + + + + + + Size + + + Number of characters for text input + + + + Maxlength + + + Max characters allowed + + + + Usemap + + + + + + Readonly + + + + + Src + + + + + + Accept + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + Alt + + + Alternate text for image + + + + Onselect + + + + + + Onchange + + + + + + Align + + + baseline + center + left + middle + right + textbottom + textmiddle + texttop + + + + + + diff --git a/quanta/data/dtep/xhtml/ins.tag b/quanta/data/dtep/xhtml/ins.tag new file mode 100644 index 00000000..e3b082e8 --- /dev/null +++ b/quanta/data/dtep/xhtml/ins.tag @@ -0,0 +1,87 @@ + + + + + + + Cite + + + + + + Datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/isindex.tag b/quanta/data/dtep/xhtml/isindex.tag new file mode 100644 index 00000000..53a940c3 --- /dev/null +++ b/quanta/data/dtep/xhtml/isindex.tag @@ -0,0 +1,13 @@ + + + + + + + Prompt + + + + + + diff --git a/quanta/data/dtep/xhtml/kbd.tag b/quanta/data/dtep/xhtml/kbd.tag new file mode 100644 index 00000000..433d0310 --- /dev/null +++ b/quanta/data/dtep/xhtml/kbd.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/label.tag b/quanta/data/dtep/xhtml/label.tag new file mode 100644 index 00000000..249d512a --- /dev/null +++ b/quanta/data/dtep/xhtml/label.tag @@ -0,0 +1,75 @@ + + + + + + + Accesskey + + + Shortcut + + + + For + + + + + Onfocus + + + + + + Onblur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/legend.tag b/quanta/data/dtep/xhtml/legend.tag new file mode 100644 index 00000000..18de65d3 --- /dev/null +++ b/quanta/data/dtep/xhtml/legend.tag @@ -0,0 +1,70 @@ + + + + + + + Accesskey + + + Shortcut + + + + Align + + + left + right + top + bottom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/li.tag b/quanta/data/dtep/xhtml/li.tag new file mode 100644 index 00000000..f6644cee --- /dev/null +++ b/quanta/data/dtep/xhtml/li.tag @@ -0,0 +1,101 @@ + + + + + + + Type + + + + disc + square + circle + 1 + a + A + i + I + + + + + Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/link.tag b/quanta/data/dtep/xhtml/link.tag new file mode 100644 index 00000000..b5d9f5fe --- /dev/null +++ b/quanta/data/dtep/xhtml/link.tag @@ -0,0 +1,77 @@ + + + + + + Rel + + + + + + Rev + + + + + + Href + + + + + + Type + + + + text/html + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + text/css + text/javascript + + + + + Media + + + + all + aural + braille + embossed + handheld + print + projection + screen + tty + tv + + + + + Hreflang + + + + + + Charset + + + + + + Target + + + + + + diff --git a/quanta/data/dtep/xhtml/map.tag b/quanta/data/dtep/xhtml/map.tag new file mode 100644 index 00000000..b64d44f2 --- /dev/null +++ b/quanta/data/dtep/xhtml/map.tag @@ -0,0 +1,44 @@ + + + + + + + Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/menu.tag b/quanta/data/dtep/xhtml/menu.tag new file mode 100644 index 00000000..10322fc8 --- /dev/null +++ b/quanta/data/dtep/xhtml/menu.tag @@ -0,0 +1,16 @@ + + + + + + + Compact + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/meta.tag b/quanta/data/dtep/xhtml/meta.tag new file mode 100644 index 00000000..d4afefe4 --- /dev/null +++ b/quanta/data/dtep/xhtml/meta.tag @@ -0,0 +1,37 @@ + + + + + + + Id + + + + + + Name + + + + + + Http-equiv + + + + + + Content + + + + + + Scheme + + + + + + diff --git a/quanta/data/dtep/xhtml/noframes.tag b/quanta/data/dtep/xhtml/noframes.tag new file mode 100644 index 00000000..758e6cb2 --- /dev/null +++ b/quanta/data/dtep/xhtml/noframes.tag @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/noscript.tag b/quanta/data/dtep/xhtml/noscript.tag new file mode 100644 index 00000000..0c604a67 --- /dev/null +++ b/quanta/data/dtep/xhtml/noscript.tag @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/object.tag b/quanta/data/dtep/xhtml/object.tag new file mode 100644 index 00000000..baebd55d --- /dev/null +++ b/quanta/data/dtep/xhtml/object.tag @@ -0,0 +1,209 @@ + + + + + + + Archive + + + + + + Classid + + + + + + Codebase + + + + + + Codetype + + + + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + audio/basic + text/html + text/css + + + + + Type + + + + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + audio/basic + text/html + text/css + + + + + Data + + + + + + Height + + + + + + Width + + + + + + Tabindex + + + + + + Standby + + + + + + Declare + + + + + Usemap + + + + + + Name + + + + + + Align + + + baseline + center + left + middle + right + textbottom + textmiddle + texttop + + + + + + Border + + + + + + Hspace + + + + + + VSpace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/ol.tag b/quanta/data/dtep/xhtml/ol.tag new file mode 100644 index 00000000..4a33b85a --- /dev/null +++ b/quanta/data/dtep/xhtml/ol.tag @@ -0,0 +1,36 @@ + + + + + + + Type + + + + 1 + a + A + i + I + + + + + Start + + + + + + + Compact + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/optgroup.tag b/quanta/data/dtep/xhtml/optgroup.tag new file mode 100644 index 00000000..08a52ff5 --- /dev/null +++ b/quanta/data/dtep/xhtml/optgroup.tag @@ -0,0 +1,23 @@ + + + + + + + Disabled + + Disable the element + + + + Label + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/option.tag b/quanta/data/dtep/xhtml/option.tag new file mode 100644 index 00000000..a1c646ea --- /dev/null +++ b/quanta/data/dtep/xhtml/option.tag @@ -0,0 +1,37 @@ + + + + + + + Value + + + + + + Selected + + + + selected + + + + + Disabled + + + + disabled + + + + + Label + + + + + + diff --git a/quanta/data/dtep/xhtml/p.tag b/quanta/data/dtep/xhtml/p.tag new file mode 100644 index 00000000..aabd50f8 --- /dev/null +++ b/quanta/data/dtep/xhtml/p.tag @@ -0,0 +1,74 @@ + + + + + + + Alignment + + Deprecated + + + left + center + right + justify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/param.tag b/quanta/data/dtep/xhtml/param.tag new file mode 100644 index 00000000..347cc722 --- /dev/null +++ b/quanta/data/dtep/xhtml/param.tag @@ -0,0 +1,53 @@ + + + + + + + Id + + + + + + Type + + + + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + audio/basic + text/html + text/css + + + + + Value + + + + + + Valuetype + + + + data + ref + object + + + + + Name + + + + + + diff --git a/quanta/data/dtep/xhtml/pre.tag b/quanta/data/dtep/xhtml/pre.tag new file mode 100644 index 00000000..0b861099 --- /dev/null +++ b/quanta/data/dtep/xhtml/pre.tag @@ -0,0 +1,53 @@ + + + + + + + Width + + + + + + Xml:space + + + + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/q.tag b/quanta/data/dtep/xhtml/q.tag new file mode 100644 index 00000000..abc31b1b --- /dev/null +++ b/quanta/data/dtep/xhtml/q.tag @@ -0,0 +1,57 @@ + + + + + + + Cite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/s.tag b/quanta/data/dtep/xhtml/s.tag new file mode 100644 index 00000000..419cb720 --- /dev/null +++ b/quanta/data/dtep/xhtml/s.tag @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/samp.tag b/quanta/data/dtep/xhtml/samp.tag new file mode 100644 index 00000000..6cecf4e0 --- /dev/null +++ b/quanta/data/dtep/xhtml/samp.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/script.tag b/quanta/data/dtep/xhtml/script.tag new file mode 100644 index 00000000..df42c39e --- /dev/null +++ b/quanta/data/dtep/xhtml/script.tag @@ -0,0 +1,58 @@ + + + + + + + Type + + + + text/html + text/css + text/php + text/javascript + application/x-javascript + + + + + Id + + + + + + Src + + + + + + Charset + + + + + + Defer + + + + + Xml:space + + + + preserve + + + + + Language + + + + + + diff --git a/quanta/data/dtep/xhtml/select.tag b/quanta/data/dtep/xhtml/select.tag new file mode 100644 index 00000000..d0c87373 --- /dev/null +++ b/quanta/data/dtep/xhtml/select.tag @@ -0,0 +1,62 @@ + + + + + + + Name + + + + + + Multiple + + + + + Disabled + + + + + Tabindex + + + + + + Onfocus + + + + + + Onblur + + + + + + Onchange + + + + + + Size + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/small.tag b/quanta/data/dtep/xhtml/small.tag new file mode 100644 index 00000000..4d045201 --- /dev/null +++ b/quanta/data/dtep/xhtml/small.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/span.tag b/quanta/data/dtep/xhtml/span.tag new file mode 100644 index 00000000..d674850e --- /dev/null +++ b/quanta/data/dtep/xhtml/span.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/strike.tag b/quanta/data/dtep/xhtml/strike.tag new file mode 100644 index 00000000..4907d5be --- /dev/null +++ b/quanta/data/dtep/xhtml/strike.tag @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/strong.tag b/quanta/data/dtep/xhtml/strong.tag new file mode 100644 index 00000000..2be3da65 --- /dev/null +++ b/quanta/data/dtep/xhtml/strong.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/style.tag b/quanta/data/dtep/xhtml/style.tag new file mode 100644 index 00000000..781181b4 --- /dev/null +++ b/quanta/data/dtep/xhtml/style.tag @@ -0,0 +1,57 @@ + + + + + + + Id + + + + + + Type + + + + text/css + + + + + Media + + + + all + aural + braille + embossed + handheld + print + projection + screen + tty + tv + + + + + Title + + + + + + Xml:space + + + + preserve + + + + + + + diff --git a/quanta/data/dtep/xhtml/sub.tag b/quanta/data/dtep/xhtml/sub.tag new file mode 100644 index 00000000..ec46544b --- /dev/null +++ b/quanta/data/dtep/xhtml/sub.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/sup.tag b/quanta/data/dtep/xhtml/sup.tag new file mode 100644 index 00000000..176cf71a --- /dev/null +++ b/quanta/data/dtep/xhtml/sup.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/table.tag b/quanta/data/dtep/xhtml/table.tag new file mode 100644 index 00000000..b76d5095 --- /dev/null +++ b/quanta/data/dtep/xhtml/table.tag @@ -0,0 +1,97 @@ + + + + + + + Width + + Use % for percent or it will set pixels + + + + + Cellspacing + + + + + + Border + + Set in pixels + + + + + Cellpadding + + + + + + Frame + + + above + below + border + box + hsides + lhs + rhs + void + vsides + + + + + + Rules + + + none + groups + rows + cols + all + + + + + + Summary + + + + + + Align + + + left + center + right + + + + + + Background color + + + Deprecated + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/tbody.tag b/quanta/data/dtep/xhtml/tbody.tag new file mode 100644 index 00000000..db13711d --- /dev/null +++ b/quanta/data/dtep/xhtml/tbody.tag @@ -0,0 +1,48 @@ + + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Char + + + + + + Charoff + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/td.tag b/quanta/data/dtep/xhtml/td.tag new file mode 100644 index 00000000..e46c9414 --- /dev/null +++ b/quanta/data/dtep/xhtml/td.tag @@ -0,0 +1,187 @@ + + + + + + + Rowspan + + + + + + Colspan + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Headers + + + + + + Abbr + + + + + + Scope + + + + row + col + rowgroup + colgroup + + + + + Axis + + + + + + Char + + + + + + Charoff + + + + + + Height + + Deprecated + + + + + Width + + use % for percent or it will set pixels + + + + + Bg color + + + Deprecated + + + + NoWrap + + Deprecated + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/textarea.tag b/quanta/data/dtep/xhtml/textarea.tag new file mode 100644 index 00000000..ea019898 --- /dev/null +++ b/quanta/data/dtep/xhtml/textarea.tag @@ -0,0 +1,49 @@ + + + + + + + Name + + + + + + Rows + + + + + + Cols + + + + + + Disabled + + + + + Read only + + + + + Onselect + + + + + + Onchange + + + + + + + + diff --git a/quanta/data/dtep/xhtml/tfoot.tag b/quanta/data/dtep/xhtml/tfoot.tag new file mode 100644 index 00000000..e07605f4 --- /dev/null +++ b/quanta/data/dtep/xhtml/tfoot.tag @@ -0,0 +1,48 @@ + + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Char + + + + + + Charoff + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/th.tag b/quanta/data/dtep/xhtml/th.tag new file mode 100644 index 00000000..78b82c25 --- /dev/null +++ b/quanta/data/dtep/xhtml/th.tag @@ -0,0 +1,187 @@ + + + + + + + Rowspan + + + + + + Colspan + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Headers + + + + + + Abbr + + + + + + Scope + + + + row + col + rowgroup + colgroup + + + + + Axis + + + + + + Char + + + + + + Charoff + + + + + + Height + + Deprecated + + + + + Width + + use % for percent or it will set pixels + + + + + Bg color + + + Deprecated + + + + NoWrap + + Deprecated + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/thead.tag b/quanta/data/dtep/xhtml/thead.tag new file mode 100644 index 00000000..059263d1 --- /dev/null +++ b/quanta/data/dtep/xhtml/thead.tag @@ -0,0 +1,48 @@ + + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Char + + + + + + Charoff + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/title.tag b/quanta/data/dtep/xhtml/title.tag new file mode 100644 index 00000000..f24df571 --- /dev/null +++ b/quanta/data/dtep/xhtml/title.tag @@ -0,0 +1,14 @@ + + + + + + Id + + + + + + + + diff --git a/quanta/data/dtep/xhtml/tr.tag b/quanta/data/dtep/xhtml/tr.tag new file mode 100644 index 00000000..4baf805c --- /dev/null +++ b/quanta/data/dtep/xhtml/tr.tag @@ -0,0 +1,53 @@ + + + + + + + Align + + + left + center + right + justify + char + + + + + + Valign + + + baseline + bottom + middle + top + + + + + + Char + + + + + + Charoff + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/tt.tag b/quanta/data/dtep/xhtml/tt.tag new file mode 100644 index 00000000..08f25532 --- /dev/null +++ b/quanta/data/dtep/xhtml/tt.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/u.tag b/quanta/data/dtep/xhtml/u.tag new file mode 100644 index 00000000..38e47050 --- /dev/null +++ b/quanta/data/dtep/xhtml/u.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/ul.tag b/quanta/data/dtep/xhtml/ul.tag new file mode 100644 index 00000000..21443c5d --- /dev/null +++ b/quanta/data/dtep/xhtml/ul.tag @@ -0,0 +1,28 @@ + + + + + + + Type + + + + disc + square + circle + + + + + Compact + Deprecated + + + + + + + + + diff --git a/quanta/data/dtep/xhtml/var.tag b/quanta/data/dtep/xhtml/var.tag new file mode 100644 index 00000000..74e336d4 --- /dev/null +++ b/quanta/data/dtep/xhtml/var.tag @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1