Closed
Bug 92422
Opened 24 years ago
Closed 24 years ago
w3.org serves Mozilla unstyled XML
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tracking
(Not tracked)
People
(Reporter: simpson, Assigned: bc)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010701
BuildID: 2001070116
Some of the w3c documentation is not rendering properly
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.w3.org/TR/xslt
2.Go to http://www.w3.org/TR/xpath
3.
Actual Results: unreadable documentation
Expected Results: A well formated page with images.
Comment 1•24 years ago
|
||
I've noticed this too-- for some reason the W3C site is serving Mozilla straight
XML, whereas it serves plain old HTML for NC and IE. I've viewed the source and
there is no XSL or CSS stylesheet attached for us to use; I would expect that
the xslt spec would at least give us a stylesheet by which to display the XML,
but apparently not.
Unsure where the problem lies here -- but the fact that w3.org serves us XML but
everybody else HTML makes me think it's a w3c issue.
Comment 2•24 years ago
|
||
This is a server configuration problem.
Mozilla says that it accepts text/xml. The server at www.w3.org sends some
text/xml to Mozilla. However, that XML is *unstyled*. Hence Mozilla displayes it
unstyled.
With this request:
GET /TR/xslt HTTP/1.1
Host: www.w3.org:80
Accept: text/xml, text/html;q=0.9
The server sends unstyled XML.
With this request:
GET /TR/xslt HTTP/1.1
Host: www.w3.org:80
Accept: text/html
The server sends HTML.
--> evang
P1--major site, major problem
Assignee: asa → bclary
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
Priority: -- → P1
QA Contact: doronr → zach
Comment 3•24 years ago
|
||
Updating summary
CCing: jjc@jclark.com
Summary: Not rendering page correctly → w3.org serves Mozilla unstyled XML
Comment 6•24 years ago
|
||
yep, it looks like a dupe to me but because Henri Sivonen gives a better
explaination of what is happening I would suggest duping that bug to this one
(even though it is a lower #).
Comment 7•24 years ago
|
||
Yes. This looks like a dup to me. Some kind person, please verify this.
Zach
*** This bug has been marked as a duplicate of 88614 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 9•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
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
•