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/30 04:22:19 UTC

svn commit: r349867 - in /myfaces/impl/trunk/tld/entities: html_anchor_attributes.xml standard_command_button_attributes.xml

Author: skitching
Date: Tue Nov 29 19:22:13 2005
New Revision: 349867

URL: http://svn.apache.org/viewcvs?rev=349867&view=rev
Log:
Mark HTML passthrough attributes

Modified:
    myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml
    myfaces/impl/trunk/tld/entities/standard_command_button_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml?rev=349867&r1=349866&r2=349867&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml Tue Nov 29 19:22:13 2005
@@ -11,7 +11,7 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Specifies the coordinates of regions within a client side image map.</description>
+            <description>HTML: The coordinates of regions within a client side image map.</description>
         </attribute>
 
         <!-- "href" is a special LinkRenderer attribute -->
@@ -20,7 +20,7 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Specifies the language of the linked resource.</description>
+            <description>HTML: The language of the linked resource.</description>
         </attribute>
 
         <!-- "name" cannot be set by user -->
@@ -30,7 +30,7 @@
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
             <description>
-                Specifies the relationship between the current document and
+                HTML: The relationship between the current document and
                 the linked resource.
             </description>
         </attribute>
@@ -40,7 +40,7 @@
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
             <description>
-                Specifies the type(s) describing the reverse link for the linked
+                HTML: The type(s) describing the reverse link for the linked
                 resource.
             </description>
         </attribute>
@@ -49,5 +49,7 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Specifies the shape of a region in a client side image map.</description>
+            <description>
+                HTML: The shape of a region in a client side image map.
+            </description>
         </attribute>

Modified: myfaces/impl/trunk/tld/entities/standard_command_button_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/standard_command_button_attributes.xml?rev=349867&r1=349866&r2=349867&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/standard_command_button_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/standard_command_button_attributes.xml Tue Nov 29 19:22:13 2005
@@ -8,5 +8,5 @@
             <name>image</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
-            <description>Used to specify the URL of an image that renders in place of the button.</description>
+            <description>HTML: The URL of an image that renders in place of the button.</description>
         </attribute>