You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Sergey Didenko (JIRA)" <ji...@apache.org> on 2009/05/27 22:07:45 UTC

[jira] Created: (TAP5-724) tapestry generates invalid HTML, strict and transitional

tapestry generates invalid HTML, strict and transitional
--------------------------------------------------------

                 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
            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.
-
You can reply to this email to add a comment to the issue online.