You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/27 21:39:58 UTC

svn commit: r349304 - in /myfaces/impl/trunk/tld/entities: spec_img_attributes.xml ui_graphic_attributes.xml

Author: skitching
Date: Sun Nov 27 12:39:54 2005
New Revision: 349304

URL: http://svn.apache.org/viewcvs?rev=349304&view=rev
Log:
Move ALT attribute reference to more appropriate place

Modified:
    myfaces/impl/trunk/tld/entities/spec_img_attributes.xml
    myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/spec_img_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/spec_img_attributes.xml?rev=349304&r1=349303&r2=349304&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/spec_img_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/spec_img_attributes.xml Sun Nov 27 12:39:54 2005
@@ -1,4 +1,5 @@
 <!-- The subset of HTML 4.0 img attributes that are supported by the JSF 1.1 specification -->
+        &html_alt_attribute;
         <attribute>
             <name>height</name>
             <required>false</required>

Modified: myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml?rev=349304&r1=349303&r2=349304&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_graphic_attributes.xml Sun Nov 27 12:39:54 2005
@@ -1,6 +1,5 @@
         <!-- UIGraphic attributes -->
         &ui_component_attributes;
-        &html_alt_attribute;
         <attribute>
             <name>url</name>
             <required>false</required>