[
https://issues.apache.org/jira/browse/TAP5-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588453#comment-13588453
]
Hudson commented on TAP5-2071:
------------------------------
Integrated in tapestry-trunk-freestyle #1028 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1028/])
TAP5-2071: Tapestry should output valid HTML5 when using the HTML5
(Revision 1fe4fa73c4f59b99ce011a9f2119a97728dd77a0)
Result = FAILURE
uli :
Files :
*
tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java
*
tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupWriterFactory.java
* tapestry-core/src/test/java/org/apache/tapestry5/dom/DOMTest.java
*
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxComponentEventRequestHandler.java
*
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AjaxPartialResponseRendererImpl.java
* tapestry-core/src/main/java/org/apache/tapestry5/dom/Html5MarkupModel.java
* tapestry-core/src/main/java/org/apache/tapestry5/dom/EndTagStyle.java
*
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/MarkupWriterFactoryImpl.java
*
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageResponseRendererImpl.java
> Tapestry should output valid HTML5 when using the HTML5 doctype in templates
> ----------------------------------------------------------------------------
>
> Key: TAP5-2071
> URL: https://issues.apache.org/jira/browse/TAP5-2071
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3.6
> Reporter: Tim Böhler
> Assignee: Ulrich Stärk
> Labels: html5, validation
> Fix For: 5.4
>
> Attachments: html5.patch
>
>
> When using a HTML5 DocType in a Tapestry template, the textfield component is
> still rendered with end tags:
> Template:
> <t:textfield t:id="loginEmail" value="loginEmail" type="email" />
> renders as:
> <input id="loginEmail" name="loginEmail" type="email"></input>
> According to the specs, end tags must not be specified for void elements.
> See http://www.w3.org/TR/html5/syntax.html#void-elements
--
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