Closed
Bug 2019
Opened 26 years ago
Closed 26 years ago
CSS Parser tripped up by at-rule within block
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
INVALID
People
(Reporter: dbaron, Assigned: peterl-retired)
References
()
Details
The following CSS code in the above URL should yield a green <P
CLASS="twentytwo">. The parser chokes on the unknown at rule. It should
simply ignore the *contents* of the unknown at-rule and make the paragraph
green:
P.twentytwo { @threedee {rotation-code: '}';} color: green; }
(It does pass the other quote tests.)
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 1•26 years ago
|
||
Actually, at rules cannot come within *declaration* blocks. Therefore the test
itself is incorrect. (This was noted on www-style yesterday.) Hopefully it
will be fixed soon.
NGLayout's behavior is correct. I am marking the bug as invalid.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Marked as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•