Closed Bug 245814 Opened 20 years ago Closed 20 years ago

blockquote syntax error - mail/base/skin/messageQuotes.css

Categories

(Thunderbird :: Mail Window Front End, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird0.7

People

(Reporter: mozbugs, Assigned: mscott)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040606 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040606 Firefox/0.8.0+


CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageBody.css
:55.6): Unknown namespace prefix 'html'.  Selector expected.  Ruleset ignored
due to bad selector.
CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
:59.17): Expected identifier for pseudo-class or pseudo-element but found ' '. 
Expected ',' or '{' but found 'medium'.  Ruleset ignored due to bad selector.


missing semicolon:

blockquote[type=cite] blockquote blockquote blockquote blockquote blockquote
blockquote blockquote
  border-right: medium double #00eecc !important;
  border-left: medium double #00eecc !important;
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Patch for aviary branch to add missing curly brace
(In reply to comment #0)
> User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040606 Firefox/0.8.0+
> Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040606 Firefox/0.8.0+
> 
> 
> CSS Error
> (jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageBody.css
> :55.6): Unknown namespace prefix 'html'.  Selector expected.  Ruleset ignored
> due to bad selector.
> CSS Error
> (jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
> :59.17): Expected identifier for pseudo-class or pseudo-element but found ' '. 
> Expected ',' or '{' but found 'medium'.  Ruleset ignored due to bad selector.
> 
> 
> missing semicolon:

I meant "missing curly brace", of course (duh)
*sigh* I pasted the wrong debug output lines too. More caffeine required.

CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
:59.17): Expected identifier for pseudo-class or pseudo-element but found ' '. 
Expected ',' or '{' but found 'medium'.  Ruleset ignored due to bad selector.
CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
:62.0): Unexpected end of file while searching for closing } of invalid rule set.
fixed trunk and branch. Thanks for the patch!
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird0.7
Attachment #150213 - Flags: review?(mscott)
Attachment #150213 - Flags: review?(mscott)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: