00:01:27 -!- zzo38 has quit (Remote host closed the connection). 00:10:32 -!- doesthiswork has joined. 00:26:31 i have a hunch our wiki's rectwrap class is no longer working for IE11 :( 00:27:44 (by which i mean, i tried to fix lucasieks' edit to use it, it didn't look good, which made me look at the other places i knew it was used, and it no longer looked good there either.) 00:28:20 which isn't really surprising since it depends on IE having a parser difference. 00:29:43 oerjan: WHAT DID THEY DO 00:29:54 quintopia: who 00:29:57 WE NEED BETTER RESETS 00:30:01 oerjan: MS 00:30:19 i have a friend who does the product testing on IE 00:30:31 LET'S GET TO THE BOTTOM OF THIS 00:30:49 * kmc watches Mr. van Doom's talk about esolangs 00:30:55 :O 00:31:15 quintopia: i may be guessing that they fixed the parsing to be compliant with everyone else, _without_ fixing the thing that makes the usual style setting for making every other browser wrap things rectangularly break on IE 00:31:46 and the parser hack is necessary because the thing that makes it work for IE, makes firefox break instead. 00:32:32 quintopia: btw this is our hack .rectwrap { word-wrap: break-word; white-space: pre-wrap; white-space: pre\9 } 00:32:33 Taneb: can you relink that i'll watch it too 00:32:58 https://www.youtube.com/watch?v=G7FGKQu70TU 00:33:14 the \9 makes either IE ignore that option or everyone else, i don't quite remember. 00:33:27 (or did in IE <= 9) 00:34:22 $ screen -r 00:34:22 Aborted 00:34:23 oerjan: can't we just make a bad-IE-specific css and