Author: yzhishko
Date: 2010-04-22 05:28:27 -0400 (Thu, 22 Apr 2010)
New Revision: 21604
Modified:
branches/jbosstools-3.1.x/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
branches/jbosstools-3.1.x/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html
branches/jbosstools-3.1.x/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 branch
Modified:
branches/jbosstools-3.1.x/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
===================================================================
---
branches/jbosstools-3.1.x/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2010-04-22
08:47:28 UTC (rev 21603)
+++
branches/jbosstools-3.1.x/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2010-04-22
09:28:27 UTC (rev 21604)
@@ -1422,7 +1422,7 @@
<vpe:tag name="object" case-sensitive="no">
<vpe:template children="yes" modify="no">
<vpe:copy
- attrs="align,classid,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:
branches/jbosstools-3.1.x/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html
===================================================================
---
branches/jbosstools-3.1.x/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html 2010-04-22
08:47:28 UTC (rev 21603)
+++
branches/jbosstools-3.1.x/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html 2010-04-22
09:28:27 UTC (rev 21604)
@@ -5,7 +5,7 @@
<h1>object</h1>
-<object id="object" classid="someClass" width="500"
height="200" align="top"
+<object id="object" width="500" height="200"
align="top"
border="10" class="objectClass" dir="ltr"
id="object"
style="color: red;" vspace="10">
<param name="someParam" value="5">
Modified:
branches/jbosstools-3.1.x/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html.xml
===================================================================
---
branches/jbosstools-3.1.x/vpe/tests/org.jboss.tools.vpe.html.test/resources/htmlTest/WebContent/pages/components/core/object.html.xml 2010-04-22
08:47:28 UTC (rev 21603)
+++
branches/jbosstools-3.1.x/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)
@@ -1,7 +1,7 @@
<tests>
<test id="object">
- <OBJECT WIDTH="500" VSPACE="10" HEIGHT="200"
ALIGN="top"
- CLASSID="someClass" 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