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 2003/12/31 19:48:51 UTC

DO NOT REPLY [Bug 25845] New: - HTML Tag Does Not Create XHTML 1.1

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

HTML Tag Does Not Create XHTML 1.1

           Summary: HTML Tag Does Not Create XHTML 1.1
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: seth@ehawaii.gov


The HTML taglib does not create valid XHTML 1.1 html.

It generates:

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

and the W3C's Validator (http://validator.w3.org/)

gives this error:

Line 12, column 48:  there is no attribute "lang"


This is listed as one of changes from XHTML 1.0 Strict:

http://www.w3.org/TR/xhtml11/changes.html#a_changes

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org