Closed
Bug 1998
Opened 26 years ago
Closed 26 years ago
background draws under border, should only draw to padding edge
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ian, Assigned: troy)
References
()
Details
According to the CSS2 spec, section 14.2.1, background-position specifies
the position of a background image relative to the padding edge of a box,
and tiling should cover only the content and padding areas of a box.
However, according to section 8.5.3, borders are drawn on top of a box's
background. This means the background color should be underneath the border,
but not the background image.
Quoted uri gives example and links to CSS spec. The logo should not be under
the red border on that page.
(Note: Reported as "Rendering" component bug, is this a "Style System" bug?)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed. Now the background image is positioned relative to the padding area and
not the border area. The background color is still drawn over the border,
padding, and content areas
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 2•26 years ago
|
||
My new Evil Test Suite contains a better version of the test page, so
updated uri.
You need to log in
before you can comment on or make changes to this bug.
Description
•