Options:
- # Session Start: Sat May 28 00:00:00 2011
- # Session Ident: #css
- # [00:03] * Joins: nimbupani (Adium@24.18.47.160)
- # [00:03] * Parts: nimbupani (Adium@24.18.47.160)
- # [00:15] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [01:02] * Joins: dbaron (dbaron@63.245.220.240)
- # [01:21] * Quits: arno (arno@192.150.10.201) (Quit: Leaving.)
- # [02:04] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
- # [02:06] * Joins: dbaron (dbaron@63.245.220.240)
- # [03:06] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:25] * Quits: TabAtkins (tabatkins@216.239.45.4) (Quit: leaving)
- # [03:26] * Joins: nimbupani (Adium@24.18.47.160)
- # [03:26] * Parts: nimbupani (Adium@24.18.47.160)
- # [04:46] * Joins: dbaron (dbaron@173.228.28.227)
- # [07:49] * Quits: dbaron (dbaron@173.228.28.227) (Ping timeout)
- # [08:33] * Joins: arronei (arronei@131.107.0.71)
- # [08:41] * Joins: arronei_ (arron.eich@131.107.0.102)
- # [08:45] * Quits: arronei (arronei@131.107.0.71) (Quit: arronei)
- # [08:46] * Quits: arronei_ (arron.eich@131.107.0.102) (Quit: arronei_)
- # [08:46] * Joins: arronei (arron.eich@131.107.0.102)
- # [08:50] * Quits: arronei (arron.eich@131.107.0.102) (Quit: arronei)
- # [08:52] * Joins: arronei (arron.eich@131.107.0.118)
- # [09:11] * Joins: Ms2ger (Ms2ger@91.181.131.186)
- # [11:49] * Quits: arronei (arron.eich@131.107.0.118) (Quit: arronei)
- # [11:59] * Joins: arronei (arron.eich@131.107.0.106)
- # [15:11] * Joins: brorsan (55e4f90e@64.62.228.82)
- # [15:12] * Parts: brorsan (55e4f90e@64.62.228.82)
- # [15:35] * Joins: dbaron (dbaron@173.228.28.227)
- # [15:35] * Quits: dbaron (dbaron@173.228.28.227) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [16:38] * Joins: nimbupani (Adium@24.18.47.160)
- # [16:38] * Parts: nimbupani (Adium@24.18.47.160)
- # [17:59] * Joins: nimbupani (Adium@24.18.47.160)
- # [17:59] * Parts: nimbupani (Adium@24.18.47.160)
- # [19:14] <konaya> Well, that's annoying...
- # [19:15] <Ms2ger> Who is?
- # [19:16] <konaya> More a "what" than a "who".
- # [19:16] <konaya> HTML5 won't honour negative values for margin-top. The same document declared as HTML4.01 does.
- # [19:17] <konaya> At least in this browser (Firefox 4)
- # [19:17] <Ms2ger> HTML4 Transitional?
- # [19:17] <konaya> Yup
- # [19:17] <gsnedders> konaya: That's in quirks mode.
- # [19:17] <konaya> Quirks mode?
- # [19:18] <Ms2ger> https://developer.mozilla.org/en/Mozilla%27s_Quirks_Mode
- # [19:18] <Ms2ger> (though it's not particular to Mozilla)
- # [19:18] <konaya> Hm.
- # [19:19] <konaya> So, does that mean that negative values for margin shouldn't really be honoured according to standard?
- # [19:20] <Ms2ger> It would be easier to say that with a test page
- # [19:20] <konaya> Ah, alright. Stand by :(
- # [19:20] <konaya> *:)
- # [19:24] <konaya> http://share.sandslott.org/pub/stuffs/test.html
- # [19:25] <konaya> And http://share.sandslott.org/pub/stuffs/style.css
- # [19:25] <konaya> Oh, wait, http://share.sandslott.org/pub/stuffs/style2.css
- # [19:27] <konaya> Basically, I just want to vertically center the div "horizon". If there is a better way to do it, I'll gladly do that.
- # [19:28] <Ms2ger> Try adding html, body { height: 100%; }
- # [19:28] <konaya> Alright, I'll try
- # [19:29] <Ms2ger> And if that doesn't work, ask gsnedders :)
- # [19:29] <konaya> It worked! :)
- # [19:29] <konaya> Thanks! How come it did, though?
- # [19:30] <konaya> Specifying html and body to 100% height feels kinda... Odd.
- # [19:31] <gsnedders> Ms2ger: Ask me? I'm a JS engine QA!
- # [19:31] <gsnedders> Ms2ger: Don't think I know CSS just because I'm in the WG :)
- # [19:32] <konaya> ^^
- # [19:32] <Ms2ger> gsnedders, hey, I'm a DOM spec monkey, and I'm not even in the WG :)
- # [19:33] <konaya> How I only have to find a way to make it standards-compliant _and_ non-functional in IE and my day is perfect.
- # [19:33] <konaya> *Now
- # [19:35] <konaya> Nah, just kidding. Even though it wouldn't really matter; the kind of people who would use IE wouldn't visit my page. Anyways, thanks for the help!
- # [19:36] <Ms2ger> Np
- # [19:44] <gsnedders> Ms2ger: I'm in the WG, FWIW, because I work on our automated testing system, pretty much.
- # [19:45] <Ms2ger> That's as good a reason as any
- # [19:46] <gsnedders> (though I seem to be letting jgraham handle more and more of the specs test suite related stuff nowadays)
- # [19:49] <Ms2ger> Boo, IDB
- # [20:52] * Quits: konaya (konaya@83.251.16.72) (Ping timeout)
- # [20:54] * Joins: konaya (konaya@83.251.16.72)
- # [21:42] * Quits: Ms2ger (Ms2ger@91.181.131.186) (Quit: nn)
- # [21:46] * Quits: konaya (konaya@83.251.16.72) (Ping timeout)
- # [21:47] * Joins: konaya (konaya@83.251.16.72)
- # [21:52] * Quits: konaya (konaya@83.251.16.72) (Ping timeout)
- # [21:56] * Joins: nimbupani (Adium@24.18.47.160)
- # [21:56] * Parts: nimbupani (Adium@24.18.47.160)
- # [22:08] * Joins: konaya (konaya@83.251.16.72)
- # [22:22] * Quits: konaya (konaya@83.251.16.72) (Ping timeout)
- # [22:25] * Joins: konaya (konaya@83.251.16.72)
- # [22:30] * Quits: konaya (konaya@83.251.16.72) (Ping timeout)
- # [22:34] * Joins: konaya (konaya@83.251.16.72)
- # [22:41] * Quits: konaya (konaya@83.251.16.72) (Ping timeout)
- # [22:41] * Joins: konaya (konaya@83.251.16.72)
- # Session Close: Sun May 29 00:00:00 2011
The end :)