Bug 57903 - Should konqueror title include html comment when viewing an html page?
Summary: Should konqueror title include html comment when viewing an html page?
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.1.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-30 16:43 UTC by sean
Modified: 2003-05-03 17:34 UTC (History)
0 users

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 sean 2003-04-30 16:43:09 UTC
Version:           3.1.1 (using KDE 3.1.1)
Compiler:          gcc version 3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r2)
OS:          Linux (i686) release 2.4.20-gentoo-r2

When an html comment is placed between title tags:

<title>Home Page <!-- dynamic title text --></title>

Then the title of the konqueror window is:

Home Page <!-- dynamic title text -->

I think that the comment should not appear, unless I'm mistaken? 

Sean.
Comment 1 Dawit Alemayehu 2003-05-03 17:34:02 UTC
Hello, 
 
There is nothing wrong with that. The HTML  comment tokens are valid characters 
and as such are displayed. The same goes for any other HTML tag BTW, e.g. 
<title><b>Invalid embedded HTML tags</b></title>. Behaves the same way in 
Mozilla as well. 
 
Regards, 
Dawit A.