dgraham 2002/10/25 17:34:54
Modified: doc/userGuide struts-html.xml
Log:
removed accesskey attribute for html:img tag. fixes bug #13336
Revision Changes Path
1.30 +0 -10 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- struts-html.xml 24 Oct 2002 06:20:33 -0000 1.29
+++ struts-html.xml 26 Oct 2002 00:34:54 -0000 1.30
@@ -2633,16 +2633,6 @@
</info>
<attribute>
- <name>accesskey</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- <info>
- <p>The keyboard character used to move focus immediately
- to this element.</p>
- </info>
- </attribute>
-
- <attribute>
<name>align</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>