/* A semicolon at the top level of a @media block should not cause the
whole @media block to be invalidated; in particular, valid rules
either before or after it should not be discarded. */
@media screen {
#a { background-color: green }
;
}
@media screen {
#b { background-color: green }
#c { background-color: green }
}
/* A stray close curly brace in the middle of a selector should not
be treated as a resynchronization point, however. */
#d { background-color: green }
badselector( } #d { background-color:red } ) {}
#e { background-color:green }
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.