[
https://issues.apache.org/jira/browse/TAP5-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588269#comment-13588269
]
Ulrich Stärk commented on TAP5-2071:
------------------------------------
What we could do is move the code determining all the required information to
MarkupWriterFactoryImpl altogether. It would then only have two methods,
newMarkupWriter(Page page) and newPartialMarkupWriter(Page page) plus maybe a
convenient method accepting a logical page name.
Uli
> 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
> Labels: html5, validation
> 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