Open
Bug 470641
Opened 17 years ago
Updated 3 years ago
Browsing to a media url should display a pretty title.
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: BijuMailList, Unassigned)
References
Details
Browsing to a media url should display a pretty title.
Browsing to a JPEG image displays window title as
>> filename.jpg (JPEG Image, 9999x9999 pixels) Scaled(11%)
example
http://upload.wikimedia.org/wikipedia/ja/8/8c/World_Ocean_Current.ja.jpg
Why cant we support a http header "x-title" ie something like
x-title: Some pretty title
which will display "Some pretty title" as window tile
Some media type like JPEG will allow title property so we could use that also.
This is becoming more important as we can now display *.ogg files.
Another candidate is *.pdf file, it also have a embedded title property.
which we may be able access thru the pdf plugin
Comment 1•14 years ago
|
||
I didn't know about JPGs allowing to set a title. That's nice.
Adding also that SVGs already do this correctly, if the <title> tag is used. Otherwise, the full url is used (I'd argue that the filename would be a better choice, and also consistent with the way images are currently handled).
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•