martinc 2002/10/27 11:19:59
Modified: doc/userGuide struts-html.xml
Log:
Remove accesskey attribute from select tag.
PR: 13337
Submitted by: David M. Karr
Revision Changes Path
1.31 +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.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- struts-html.xml 26 Oct 2002 00:34:54 -0000 1.30
+++ struts-html.xml 27 Oct 2002 19:19:59 -0000 1.31
@@ -5609,16 +5609,6 @@
<attribute>
- <name>accesskey</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- <info>
- The keyboard character used to move focus immediately to this
- element.
- </info>
- </attribute>
-
- <attribute>
<name>alt</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>