OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 .failure { | 4 .failure { |
5 background: red; | 5 background: red; |
6 border: 0px solid black; | 6 border: 0px solid black; |
7 height: 16px; | 7 height: 16px; |
8 width: 16px; | 8 width: 16px; |
9 } | 9 } |
10 </style> | 10 </style> |
11 </head> | 11 </head> |
12 <body style="margin: 0px;"> | 12 <body style="margin: 0px;"> |
13 <div class="failure"> | 13 <div class="failure"> |
14 <!-- This icon has two entries, a 16-color one (first) and a 256-color one | 14 <!-- This icon has two entries, a 16-color one (first) and a 256-color one |
15 (second). The 256-color entry has both its bit count and its color count | 15 (second). The 256-color entry has both its bit count and its color count |
16 set to 0 in the directory; the decoder should consider the 0 color count | 16 set to 0 in the directory; the decoder should consider the 0 color count |
17 to mean 256 and prefer this entry over the 16-color one, rather than | 17 to mean 256 and prefer this entry over the 16-color one, rather than |
18 treating it as 0 and decoding the 16-color entry. --> | 18 treating it as 0 and decoding the 16-color entry. --> |
19 <img src="resources/0colors.ico"> | 19 <img src="resources/0colors.ico"> |
20 </div> | 20 </div> |
21 </body> | 21 </body> |
22 </html> | 22 </html> |
OLD | NEW |