Closed
Bug 71637
Opened 24 years ago
Closed 23 years ago
CSS errors in chrome
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: dbaron, Assigned: shliang)
References
Details
Attachments
(4 files)
10.81 KB,
patch
|
Details | Diff | Splinter Review | |
3.88 KB,
patch
|
Details | Diff | Splinter Review | |
1.96 KB,
patch
|
andreww
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
1.67 KB,
patch
|
dbaron
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
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...
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Most of the modern css errors were fixed in the 65745 checkin.
Status: NEW → ASSIGNED
Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Mass reassigning my theme bugs to Shuehan.
Assignee: hewitt → shliang
Status: ASSIGNED → NEW
Comment 7•23 years ago
|
||
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+
Reporter | ||
Comment 9•23 years ago
|
||
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 {
?
Assignee | ||
Comment 10•23 years ago
|
||
Reporter | ||
Comment 11•23 years ago
|
||
Comment on attachment 59562 [details] [diff] [review]
one more
r=dbaron
Attachment #59562 -
Flags: review+
Comment 12•23 years ago
|
||
Comment on attachment 59562 [details] [diff] [review]
one more
sr=hewitt
Attachment #59562 -
Flags: superreview+
Assignee | ||
Comment 13•23 years ago
|
||
second patch checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•