Closed
Bug 220144
Opened 22 years ago
Closed 22 years ago
spillsbury.de - CSS broken by HTML code in CSS file
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: redsching, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916
In the page at http://www.spillsbury.de, mozilla ignores first css-style
'standard'. After I inserted a dummy-style before standard it works properly.
I'm not the owner of this homepage, I had test it on a local copy.
Reproducible: Always
Steps to Reproduce:
1. Goto http://www.spillsbury.de
2.
3.
Actual Results:
Class style 'standard' isn't used, so the text has default size (13), which is
to high. You should see white spaces between the graphics on the left side.
Expected Results:
No white spaces between the graphics elements on the left side.
Also happens with Mozilla 1.4 final.
Comment 1•22 years ago
|
||
That's because this HTML markup does not belong in the style sheet:
<style type="text/css">
<!--
-->
</style>
That's invalid code. The only thing in a CSS file should be CSS code.
You might write to the site and ask them to fix the code.
->TE
Assignee: general → german
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: Browser-General → German
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: general → german
Summary: css - ignores first style definition → spillsbury.de - CSS broken by HTML code in CSS file
Version: Trunk → unspecified
Homepage owner uses invalid code within style cheet. See also Additional Comments.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 3•22 years ago
|
||
Reopening.
Tech Evangelism bugs don't resolve invalid. The idea is to document the need to
contact the site and ask them to correct the problem.
If you want to contact them, feel free. It works better coming from someone who
actually uses the site than a "stranger". You can refer them to this bug's URL
to see the problem and what the fix is.
Also check out the Tech Evangelism project at
http://www.mozilla.org/projects/tech-evangelism/
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
After I contacted the hompage owner, she/he fixed the code.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•