5 important
/* !important property not recognized by WebCore */;
6 height: 100% !important
;
9 color: "badcolor" ! important
/* good property with strange value */;
12 /* comment before selector */body
.main1
/* comment after selector */{/* comment */color: #F00BAA;zoo:moo
/* not an !important unrecognized property */}/* comment */
14 body
.main2
{background: green
/* value !important comment */ !important
/* no semicolon, very !important */}