diff options
Diffstat (limited to 'quanta/data/dtep/xhtml11')
83 files changed, 4097 insertions, 0 deletions
diff --git a/quanta/data/dtep/xhtml11/Makefile.am b/quanta/data/dtep/xhtml11/Makefile.am new file mode 100644 index 00000000..34115590 --- /dev/null +++ b/quanta/data/dtep/xhtml11/Makefile.am @@ -0,0 +1,14 @@ +quanta_DATA = a.tag abbr.tag acronym.tag address.tag area.tag b.tag base.tag \ + bdo.tag big.tag blockquote.tag body.tag br.tag caption.tag cite.tag \ + code.tag col.tag colgroup.tag dd.tag del.tag description.rc dfn.tag \ + div.tag dl.tag dt.tag em.tag empty.tag fieldset.tag form.tag head.tag \ + headings.tag hr.tag html.tag i.tag image.tag input.tag ins.tag kbd.tag \ + label.tag legend.tag li.tag link.tag map.tag meta.tag noscript.tag \ + object.tag ol.tag optgroup.tag option.tag p.tag param.tag pre.tag \ + q.tag rb.tag rbc.tag rp.tag rt.tag rtc.tag ruby.tag samp.tag script.tag \ + select.tag small.tag span.tag strong.tag style.tag sub.tag sup.tag \ + table.tag tbody.tag td.tag textarea.tag tfoot.tag th.tag thead.tag \ + title.tag tr.tag tt.tag ul.tag var.tag button.tag applet.tag common.tag + +quantadir = ${quanta_datadir}/dtep/xhtml11 + diff --git a/quanta/data/dtep/xhtml11/a.tag b/quanta/data/dtep/xhtml11/a.tag new file mode 100644 index 00000000..eda33421 --- /dev/null +++ b/quanta/data/dtep/xhtml11/a.tag @@ -0,0 +1,108 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/abbr.tag b/quanta/data/dtep/xhtml11/abbr.tag new file mode 100644 index 00000000..b988c322 --- /dev/null +++ b/quanta/data/dtep/xhtml11/abbr.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/acronym.tag b/quanta/data/dtep/xhtml11/acronym.tag new file mode 100644 index 00000000..12bf30f1 --- /dev/null +++ b/quanta/data/dtep/xhtml11/acronym.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/address.tag b/quanta/data/dtep/xhtml11/address.tag new file mode 100644 index 00000000..3b1f699e --- /dev/null +++ b/quanta/data/dtep/xhtml11/address.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/applet.tag b/quanta/data/dtep/xhtml11/applet.tag new file mode 100644 index 00000000..1a9d5acd --- /dev/null +++ b/quanta/data/dtep/xhtml11/applet.tag @@ -0,0 +1,123 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="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="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/area.tag b/quanta/data/dtep/xhtml11/area.tag new file mode 100644 index 00000000..1c992e3b --- /dev/null +++ b/quanta/data/dtep/xhtml11/area.tag @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="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/xhtml11/b.tag b/quanta/data/dtep/xhtml11/b.tag new file mode 100644 index 00000000..54e28332 --- /dev/null +++ b/quanta/data/dtep/xhtml11/b.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/base.tag b/quanta/data/dtep/xhtml11/base.tag new file mode 100644 index 00000000..200f1c1d --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/bdo.tag b/quanta/data/dtep/xhtml11/bdo.tag new file mode 100644 index 00000000..47fc984f --- /dev/null +++ b/quanta/data/dtep/xhtml11/bdo.tag @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="bdo" hasScript="1" hasCore="1" hasI18n="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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/big.tag b/quanta/data/dtep/xhtml11/big.tag new file mode 100644 index 00000000..b951e28b --- /dev/null +++ b/quanta/data/dtep/xhtml11/big.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/blockquote.tag b/quanta/data/dtep/xhtml11/blockquote.tag new file mode 100644 index 00000000..b74910eb --- /dev/null +++ b/quanta/data/dtep/xhtml11/blockquote.tag @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="blockquote" hasScript="1" hasCore="1" hasI18n="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="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" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/body.tag b/quanta/data/dtep/xhtml11/body.tag new file mode 100644 index 00000000..6b46aba5 --- /dev/null +++ b/quanta/data/dtep/xhtml11/body.tag @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="body" hasScript="1" hasCore="1" hasI18n="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="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" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/br.tag b/quanta/data/dtep/xhtml11/br.tag new file mode 100644 index 00000000..d4d2bb06 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/button.tag b/quanta/data/dtep/xhtml11/button.tag new file mode 100644 index 00000000..c659c0e3 --- /dev/null +++ b/quanta/data/dtep/xhtml11/button.tag @@ -0,0 +1,66 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/caption.tag b/quanta/data/dtep/xhtml11/caption.tag new file mode 100644 index 00000000..0d433812 --- /dev/null +++ b/quanta/data/dtep/xhtml11/caption.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/cite.tag b/quanta/data/dtep/xhtml11/cite.tag new file mode 100644 index 00000000..58cb492f --- /dev/null +++ b/quanta/data/dtep/xhtml11/cite.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/code.tag b/quanta/data/dtep/xhtml11/code.tag new file mode 100644 index 00000000..b29a87d4 --- /dev/null +++ b/quanta/data/dtep/xhtml11/code.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/col.tag b/quanta/data/dtep/xhtml11/col.tag new file mode 100644 index 00000000..9bad383d --- /dev/null +++ b/quanta/data/dtep/xhtml11/col.tag @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="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/xhtml11/colgroup.tag b/quanta/data/dtep/xhtml11/colgroup.tag new file mode 100644 index 00000000..a0dfb5d2 --- /dev/null +++ b/quanta/data/dtep/xhtml11/colgroup.tag @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="colgroup" hasScript="1" hasCore="1" hasI18n="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/xhtml11/common.tag b/quanta/data/dtep/xhtml11/common.tag new file mode 100644 index 00000000..0ff1796a --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/dd.tag b/quanta/data/dtep/xhtml11/dd.tag new file mode 100644 index 00000000..97992bf9 --- /dev/null +++ b/quanta/data/dtep/xhtml11/dd.tag @@ -0,0 +1,61 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/del.tag b/quanta/data/dtep/xhtml11/del.tag new file mode 100644 index 00000000..1a7c17db --- /dev/null +++ b/quanta/data/dtep/xhtml11/del.tag @@ -0,0 +1,73 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/description.rc b/quanta/data/dtep/xhtml11/description.rc new file mode 100644 index 00000000..f3e84e1b --- /dev/null +++ b/quanta/data/dtep/xhtml11/description.rc @@ -0,0 +1,58 @@ +[General] +Name = -//W3C//DTD XHTML 1.1//EN +NickName = XHTML 1.1 +URL = http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd +DoctypeString = html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" +MimeTypes = text/html +DefaultExtension = html +Groups = Core, I18n, Script,Focus +NumOfPages = 3 +CaseSensitive = true +Documentation = HTML + +[Toolbars] +Location = html +Names = standard, style, tables, lists, forms, other + +[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/xhtml11/dfn.tag b/quanta/data/dtep/xhtml11/dfn.tag new file mode 100644 index 00000000..fbeb6d72 --- /dev/null +++ b/quanta/data/dtep/xhtml11/dfn.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/div.tag b/quanta/data/dtep/xhtml11/div.tag new file mode 100644 index 00000000..1f8500f0 --- /dev/null +++ b/quanta/data/dtep/xhtml11/div.tag @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/dl.tag b/quanta/data/dtep/xhtml11/dl.tag new file mode 100644 index 00000000..430067b8 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/dt.tag b/quanta/data/dtep/xhtml11/dt.tag new file mode 100644 index 00000000..ef239795 --- /dev/null +++ b/quanta/data/dtep/xhtml11/dt.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/em.tag b/quanta/data/dtep/xhtml11/em.tag new file mode 100644 index 00000000..807065df --- /dev/null +++ b/quanta/data/dtep/xhtml11/em.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/empty.tag b/quanta/data/dtep/xhtml11/empty.tag new file mode 100644 index 00000000..06fe883c --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/fieldset.tag b/quanta/data/dtep/xhtml11/fieldset.tag new file mode 100644 index 00000000..c2bc156f --- /dev/null +++ b/quanta/data/dtep/xhtml11/fieldset.tag @@ -0,0 +1,65 @@ +<?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="attr" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/form.tag b/quanta/data/dtep/xhtml11/form.tag new file mode 100644 index 00000000..c332c515 --- /dev/null +++ b/quanta/data/dtep/xhtml11/form.tag @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="form" hasScript="1" hasCore="1" hasI18n="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="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" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/head.tag b/quanta/data/dtep/xhtml11/head.tag new file mode 100644 index 00000000..b53932b3 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/headings.tag b/quanta/data/dtep/xhtml11/headings.tag new file mode 100644 index 00000000..eb0b4fa0 --- /dev/null +++ b/quanta/data/dtep/xhtml11/headings.tag @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> + +<tag name="h1" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/hr.tag b/quanta/data/dtep/xhtml11/hr.tag new file mode 100644 index 00000000..21e1d51f --- /dev/null +++ b/quanta/data/dtep/xhtml11/hr.tag @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="hr" hasScript="1" hasCore="1" single="1" /> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/html.tag b/quanta/data/dtep/xhtml11/html.tag new file mode 100644 index 00000000..22894f8d --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/i.tag b/quanta/data/dtep/xhtml11/i.tag new file mode 100644 index 00000000..36dbd43a --- /dev/null +++ b/quanta/data/dtep/xhtml11/i.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/image.tag b/quanta/data/dtep/xhtml11/image.tag new file mode 100644 index 00000000..edeb3729 --- /dev/null +++ b/quanta/data/dtep/xhtml11/image.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/xhtml11/input.tag b/quanta/data/dtep/xhtml11/input.tag new file mode 100644 index 00000000..3c5361a8 --- /dev/null +++ b/quanta/data/dtep/xhtml11/input.tag @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="input" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="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/xhtml11/ins.tag b/quanta/data/dtep/xhtml11/ins.tag new file mode 100644 index 00000000..c088199f --- /dev/null +++ b/quanta/data/dtep/xhtml11/ins.tag @@ -0,0 +1,73 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/kbd.tag b/quanta/data/dtep/xhtml11/kbd.tag new file mode 100644 index 00000000..2b222085 --- /dev/null +++ b/quanta/data/dtep/xhtml11/kbd.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/label.tag b/quanta/data/dtep/xhtml11/label.tag new file mode 100644 index 00000000..75fb81c6 --- /dev/null +++ b/quanta/data/dtep/xhtml11/label.tag @@ -0,0 +1,66 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/legend.tag b/quanta/data/dtep/xhtml11/legend.tag new file mode 100644 index 00000000..048dff82 --- /dev/null +++ b/quanta/data/dtep/xhtml11/legend.tag @@ -0,0 +1,49 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/li.tag b/quanta/data/dtep/xhtml11/li.tag new file mode 100644 index 00000000..5ceb4358 --- /dev/null +++ b/quanta/data/dtep/xhtml11/li.tag @@ -0,0 +1,65 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/link.tag b/quanta/data/dtep/xhtml11/link.tag new file mode 100644 index 00000000..2d0e9bd8 --- /dev/null +++ b/quanta/data/dtep/xhtml11/link.tag @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="link" hasScript="1" hasCore="1" hasI18n="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/xhtml11/map.tag b/quanta/data/dtep/xhtml11/map.tag new file mode 100644 index 00000000..156f895f --- /dev/null +++ b/quanta/data/dtep/xhtml11/map.tag @@ -0,0 +1,33 @@ +<?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="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" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/meta.tag b/quanta/data/dtep/xhtml11/meta.tag new file mode 100644 index 00000000..794eb693 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/noscript.tag b/quanta/data/dtep/xhtml11/noscript.tag new file mode 100644 index 00000000..86b73ab5 --- /dev/null +++ b/quanta/data/dtep/xhtml11/noscript.tag @@ -0,0 +1,31 @@ +<?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="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" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/object.tag b/quanta/data/dtep/xhtml11/object.tag new file mode 100644 index 00000000..3953c45b --- /dev/null +++ b/quanta/data/dtep/xhtml11/object.tag @@ -0,0 +1,181 @@ +<?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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="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="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/ol.tag b/quanta/data/dtep/xhtml11/ol.tag new file mode 100644 index 00000000..25c76d7a --- /dev/null +++ b/quanta/data/dtep/xhtml11/ol.tag @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> + +<children> +<child name="li" usage="required" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/optgroup.tag b/quanta/data/dtep/xhtml11/optgroup.tag new file mode 100644 index 00000000..82452057 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/option.tag b/quanta/data/dtep/xhtml11/option.tag new file mode 100644 index 00000000..ef02c508 --- /dev/null +++ b/quanta/data/dtep/xhtml11/option.tag @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="option" hasFocus="1" hasScript="1" hasCore="1" hasI18n="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/xhtml11/p.tag b/quanta/data/dtep/xhtml11/p.tag new file mode 100644 index 00000000..bffe7b97 --- /dev/null +++ b/quanta/data/dtep/xhtml11/p.tag @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="p" hasScript="1" hasCore="1" hasI18n="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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/param.tag b/quanta/data/dtep/xhtml11/param.tag new file mode 100644 index 00000000..4211b9c2 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/pre.tag b/quanta/data/dtep/xhtml11/pre.tag new file mode 100644 index 00000000..623064c4 --- /dev/null +++ b/quanta/data/dtep/xhtml11/pre.tag @@ -0,0 +1,45 @@ +<?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="bdo" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<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/xhtml11/q.tag b/quanta/data/dtep/xhtml11/q.tag new file mode 100644 index 00000000..1eaefcd1 --- /dev/null +++ b/quanta/data/dtep/xhtml11/q.tag @@ -0,0 +1,48 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/rb.tag b/quanta/data/dtep/xhtml11/rb.tag new file mode 100644 index 00000000..6c465cd9 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/rbc.tag b/quanta/data/dtep/xhtml11/rbc.tag new file mode 100644 index 00000000..fbd5b7ec --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/rp.tag b/quanta/data/dtep/xhtml11/rp.tag new file mode 100644 index 00000000..36df8a3a --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/rt.tag b/quanta/data/dtep/xhtml11/rt.tag new file mode 100644 index 00000000..da0098ed --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/rtc.tag b/quanta/data/dtep/xhtml11/rtc.tag new file mode 100644 index 00000000..97c21176 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/ruby.tag b/quanta/data/dtep/xhtml11/ruby.tag new file mode 100644 index 00000000..d133114f --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/samp.tag b/quanta/data/dtep/xhtml11/samp.tag new file mode 100644 index 00000000..2ec41eb4 --- /dev/null +++ b/quanta/data/dtep/xhtml11/samp.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/script.tag b/quanta/data/dtep/xhtml11/script.tag new file mode 100644 index 00000000..2dccc895 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/select.tag b/quanta/data/dtep/xhtml11/select.tag new file mode 100644 index 00000000..74eb9e58 --- /dev/null +++ b/quanta/data/dtep/xhtml11/select.tag @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="select" hasScript="1" hasCore="1" hasI18n="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/xhtml11/small.tag b/quanta/data/dtep/xhtml11/small.tag new file mode 100644 index 00000000..0fdbe561 --- /dev/null +++ b/quanta/data/dtep/xhtml11/small.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/span.tag b/quanta/data/dtep/xhtml11/span.tag new file mode 100644 index 00000000..ca85ab65 --- /dev/null +++ b/quanta/data/dtep/xhtml11/span.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/strong.tag b/quanta/data/dtep/xhtml11/strong.tag new file mode 100644 index 00000000..98d57d89 --- /dev/null +++ b/quanta/data/dtep/xhtml11/strong.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/style.tag b/quanta/data/dtep/xhtml11/style.tag new file mode 100644 index 00000000..d3c16a0e --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/sub.tag b/quanta/data/dtep/xhtml11/sub.tag new file mode 100644 index 00000000..5691c5f0 --- /dev/null +++ b/quanta/data/dtep/xhtml11/sub.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/sup.tag b/quanta/data/dtep/xhtml11/sup.tag new file mode 100644 index 00000000..33e052d3 --- /dev/null +++ b/quanta/data/dtep/xhtml11/sup.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/table.tag b/quanta/data/dtep/xhtml11/table.tag new file mode 100644 index 00000000..2680b2d3 --- /dev/null +++ b/quanta/data/dtep/xhtml11/table.tag @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="table" hasScript="1" hasCore="1" hasI18n="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/xhtml11/tbody.tag b/quanta/data/dtep/xhtml11/tbody.tag new file mode 100644 index 00000000..62814633 --- /dev/null +++ b/quanta/data/dtep/xhtml11/tbody.tag @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tbody" hasScript="1" hasCore="1" hasI18n="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + +<children> +<child name="tr" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/td.tag b/quanta/data/dtep/xhtml11/td.tag new file mode 100644 index 00000000..4ace9ce3 --- /dev/null +++ b/quanta/data/dtep/xhtml11/td.tag @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="td" hasScript="1" hasCore="1" hasI18n="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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/textarea.tag b/quanta/data/dtep/xhtml11/textarea.tag new file mode 100644 index 00000000..e19a6061 --- /dev/null +++ b/quanta/data/dtep/xhtml11/textarea.tag @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="textarea" hasFocus="1" hasScript="1" hasCore="1" hasI18n="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/xhtml11/tfoot.tag b/quanta/data/dtep/xhtml11/tfoot.tag new file mode 100644 index 00000000..ec0b79a2 --- /dev/null +++ b/quanta/data/dtep/xhtml11/tfoot.tag @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + +<children> +<child name="tr" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/th.tag b/quanta/data/dtep/xhtml11/th.tag new file mode 100644 index 00000000..bd944333 --- /dev/null +++ b/quanta/data/dtep/xhtml11/th.tag @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="th" hasScript="1" hasCore="1" hasI18n="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="b" /> +<child name="bdo" /> +<child name="big" /> +<child name="blockquote" /> +<child name="br" /> +<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="img" /> +<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="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/thead.tag b/quanta/data/dtep/xhtml11/thead.tag new file mode 100644 index 00000000..326a1b87 --- /dev/null +++ b/quanta/data/dtep/xhtml11/thead.tag @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="thead" hasScript="1" hasCore="1" hasI18n="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + +<children> +<child name="tr" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/title.tag b/quanta/data/dtep/xhtml11/title.tag new file mode 100644 index 00000000..4c9f61b7 --- /dev/null +++ b/quanta/data/dtep/xhtml11/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/xhtml11/tr.tag b/quanta/data/dtep/xhtml11/tr.tag new file mode 100644 index 00000000..27c68366 --- /dev/null +++ b/quanta/data/dtep/xhtml11/tr.tag @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tr" hasScript="1" hasCore="1" hasI18n="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="char" type="input" /> + <attr name="charoff" type="input" /> + + <stoppingtags> + <stoppingtag name="tr" /> + <stoppingtag name="tfoot" /> + </stoppingtags> + +<children> +<child name="th" /> +<child name="td" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/tt.tag b/quanta/data/dtep/xhtml11/tt.tag new file mode 100644 index 00000000..a7506a8b --- /dev/null +++ b/quanta/data/dtep/xhtml11/tt.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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/xhtml11/ul.tag b/quanta/data/dtep/xhtml11/ul.tag new file mode 100644 index 00000000..bd4404c4 --- /dev/null +++ b/quanta/data/dtep/xhtml11/ul.tag @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ul" hasScript="1" hasCore="1" hasI18n="1"> + +<children> +<child name="li" usage="required" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml11/var.tag b/quanta/data/dtep/xhtml11/var.tag new file mode 100644 index 00000000..1c20c088 --- /dev/null +++ b/quanta/data/dtep/xhtml11/var.tag @@ -0,0 +1,42 @@ +<?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="bdo" /> +<child name="big" /> +<child name="br" /> +<child name="button" /> +<child name="cite" /> +<child name="code" /> +<child name="del" /> +<child name="dfn" /> +<child name="em" /> +<child name="i" /> +<child name="img" /> +<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> |