If you have any comments to make regarding this test, e-mail ian@hixie.ch.
The semicolon (';
') is only valid once after an @-rule
with no block and actually inside blocks.
This document contains the following stylesheet:
.demo1 { color: green; }; .demo1 { color: red; }
Per the CSS grammar, the stray semicolon should be treated as part of the second selector.
Bugzilla: Bug 3102 (fixed)
Last updated in March 1999.