Closed
Bug 129536
Opened 23 years ago
Closed 20 years ago
missing indenting after sub-definition lists
Categories
(Core :: DOM: HTML Parser, defect, P4)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
DUPLICATE
of bug 117738
Future
People
(Reporter: stevenj, Assigned: harishd)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Inside a definition list (<dl>), paragraphs (<p>) inside a definition item
(<dd>) are normally indented the same as the definition item, just as you would
expect. However, if a definition item contains a sub-definition list, then
paragraphs after the sub-definition list are not indented. See the above URL
for a simple example. I don't think that this is desirable or correct behavior.
Netscape 4.x and Internet Explorer 5.x indent as you would expect.
(I am using Mozilla 0.9.8, build 2002020411, for MacOS X.)
Thanks for looking into this; keep up the great work!
Cordially,
Steven G. Johnson
Comment 1•23 years ago
|
||
worksforme (looks identical to NS4)
Comment 2•23 years ago
|
||
Looks like bug 106746 probably fixed this...
I don't understand your "worksforme"...your screenshot reproduces the problem.
The "BUG" line is flush left, whereas it should logically be indented parallel
with the "Blarg"!
It is interesting that you report that some versions of NS4 have the same
behavior, whereas others (e.g. IE/Mac and OmniWeb) don't. I still think it is
undesirable, and that the other browsers are right.
I should mention that NS 4.07 and 4.77 for Mac have what I consider the
"correct" indenting behavior; I'm not sure what version of NS you are using.
Comment 5•23 years ago
|
||
Comment 6•23 years ago
|
||
-> Parser
Assignee: attinasi → harishd
Status: UNCONFIRMED → NEW
Component: Layout → Parser
Ever confirmed: true
Keywords: testcase
OS: MacOS X → All
QA Contact: petersen → moied
Hardware: Macintosh → All
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: mozilla1.0.1 → Future
Comment 8•20 years ago
|
||
Marking this as a duplicate of the bug that fixed it.
*** This bug has been marked as a duplicate of 133277 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 9•20 years ago
|
||
Whoops, I meant bug 117738.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 10•20 years ago
|
||
*** This bug has been marked as a duplicate of 117738 ***
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•