Closed
Bug 748254
Opened 14 years ago
Closed 14 years ago
A font-face descriptor ending in ',' right before the '}' makes us miss the '}'
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
See attached testcase.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #618008 -
Flags: review?(dbaron)
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bzbarsky
Whiteboard: [need review]
Comment on attachment 618008 [details] [diff] [review]
When we encounter an unexpected '}' terminating a font-face descriptor's value, correctly close the font-face rule instead of eating the rest of the stylesheet.
r=dbaron
Attachment #618008 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla15
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•