Bug 59170 - Error when object tag in head of xhtml dokument
Summary: Error when object tag in head of xhtml dokument
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.1.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-31 13:37 UTC by Patrick Fromberg
Modified: 2003-07-16 14:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Fromberg 2003-05-31 13:37:38 UTC
Version:           3.1.1 (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs
OS:          Linux

The following will read perfactly as html file, but not as xhtml.
It will also work, if the object tag is moved from the head to the body.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"        
         "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html><head>

<object id="MathPlayer" lassid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987">
</object>

</head><body>hello world</body></html>
Comment 1 Patrick Fromberg 2003-07-16 14:33:25 UTC
I think, what I mailed here was about opening the files direktly from disk. I
think I didnt check with different mime types from a http server.

Nevertheless. It works now from an http server with mimetype text/html and
mimetype text/xml+xhtml.

Reading a xhtml file direktly from file will not produce an error any more. It
will open KXMLEditor.

So it seems, no bug here any more after updating to SuSE 8.2 (still same KDE
Version, while different packages)