Closed
Bug 81262
Opened 24 years ago
Closed 23 years ago
oasis-open.org - width: 0px style causes strange display.
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: Deinst, Assigned: bc)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9+) Gecko/20010516
BuildID: 2001051604
The width:0px parameter in the style sheet for the page causes all
the text on the page to run in a single column. IE displays the page
comprehensibly. I am less than certain that IE is correct and Mozilla
is wrong, but I would expect Oasis to use portable style sheets.
I don't think that this is a duplicate of 79760. I suffer from that as well.
Reproducible: Always
Steps to Reproduce:
Boiled to its essentials
<html>
<head>
<title>OASIS - Technical Committees - Current Committees</title>
<STYLE TYPE="text/css">
body{width: 0px}
</STYLE>
</head>
<p>The XML (Extensible Markup
Language 1.0) Conformance Test Suite contains over 1000 test files and an
associated test report. </p>
</body>
</html>
Comment 1•24 years ago
|
||
Ian, just to verift, the stylesheet is messed up, right?
Comment 2•24 years ago
|
||
This is Evangelism, but note bug 76421.
Assignee: jst → bclary
Status: UNCONFIRMED → NEW
Component: DOM Style → Evangelism
Ever confirmed: true
QA Contact: ian → zach
Comment 3•24 years ago
|
||
yes, width:0 on body would result in the described behaviour per CSS.
Comment 4•23 years ago
|
||
Site has been redesigned. No such problem at URL anymore. Resolving INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 5•23 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
Comment 6•23 years ago
|
||
Verified
2002040608/WinXP
Status: RESOLVED → VERIFIED
Summary: width: 0px style causes strange display. → oasis-open.org - width: 0px style causes strange display.
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
•