Closed
Bug 65552
Opened 25 years ago
Closed 25 years ago
Sidebar Headline boxes display incorrectly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jphillips, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i586; en-US; 0.7) Gecko/20010111
BuildID: 2001011118
In the page at http://www.ergonet-ent.com/index.php3, the Slashdot and Freshmeat
headline boxes should be formatted. Each box should have a 1px border around it
and between the title and content. The title should be background-color maroon
with text color white. This page displays correctly using IE 5.5SP1 and
conforms to XHTML 1.0 Strict and CSS 2.0 specifications.
Reproducible: Always
Steps to Reproduce:
Load the page using versions of Mozilla between (at least) M17 and 0.7.
Actual Results: See the description.
Expected Results: See the description.
Comment 1•25 years ago
|
||
Actually, the page does not conform to the css2 specification. Using
http://jigsaw.w3.org/css-validator/validator-uri.html to validate the page,
there are many parse errors. The root of the problem is that '_' (underscore)
is not a valid character in any CSS2 identifiers, including class names
(http://www.w3.org/TR/REC-CSS2/syndata.html#q4). Just changing all the
underscores to dashes should fix the problems you are seeing.
Not reassigning to evangelism just yet, since the reporter seems to also be the
owner of the site. So this bug could end up just being invalid instead. Please
comment in this bug on whether changing the CSS to be spec-compliant solves the
problem.
Comment 2•25 years ago
|
||
This has been fixed now. Marking WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•