You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/11/14 16:59:37 UTC

DO NOT REPLY [Bug 4868] New: - FormTag.java styleId attribute conflicting with XHTML id attribute

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=4868>.
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=4868

FormTag.java styleId attribute conflicting with XHTML id attribute

           Summary: FormTag.java styleId attribute conflicting with XHTML id
                    attribute
           Product: Struts
           Version: Nightly Build
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: matt@raibledesigns.com


styleId attribute uses the label "id=", when in fact, "id" is a keyword 
reserved in XHTML 1.0.  The "name" attribute of "form" has been deprecated (in 
favor of "id") and will be removed from subsequent versions of XHTML.

Documentation of this can be found at http://www.w3.org/TR/xhtml1/#guidelines, 
item C.8

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>