OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>HTML4 media descriptor test: parsing style element media attribute, forwa
rd-compatible syntax</title> | 3 <title>HTML5 media attribute test: parsing style element media attribute, media
queries syntax</title> |
4 <link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13" /> | 4 <link rel="help" href="http://www.w3.org/TR/html5/document-metadata.html#attr-st
yle-media" /> |
5 <style type="text/css" media="*****|{}- |[|"> | 5 <style type="text/css" media="*****|{}- |[|"> |
6 p { color: green } | 6 p { color: red } |
7 </style> | 7 </style> |
8 | 8 |
9 </head> | 9 </head> |
10 <body> | 10 <body> |
11 <p> This text should be green.</p> | 11 <p> This text should not be red.</p> |
12 </body> | 12 </body> |
13 </html> | 13 </html> |
OLD | NEW |