Closed
Bug 551047
Opened 15 years ago
Closed 14 years ago
Teavana.com fails to load with XML Parsing error
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wcarloss, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a3pre) Gecko/20100308 Minefield/3.7a3pre (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a3pre) Gecko/20100308 Minefield/3.7a3pre (.NET CLR 3.5.30729)
If html5.enabled = true, teavana.com fails to load. With this option disabled, the page loads properly. This error occurs with an existing and a new profile.
Reproducible: Always
Steps to Reproduce:
1. Type teavana.com into the awesome bar and hit Enter.
2. Page loads properly.
3. Type about:config into the awesome bar and hit Enter.
4. Set html5.enabled = true
5. Type teavana.com into the awesome bar and hit Enter.
Actual Results:
Page fails to load and gives the following XML Parsing error:
"XML Parsing Error: mismatched tag. Expected: </meta>.
Location: http://www.teavana.com/
Line Number 8, Column 387:<meta name="keywords" content="teavana,tea,oolong,tea gifts,rooibos,white teas,teapots,green tea,mate,kettles,storage tins,rock sugar,honey"></meta><meta name="description" content="Fresh,"
Expected Results:
Page should load properly with HTML5 enabled.
Reporter | ||
Comment 1•15 years ago
|
||
Correction: I meant html5.enable, not enabled.
Updated•15 years ago
|
Blocks: html5-parsing
Component: General → HTML: Parser
QA Contact: general → parser
Summary: Teavana.com fails to load with XML Parsing error with html5.enabled = true → [HTML5] Teavana.com fails to load with XML Parsing error with html5.enabled = true
This doesn't depend on html5.enable. It depends on the Accept header and the User-Agent header in the request.
I either don't get the XML parse error regardless of html5.enable or I get it regardless of html5.enable depending on which build I use.
If the request claims to Accept application/xhtml+xml and the User-Agent isn't recognized by the site, the site serves application/xhtml+xml, but, of course, the content isn't suitable for serving as such.
Assignee: nobody → english-us
No longer blocks: html5-parsing
Status: UNCONFIRMED → NEW
Component: HTML: Parser → English US
Ever confirmed: true
OS: Windows Vista → All
Product: Core → Tech Evangelism
QA Contact: parser → english-us
Hardware: x86 → All
Summary: [HTML5] Teavana.com fails to load with XML Parsing error with html5.enabled = true → Teavana.com fails to load with XML Parsing error
The site has been fixed but apparently without evangelism effort.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•