Bug 9677 - [S60] application/xhtml+xml doesn't get XML treatment
Summary: [S60] application/xhtml+xml doesn't get XML treatment
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 412.x
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2006-07-01 13:15 PDT by Simon Pieters
Modified: 2011-03-21 11:52 PDT (History)
4 users (show)

See Also:


Attachments
Test case (121 bytes, application/xhtml+xml)
2006-07-01 13:19 PDT, Simon Pieters
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters 2006-07-01 13:15:53 PDT
UA: "Mozilla/5.0 (SymbianOS/9.1; U; en-us) AppleWebKit/413
(KHTML, like Gecko) Safari/413" on a Nokia E70

Files sent as application/xhtml+xml are treated as if they were text/html. For instance, well-formedness errors aren't catched, and namespaces aren't supported, which suggests that the tag soup parser is used rather than the XML parser.

Steps to reproduce:
1. Open http://simon.html5.org/test/mobile/004.xht

Expected results:
It should say PASS.

Actual results:
It doesn't say PASS.
Comment 1 Simon Pieters 2006-07-01 13:19:17 PDT
Created attachment 9126 [details]
Test case
Comment 2 Krishna 2006-07-06 07:27:26 PDT
(In reply to comment #0)
> UA: "Mozilla/5.0 (SymbianOS/9.1; U; en-us) AppleWebKit/413
> (KHTML, like Gecko) Safari/413" on a Nokia E70
> Files sent as application/xhtml+xml are treated as if they were text/html. For
> instance, well-formedness errors aren't catched, and namespaces aren't
> supported, which suggests that the tag soup parser is used rather than the XML
> parser.
> Steps to reproduce:
> 1. Open http://simon.html5.org/test/mobile/004.xht
> Expected results:
> It should say PASS.
> Actual results:
> It doesn't say PASS.

Could you please describe more deatils about where application/xhtml+xml is being used. The attached test case does not have any objects of this type.
Comment 3 Simon Pieters 2006-07-06 09:24:35 PDT
(In reply to comment #2)
> Could you please describe more deatils about where application/xhtml+xml is
> being used. The attached test case does not have any objects of this type.

application/xhtml+xml should be used for XHTML content when served over the wire. http://www.google.com/xhtml is being served as application/xhtml+xml, and so is the attached test case (and the linked test case).
Comment 4 Krishna 2006-07-07 13:59:49 PDT
Reproduced on the latest S60 webkit at revision 15213.
This is not reproducible on the latest Safari trunk at revision 15210.
PlatformOnly added to the Keywords field.
Comment 5 Krishna 2006-07-11 11:41:31 PDT
TSW ID: SLON-6MLQ37
This bug is under investigation.
Comment 6 Bradley Morrison 2008-04-09 11:31:54 PDT
Bulk update of s60 bugs - tagging and closing.
Comment 7 Bradley Morrison 2008-04-09 11:39:35 PDT
Bulk closing of all s60 platform bugs. 

Sorry for the noise!
Comment 8 Joel Parks 2011-03-21 11:52:21 PDT
re-purposing InTSW keyword for use by QtWebkit team