Author: yzhishko
Date: 2010-04-22 05:29:00 -0400 (Thu, 22 Apr 2010)
New Revision: 21605
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-6168 - fixed in trunk
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2010-04-22
09:28:27 UTC (rev 21604)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2010-04-22
09:29:00 UTC (rev 21605)
@@ -1422,7 +1422,7 @@
<vpe:tag name="object" case-sensitive="no">
<vpe:template children="yes" modify="no">
<vpe:copy
- attrs="align,code,codebase,codetype,data,height,hspace,type,vspace,width,class,id,dir"
/>
+ attrs="align,height,hspace,vspace,width,id,dir" />
<vpe:dnd>
<vpe:drop container="yes">
<vpe:container-child tag-name="param" />
@@ -1436,7 +1436,7 @@
<vpe:tag name="embed" case-sensitive="no">
<vpe:template children="yes" modify="no">
<vpe:copy
- attrs="align,height,hidden,hspace,pluginspage,src,type,vspace,width" />
+ attrs="align,height,hidden,hspace,pluginspage,src,vspace,width" />
</vpe:template>
</vpe:tag>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html.xml 2010-04-22
09:28:27 UTC (rev 21604)
+++
trunk/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html.xml 2010-04-22
09:29:00 UTC (rev 21605)
@@ -1,7 +1,7 @@
<tests>
<test id="object">
- <OBJECT WIDTH="500" VSPACE="10" HEIGHT="200"
ALIGN="top"
- STYLE="-moz-user-modify: read-only;" >
+ <OBJECT WIDTH="500" VSPACE="10" HEIGHT="200"
ALIGN="top" ID="object"
+ STYLE="-moz-user-modify: read-only;">
</OBJECT>
</test>
</tests>
\ No newline at end of file