/[Apache-SVN]/myfaces/impl/trunk/tld/entities/html_img_attributes.xml
ViewVC logotype

Diff of /myfaces/impl/trunk/tld/entities/html_img_attributes.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/impl/trunk/tld/entities/html_img_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/html_img_attributes.xml	2005/11/25 00:28:55	348838
@@ -1,25 +1,17 @@
 <!-- HTML 4.0 img attributes that are not part of the JSF 1.1 specification -->
-        <attribute>
-            <name>align</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-        </attribute>
-        <attribute>
-            <name>border</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-        </attribute>
+&html_align_attribute;
+&html_border_attribute;
         <attribute>
             <name>hspace</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>Specifies the amount of white space to be inserted to the left and right of this element, in undefined units.  Deprecated in HTML 4.01.</description>
         </attribute>
         <attribute>
             <name>vspace</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>Specifies the amount of white space to be inserted above and below this element, in undefined units.  Deprecated in HTML 4.01.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26