Closed
Bug 235756
Opened 22 years ago
Closed 22 years ago
Fieldset is wider than the width applied to it
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: TailsTheKitsune, Unassigned)
Details
Attachments
(1 file)
|
528 bytes,
text/html
|
Details |
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
When I create a fieldset of some width such as 400px by using CSS, the width is
incorrect. You can compare it with a 400px table.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
fieldset is about 20px too wide
Expected Results:
The fieldset should be the same size as I specify
Also reproducable in Firefox 0.8
Comment 2•22 years ago
|
||
also seen on Mozilla/5.0 (Windows; U; Win98; en-US; rv:) Gecko/20040226
seems like the fieldset is about 24 pix too wide, compared to a <hr> of same
specified width, tested with 200 and 400 pix.
Summary: Fielset is wider han the width applied to it → Fieldset is wider than the width applied to it
Comment 3•22 years ago
|
||
The fieldset has padding and a border set in the UA stylesheet. So the
rendering is correct.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•