diff options
Diffstat (limited to 'quanta/data/dtep/html5')
109 files changed, 6173 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="a" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="href" type="input" source="selection"> + <text>href</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="rel" type="input"> + <text>rel</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="rev" type="input"> + <text>rev</text> + <textlocation col="2" row="2" /> + <location col="3" row="2" /> + </attr> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + <items> + <item>text/html</item> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>application/mathml+xml</item> + <item>application/rss+xml</item> + <item>application/xhtml+xml</item> + <item>application/xml</item> + <item>text/css</item> + <item>text/javascript</item> + <item>text/xml</item> + </items> + </attr> + + <attr name="onfocus" type="input"> + <text>onfocus</text> + <textlocation col="0" row="8" /> + <location col="1" row="8" colspan="3" /> + </attr> + + <attr name="onblur" type="input"> + <text>onblur</text> + <textlocation col="0" row="9" /> + <location col="1" row="9" colspan="3" /> + </attr> + + <attr name="hreflang" type="input" /> + <attr name="charset" type="input" /> + <attr name="accesskey" type="input" /> + <attr name="tabindex" type="input" /> + <attr name="shape" type="list"> + <items> + <item>rect</item> + <item>circle</item> + <item>poly</item> + <item>default</item> + </items> + </attr> + <attr name="coords" type="input" /> + +<children> +<child name="#text" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="applet" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="archive" type="input"> + <text>archive</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="classid" type="input"> + <text>classid</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="codebase" type="input"> + <text>codebase</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="code" type="input"> + <text>code</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="object" type="input"> + <text>object</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2" /> + </attr> + + <attr name="align" type="input"> + <text>align</text> + <textlocation col="2" row="7" /> + <location col="3" row="7" colspan="1" /> + </attr> + + <attr name="hspace" type="input"> + <text>hspace</text> + <textlocation col="2" row="8" /> + <location col="3" row="8" colspan="1" /> + </attr> + + <attr name="vspace" type="input"> + <text>vspace</text> + <textlocation col="2" row="9" /> + <location col="3" row="9" colspan="1" /> + </attr> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="di" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="param" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="area" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1" single="1"> + + <attr name="shape" type="list"> + <text>shape</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2"/> + <items> + <item>rect</item> + <item>circle</item> + <item>poly</item> + <item>default</item> + </items> + </attr> + + <attr name="coords" type="text"> + <text>coords</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2"/> + </attr> + + <attr name="href" type="url"> + <text>href</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2"/> + </attr> + + <attr name="accesskey" type="input"> + <text>accesskey</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="1" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2"/> + </attr> + + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="article" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="aside" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="audio" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="longdesc" type="url"> + <text>longdesc</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3" /> + </attr> + + <attr name="ismap" type="check"> + <text>ismap</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3" /> + </attr> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="base" single="1"> + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > <text>Id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + <attr name="href" type="input"> + <text>Href</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="bdi" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="dir" type="list"> + <text>dir</text> + <textlocation col="0" row="1" /> + <tooltip>This is not widely supported</tooltip> + <location col="1" row="1" colspan="2" /> + <items> + <item>ltr</item> + <item>rtl</item> + </items> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="bdo" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="dir" type="list"> + <text>dir</text> + <textlocation col="0" row="1" /> + <tooltip>This is not widely supported</tooltip> + <location col="1" row="1" colspan="2" /> + <items> + <item>ltr</item> + <item>rtl</item> + </items> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="blockquote" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="cite" type="input"> + <text>cite</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> +<children> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="blockquote" /> +<child name="del" /> +<child name="di" /> +<child name="dl" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="ins" /> +<child name="noscript" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="script" /> +<child name="table" /> +<child name="ul" /> +<child name="dir" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="body" hasCore="1" hasI18n="1" hasScript="1"> + <attr name="onload" type="input"> + <text>onload</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="onunload" type="input"> + <text>onunload</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + +<children> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="blockquote" /> +<child name="del" /> +<child name="div" /> +<child name="dl" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="ins" /> +<child name="noscript" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="script" /> +<child name="table" /> +<child name="ul" /> +<child name="dir" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="br" hasCore="1" single="1" /> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="button" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1"> + +<attr name="value" type="input" /> + +<attr name="type" type="list"> +<items> +<item>submit</item> +<item>button</item> +<item>reset</item> +</items> +</attr> + +<attr name="disabled" type="check" /> + +<children> +<child name="#text" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="ins" /> +<child name="kbd" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="center" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="col" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="0" /> + <tooltip>Use % for percent or it will set pixels +You can add multiple values with commas</tooltip> + <location col="1" row="0" /> + </attr> + + <attr name="span" type="input"> + <text>span</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="2" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="2" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="3" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="3" colspan="1" /> + </attr> + + <attr name="char" type="input"> + <text>char</text> + <textlocation col="0" row="4" /> + <tooltip>alignment character for cells</tooltip> + <location col="1" row="4" /> + </attr> + + <attr name="charoff" type="input"> + <text>charoff</text> + <textlocation col="0" row="5" /> + <tooltip>alignment character offset</tooltip> + <location col="1" row="5" /> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="colgroup" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="0" /> + <tooltip>Use % for percent or it will set pixels +You can add multiple values with commas</tooltip> + <location col="1" row="0" /> + </attr> + + <attr name="span" type="input"> + <text>span</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + </attr> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="2" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="2" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="3" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="3" colspan="1" /> + </attr> + + <attr name="char" type="input"> + <text>char</text> + <textlocation col="0" row="4" /> + <tooltip>alignment character for cells</tooltip> + <location col="1" row="4" /> + </attr> + + <attr name="charoff" type="input"> + <text>charoff</text> + <textlocation col="0" row="5" /> + <tooltip>alignment character offset</tooltip> + <location col="1" row="5" /> + </attr> +<children> +<child name="col" usage="required" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="Core" common="yes"> + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + </attr> + <attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(QString)" arguments="%tagname%" > + </attr> + <attr name="style" type="css-style"> + </attr> + <attr name="title" type="input"> + </attr> +</tag> + +<tag name="I18n" common="yes"> + <attr name="xml:lang" type="input"> + </attr> + <attr name="dir" type="input"> + </attr> +</tag> + +<tag name="Script" common="yes"> + <attr name="onclick" type="input"> + </attr> + <attr name="ondblclick" type="input"> + </attr> + <attr name="onmousedown" type="input"> + </attr> + <attr name="onmouseup" type="input"> + </attr> + <attr name="onmouseover" type="input"> + </attr> + <attr name="onmousemove" type="input"> + </attr> + <attr name="onmouseout" type="input"> + </attr> + <attr name="onkeypress" type="input"> + </attr> + <attr name="onkeydown" type="input"> + </attr> + <attr name="onkeyup" type="input"> + </attr> +</tag> + +<tag name="Focus" common="yes"> + <attr name="accesskey" type="input"> + </attr> + <attr name="tabindex" type="input"> + </attr> + <attr name="onfocus" type="input"> + </attr> + <attr name="onblur" type="input"> + </attr> +</tag> + +</TAGS>
\ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="del" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="value" type="input"> + <text>value</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="del" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="cite" type="input"> + <text>cite</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="datetime" type="input"> + <text>datetime</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="details" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="dir" hasCore="1" hasI18n="1" hasScript="1"> + +<children> +<child name="li" usage="required" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="div" hasCore="1" hasI18n="1" hasScript="1" scope="paragraph"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="dt" /> +<child name="dd" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="embed" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="longdesc" type="url"> + <text>longdesc</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3" /> + </attr> + + <attr name="ismap" type="check"> + <text>ismap</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3" /> + </attr> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name=""> + + <attr name="rows" type="input"> + <text>Rows</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="fieldset" hasScript="1" hasCore="1"> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="attr" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="legend" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="figcaption" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="figure" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="footer" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="form" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="action" type="url"> + <text>action</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3" /> + </attr> + + <attr name="method" type="list"> + <text>method</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + <items> + <item>GET</item> + <item>POST</item> + </items> + </attr> + + <attr name="enctype" type="list"> + <text>enctype</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="3"/> + <items> + <item>application/x-www-form-urlencoded</item> + <item>multipart/form-data</item> + </items> + </attr> + + <attr name="accept-charset" type="input"> + <text>acceptcharset</text> + <textlocation col="2" row="3" /> + <location col="3" row="3"/> + </attr> + + <attr name="accept" type="list"> + <text>accept</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3"/> + <items> + <item>application/x-www-form-urlencoded</item> + <item>multipart/form-data</item> + </items> + </attr> + + <attr name="onsubmit" type="input"> + <text>onsubmit</text> + <textlocation col="2" row="5" /> + <location col="3" row="5"/> + </attr> + + <attr name="onreset" type="input"> + <text>onreset</text> + <textlocation col="2" row="6" /> + <location col="3" row="6"/> + </attr> + +<children> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="blockquote" /> +<child name="del" /> +<child name="div" /> +<child name="dl" /> +<child name="fieldset" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="ins" /> +<child name="noscript" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="script" /> +<child name="table" /> +<child name="ul" /> +<child name="dir" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="head" hasI18n="1"> + + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + <text>id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="profile" type="url"> + <text>profile</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + +<children> +<child name="base" /> +<child name="link" /> +<child name="meta" usage="required" /> +<child name="object" /> +<child name="title" usage="required" /> +<child name="script" /> +<child name="style" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="header" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> + +<tag name="h1" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> + +<tag name="h2" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> + +<tag name="h3" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> + +<tag name="h4" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> + +<tag name="h5" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> + +<tag name="h6" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> + +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="hr" hasScript="1" single="1" hasCore="1" single="1" /> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="html" hasI18n="1"> + + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + <text>id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="xmlns" type="list"> + <text>xmlns</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + <items><item>http://www.w3.org/1999/xhtml</item></items> + </attr> + +<children> +<child name="body" /> +<child name="head" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="img" hasCore="1" hasI18n="1" hasScript="1" single="1"> + + <attr name="longdesc" type="url"> + <text>longdesc</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3" /> + </attr> + + <attr name="ismap" type="check"> + <text>ismap</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3" /> + </attr> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="input" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="0" colspan="1" /> + <items> + <item>text</item> + <item>password</item> + <item>checkbox</item> + <item>radio</item> + <item>submit</item> + <item>reset</item> + <item>file</item> + <item>hidden</item> + <item>image</item> + <item>button</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="disabled" type="check"> + <text>disabled</text> + <location col="2" row="0" colspan="1" /> + <tooltip>Disable the element</tooltip> + </attr> + + <attr name="checked" type="check"> + <text>checked</text> + <location col="3" row="0" colspan="1" /> + <tooltip>For radio button or check box</tooltip> + </attr> + + <attr name="value" type="input"> + <text>value</text> + <textlocation col="2" row="1" colspan="1" /> + <location col="3" row="1" colspan="1" /> + </attr> + + <attr name="size" type="input"> + <text>size</text> + <textlocation col="0" row="2" colspan="1" /> + <location col="1" row="2" colspan="1" /> + <tooltip>No of characters for text input</tooltip> + </attr> + + <attr name="maxlength" type="input"> + <text>maxlength</text> + <textlocation col="2" row="2" colspan="1" /> + <location col="3" row="2" colspan="1" /> + <tooltip>Max characters allowed</tooltip> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="3" colspan="1" /> + <location col="1" row="3" colspan="3" /> + <tooltip>Alternate text for image</tooltip> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="4" colspan="1" /> + <location col="1" row="4" colspan="3" /> + <tooltip>URL for image to use</tooltip> + </attr> + + <attr name="accept" type="list"> + <text>accept</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3"/> + <items> + <item>application/x-www-form-urlencoded</item> + <item>multipart/form-data</item> + </items> + </attr> + + <attr name="readonly" type="check"> + <text>readonly</text> + <location col="3" row="5" colspan="1" /> + </attr> + + <attr name="usemap" type="input"> + <text>use</text> + <textlocation col="0" row="3" colspan="1" /> + <location col="1" row="3" colspan="3" /> + </attr> + + <attr name="onselect" type="input"> + <text>onselect</text> + <textlocation col="0" row="3" colspan="1" /> + <location col="1" row="3" colspan="3" /> + </attr> + + <attr name="onchange" type="input"> + <text>onchange</text> + <textlocation col="0" row="3" colspan="1" /> + <location col="1" row="3" colspan="3" /> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ins" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="cite" type="url"> + <text>cite</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="datetime" type="input"> + <text>datetime</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="label" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="accesskey" type="input"> + <text>accesskey</text> + <textlocation col="2" row="0" colspan="1" /> + <location col="3" row="0" colspan="1" /> + <tooltip>Shortcut</tooltip> + </attr> + + <attr name="for" type="input"> + <text>for</text> + <textlocation col="2" row="1" colspan="1" /> + <location col="3" row="1" colspan="1" /> + </attr> + <attr name="onfocus" type="input"> + <text>onfocus</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="onblur" type="input"> + <text>onblur</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="legend" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="accesskey" type="input"> + <text>accesskey</text> + <textlocation col="2" row="0" colspan="1" /> + <location col="3" row="0" colspan="1" /> + <tooltip>Shortcut</tooltip> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="li" hasCore="1" hasI18n="1" hasScript="1"> + + <stoppingtags> + <stoppingtag name="li" /> + </stoppingtags> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="link" hasCore="1" hasI18n="1" hasScript="1" single="1"> + <attr name="rel" type="input"> + <text>rel</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="rev" type="input"> + <text>rev</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="href" type="url"> + <text>href</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + <items> + <item>text/html</item> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>text/css</item> + <item>text/javascript</item> + </items> + </attr> + + <attr name="media" type="list"> + <text>media</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + <items> + <item>screen</item> + <item>tty</item> + <item>tv</item> + <item>projection</item> + <item>handheld</item> + <item>print</item> + <item>braille</item> + <item>aural</item> + <item>all</item> + </items> + </attr> + + <attr name="hreflang" type="input"> + <text>hreflang</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2" /> + </attr> + + <attr name="charset" type="input"> + <text>charset</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2" /> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="main" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="map" hasCore="1" hasI18n="1" hasScript="1"> + +<children> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="area" /> +<child name="blockquote" /> +<child name="del" /> +<child name="div" /> +<child name="dl" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="ins" /> +<child name="noscript" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="script" /> +<child name="table" /> +<child name="ul" /> +<child name="dir" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="mark" hasCore="1" hasI18n="1" hasScript="1" scope="word"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="meta" hasI18n="1" single="1"> + + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + <text>id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="http-equiv" type="input"> + <text>http-equiv</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="content" type="input"> + <text>content</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="scheme" type="input"> + <text>scheme</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="nav" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> + +<children> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="blockquote" /> +<child name="del" /> +<child name="di" /> +<child name="dl" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="ins" /> +<child name="noscript" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="script" /> +<child name="table" /> +<child name="ul" /> +<child name="dir" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="object" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="archive" type="input"> + <text>archive</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="classid" type="input"> + <text>classid</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="codebase" type="input"> + <text>codebase</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="codetype" type="list"> + <text>codetype</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + <items> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>audio/basic</item> + <item>text/html</item> + <item>text/css</item> + </items> + </attr> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + <items> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>audio/basic</item> + <item>text/html</item> + <item>text/css</item> + </items> + </attr> + + <attr name="data" type="url"> + <text>data</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="7" /> + <location col="1" row="7" colspan="2" /> + </attr> + + <attr name="tabindex" type="input"> + <text>tabindex</text> + <textlocation col="0" row="8" /> + <location col="1" row="8" colspan="1" /> + </attr> + + <attr name="standby" type="input"> + <text>standby</text> + <textlocation col="2" row="9" /> + <location col="3" row="9" colspan="1" /> + </attr> + + <attr name="declare" type="check"> + <text>declare</text> + <textlocation col="2" row="10" /> + <location col="3" row="10" colspan="1" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="2" row="11" /> + <location col="3" row="11" colspan="1" /> + </attr> + + <attr name="align" type="input"> + <text>align</text> + <textlocation col="2" row="12" /> + <location col="3" row="12" colspan="1" /> + </attr> + + <attr name="border" type="input"> + <text>border</text> + <textlocation col="2" row="13" /> + <location col="3" row="13" colspan="1" /> + </attr> + + <attr name="hspace" type="input"> + <text>hspace</text> + <textlocation col="2" row="14" /> + <location col="3" row="14" colspan="1" /> + </attr> + + <attr name="vspace" type="input"> + <text>vspace</text> + <textlocation col="2" row="15" /> + <location col="3" row="15" colspan="1" /> + </attr> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="di" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="param" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ol" hasCore="1" hasI18n="1" hasScript="1"> + +<children> +<child name="li" usage="required" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="optgroup" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="disabled" type="check"> + <text>disabled</text> + <location col="2" row="0" colspan="1" /> + <tooltip>Disable the element</tooltip> + </attr> + + <attr name="label" type="input"> + <text>label</text> + <textlocation col="0" row="1" colspan="1" /> + <location col="1" row="1" colspan="1" /> + </attr> + +<children> +<child name="option" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="option" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="value" type="input"> + <text>value</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + <attr name="selected" type="list"> + <text>Selected</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + <items> + <item>selected</item> + </items> + </attr> + + <attr name="disabled" type="list"> + <text>Disabled</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + <items> + <item>disabled</item> + </items> + </attr> + + <attr name="label" type="input"> + <text>label</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <stoppingtags> + <stoppingtag name="option" /> + </stoppingtags> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="p" hasCore="1" hasI18n="1" hasScript="1"> + + <stoppingtags> + <stoppingtag name="p" /> + <stoppingtag name="li" /> + <stoppingtag name="td" /> + <stoppingtag name="tr" /> + <stoppingtag name="th" /> + <stoppingtag name="dt" /> + <stoppingtag name="dd" /> + </stoppingtags> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="param" single="1"> + + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + <text>id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + <items> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>audio/basic</item> + <item>text/html</item> + <item>text/css</item> + </items> + </attr> + + <attr name="value" type="input"> + <text>value</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="1" /> + </attr> + + <attr name="valuetype" type="list"> + <text>valuetype</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + <items> + <item>data</item> + <item>ref</item> + <item>object</item> + </items> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="picture" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="pre" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="xml:space" type="list"> + <text>xml:space</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + <items> + <item>preserve</item> + </items> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="q" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="cite" type="input"> + <text>cite</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="rb" hasCore="1" hasI18n="1" hasScript="1"> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="rbc" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="rb" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="rp" hasCore="1" hasI18n="1" hasScript="1"> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="rt" hasCore="1" hasI18n="1" hasScript="1"> + +<attr name="rbspan" type="input" /> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="rtc" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="rt" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ruby" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="rb" /> +<child name="rt" /> +<child name="rp" /> +<child name="rtc" /> +<child name="rbc" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="script"> + + <attr name="type" type="list"> + <text>Type</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + <items> + <item>text/html</item> + <item>text/css</item> + <item>text/php</item> + <item>text/javascript</item> + <item>application/x-javascript</item> + </items> + </attr> + + <attr name="src" type="url"> + <text>Source</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="charset" type="input"> + <text>Charset</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="defer" type="check"> + <text>Defer (script execution may wait)</text> + <location col="0" row="3" colspan="2" /> + </attr> + + <attr name="xml:space" type="list"> + <text>xml:space</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + <items> + <item>preserve</item> + </items> + </attr> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="section" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="select" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="multiple" type="check"> + <text>multiple</text> + <location col="1" row="0" /> + </attr> + + <attr name="disabled" type="check"> + <text>disabled</text> + <location col="1" row="1" /> + </attr> + + <attr name="tabindex" type="input"> + <text>tabindex</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="size" type="input"> + <text>size</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + </attr> + + <attr name="onfocus" type="input"> + <text>onfocus</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" /> + </attr> + + <attr name="onblur" type="input"> + <text>onblur</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" /> + </attr> + + <attr name="onchange" type="input"> + <text>onchange</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" /> + </attr> + + <stoppingtags> + <stoppingtag name="select" /> + </stoppingtags> + +<children> +<child name="optgroup" /> +<child name="option" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="source" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="longdesc" type="url"> + <text>longdesc</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3" /> + </attr> + + <attr name="ismap" type="check"> + <text>ismap</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3" /> + </attr> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="style" hasI18n="1"> + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + <text>id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + <items> + <item>text/css</item> + </items> + </attr> + + <attr name="media" type="list"> + <text>media</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + <items> + <item>screen</item> + <item>tty</item> + <item>tv</item> + <item>projection</item> + <item>handheld</item> + <item>print</item> + <item>braille</item> + <item>aural</item> + <item>all</item> + </items> + </attr> + + <attr name="title" type="input"> + <text>title</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="xml:space" type="list"> + <text>xml:space</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="2" /> + <items> + <item>preserve</item> + </items> + </attr> + + <attr name="defer" type="check"> + <text>defer</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2" /> + </attr> + <children> + <child name="#text" /> + </children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="svg" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="shape" type="list"> + <text>shape</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2"/> + <items> + <item>rect</item> + <item>circle</item> + <item>poly</item> + <item>default</item> + </items> + </attr> + + <attr name="coords" type="text"> + <text>coords</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2"/> + </attr> + + <attr name="href" type="url"> + <text>href</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2"/> + </attr> + + <attr name="accesskey" type="input"> + <text>accesskey</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="1" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2"/> + </attr> + + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="table" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="0" /> + <tooltip>Use % for percent or it will set pixels</tooltip> + <location col="1" row="0" /> + </attr> + + <attr name="cellspacing" type="input"> + <text>cellspacing</text> + <textlocation col="2" row="0" /> + <location col="3" row="0" /> + </attr> + + <attr name="border" type="input"> + <text>border</text> + <textlocation col="0" row="1" /> + <tooltip>Set in pixels</tooltip> + <location col="1" row="1" /> + </attr> + + <attr name="cellpadding" type="input"> + <text>cellpadding</text> + <textlocation col="2" row="1" /> + <location col="3" row="1" /> + </attr> + + <attr name="frame" type="list"> + <text>frame</text> + <textlocation col="0" row="2" /> + <items> + <item>above</item> + <item>below</item> + <item>border</item> + <item>box</item> + <item>hsides</item> + <item>lhs</item> + <item>rhs</item> + <item>void</item> + <item>vsides</item> + </items> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="rules" type="list"> + <text>rules</text> + <textlocation col="0" row="3" /> + <items> + <item>none</item> + <item>groups</item> + <item>rows</item> + <item>cols</item> + <item>all</item> + </items> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="summary" type="input"> + <text>summary</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2"/> + </attr> + +<children> +<child name="caption" /> +<child name="col" /> +<child name="colgroup" /> +<child name="thead" /> +<child name="tfoot" /> +<child name="tbody" /> +<child name="tr" usage="required" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tbody" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + +<children> +<child name="tr" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="td" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="0" /> + <tooltip>use % for percent or it will set pixels</tooltip> + <location col="1" row="0" /> + </attr> + + <attr name="colspan" type="input"> + <text>colspan</text> + <textlocation col="2" row="0" /> + <location col="3" row="0" /> + </attr> + + <attr name="rowspan" type="input"> + <text>rowspan</text> + <textlocation col="2" row="1" /> + <location col="3" row="1" /> + </attr> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="2" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="2" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="2" row="2" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="3" row="2" colspan="1" /> + </attr> + + <attr name="headers" type="input" /> + + <attr name="abbr" type="input" /> + + <attr name="scope" type="list"> + <items> + <item>row</item> + <item>col</item> + <item>rowgroup</item> + <item>colgroup</item> + </items> + </attr> + + <attr name="axis" type="input" /> + + <attr name="char" type="input" /> + + <attr name="charoff" type="input" /> + + <stoppingtags> + <stoppingtag name="td" /> + <stoppingtag name="tr" /> + <stoppingtag name="th" /> + </stoppingtags> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="textarea" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="cols" type="input"> + <text>cols</text> + <textlocation col="0" row="0" colspan="1" /> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="rows" type="input"> + <text>rows</text> + <textlocation col="2" row="1" colspan="1" /> + <location col="3" row="1" colspan="1" /> + </attr> + + <attr name="disabled" type="check"> + <text>disabled</text> + <location col="0" row="2" colspan="2" /> + </attr> + + <attr name="readonly" type="check"> + <text>readonly</text> + <location col="0" row="3" colspan="2" /> + </attr> + + <attr name="onselect" type="input"> + <text>onselect</text> + <textlocation col="2" row="4" colspan="1" /> + <location col="3" row="4" colspan="1" /> + </attr> + + <attr name="onchange" type="input"> + <text>onchange</text> + <textlocation col="2" row="5" colspan="1" /> + <location col="3" row="5" colspan="1" /> + </attr> + <children> + <child name="#text" /> + </children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tfoot" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + +<children> +<child name="tr" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="th" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="0" /> + <tooltip>use % for percent or it will set pixels</tooltip> + <location col="1" row="0" /> + </attr> + + <attr name="colspan" type="input"> + <text>colspan</text> + <textlocation col="2" row="0" /> + <location col="3" row="0" /> + </attr> + + <attr name="rowspan" type="input"> + <text>rowspan</text> + <textlocation col="2" row="1" /> + <location col="3" row="1" /> + </attr> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="2" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="2" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="2" row="2" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="3" row="2" colspan="1" /> + </attr> + + <attr name="headers" type="input" /> + + <attr name="abbr" type="input" /> + + <attr name="scope" type="list"> + <items> + <item>row</item> + <item>col</item> + <item>rowgroup</item> + <item>colgroup</item> + </items> + </attr> + + <attr name="axis" type="input" /> + + <attr name="char" type="input" /> + + <attr name="charoff" type="input" /> + + <stoppingtags> + <stoppingtag name="td" /> + <stoppingtag name="tr" /> + <stoppingtag name="th" /> + </stoppingtags> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="thead" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + +<children> +<child name="tr" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="del" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="datetime" type="input"> + <text>datetime</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="article" /> +<child name="aside" /> +<child name="center" /> +<child name="details" /> +<child name="figcaption" /> +<child name="figure" /> +<child name="footer" /> +<child name="header" /> +<child name="main" /> +<child name="nav" /> +<child name="picture" /> +<child name="section" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="fieldset" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="hr" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="noscript" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="table" /> +<child name="textarea" /> +<child name="tt" /> +<child name="ul" /> +<child name="dir" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="title" hasI18n="1"> + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + <text>id</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> +</attr> +<children> + <child name="#text" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tr" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + + <stoppingtags> + <stoppingtag name="tr" /> + <stoppingtag name="tfoot" /> + </stoppingtags> + +<children> +<child name="th" /> +<child name="td" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="track" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="longdesc" type="url"> + <text>longdesc</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3" /> + </attr> + + <attr name="ismap" type="check"> + <text>ismap</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3" /> + </attr> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ul" hasCore="1" hasI18n="1" hasScript="1"> + +<children> +<child name="li" usage="required" /> +</children> + +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdi" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="wbr" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="mark" /> +<child name="u" /> +<child name="data" /> +<child name="time" /> +<child name="img" /> +<child name="audio" /> +<child name="embed" /> +<child name="source" /> +<child name="track" /> +<child name="video" /> +<child name="svg" /> +<child name="input" /> +<child name="ins" /> +<child name="kbd" /> +<child name="label" /> +<child name="map" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="script" /> +<child name="select" /> +<child name="small" /> +<child name="span" /> +<child name="strong" /> +<child name="sub" /> +<child name="sup" /> +<child name="textarea" /> +<child name="tt" /> +<child name="var" /> +</children> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="video" hasCore="1" hasI18n="1" hasScript="1"> + + <attr name="longdesc" type="url"> + <text>longdesc</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="height" type="input"> + <text>height</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="width" type="input"> + <text>width</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + + <attr name="alt" type="input"> + <text>alt</text> + <textlocation col="0" row="4" /> + <location col="1" row="4" colspan="3" /> + </attr> + + <attr name="usemap" type="input"> + <text>usemap</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="3" /> + </attr> + + <attr name="ismap" type="check"> + <text>ismap</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="3" /> + </attr> +</tag> +</TAGS> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="wbr" hasCore="1" single="1" /> +</TAGS> |