DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13336>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13336

The TLD for html:img tag has an "accesskey" attribute, but not supported in HTML 4.01

           Summary: The TLD for html:img tag has an "accesskey" attribute,
                    but not supported in HTML 4.01
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The "html:img" tag specifies an "accesskey" attribute in the TLD, but the
"accesskey" attribute is not supported for the "img" element in HTML 4.01
(http://www.w3.org/TR/html401/struct/objects.html#edef-IMG).  Fortunately, the
"ImgTag.doEndTag()" method ignores this attribute.

Fixing this will break any applications which blindly have an "accesskey"
attribute on "html:img", even though it won't have any effect.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to