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)

Other
Other
defect

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.)
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
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.
Status: RESOLVED → VERIFIED
Marked as verified.
You need to log in before you can comment on or make changes to this bug.