Closed
Bug 78542
Opened 25 years ago
Closed 24 years ago
dukebasketballreport.com - Browser not rendering "depth" in the tree of BBS
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marty, Assigned: bc)
References
()
Details
Go to the above URL and read any thread. There is no "depth" to the tree, as
all the follow-ups/replies appear at the same level.
It seems that other browsers render this correctly.
Just thought you guys might want to know...
Comment 1•25 years ago
|
||
The page uses nested <dl> elements to render. Like this:
<dl>
<dd>level 1</dd>
<dl>
<dd> level 2 </dd>
</dl>
</dl>
This is invalid HTML... Now <dl> itself has no left margin. <dd> is what has
the left margin. In IE, it's the <dl> that has a margin, I would guess. So IE
shows this indented and we do not. I would suggest evangelism to use non-broken
HTML.....
Comment 2•25 years ago
|
||
I agree. -> Evang., but I'd feel more comfortable if Ian checked our sanity...
Assignee: asa → bclary
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
QA Contact: doronr → zach
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
| Assignee | ||
Comment 3•24 years ago
|
||
Arun, I'm giving you all the Linux bugs. If these bugs can be confirmed for
other OS's please (someone) change the Platform/OS to All/All and reassign to
the default Evangelism Component Owner.
Assignee: bclary → aruner
| Assignee | ||
Comment 4•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
| Assignee | ||
Comment 5•24 years ago
|
||
Arun, I am taking your Linux bugs minus banks. Hope you don't mind.
Assignee: aruner → bclary
| Assignee | ||
Updated•24 years ago
|
Summary: Browser not rendering "depth" in the tree of BBS → dukebasketballreport.com - Browser not rendering "depth" in the tree of BBS
Updated•11 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
•