[
https://issues.apache.org/jira/browse/TAP5-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13533249#comment-13533249
]
Hudson commented on TAP5-1976:
------------------------------
Integrated in tapestry-trunk-freestyle #977 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/977/])
TAP5-1976: XML Parser adds attributes with default values and produces
invalid HTML5 markup (Revision d25c142345e03869f71ab7f4133734cc8eb2ee13)
Result = FAILURE
hlship :
Files :
*
tapestry-core/src/test/java/org/apache/tapestry5/internal/services/TemplateParserImplTest.java
*
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/XMLTokenStream.java
*
tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/default_attributes_not_included.tml
> XML Parser adds attributes with default values and produces invalid HTML5
> markup
> --------------------------------------------------------------------------------
>
> Key: TAP5-1976
> URL: https://issues.apache.org/jira/browse/TAP5-1976
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3.3
> Reporter: Thomas Scheinecker
> Assignee: Howard M. Lewis Ship
> Priority: Critical
> Labels: fixed-in-5.4-js-rewrite
> Fix For: 5.3.5, 5.4
>
>
> After some research I found out that this issue is a reoccurring one - which
> never really has been fixed.
> The first one was TAP5-171 the second TAP5-1044
> The problem hasn't changed very much except that deleting the doctype doesn't
> help anymore since t5.3 as xhtml transitional is used in memory when none is
> provided (same for the html5 doctype) (source:
> http://tapestry.apache.org/component-templates.html#ComponentTemplates-TemplateDoctypes).
> When using html5 the problem is that invalid html markup is generated, for
> example:
> - a br tag renders as <br clear="none"/> where clear is invalid html5
> - an a tag renders as <a shape="rect">... where the shape attribute is
> invalid html5
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira