Closed
Bug 648608
Opened 15 years ago
Closed 15 years ago
Unclosed quote in a CSS rule stops all CSS processing for that file
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kofman, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Build Identifier: 4.0b9
rule1 {
....; "
}
rule2 {}
rule3 {}
...
No rules will be processed due to errant quote. Webkit just ignores the quote.
Reproducible: Always
Comment 1•15 years ago
|
||
Our behavior is correct per the CSS spec. Webkit has a bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•