Document inability to convince IE to play nice

This commit is contained in:
Neale Pickett 2012-07-06 22:38:05 -06:00
parent 17122c3572
commit 6a1f89e5d1
7 changed files with 6 additions and 289 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

View File

@ -1,18 +1,13 @@
/* IE can't handle key events anyway, so screw it,
we're just keeping one copy around. */
@font-face {
font-family: 'ComunicacionDigitalMedium';
src: url('comunicacion-webfont.eot');
src: url('comunicacion-webfont.eot?#iefix') format('embedded-opentype'),
url('comunicacion-webfont.woff') format('woff'),
url('comunicacion-webfont.ttf') format('truetype'),
url('comunicacion-webfont.svg#ComunicacionDigitalMedium') format('svg');
src: url('comunicacion-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MostWaztedRegular';
src: url('mostwasted-webfont.eot');
@ -22,7 +17,6 @@
url('mostwasted-webfont.svg#MostWaztedRegular') format('svg');
font-weight: normal;
font-style: normal;
}
#scoreboard {

View File

@ -368,6 +368,8 @@ function handle(event) {
transition(newstate);
}
// I'm unable to get IE8 to ever call this on a key press.
// You guys are just going to have to use the mouse.
function key(event) {
var c = String.fromCharCode(event.which || 0);
var newstate;