Options:
- # Session Start: Thu Feb 24 00:00:00 2011
- # Session Ident: #css
- # [00:07] * Joins: myakura (myakura@122.18.175.221)
- # [00:10] * Quits: arronei (arronei@131.107.0.98) (Quit: arronei)
- # [00:13] * Joins: homata_ (homata_@58.158.182.50)
- # [00:19] * Joins: arronei (arronei@131.107.0.118)
- # [00:23] * Quits: ZeoGen (zeogen@70.165.16.5) (Quit: ZeoGen)
- # [00:26] * Quits: homata__ (homata@58.158.182.50) (Ping timeout)
- # [00:32] * Quits: TabAtkins_ (tabatkins@216.239.45.4) (Ping timeout)
- # [00:34] * Quits: myakura (myakura@122.18.175.221) (Client exited)
- # [01:03] * Joins: TabAtkins_ (tabatkins@216.239.45.4)
- # [01:12] * Quits: kennyluck (kennyluck@128.30.52.169) (Quit: kennyluck)
- # [01:33] * Quits: TabAtkins_ (tabatkins@216.239.45.4) (Ping timeout)
- # [01:35] <TabAtkins> fantasai: Thanks for finally giving a name to logical width and height! I'm still struggling to figure out exactly what order to compute things in flexbox, but at least it's easier to talk about now.
- # [01:43] * Joins: hober (ted@174.143.153.77)
- # [01:46] * Joins: kennyluck (kennyluck@128.30.52.169)
- # [01:50] <TabAtkins> fantasai: I'd like to chat with you about horizontal vs vertical layout. I'm wondering how much I can lean on Writing Modes defining how parallel and orthogonal flows work in the definition of Flexbox.
- # [01:51] <TabAtkins> Because a vertical flexbox seems to be *very* similar in behavior to a block of vertical text, in that its major direction is vertical.
- # [01:52] <TabAtkins> In general, the metaphor for flexbox layout is that the flexbox is a line and the flexbox items are words. This seems amenable to attack with the same tools that are used for vertical text.
- # [01:55] <kennyluck> wow... this is very interesting
- # [02:56] * Quits: dsinger (dsinger@17.197.32.11) (Quit: dsinger)
- # [03:14] * Joins: dsinger (dsinger@66.109.106.217)
- # [03:15] * Quits: dsinger (dsinger@66.109.106.217) (Quit: dsinger)
- # [03:41] * Joins: jdaggett (jdaggett@202.221.217.73)
- # [03:43] * Quits: kennyluck (kennyluck@128.30.52.169) (Quit: kennyluck)
- # [04:02] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:35] * Joins: homata (homata@58.158.182.50)
- # [05:13] * Joins: kennyluck (kennyluck@128.30.52.169)
- # [06:15] * Quits: homata (homata@58.158.182.50) (Ping timeout)
- # [08:28] * Joins: karlushi (karlcow@128.30.54.58)
- # [08:33] * Quits: karlushi (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [09:16] * Joins: anne (annevk@83.85.115.123)
- # [09:44] * Joins: karl (karlcow@128.30.54.58)
- # [10:14] * Quits: karl (karlcow@128.30.54.58) (Quit: Freedom - to walk free and own no superior.)
- # [10:14] * Joins: karl (karlcow@128.30.54.58)
- # [10:45] * Joins: r12a (rishida@128.30.52.169)
- # [10:50] * Quits: homata_ (homata_@58.158.182.50) (Client exited)
- # [10:53] * Joins: homata_ (homata_@58.158.182.50)
- # [11:14] * Joins: myakura (myakura@122.18.175.221)
- # [12:01] * Joins: Martijnc (Martijnc@91.176.16.240)
- # [12:12] * Quits: Martijnc (Martijnc@91.176.16.240) (Quit: Martijnc)
- # [12:12] * Joins: Martijnc (Martijnc@91.176.16.240)
- # [13:43] * Quits: karl (karlcow@128.30.54.58) (Ping timeout)
- # [14:26] * RRSAgent excuses himself; his presence no longer seems to be needed
- # [14:26] * Parts: RRSAgent (rrs-loggee@128.30.52.169)
- # [15:29] * r12a is now known as r12a-bbl
- # [15:39] * Joins: miketaylr (miketaylr@206.217.92.186)
- # [16:06] * Joins: karl (karlcow@128.30.54.58)
- # [16:36] * Quits: myakura (myakura@122.18.175.221) (Client exited)
- # [16:52] * r12a-bbl is now known as r12a
- # [17:24] * Joins: szilles (chatzilla@128.31.33.121)
- # [18:09] * Joins: dsinger (dsinger@17.197.32.11)
- # [18:17] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [18:56] * Quits: anne (annevk@83.85.115.123) (Quit: anne)
- # [18:59] * Quits: dsinger (dsinger@17.197.32.11) (Quit: dsinger)
- # [19:19] * Joins: gladdrake (d570ff14@207.192.75.252)
- # [19:19] <gladdrake> hi
- # [20:08] * Quits: gladdrake (d570ff14@207.192.75.252) (Quit: http://www.mibbit.com ajax IRC Client)
- # [21:33] * Quits: szilles (chatzilla@128.31.33.121) (Ping timeout)
- # [21:33] * Quits: Martijnc (Martijnc@91.176.16.240) (Ping timeout)
- # [22:46] <TabAtkins> fantasai: Ping regarding orthogonal flows (see comments from yesterday).
- # [22:48] <TabAtkins> Specific question - take a horizontal flexbox where each flexbox item is filled with vertical text. Is there a smart way to talk about the preferred height of the items? I don't really want to make this case just grow to enormous lengths when the flexbox has auto height.
- # [22:48] <TabAtkins> The analogous case is a vertical flexbox where the children are horizontal, which has the same problem. Hrm.
- # [22:56] <TabAtkins> Looks like Moz and Webkit both treat block flexboxes as, well, blocks. Their width is automatically calculated as 'stretch'.
- # [22:57] <TabAtkins> And then inline flexboxes are fit-content.
- # [23:05] * Quits: miketaylr (miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:21] <TabAtkins> Never mind, sending email.
- # [23:33] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # Session Close: Fri Feb 25 00:00:00 2011
The end :)