From 7aac45c2ff3634ea31cf9b1a97889065edf650f7 Mon Sep 17 00:00:00 2001 From: Alexis Puente Montiel Date: Thu, 17 Feb 2022 22:17:14 +0100 Subject: Quanta: Add dtep to support HTML5 mode. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Puente Montiel Minor fixes. Signed-off-by: Slávek Banko (cherry picked from commit 3b06901a66232c9de174fae3c09bdad401b234c2) --- quanta/data/dtep/html5/CMakeLists.txt | 31 ++++ quanta/data/dtep/html5/Makefile.am | 20 +++ quanta/data/dtep/html5/a.tag | 120 +++++++++++++ quanta/data/dtep/html5/abbr.tag | 54 ++++++ quanta/data/dtep/html5/acronym.tag | 54 ++++++ quanta/data/dtep/html5/address.tag | 54 ++++++ quanta/data/dtep/html5/applet.tag | 144 ++++++++++++++++ quanta/data/dtep/html5/area.tag | 44 +++++ quanta/data/dtep/html5/article.tag | 54 ++++++ quanta/data/dtep/html5/aside.tag | 54 ++++++ quanta/data/dtep/html5/audio.tag | 48 ++++++ quanta/data/dtep/html5/b.tag | 54 ++++++ quanta/data/dtep/html5/base.tag | 17 ++ quanta/data/dtep/html5/bdi.tag | 65 +++++++ quanta/data/dtep/html5/bdo.tag | 65 +++++++ quanta/data/dtep/html5/big.tag | 54 ++++++ quanta/data/dtep/html5/blockquote.tag | 49 ++++++ quanta/data/dtep/html5/body.tag | 55 ++++++ quanta/data/dtep/html5/br.tag | 5 + quanta/data/dtep/html5/button.tag | 91 ++++++++++ quanta/data/dtep/html5/caption.tag | 54 ++++++ quanta/data/dtep/html5/center.tag | 54 ++++++ quanta/data/dtep/html5/cite.tag | 54 ++++++ quanta/data/dtep/html5/code.tag | 54 ++++++ quanta/data/dtep/html5/col.tag | 60 +++++++ quanta/data/dtep/html5/colgroup.tag | 63 +++++++ quanta/data/dtep/html5/common.tag | 56 ++++++ quanta/data/dtep/html5/data.tag | 92 ++++++++++ quanta/data/dtep/html5/dd.tag | 86 ++++++++++ quanta/data/dtep/html5/del.tag | 98 +++++++++++ quanta/data/dtep/html5/description.rc | 58 +++++++ quanta/data/dtep/html5/details.tag | 54 ++++++ quanta/data/dtep/html5/dfn.tag | 54 ++++++ quanta/data/dtep/html5/dir.tag | 11 ++ quanta/data/dtep/html5/div.tag | 86 ++++++++++ quanta/data/dtep/html5/dl.tag | 10 ++ quanta/data/dtep/html5/dt.tag | 54 ++++++ quanta/data/dtep/html5/em.tag | 54 ++++++ quanta/data/dtep/html5/embed.tag | 48 ++++++ quanta/data/dtep/html5/empty.tag | 13 ++ quanta/data/dtep/html5/fieldset.tag | 90 ++++++++++ quanta/data/dtep/html5/figcaption.tag | 54 ++++++ quanta/data/dtep/html5/figure.tag | 54 ++++++ quanta/data/dtep/html5/footer.tag | 54 ++++++ quanta/data/dtep/html5/form.tag | 97 +++++++++++ quanta/data/dtep/html5/head.tag | 29 ++++ quanta/data/dtep/html5/header.tag | 54 ++++++ quanta/data/dtep/html5/headings.tag | 311 ++++++++++++++++++++++++++++++++++ quanta/data/dtep/html5/hr.tag | 5 + quanta/data/dtep/html5/html.tag | 25 +++ quanta/data/dtep/html5/i.tag | 54 ++++++ quanta/data/dtep/html5/img.tag | 48 ++++++ quanta/data/dtep/html5/input.tag | 104 ++++++++++++ quanta/data/dtep/html5/ins.tag | 98 +++++++++++ quanta/data/dtep/html5/kbd.tag | 54 ++++++ quanta/data/dtep/html5/label.tag | 78 +++++++++ quanta/data/dtep/html5/legend.tag | 61 +++++++ quanta/data/dtep/html5/li.tag | 90 ++++++++++ quanta/data/dtep/html5/link.tag | 70 ++++++++ quanta/data/dtep/html5/main.tag | 54 ++++++ quanta/data/dtep/html5/map.tag | 46 +++++ quanta/data/dtep/html5/mark.tag | 54 ++++++ quanta/data/dtep/html5/meta.tag | 31 ++++ quanta/data/dtep/html5/nav.tag | 54 ++++++ quanta/data/dtep/html5/noscript.tag | 44 +++++ quanta/data/dtep/html5/object.tag | 202 ++++++++++++++++++++++ quanta/data/dtep/html5/ol.tag | 11 ++ quanta/data/dtep/html5/optgroup.tag | 23 +++ quanta/data/dtep/html5/option.tag | 41 +++++ quanta/data/dtep/html5/p.tag | 66 ++++++++ quanta/data/dtep/html5/param.tag | 47 +++++ quanta/data/dtep/html5/picture.tag | 54 ++++++ quanta/data/dtep/html5/pre.tag | 51 ++++++ quanta/data/dtep/html5/q.tag | 60 +++++++ quanta/data/dtep/html5/rb.tag | 7 + quanta/data/dtep/html5/rbc.tag | 9 + quanta/data/dtep/html5/rp.tag | 7 + quanta/data/dtep/html5/rt.tag | 9 + quanta/data/dtep/html5/rtc.tag | 9 + quanta/data/dtep/html5/ruby.tag | 13 ++ quanta/data/dtep/html5/samp.tag | 54 ++++++ quanta/data/dtep/html5/script.tag | 46 +++++ quanta/data/dtep/html5/section.tag | 54 ++++++ quanta/data/dtep/html5/select.tag | 55 ++++++ quanta/data/dtep/html5/small.tag | 54 ++++++ quanta/data/dtep/html5/source.tag | 48 ++++++ quanta/data/dtep/html5/span.tag | 54 ++++++ quanta/data/dtep/html5/strong.tag | 54 ++++++ quanta/data/dtep/html5/style.tag | 60 +++++++ quanta/data/dtep/html5/sub.tag | 54 ++++++ quanta/data/dtep/html5/sup.tag | 54 ++++++ quanta/data/dtep/html5/svg.tag | 44 +++++ quanta/data/dtep/html5/table.tag | 79 +++++++++ quanta/data/dtep/html5/tbody.tag | 39 +++++ quanta/data/dtep/html5/td.tag | 157 +++++++++++++++++ quanta/data/dtep/html5/textarea.tag | 43 +++++ quanta/data/dtep/html5/tfoot.tag | 38 +++++ quanta/data/dtep/html5/th.tag | 157 +++++++++++++++++ quanta/data/dtep/html5/thead.tag | 38 +++++ quanta/data/dtep/html5/time.tag | 92 ++++++++++ quanta/data/dtep/html5/title.tag | 14 ++ quanta/data/dtep/html5/tr.tag | 44 +++++ quanta/data/dtep/html5/track.tag | 48 ++++++ quanta/data/dtep/html5/tt.tag | 54 ++++++ quanta/data/dtep/html5/u.tag | 54 ++++++ quanta/data/dtep/html5/ul.tag | 11 ++ quanta/data/dtep/html5/var.tag | 54 ++++++ quanta/data/dtep/html5/video.tag | 48 ++++++ quanta/data/dtep/html5/wbr.tag | 5 + 109 files changed, 6173 insertions(+) create mode 100644 quanta/data/dtep/html5/CMakeLists.txt create mode 100644 quanta/data/dtep/html5/Makefile.am create mode 100644 quanta/data/dtep/html5/a.tag create mode 100644 quanta/data/dtep/html5/abbr.tag create mode 100644 quanta/data/dtep/html5/acronym.tag create mode 100644 quanta/data/dtep/html5/address.tag create mode 100644 quanta/data/dtep/html5/applet.tag create mode 100644 quanta/data/dtep/html5/area.tag create mode 100644 quanta/data/dtep/html5/article.tag create mode 100644 quanta/data/dtep/html5/aside.tag create mode 100644 quanta/data/dtep/html5/audio.tag create mode 100644 quanta/data/dtep/html5/b.tag create mode 100644 quanta/data/dtep/html5/base.tag create mode 100644 quanta/data/dtep/html5/bdi.tag create mode 100644 quanta/data/dtep/html5/bdo.tag create mode 100644 quanta/data/dtep/html5/big.tag create mode 100644 quanta/data/dtep/html5/blockquote.tag create mode 100644 quanta/data/dtep/html5/body.tag create mode 100644 quanta/data/dtep/html5/br.tag create mode 100644 quanta/data/dtep/html5/button.tag create mode 100644 quanta/data/dtep/html5/caption.tag create mode 100644 quanta/data/dtep/html5/center.tag create mode 100644 quanta/data/dtep/html5/cite.tag create mode 100644 quanta/data/dtep/html5/code.tag create mode 100644 quanta/data/dtep/html5/col.tag create mode 100644 quanta/data/dtep/html5/colgroup.tag create mode 100644 quanta/data/dtep/html5/common.tag create mode 100644 quanta/data/dtep/html5/data.tag create mode 100644 quanta/data/dtep/html5/dd.tag create mode 100644 quanta/data/dtep/html5/del.tag create mode 100644 quanta/data/dtep/html5/description.rc create mode 100644 quanta/data/dtep/html5/details.tag create mode 100644 quanta/data/dtep/html5/dfn.tag create mode 100644 quanta/data/dtep/html5/dir.tag create mode 100644 quanta/data/dtep/html5/div.tag create mode 100644 quanta/data/dtep/html5/dl.tag create mode 100644 quanta/data/dtep/html5/dt.tag create mode 100644 quanta/data/dtep/html5/em.tag create mode 100644 quanta/data/dtep/html5/embed.tag create mode 100644 quanta/data/dtep/html5/empty.tag create mode 100644 quanta/data/dtep/html5/fieldset.tag create mode 100644 quanta/data/dtep/html5/figcaption.tag create mode 100644 quanta/data/dtep/html5/figure.tag create mode 100644 quanta/data/dtep/html5/footer.tag create mode 100644 quanta/data/dtep/html5/form.tag create mode 100644 quanta/data/dtep/html5/head.tag create mode 100644 quanta/data/dtep/html5/header.tag create mode 100644 quanta/data/dtep/html5/headings.tag create mode 100644 quanta/data/dtep/html5/hr.tag create mode 100644 quanta/data/dtep/html5/html.tag create mode 100644 quanta/data/dtep/html5/i.tag create mode 100644 quanta/data/dtep/html5/img.tag create mode 100644 quanta/data/dtep/html5/input.tag create mode 100644 quanta/data/dtep/html5/ins.tag create mode 100644 quanta/data/dtep/html5/kbd.tag create mode 100644 quanta/data/dtep/html5/label.tag create mode 100644 quanta/data/dtep/html5/legend.tag create mode 100644 quanta/data/dtep/html5/li.tag create mode 100644 quanta/data/dtep/html5/link.tag create mode 100644 quanta/data/dtep/html5/main.tag create mode 100644 quanta/data/dtep/html5/map.tag create mode 100644 quanta/data/dtep/html5/mark.tag create mode 100644 quanta/data/dtep/html5/meta.tag create mode 100644 quanta/data/dtep/html5/nav.tag create mode 100644 quanta/data/dtep/html5/noscript.tag create mode 100644 quanta/data/dtep/html5/object.tag create mode 100644 quanta/data/dtep/html5/ol.tag create mode 100644 quanta/data/dtep/html5/optgroup.tag create mode 100644 quanta/data/dtep/html5/option.tag create mode 100644 quanta/data/dtep/html5/p.tag create mode 100644 quanta/data/dtep/html5/param.tag create mode 100644 quanta/data/dtep/html5/picture.tag create mode 100644 quanta/data/dtep/html5/pre.tag create mode 100644 quanta/data/dtep/html5/q.tag create mode 100644 quanta/data/dtep/html5/rb.tag create mode 100644 quanta/data/dtep/html5/rbc.tag create mode 100644 quanta/data/dtep/html5/rp.tag create mode 100644 quanta/data/dtep/html5/rt.tag create mode 100644 quanta/data/dtep/html5/rtc.tag create mode 100644 quanta/data/dtep/html5/ruby.tag create mode 100644 quanta/data/dtep/html5/samp.tag create mode 100644 quanta/data/dtep/html5/script.tag create mode 100644 quanta/data/dtep/html5/section.tag create mode 100644 quanta/data/dtep/html5/select.tag create mode 100644 quanta/data/dtep/html5/small.tag create mode 100644 quanta/data/dtep/html5/source.tag create mode 100644 quanta/data/dtep/html5/span.tag create mode 100644 quanta/data/dtep/html5/strong.tag create mode 100644 quanta/data/dtep/html5/style.tag create mode 100644 quanta/data/dtep/html5/sub.tag create mode 100644 quanta/data/dtep/html5/sup.tag create mode 100644 quanta/data/dtep/html5/svg.tag create mode 100644 quanta/data/dtep/html5/table.tag create mode 100644 quanta/data/dtep/html5/tbody.tag create mode 100644 quanta/data/dtep/html5/td.tag create mode 100644 quanta/data/dtep/html5/textarea.tag create mode 100644 quanta/data/dtep/html5/tfoot.tag create mode 100644 quanta/data/dtep/html5/th.tag create mode 100644 quanta/data/dtep/html5/thead.tag create mode 100644 quanta/data/dtep/html5/time.tag create mode 100644 quanta/data/dtep/html5/title.tag create mode 100644 quanta/data/dtep/html5/tr.tag create mode 100644 quanta/data/dtep/html5/track.tag create mode 100644 quanta/data/dtep/html5/tt.tag create mode 100644 quanta/data/dtep/html5/u.tag create mode 100644 quanta/data/dtep/html5/ul.tag create mode 100644 quanta/data/dtep/html5/var.tag create mode 100644 quanta/data/dtep/html5/video.tag create mode 100644 quanta/data/dtep/html5/wbr.tag (limited to 'quanta/data/dtep/html5') diff --git a/quanta/data/dtep/html5/CMakeLists.txt b/quanta/data/dtep/html5/CMakeLists.txt new file mode 100644 index 00000000..f5f1acb3 --- /dev/null +++ b/quanta/data/dtep/html5/CMakeLists.txt @@ -0,0 +1,31 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + abbr.tag acronym.tag address.tag applet.tag area.tag article.tag + aside.tag a.tag audio.tag base.tag bdi.tag bdo.tag + big.tag blockquote.tag body.tag br.tag b.tag button.tag + caption.tag center.tag cite.tag code.tag colgroup.tag col.tag + common.tag data.tag dd.tag del.tag description.rc details.tag + dfn.tag dir.tag div.tag dl.tag dt.tag embed.tag + empty.tag em.tag fieldset.tag figcaption.tag figure.tag footer.tag + form.tag header.tag headings.tag head.tag hr.tag html.tag + img.tag input.tag ins.tag i.tag kbd.tag label.tag + legend.tag link.tag li.tag main.tag map.tag mark.tag + meta.tag nav.tag noscript.tag object.tag ol.tag optgroup.tag + option.tag param.tag picture.tag pre.tag p.tag q.tag + rbc.tag rb.tag rp.tag rtc.tag rt.tag ruby.tag + samp.tag script.tag section.tag select.tag small.tag source.tag + span.tag strong.tag style.tag sub.tag sup.tag svg.tag + table.tag tbody.tag td.tag textarea.tag tfoot.tag thead.tag + th.tag time.tag title.tag track.tag tr.tag tt.tag + ul.tag u.tag var.tag video.tag wbr.tag + DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/html5 ) diff --git a/quanta/data/dtep/html5/Makefile.am b/quanta/data/dtep/html5/Makefile.am new file mode 100644 index 00000000..e2190890 --- /dev/null +++ b/quanta/data/dtep/html5/Makefile.am @@ -0,0 +1,20 @@ +quanta_DATA = abbr.tag acronym.tag address.tag applet.tag area.tag article.tag \ + aside.tag a.tag audio.tag base.tag bdi.tag bdo.tag \ + big.tag blockquote.tag body.tag br.tag b.tag button.tag \ + caption.tag center.tag cite.tag code.tag colgroup.tag col.tag \ + common.tag data.tag dd.tag del.tag description.rc details.tag \ + dfn.tag dir.tag div.tag dl.tag dt.tag embed.tag \ + empty.tag em.tag fieldset.tag figcaption.tag figure.tag footer.tag \ + form.tag header.tag headings.tag head.tag hr.tag html.tag \ + img.tag input.tag ins.tag i.tag kbd.tag label.tag \ + legend.tag link.tag li.tag main.tag map.tag mark.tag \ + meta.tag nav.tag noscript.tag object.tag ol.tag optgroup.tag \ + option.tag param.tag picture.tag pre.tag p.tag q.tag \ + rbc.tag rb.tag rp.tag rtc.tag rt.tag ruby.tag \ + samp.tag script.tag section.tag select.tag small.tag source.tag \ + span.tag strong.tag style.tag sub.tag sup.tag svg.tag \ + table.tag tbody.tag td.tag textarea.tag tfoot.tag thead.tag \ + th.tag time.tag title.tag track.tag tr.tag tt.tag \ + ul.tag u.tag var.tag video.tag wbr.tag +quantadir = ${quanta_datadir}/dtep/html5 + diff --git a/quanta/data/dtep/html5/a.tag b/quanta/data/dtep/html5/a.tag new file mode 100644 index 00000000..50a40f53 --- /dev/null +++ b/quanta/data/dtep/html5/a.tag @@ -0,0 +1,120 @@ + + + + + + + href + + + + + + 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 + + + + + onfocus + + + + + + onblur + + + + + + + + + + + rect + circle + poly + default + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/abbr.tag b/quanta/data/dtep/html5/abbr.tag new file mode 100644 index 00000000..e2c74acd --- /dev/null +++ b/quanta/data/dtep/html5/abbr.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/acronym.tag b/quanta/data/dtep/html5/acronym.tag new file mode 100644 index 00000000..407b5ecd --- /dev/null +++ b/quanta/data/dtep/html5/acronym.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/address.tag b/quanta/data/dtep/html5/address.tag new file mode 100644 index 00000000..512364ce --- /dev/null +++ b/quanta/data/dtep/html5/address.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/applet.tag b/quanta/data/dtep/html5/applet.tag new file mode 100644 index 00000000..df3c0c4f --- /dev/null +++ b/quanta/data/dtep/html5/applet.tag @@ -0,0 +1,144 @@ + + + + + + + archive + + + + + + classid + + + + + + codebase + + + + + + code + + + + + + object + + + + + + height + + + + + + width + + + + + + align + + + + + + hspace + + + + + + vspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/area.tag b/quanta/data/dtep/html5/area.tag new file mode 100644 index 00000000..dac881d1 --- /dev/null +++ b/quanta/data/dtep/html5/area.tag @@ -0,0 +1,44 @@ + + + + + + + shape + + + + rect + circle + poly + default + + + + + coords + + + + + + href + + + + + + accesskey + + + + + + alt + + + + + + + diff --git a/quanta/data/dtep/html5/article.tag b/quanta/data/dtep/html5/article.tag new file mode 100644 index 00000000..1765735e --- /dev/null +++ b/quanta/data/dtep/html5/article.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/aside.tag b/quanta/data/dtep/html5/aside.tag new file mode 100644 index 00000000..381fb796 --- /dev/null +++ b/quanta/data/dtep/html5/aside.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/audio.tag b/quanta/data/dtep/html5/audio.tag new file mode 100644 index 00000000..69476078 --- /dev/null +++ b/quanta/data/dtep/html5/audio.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/b.tag b/quanta/data/dtep/html5/b.tag new file mode 100644 index 00000000..033d36b5 --- /dev/null +++ b/quanta/data/dtep/html5/b.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/base.tag b/quanta/data/dtep/html5/base.tag new file mode 100644 index 00000000..200f1c1d --- /dev/null +++ b/quanta/data/dtep/html5/base.tag @@ -0,0 +1,17 @@ + + + + + Id + + + + + + Href + + + + + + diff --git a/quanta/data/dtep/html5/bdi.tag b/quanta/data/dtep/html5/bdi.tag new file mode 100644 index 00000000..c1f20363 --- /dev/null +++ b/quanta/data/dtep/html5/bdi.tag @@ -0,0 +1,65 @@ + + + + + + + dir + + This is not widely supported + + + ltr + rtl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/bdo.tag b/quanta/data/dtep/html5/bdo.tag new file mode 100644 index 00000000..1c5ba5a6 --- /dev/null +++ b/quanta/data/dtep/html5/bdo.tag @@ -0,0 +1,65 @@ + + + + + + + dir + + This is not widely supported + + + ltr + rtl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/big.tag b/quanta/data/dtep/html5/big.tag new file mode 100644 index 00000000..17b8b52c --- /dev/null +++ b/quanta/data/dtep/html5/big.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/blockquote.tag b/quanta/data/dtep/html5/blockquote.tag new file mode 100644 index 00000000..25a9c4c3 --- /dev/null +++ b/quanta/data/dtep/html5/blockquote.tag @@ -0,0 +1,49 @@ + + + + + + + cite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/body.tag b/quanta/data/dtep/html5/body.tag new file mode 100644 index 00000000..29c38226 --- /dev/null +++ b/quanta/data/dtep/html5/body.tag @@ -0,0 +1,55 @@ + + + + + + onload + + + + + + onunload + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/br.tag b/quanta/data/dtep/html5/br.tag new file mode 100644 index 00000000..d4d2bb06 --- /dev/null +++ b/quanta/data/dtep/html5/br.tag @@ -0,0 +1,5 @@ + + + + + diff --git a/quanta/data/dtep/html5/button.tag b/quanta/data/dtep/html5/button.tag new file mode 100644 index 00000000..039443b1 --- /dev/null +++ b/quanta/data/dtep/html5/button.tag @@ -0,0 +1,91 @@ + + + + + + + + + +submit +button +reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/caption.tag b/quanta/data/dtep/html5/caption.tag new file mode 100644 index 00000000..10d69177 --- /dev/null +++ b/quanta/data/dtep/html5/caption.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/center.tag b/quanta/data/dtep/html5/center.tag new file mode 100644 index 00000000..7ed9dcac --- /dev/null +++ b/quanta/data/dtep/html5/center.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/cite.tag b/quanta/data/dtep/html5/cite.tag new file mode 100644 index 00000000..6dc55aef --- /dev/null +++ b/quanta/data/dtep/html5/cite.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/code.tag b/quanta/data/dtep/html5/code.tag new file mode 100644 index 00000000..df071b02 --- /dev/null +++ b/quanta/data/dtep/html5/code.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/col.tag b/quanta/data/dtep/html5/col.tag new file mode 100644 index 00000000..54f5b93c --- /dev/null +++ b/quanta/data/dtep/html5/col.tag @@ -0,0 +1,60 @@ + + + + + + + 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 + + alignment character for cells + + + + + charoff + + alignment character offset + + + + + diff --git a/quanta/data/dtep/html5/colgroup.tag b/quanta/data/dtep/html5/colgroup.tag new file mode 100644 index 00000000..53ef59ee --- /dev/null +++ b/quanta/data/dtep/html5/colgroup.tag @@ -0,0 +1,63 @@ + + + + + + + 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 + + alignment character for cells + + + + + charoff + + alignment character offset + + + + + + + + diff --git a/quanta/data/dtep/html5/common.tag b/quanta/data/dtep/html5/common.tag new file mode 100644 index 00000000..0ff1796a --- /dev/null +++ b/quanta/data/dtep/html5/common.tag @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/quanta/data/dtep/html5/data.tag b/quanta/data/dtep/html5/data.tag new file mode 100644 index 00000000..098bf906 --- /dev/null +++ b/quanta/data/dtep/html5/data.tag @@ -0,0 +1,92 @@ + + + + + + + value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dd.tag b/quanta/data/dtep/html5/dd.tag new file mode 100644 index 00000000..0e377f4e --- /dev/null +++ b/quanta/data/dtep/html5/dd.tag @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/del.tag b/quanta/data/dtep/html5/del.tag new file mode 100644 index 00000000..b6515eb5 --- /dev/null +++ b/quanta/data/dtep/html5/del.tag @@ -0,0 +1,98 @@ + + + + + + + cite + + + + + + datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/description.rc b/quanta/data/dtep/html5/description.rc new file mode 100644 index 00000000..02e1f8cd --- /dev/null +++ b/quanta/data/dtep/html5/description.rc @@ -0,0 +1,58 @@ +[General] +Name = HTML 5 +NickName = HTML 5 +URL = https://www.w3.org/TR/html5/syntax.html#the-doctype +DoctypeString = html +MimeTypes = text/html +DefaultExtension = html +Groups = Core, I18n, Script,Focus +NumOfPages = 3 +CaseSensitive = true +Documentation = HTML + +[Toolbars] +Location = html5 +Names = base, style, meta, tools + +[Page1] +Title = Core and i18n +Groups = Core, I18n + +[Page2] +Title = Events +Groups = Script + +[Page3] +Title = Focus +Groups = Focus + +[Extra rules] +BooleanAttributes = simple +Single Tag Style = XML +StructGroupsCount = 3 + +[Parsing rules] +SpecialTags = script(language) +MayContain = php, css + +[StructGroup_1] +Name = Images (anchor) +No_Name = No Images (anchor) +Icon = image +Tag = img(src) +HasFileName = true + +[StructGroup_2] +Name = Links +No_Name = No Links +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/html5/details.tag b/quanta/data/dtep/html5/details.tag new file mode 100644 index 00000000..13522d41 --- /dev/null +++ b/quanta/data/dtep/html5/details.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dfn.tag b/quanta/data/dtep/html5/dfn.tag new file mode 100644 index 00000000..30f9107f --- /dev/null +++ b/quanta/data/dtep/html5/dfn.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dir.tag b/quanta/data/dtep/html5/dir.tag new file mode 100644 index 00000000..ac27af08 --- /dev/null +++ b/quanta/data/dtep/html5/dir.tag @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/div.tag b/quanta/data/dtep/html5/div.tag new file mode 100644 index 00000000..24537952 --- /dev/null +++ b/quanta/data/dtep/html5/div.tag @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dl.tag b/quanta/data/dtep/html5/dl.tag new file mode 100644 index 00000000..430067b8 --- /dev/null +++ b/quanta/data/dtep/html5/dl.tag @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dt.tag b/quanta/data/dtep/html5/dt.tag new file mode 100644 index 00000000..59f005d5 --- /dev/null +++ b/quanta/data/dtep/html5/dt.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/em.tag b/quanta/data/dtep/html5/em.tag new file mode 100644 index 00000000..7022b925 --- /dev/null +++ b/quanta/data/dtep/html5/em.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/embed.tag b/quanta/data/dtep/html5/embed.tag new file mode 100644 index 00000000..c8faddae --- /dev/null +++ b/quanta/data/dtep/html5/embed.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/empty.tag b/quanta/data/dtep/html5/empty.tag new file mode 100644 index 00000000..06fe883c --- /dev/null +++ b/quanta/data/dtep/html5/empty.tag @@ -0,0 +1,13 @@ + + + + + + + Rows + + + + + + diff --git a/quanta/data/dtep/html5/fieldset.tag b/quanta/data/dtep/html5/fieldset.tag new file mode 100644 index 00000000..3af076cd --- /dev/null +++ b/quanta/data/dtep/html5/fieldset.tag @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/figcaption.tag b/quanta/data/dtep/html5/figcaption.tag new file mode 100644 index 00000000..187a181c --- /dev/null +++ b/quanta/data/dtep/html5/figcaption.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/figure.tag b/quanta/data/dtep/html5/figure.tag new file mode 100644 index 00000000..5b4a3428 --- /dev/null +++ b/quanta/data/dtep/html5/figure.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/footer.tag b/quanta/data/dtep/html5/footer.tag new file mode 100644 index 00000000..628f7aca --- /dev/null +++ b/quanta/data/dtep/html5/footer.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/form.tag b/quanta/data/dtep/html5/form.tag new file mode 100644 index 00000000..af33b0e1 --- /dev/null +++ b/quanta/data/dtep/html5/form.tag @@ -0,0 +1,97 @@ + + + + + + + action + + + + + + method + + + + GET + POST + + + + + enctype + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + acceptcharset + + + + + + accept + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + onsubmit + + + + + + onreset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/head.tag b/quanta/data/dtep/html5/head.tag new file mode 100644 index 00000000..b53932b3 --- /dev/null +++ b/quanta/data/dtep/html5/head.tag @@ -0,0 +1,29 @@ + + + + + + + id + + + + + + profile + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/header.tag b/quanta/data/dtep/html5/header.tag new file mode 100644 index 00000000..9ddd3550 --- /dev/null +++ b/quanta/data/dtep/html5/header.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/headings.tag b/quanta/data/dtep/html5/headings.tag new file mode 100644 index 00000000..3951989c --- /dev/null +++ b/quanta/data/dtep/html5/headings.tag @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/hr.tag b/quanta/data/dtep/html5/hr.tag new file mode 100644 index 00000000..2bc7e29c --- /dev/null +++ b/quanta/data/dtep/html5/hr.tag @@ -0,0 +1,5 @@ + + + + + diff --git a/quanta/data/dtep/html5/html.tag b/quanta/data/dtep/html5/html.tag new file mode 100644 index 00000000..22894f8d --- /dev/null +++ b/quanta/data/dtep/html5/html.tag @@ -0,0 +1,25 @@ + + + + + + + id + + + + + + xmlns + + + http://www.w3.org/1999/xhtml + + + + + + + + + diff --git a/quanta/data/dtep/html5/i.tag b/quanta/data/dtep/html5/i.tag new file mode 100644 index 00000000..2bf4dae2 --- /dev/null +++ b/quanta/data/dtep/html5/i.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/img.tag b/quanta/data/dtep/html5/img.tag new file mode 100644 index 00000000..edeb3729 --- /dev/null +++ b/quanta/data/dtep/html5/img.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/input.tag b/quanta/data/dtep/html5/input.tag new file mode 100644 index 00000000..d9e54de6 --- /dev/null +++ b/quanta/data/dtep/html5/input.tag @@ -0,0 +1,104 @@ + + + + + + + type + + + text + password + checkbox + radio + submit + reset + file + hidden + image + button + + + + + + disabled + + Disable the element + + + + checked + + For radio button or check box + + + + value + + + + + + size + + + No of characters for text input + + + + maxlength + + + Max characters allowed + + + + alt + + + Alternate text for image + + + + src + + + URL for image to use + + + + accept + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + readonly + + + + + use + + + + + + onselect + + + + + + onchange + + + + + + diff --git a/quanta/data/dtep/html5/ins.tag b/quanta/data/dtep/html5/ins.tag new file mode 100644 index 00000000..486d4169 --- /dev/null +++ b/quanta/data/dtep/html5/ins.tag @@ -0,0 +1,98 @@ + + + + + + + cite + + + + + + datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/kbd.tag b/quanta/data/dtep/html5/kbd.tag new file mode 100644 index 00000000..92075861 --- /dev/null +++ b/quanta/data/dtep/html5/kbd.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/label.tag b/quanta/data/dtep/html5/label.tag new file mode 100644 index 00000000..7e7f0bf1 --- /dev/null +++ b/quanta/data/dtep/html5/label.tag @@ -0,0 +1,78 @@ + + + + + + + accesskey + + + Shortcut + + + + for + + + + + onfocus + + + + + + onblur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/legend.tag b/quanta/data/dtep/html5/legend.tag new file mode 100644 index 00000000..aaa7ab25 --- /dev/null +++ b/quanta/data/dtep/html5/legend.tag @@ -0,0 +1,61 @@ + + + + + + + accesskey + + + Shortcut + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/li.tag b/quanta/data/dtep/html5/li.tag new file mode 100644 index 00000000..3b8149aa --- /dev/null +++ b/quanta/data/dtep/html5/li.tag @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/link.tag b/quanta/data/dtep/html5/link.tag new file mode 100644 index 00000000..367ee800 --- /dev/null +++ b/quanta/data/dtep/html5/link.tag @@ -0,0 +1,70 @@ + + + + + + rel + + + + + + rev + + + + + + href + + + + + + type + + + + text/html + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + text/css + text/javascript + + + + + media + + + + screen + tty + tv + projection + handheld + print + braille + aural + all + + + + + hreflang + + + + + + charset + + + + + + diff --git a/quanta/data/dtep/html5/main.tag b/quanta/data/dtep/html5/main.tag new file mode 100644 index 00000000..f5105db0 --- /dev/null +++ b/quanta/data/dtep/html5/main.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/map.tag b/quanta/data/dtep/html5/map.tag new file mode 100644 index 00000000..e13496b4 --- /dev/null +++ b/quanta/data/dtep/html5/map.tag @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/mark.tag b/quanta/data/dtep/html5/mark.tag new file mode 100644 index 00000000..50e592eb --- /dev/null +++ b/quanta/data/dtep/html5/mark.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/meta.tag b/quanta/data/dtep/html5/meta.tag new file mode 100644 index 00000000..794eb693 --- /dev/null +++ b/quanta/data/dtep/html5/meta.tag @@ -0,0 +1,31 @@ + + + + + + + id + + + + + + http-equiv + + + + + + content + + + + + + scheme + + + + + + diff --git a/quanta/data/dtep/html5/nav.tag b/quanta/data/dtep/html5/nav.tag new file mode 100644 index 00000000..151e0bf8 --- /dev/null +++ b/quanta/data/dtep/html5/nav.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/noscript.tag b/quanta/data/dtep/html5/noscript.tag new file mode 100644 index 00000000..32533805 --- /dev/null +++ b/quanta/data/dtep/html5/noscript.tag @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/object.tag b/quanta/data/dtep/html5/object.tag new file mode 100644 index 00000000..2550a7d3 --- /dev/null +++ b/quanta/data/dtep/html5/object.tag @@ -0,0 +1,202 @@ + + + + + + + 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 + + + + + + align + + + + + + border + + + + + + hspace + + + + + + vspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/ol.tag b/quanta/data/dtep/html5/ol.tag new file mode 100644 index 00000000..afd6bcc2 --- /dev/null +++ b/quanta/data/dtep/html5/ol.tag @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/optgroup.tag b/quanta/data/dtep/html5/optgroup.tag new file mode 100644 index 00000000..82452057 --- /dev/null +++ b/quanta/data/dtep/html5/optgroup.tag @@ -0,0 +1,23 @@ + + + + + + + disabled + + Disable the element + + + + label + + + + + + + + + + diff --git a/quanta/data/dtep/html5/option.tag b/quanta/data/dtep/html5/option.tag new file mode 100644 index 00000000..ea08093f --- /dev/null +++ b/quanta/data/dtep/html5/option.tag @@ -0,0 +1,41 @@ + + + + + + + value + + + + + + Selected + + + + selected + + + + + Disabled + + + + disabled + + + + + label + + + + + + + + + + diff --git a/quanta/data/dtep/html5/p.tag b/quanta/data/dtep/html5/p.tag new file mode 100644 index 00000000..21bcfe71 --- /dev/null +++ b/quanta/data/dtep/html5/p.tag @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/param.tag b/quanta/data/dtep/html5/param.tag new file mode 100644 index 00000000..4211b9c2 --- /dev/null +++ b/quanta/data/dtep/html5/param.tag @@ -0,0 +1,47 @@ + + + + + + + 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 + + + + + diff --git a/quanta/data/dtep/html5/picture.tag b/quanta/data/dtep/html5/picture.tag new file mode 100644 index 00000000..86591f24 --- /dev/null +++ b/quanta/data/dtep/html5/picture.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/pre.tag b/quanta/data/dtep/html5/pre.tag new file mode 100644 index 00000000..89855428 --- /dev/null +++ b/quanta/data/dtep/html5/pre.tag @@ -0,0 +1,51 @@ + + + + + + + xml:space + + + + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/q.tag b/quanta/data/dtep/html5/q.tag new file mode 100644 index 00000000..99f030a1 --- /dev/null +++ b/quanta/data/dtep/html5/q.tag @@ -0,0 +1,60 @@ + + + + + + + cite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/rb.tag b/quanta/data/dtep/html5/rb.tag new file mode 100644 index 00000000..6c465cd9 --- /dev/null +++ b/quanta/data/dtep/html5/rb.tag @@ -0,0 +1,7 @@ + + + + + + + diff --git a/quanta/data/dtep/html5/rbc.tag b/quanta/data/dtep/html5/rbc.tag new file mode 100644 index 00000000..fbd5b7ec --- /dev/null +++ b/quanta/data/dtep/html5/rbc.tag @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/dtep/html5/rp.tag b/quanta/data/dtep/html5/rp.tag new file mode 100644 index 00000000..36df8a3a --- /dev/null +++ b/quanta/data/dtep/html5/rp.tag @@ -0,0 +1,7 @@ + + + + + + + diff --git a/quanta/data/dtep/html5/rt.tag b/quanta/data/dtep/html5/rt.tag new file mode 100644 index 00000000..da0098ed --- /dev/null +++ b/quanta/data/dtep/html5/rt.tag @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/dtep/html5/rtc.tag b/quanta/data/dtep/html5/rtc.tag new file mode 100644 index 00000000..97c21176 --- /dev/null +++ b/quanta/data/dtep/html5/rtc.tag @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/dtep/html5/ruby.tag b/quanta/data/dtep/html5/ruby.tag new file mode 100644 index 00000000..d133114f --- /dev/null +++ b/quanta/data/dtep/html5/ruby.tag @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/samp.tag b/quanta/data/dtep/html5/samp.tag new file mode 100644 index 00000000..6e5b3662 --- /dev/null +++ b/quanta/data/dtep/html5/samp.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/script.tag b/quanta/data/dtep/html5/script.tag new file mode 100644 index 00000000..2dccc895 --- /dev/null +++ b/quanta/data/dtep/html5/script.tag @@ -0,0 +1,46 @@ + + + + + + + Type + + + + text/html + text/css + text/php + text/javascript + application/x-javascript + + + + + Source + + + + + + Charset + + + + + + Defer (script execution may wait) + + + + + xml:space + + + + preserve + + + + + diff --git a/quanta/data/dtep/html5/section.tag b/quanta/data/dtep/html5/section.tag new file mode 100644 index 00000000..1d13fcc6 --- /dev/null +++ b/quanta/data/dtep/html5/section.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/select.tag b/quanta/data/dtep/html5/select.tag new file mode 100644 index 00000000..c3143fc2 --- /dev/null +++ b/quanta/data/dtep/html5/select.tag @@ -0,0 +1,55 @@ + + + + + + + multiple + + + + + disabled + + + + + tabindex + + + + + + size + + + + + + onfocus + + + + + + onblur + + + + + + onchange + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/small.tag b/quanta/data/dtep/html5/small.tag new file mode 100644 index 00000000..92871b73 --- /dev/null +++ b/quanta/data/dtep/html5/small.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/source.tag b/quanta/data/dtep/html5/source.tag new file mode 100644 index 00000000..306db28b --- /dev/null +++ b/quanta/data/dtep/html5/source.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/span.tag b/quanta/data/dtep/html5/span.tag new file mode 100644 index 00000000..73b4e932 --- /dev/null +++ b/quanta/data/dtep/html5/span.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/strong.tag b/quanta/data/dtep/html5/strong.tag new file mode 100644 index 00000000..33ecd419 --- /dev/null +++ b/quanta/data/dtep/html5/strong.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/style.tag b/quanta/data/dtep/html5/style.tag new file mode 100644 index 00000000..d3c16a0e --- /dev/null +++ b/quanta/data/dtep/html5/style.tag @@ -0,0 +1,60 @@ + + + + + + id + + + + + type + + + + text/css + + + + + media + + + + screen + tty + tv + projection + handheld + print + braille + aural + all + + + + + title + + + + + + xml:space + + + + preserve + + + + + defer + + + + + + + + diff --git a/quanta/data/dtep/html5/sub.tag b/quanta/data/dtep/html5/sub.tag new file mode 100644 index 00000000..33e41e0c --- /dev/null +++ b/quanta/data/dtep/html5/sub.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/sup.tag b/quanta/data/dtep/html5/sup.tag new file mode 100644 index 00000000..441688dd --- /dev/null +++ b/quanta/data/dtep/html5/sup.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/svg.tag b/quanta/data/dtep/html5/svg.tag new file mode 100644 index 00000000..b08e5913 --- /dev/null +++ b/quanta/data/dtep/html5/svg.tag @@ -0,0 +1,44 @@ + + + + + + + shape + + + + rect + circle + poly + default + + + + + coords + + + + + + href + + + + + + accesskey + + + + + + alt + + + + + + + diff --git a/quanta/data/dtep/html5/table.tag b/quanta/data/dtep/html5/table.tag new file mode 100644 index 00000000..97d9b2be --- /dev/null +++ b/quanta/data/dtep/html5/table.tag @@ -0,0 +1,79 @@ + + + + + + + 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 + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/tbody.tag b/quanta/data/dtep/html5/tbody.tag new file mode 100644 index 00000000..a59a4a5b --- /dev/null +++ b/quanta/data/dtep/html5/tbody.tag @@ -0,0 +1,39 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/td.tag b/quanta/data/dtep/html5/td.tag new file mode 100644 index 00000000..67a3efd6 --- /dev/null +++ b/quanta/data/dtep/html5/td.tag @@ -0,0 +1,157 @@ + + + + + + + width + + use % for percent or it will set pixels + + + + + colspan + + + + + + rowspan + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + row + col + rowgroup + colgroup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/textarea.tag b/quanta/data/dtep/html5/textarea.tag new file mode 100644 index 00000000..5ede1af6 --- /dev/null +++ b/quanta/data/dtep/html5/textarea.tag @@ -0,0 +1,43 @@ + + + + + + + cols + + + + + + rows + + + + + + disabled + + + + + readonly + + + + + onselect + + + + + + onchange + + + + + + + + diff --git a/quanta/data/dtep/html5/tfoot.tag b/quanta/data/dtep/html5/tfoot.tag new file mode 100644 index 00000000..7ddd2033 --- /dev/null +++ b/quanta/data/dtep/html5/tfoot.tag @@ -0,0 +1,38 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/th.tag b/quanta/data/dtep/html5/th.tag new file mode 100644 index 00000000..a0e8acac --- /dev/null +++ b/quanta/data/dtep/html5/th.tag @@ -0,0 +1,157 @@ + + + + + + + width + + use % for percent or it will set pixels + + + + + colspan + + + + + + rowspan + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + row + col + rowgroup + colgroup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/thead.tag b/quanta/data/dtep/html5/thead.tag new file mode 100644 index 00000000..b77c577a --- /dev/null +++ b/quanta/data/dtep/html5/thead.tag @@ -0,0 +1,38 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/time.tag b/quanta/data/dtep/html5/time.tag new file mode 100644 index 00000000..aa214373 --- /dev/null +++ b/quanta/data/dtep/html5/time.tag @@ -0,0 +1,92 @@ + + + + + + + datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/title.tag b/quanta/data/dtep/html5/title.tag new file mode 100644 index 00000000..4c9f61b7 --- /dev/null +++ b/quanta/data/dtep/html5/title.tag @@ -0,0 +1,14 @@ + + + + + + id + + + + + + + + diff --git a/quanta/data/dtep/html5/tr.tag b/quanta/data/dtep/html5/tr.tag new file mode 100644 index 00000000..990b7415 --- /dev/null +++ b/quanta/data/dtep/html5/tr.tag @@ -0,0 +1,44 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/track.tag b/quanta/data/dtep/html5/track.tag new file mode 100644 index 00000000..6cd3561a --- /dev/null +++ b/quanta/data/dtep/html5/track.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/tt.tag b/quanta/data/dtep/html5/tt.tag new file mode 100644 index 00000000..78bba25d --- /dev/null +++ b/quanta/data/dtep/html5/tt.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/u.tag b/quanta/data/dtep/html5/u.tag new file mode 100644 index 00000000..56f60724 --- /dev/null +++ b/quanta/data/dtep/html5/u.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/ul.tag b/quanta/data/dtep/html5/ul.tag new file mode 100644 index 00000000..2f9fd1be --- /dev/null +++ b/quanta/data/dtep/html5/ul.tag @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/var.tag b/quanta/data/dtep/html5/var.tag new file mode 100644 index 00000000..10503a11 --- /dev/null +++ b/quanta/data/dtep/html5/var.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/video.tag b/quanta/data/dtep/html5/video.tag new file mode 100644 index 00000000..fc212862 --- /dev/null +++ b/quanta/data/dtep/html5/video.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/wbr.tag b/quanta/data/dtep/html5/wbr.tag new file mode 100644 index 00000000..529cf947 --- /dev/null +++ b/quanta/data/dtep/html5/wbr.tag @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.1