<html> | |
<head> | |
<title>CSS2.1 media type test: parsing simple @media css rule. Media type ,,,, should be considered as invalid syntax</title> | |
<link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13" /> | |
<style type="text/css"> | |
p { color: green } | |
@media ,,,,, { p { color: red } } | |
</style> | |
</head> | |
<body> | |
</body> | |
<p> This text should be green. </p> | |
</html> |