You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Francois Armand (JIRA)" <ji...@apache.org> on 2008/10/13 11:02:44 UTC

[jira] Created: (TAP5-263) XHTML output and IE (5,6,7)

XHTML output and IE (5,6,7)
---------------------------

                 Key: TAP5-263
                 URL: https://issues.apache.org/jira/browse/TAP5-263
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.16
            Reporter: Francois Armand


Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .

XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx

So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-263) Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers

Posted by "Cesar Lesc (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649993#action_12649993 ] 

Cesar Lesc commented on TAP5-263:
---------------------------------

may be this can help.

http://lists.evolt.org/archive/Week-of-Mon-20020304/105951.html





> Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-263
>                 URL: https://issues.apache.org/jira/browse/TAP5-263
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.16
>            Reporter: Francois Armand
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.16
>
>
> Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .
> XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
> BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
> So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
> Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-263) XHTML output and IE (5,6,7)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645098#action_12645098 ] 

Howard M. Lewis Ship commented on TAP5-263:
-------------------------------------------

Hm. Looking at the wiki page, I understand why <script> should always render with a </script> end tag (even if empty), but not the others (div, p, span)?

> XHTML output and IE (5,6,7)
> ---------------------------
>
>                 Key: TAP5-263
>                 URL: https://issues.apache.org/jira/browse/TAP5-263
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.16
>            Reporter: Francois Armand
>            Assignee: Howard M. Lewis Ship
>
> Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .
> XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
> BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
> So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
> Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAP5-263) XHTML output and IE (5,6,7)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-263:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> XHTML output and IE (5,6,7)
> ---------------------------
>
>                 Key: TAP5-263
>                 URL: https://issues.apache.org/jira/browse/TAP5-263
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.16
>            Reporter: Francois Armand
>            Assignee: Howard M. Lewis Ship
>
> Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .
> XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
> BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
> So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
> Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-263) Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-263:
--------------------------------------

    Summary: Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers  (was: XHTML output and IE (5,6,7))

> Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-263
>                 URL: https://issues.apache.org/jira/browse/TAP5-263
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.16
>            Reporter: Francois Armand
>            Assignee: Howard M. Lewis Ship
>
> Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .
> XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
> BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
> So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
> Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAP5-263) Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-263.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.16

> Tapestry should produce XML-style output (not SGML) even for the text/html content type, for best compatibility with browsers
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-263
>                 URL: https://issues.apache.org/jira/browse/TAP5-263
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.16
>            Reporter: Francois Armand
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.16
>
>
> Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .
> XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
> BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
> So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
> Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-263) XHTML output and IE (5,6,7)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643255#action_12643255 ] 

Howard M. Lewis Ship commented on TAP5-263:
-------------------------------------------

Maybe its time to jettison the whole "SGML markup output" option for html?

> XHTML output and IE (5,6,7)
> ---------------------------
>
>                 Key: TAP5-263
>                 URL: https://issues.apache.org/jira/browse/TAP5-263
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.16
>            Reporter: Francois Armand
>
> Tapestry 5 has a great way to handle markup renderer, based on the doctype and the contenttype of the page, but it appears that producing XHTML output that can be understood by IE is difficult .
> XHTML output requires to have both a correct XHTML DOCTYPE and a correct content type (so, no "text/html" but a "application/xml+html"),
> BUT IE has a known, old bug that make it don't understand "applciation/xml+html" content type, see for example : http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
> So, there is a workaround in the T5-HowTos : http://wiki.apache.org/tapestry/Tapestry5HowToXhtml
> Nonetheless, it would be great if by default, T5 was able to render valid XHTML even with "text/html" content-type.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org