Closed Bug 71637 Opened 24 years ago Closed 23 years ago

CSS errors in chrome

Categories

(SeaMonkey :: Themes, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.7

People

(Reporter: dbaron, Assigned: shliang)

References

Details

Attachments

(4 files)

DESCRIPTION:  Using CSS error reporting (which can be enabled by uncommenting
the #define at the top of nsCSSScanner.h), I found a bunch of CSS errors in the
chrome CSS files.  I'm going to attach a patch that corrects many of them.

However, this probably shouldn't be checked in as is because:
 * it's not always clear what the intent of the CSS author was
 * some changes to invalid identifiers used as class names should be reflected
   in the markup.  (These could also be fixed by escaping the characters that
   can't be part of identifiers when unescaped, but I don't recommend that.)
 * People who know what the rules do should probably check that the old effect
   (where declarations or rules were ignored due to the errors) wasn't what
    was intended.

So if anybody's interested in picking this up, go right ahead...
Most of the modern css errors were fixed in the 65745 checkin.
Status: NEW → ASSIGNED
check out www.msnbc.com The adherence to the stylesheet is flaky.
Mass reassigning my theme bugs to Shuehan.
Assignee: hewitt → shliang
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Blocks: 105174
Target Milestone: mozilla1.0 → mozilla0.9.7
Comment on attachment 54004 [details] [diff] [review]
update of previous patches

sr=hewitt
Attachment #54004 - Flags: superreview+
Comment on attachment 54004 [details] [diff] [review]
update of previous patches

r=andreww
Attachment #54004 - Flags: review+
What about:

/editor/ui/composer/content/TextEditorAppShell.xul, line 133 -- <spacer
class="separator_small"/>
/themes/classic/editor/mac/textEditor.css, line 25 -- .separator_small {
/themes/classic/editor/win/textEditor.css, line 25 -- .separator_small {

?
Attached patch one moreSplinter Review
Comment on attachment 59562 [details] [diff] [review]
one more

sr=hewitt
Attachment #59562 - Flags: superreview+
second patch checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Verified the patch
Status: RESOLVED → VERIFIED
Product: Core → SeaMonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: