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

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

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

--- myfaces/impl/trunk/tld/entities/html_universal_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/html_universal_attributes.xml	2005/11/25 00:28:55	348838
@@ -1,11 +1,31 @@
 <!-- HTML 4.0 universal attributes -->
-        <attribute><name>dir</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>lang</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>style</name>   <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>title</name>   <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute>
-            <name>styleClass</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <description>Corresponds to the HTML class attribute.</description>
-        </attribute>
+<attribute>
+	<name>dir</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<description>The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).</description>
+</attribute>
+<attribute>
+	<name>lang</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<description>The base language of this document.</description>
+</attribute>
+<attribute>
+	<name>style</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<description>CSS styling instructions.</description>
+</attribute>
+<attribute>
+	<name>title</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<description>An advisory title for this element.  Often used by the user agent as a tooltip.</description>
+</attribute>
+<attribute>
+	<name>styleClass</name>
+	<required>false</required>
+	<rtexprvalue>false</rtexprvalue>
+	<description>The CSS class for this element.  Corresponds to the HTML 'class' attribute.</description>
+</attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26