Closed Bug 1075481 Opened 10 years ago Closed 10 years ago

Having a meta tag with charset="utf-8" produces an empty entry in the page info window

Categories

(Firefox :: Page Info Window, defect)

34 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 584285

People

(Reporter: jonny, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 Aurora/34.0a2
Build ID: 20141001023748

Steps to reproduce:

Saved a html file with the following:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Testing meta tags</title>
<meta name="viewport" content="width=device-width">
</head>
<body><p>Dummy text</p></body>
</html>


Actual results:

Pressing ctrl+I to get the Page Info pop-up window. The General tab has a list of meta tags. But the <meta charset="utf-8"> tag results in an empty entry in this list.


Expected results:

I think that either the name should be set to charset with content being the charset in question, or the <meta charset> tag shouldn't have an entry in the list.
Component: Untriaged → Page Info Window
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.