Open
Bug 299192
Opened 20 years ago
Updated 2 years ago
can we rework the quotes in: Error: Unexpected end of file while searching for '';' or '}' to end declaration'.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
NEW
mozilla1.8beta3
People
(Reporter: timeless, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
asa
:
approval1.8b3+
|
Details | Diff | Splinter Review |
Error: Unexpected end of file while searching for '';' or '}' to end declaration'. Unexpected end of file while searching for 'closing } of declaration block'. Source File: http://c3expo.com/css/style.css Line: 154 I think it might be sufficient to change the thing that inlines "';' or '}' to end declaration" to not wrap that text in single quotes at all. e.g.: Error: Unexpected end of file while searching for ';' or '}' to end declaration. Unexpected end of file while searching for closing } of declaration block.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Yeah, I don't think this was intended.
Attachment #187728 -
Flags: superreview?(bzbarsky)
Attachment #187728 -
Flags: review?(bzbarsky)
Target Milestone: --- → mozilla1.8beta3
Updated•20 years ago
|
Attachment #187728 -
Flags: superreview?(bzbarsky)
Attachment #187728 -
Flags: superreview+
Attachment #187728 -
Flags: review?(bzbarsky)
Attachment #187728 -
Flags: review+
Comment on attachment 187728 [details] [diff] [review] patch Trivial string change to make the error messages make sense.
Attachment #187728 -
Flags: approval1.8b3?
Updated•20 years ago
|
Attachment #187728 -
Flags: approval1.8b3? → approval1.8b3+
Fix checked in to trunk, 2005-06-30 21:18 -0700. I should look into seeing if localizers need to be prodded about this. I probably should have changed the name of the string.
Assignee: dbaron → nobody
QA Contact: ian → style-system
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•