Closed
Bug 86135
Opened 24 years ago
Closed 24 years ago
border does not display correctly in standards mode
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: tjl, Assigned: pierre)
Details
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1+) Gecko/20010615
BuildID: 2001061504
See attached style sheet, and attached html files.
The code {border: 1 1 3 1} is not displaying correctly if there is a DTD in the
html document. The one without the DTD is displaying correctly. As far as I know
the format of the style sheet is following the HTML 4.0 spec strictly.
Reproducible: Always
Steps to Reproduce:
1.Save the attached CSS and HTML files to the same directory.
2.Open the one called no_dtd, look at the border.
3. Open the one called with_dtd, the border is now wrong.
Actual Results: Border is 3 pixels on all sides.
Expected Results: Border with 3 pixels on bottom only.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
| Reporter | ||
Comment 4•24 years ago
|
||
you'll need to name the CSS attachment border.css
Comment 5•24 years ago
|
||
Over to Style System.
Assignee: jst → pierre
Component: DOM Style → Style System
| Reporter | ||
Comment 6•24 years ago
|
||
Whoa! Sorry, my style sheet is invalid! :)
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•