Edgewall Software
Modify

Opened 16 years ago

Last modified 9 years ago

#6411 new enhancement

Use mime type switching

Reported by: anonymous Owned by:
Priority: normal Milestone: unscheduled
Component: rendering Version: 0.10.4
Severity: normal Keywords: xhtml mime html text/html application/xml+xhtml consider
Cc: Thijs Triemstra Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The Doctype in your code identifies the document as XHTML 1.1 while the mime type is text/html. It is "STRONGLY RECOMMENDED" by the W3C that XHTML document are served with the application/xhtml+xml mime type. I realize that doing this would break compliance with Internet Explorer, but this can be solved with mime type switching (php example not by me). Also if the code is not compliant it will not show on XHTML compliant browsers. If the code is not valid, then you should not use the XHTML doctype anyway. This means that everything that is user input must be checked for valid code. Thanks for your time.

Attachments (0)

Change History (7)

comment:1 by Christian Boos, 16 years ago

Keywords: consider added
Milestone: 1.0

We're aiming at producing valid XHTML, yes, though we're not completely there yet. Even once we are, we will still want to maintain compatibility with IExplorer, and I'm not sure that the mime type switching hack is worth the effort.

comment:2 by anonymous, 16 years ago

Mime type switching must be done if the website is to interpreted as XHTML. If the mime type is text/html that overrides anything in the document because the higher level mime takes precedence over (X)HTML. If mime switching is not implemented then the XHTML is interpreted as HTML and parsed as tag soup because f the mime text/html. The mime type can't be static because IE would then try to download the file but if you have a diffrent solution I would like to hear it. Also I realize that rewriting code so that it is valid takes a long time so I understand that this will take time.

comment:3 by vslavik@…, 16 years ago

This may be helpful in understanding the problem (it was news to me until today, too) and how to fix it: http://www.ibm.com/developerworks/xml/library/x-tipapachexhtml/index.html (how to deal with browsers incompatibilities; also see the Resources section for useful links)

comment:4 by Emmanuel Blot, 16 years ago

#6835 marked as a dup

comment:5 by Christian Boos, 14 years ago

Milestone: 1.0unscheduled

Milestone 1.0 deleted

comment:6 by Thijs Triemstra, 13 years ago

Cc: Thijs Triemstra added
Summary: Incorrect mime typeUse mime type switching
Type: defectenhancement

comment:7 by Ryan J Ollos, 9 years ago

Owner: Christian Boos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.