Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-724

Tapestry generates invalid HTML (for strict and transitional doctypes)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.1.0.5
    • 5.3
    • None
    • None

    Description

      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>

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            sergeyd Sergey Didenko
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: