Closed
Bug 203489
Opened 21 years ago
Closed 21 years ago
the 'compact' attribute for definition lists is not recognized
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: rideout, Assigned: asa)
References
()
Details
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.7-10 i686)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
The compact attribute in
<dl compact>
<dt> ...
<dd>...
...
</dt>
is ignored, the text is displayed as if it were omitted:
<dl>
<dt> ...
<dd>...
...
</dt>
Reproducible: Always
Steps to Reproduce:
1. look at the output from a compact definition list, e.g on the above page
Actual Results:
I saw the incorrectly formatted text.
Expected Results:
It should have placed the 'definition' on the same line as the 'term', when
possible. Netscape correctly handles this.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 2055 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•