Closed Bug 84565 Opened 23 years ago Closed 23 years ago

@invalid rule doesn't cause @import to be dropped

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: ian, Assigned: pierre)

References

()

Details

(Keywords: css1, regression, testcase)

STEPS TO REPRODUCE
   @invalid rule;
   @import "stylesheet";

ACTUAL RESULTS
   Stylesheet imported.

EXPECTED RESULTS
   The @import; rule should be dropped since it is in an invalid position. The 
   CSSOM should treat it as an unknown rule.
OS: Windows 2000 → Linux
Whiteboard: [Hixie-P2]
After speaking with dbaron and studying the spec, we have come to the conclusion
that this bug is invalid.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Summary: @invalid rule; doesn't cause @import to be dropped → @invalid rule doesn't cause @import to be dropped
Whiteboard: [Hixie-P2]
<dbaron> VERIFIED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.