[ 
https://issues.apache.org/jira/browse/TAPESTRY-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591422#action_12591422
 ] 

Filip S. Adamsen commented on TAPESTRY-2373:
--------------------------------------------

Heh, that's what happens when you type too fast. I meant XHTML.

Thank you for correcting me. :)

Now, take a look at this excerpt from 
http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html:

"It should also be noted that even though XHTML DTDs are valid XML DTDs, HTML 
DTDs aren't valid XML DTDs. This means that HTML doctypes cannot be used by XML 
parsers. Tapestry works around this limitation internally by using XHTML DTDs 
to parse templates that use HTML DTDs. This internal mapping is possible 
because XHTML 1.0 is nothing more than "a reformulation of the three HTML 4 
document types as applications of XML 1.0," as per the W3C. Don't worry though 
-- the original HTML 4 doctype will still be emitted to the client!"

So Tapestry is really using XHTML under the covers. I'm not saying this isn't a 
bug, though - I'm not a Tapestry developer. :)

> Default CSS and Javascript not generated in header
> --------------------------------------------------
>
>                 Key: TAPESTRY-2373
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2373
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.11
>         Environment: Windows / JDK 1.6
>            Reporter: Arnaud
>
> CSS and Javascript inclusion is not properly generated in the header when the 
> root node of the HTML file is in upper case (<HTML>).
> Fixed when in lower case (<html>)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to