[ 
https://issues.apache.org/jira/browse/TAP5-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130095#comment-13130095
 ] 

Hudson commented on TAP5-724:
-----------------------------

Integrated in tapestry-trunk-freestyle #583 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/583/])
    Revert "TAP5-724: Tapestry generates invalid HTML (for strict and 
transitional doctypes)"

This reverts commit 53ed2911464dafe16b26e7776883091cebf27430.

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185891
Files : 
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/dom/DefaultMarkupModel.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/added_scripts_go_before_existing_script.txt
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/ie_conditional_stylesheet.txt
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/immediate_initialization.txt
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/other_initialization.txt
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/pretty_print_initialization.txt

                
> Tapestry generates invalid HTML (for strict and transitional doctypes)
> ----------------------------------------------------------------------
>
>                 Key: TAP5-724
>                 URL: https://issues.apache.org/jira/browse/TAP5-724
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.1.0.5
>            Reporter: Sergey Didenko
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> As http://validator.w3.org/check tells, HTML documents generated from 
> Tapestry are invalid. xHTMLs are valid. 
> I.e. using 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
> "http://www.w3.org/TR/html4/strict.dtd";>
> or 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
> "http://www.w3.org/TR/html4/loose.dtd";>
> leads to invalid documents.
> The errors are:
> - Attribute "XMLNS" is not a valid attribute.
> ...<html xmlns="http://www.w3.org/1999/xhtml";>
> - end tag for element "LINK" which is not open
> ...tapestry/5.1.0.5/default.css"></link><link type="text/css" 
> rel="stylesheet" h
> - end tag for element "META" which is not open
> ...on 5.1.0.5)" name="generator"></meta></head>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to