Options:
- # Session Start: Thu Sep 29 00:07:22 2011
- # Session Ident: #css
- # [00:07] * Disconnected
- # [00:08] * Attempting to rejoin channel #css
- # [00:08] * Rejoined channel #css
- # [00:08] * Topic is 'cool synchronized swimming'
- # [00:08] * Set by dsinger_ on Wed Sep 14 17:58:01
- # [00:09] * Quits: krijnh (krijnhoetm@145.53.238.157) (Ping timeout)
- # [00:59] <dbaron> so we had all those discussions about the definition of blur radius a year or so ago
- # [01:00] <dbaron> there hasn't been a rush to implement them (I did... haven't checked if IE did)
- # [01:00] <dbaron> so I finally got around to writing a test:
- # [01:00] <dbaron> http://test.csswg.org/source/contributors/mozilla/submitted/css3-background/box-shadow/box-shadow-blur-definition-001.xht
- # [01:01] <fantasai> cool
- # [01:03] <dbaron> just tweaked the wording
- # [01:07] <dbaron> hmmm, the previous version link in the editor's draft of css3-background is actually 2 versions back
- # [01:11] <fantasai> probably forgot to update it after the publication
- # [01:12] <fantasai> fixed
- # [01:16] <fantasai> stearns: You should post that question to www-style: what should happen when column-count: 2 and display: flexbox are set on the same element?
- # [01:17] <fantasai> stearns: I think it's a fair question, and probably should be equivalent to placing a flexbox inside a multicol element, except the box edges coincide
- # [01:18] <stearns> fantasai: it's answered in the spec - column-count computes to its initial value
- # [01:18] <fantasai> stearns: hm, in that case I'll want to file an issue on that.
- # [01:18] <stearns> :)
- # [01:19] <fantasai> stearns: I generally don't like it when one property overrides another unconditionally :)
- # [01:19] <stearns> http://dev.w3.org/csswg/css3-flexbox/#display-flexbox
- # [01:19] <fantasai> stearns: Sometimes it's unavoidable
- # [01:19] <fantasai> stearns: But in this case... I think you'd have to implement the functionality anyway, if you implement both modules
- # [01:22] <stearns> fantasai: perhaps CSS3-flexbox could omit some things, but a CSS4-flexbox could address them?
- # [01:23] <fantasai> stearns: Generally, you can't change anything between levels
- # [01:23] <fantasai> stearns: you can add new functionality
- # [01:24] <fantasai> stearns: but you can't change existing behavior
- # [01:24] <stearns> fantasai: ah, ok
- # [01:42] <fantasai> stearns: That's why we call the Levels and not Versions :)
- # [01:44] <stearns> fantasai: so what's the mechanism for punt now, deal with it later? Say that flexbox and column interaction is undefined for now?
- # [01:47] <fantasai> stearns: Yes.
- # [01:48] <fantasai> stearns: But I don't think we can punt on something that major
- # [01:48] <stearns> fantasai: I'd rather have columns work, but I'm assuming it was an attempt to reduce complexity
- # [01:48] <fantasai> stearns: Yeah, probably.
- # [01:48] <stearns> fantasai: and I'm also assuming there's a good reason to omit floats
- # [01:49] <fantasai> stearns: If you have use cases for flexbox and multi-col, I'd love to hear about them, just to understand the situation better :)
- # [01:49] <fantasai> stearns: wrt floats .... that's an easy one to answer :)
- # [01:49] <fantasai> stearns: A flexbox creates a BFC, which means that no floats outside it can intrude into it
- # [01:50] <fantasai> stearns: There was a decision that flexbox items can't float within the flexbox (which I agree with, it'd be crazy if they could)
- # [01:50] <stearns> fantasai: yeah, that makes sense
- # [01:50] <fantasai> stearns: So at that point neither floats nor clears can have any effect within the flexbox
- # [01:51] <stearns> fantasai: on columns, if you're using flexbox to lay out a web app UI, I can see ignoring multicol
- # [01:51] <fantasai> stearns: Flexbox items are also BFCs, and if they contain block layout, then there can be floats inside them; but those floats can't affect anything outside
- # [01:52] <stearns> fantasai: but if you're using flexbox to lay out a content page, then I could see wanting to use multicol
- # [01:52] <fantasai> stearns: got a more specific example?
- # [01:52] <stearns> fantasai: but perhaps you'd just add a multicol child to the flexbox child
- # [01:53] <fantasai> not that I disagree we should investigate this, but I'm having a hard time imagining what to use it for
- # [01:53] <fantasai> though I suspect it would be useful
- # [01:54] <stearns> fantasai: let me think a bit - I'll post to www-style if I come up with something
- # [01:54] <fantasai> cool
- # [02:16] * Joins: miketaylr (miketaylr@24.42.93.245)
- # Session Close: Thu Sep 29 02:21:54 2011
- #
- # Session Start: Thu Sep 29 02:21:54 2011
- # Session Ident: #css
- # [02:21] * Disconnected
- # [02:22] * Attempting to rejoin channel #css
- # [02:22] * Rejoined channel #css
- # [02:22] * Topic is 'cool synchronized swimming'
- # [02:22] * Set by dsinger_ on Wed Sep 14 17:58:01
- # [02:23] * Quits: krijnhuman (krijnhoetm@145.53.238.157) (Ping timeout)
- # [03:14] * Quits: stearns (anonymous@192.150.22.5) (Ping timeout)
- # [03:18] <fantasai> hober: What's with the descendant selectors in https://github.com/hober/mothereffingquotestyles/blob/master/quote-styles.css ?
- # Session Close: Thu Sep 29 03:28:10 2011
- #
- # Session Start: Thu Sep 29 03:28:10 2011
- # Session Ident: #css
- # [03:28] * Disconnected
- # [03:29] * Attempting to rejoin channel #css
- # [03:29] * Rejoined channel #css
- # [03:29] * Topic is 'cool synchronized swimming'
- # [03:29] * Set by dsinger_ on Wed Sep 14 17:58:01
- # [03:30] * Quits: krijnh (krijnhoetm@145.53.238.157) (Ping timeout)
- # [03:53] * Joins: stearns (anonymous@50.132.9.217)
- # [03:58] * Quits: dbaron (dbaron@173.228.28.227) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # Session Close: Thu Sep 29 04:18:29 2011
- #
- # Session Start: Thu Sep 29 04:18:29 2011
- # Session Ident: #css
- # [04:18] * Disconnected
- # [04:20] * Attempting to rejoin channel #css
- # [04:20] * Rejoined channel #css
- # [04:20] * Topic is 'cool synchronized swimming'
- # [04:20] * Set by dsinger_ on Wed Sep 14 17:58:01
- # [04:27] * Joins: Florian (Florian@58.1.224.28)
- # [05:05] * Quits: szilles (chatzilla@24.6.120.172) (Ping timeout)
- # [05:12] * Joins: alexmog (alexmog@24.16.133.35)
- # [05:12] * Joins: szilles (chatzilla@24.6.120.172)
- # [05:31] * Joins: homata (homata@58.158.182.50)
- # [05:53] * Quits: miketaylr (miketaylr@24.42.93.245) (Quit: miketaylr)
- # [05:59] * Joins: jdaggett_ (jdaggett@202.221.217.73)
- # [06:00] * Quits: jdaggett (jdaggett@202.221.217.73) (Ping timeout)
- # [06:00] * jdaggett_ is now known as jdaggett
- # [06:10] * Joins: homata_ (homata@58.158.182.50)
- # [06:11] * Quits: homata (homata@58.158.182.50) (Ping timeout)
- # [07:28] * Quits: hober (ted@173.255.247.253) (Client exited)
- # [07:29] * Quits: CSSWG_LogBot (PircBot@173.230.149.95) (Ping timeout)
- # [07:29] * Joins: hober (ted@173.255.247.253)
- # [07:31] * Joins: CSSWG_LogBot (PircBot@173.230.149.95)
- # [08:28] * Quits: stearns (anonymous@50.132.9.217) (Quit: stearns)
- # [08:47] * Quits: szilles (chatzilla@24.6.120.172) (Ping timeout)
- # [08:53] * Joins: szilles (chatzilla@24.6.120.172)
- # [09:21] * Quits: szilles (chatzilla@24.6.120.172) (Ping timeout)
- # [09:30] * Quits: nimbupani (Adium@24.18.47.160) (Quit: Leaving.)
- # [10:28] * Quits: jdaggett (jdaggett@202.221.217.73) (Quit: jdaggett)
- # [11:19] * Quits: Florian (Florian@58.1.224.28) (Quit: Leaving.)
- # [11:35] * Quits: lhnz (lhnz@188.223.83.48) (Ping timeout)
- # [11:41] * Joins: myakura (myakura@203.136.181.177)
- # [11:46] * Joins: lhnz (lhnz@188.223.83.48)
- # [11:49] * Quits: lhnz (lhnz@188.223.83.48) (Ping timeout)
- # [11:50] * Quits: homata_ (homata@58.158.182.50) (Quit: Leaving...)
- # [11:51] * Joins: lhnz (lhnz@188.223.83.48)
- # [12:03] * Quits: myakura (myakura@203.136.181.177) (Client exited)
- # [12:25] * Quits: alexmog (alexmog@24.16.133.35) (Ping timeout)
- # [12:48] * Joins: myakura (myakura@203.136.181.177)
- # [14:34] * Joins: jdaggett (jdaggett@118.243.230.56)
- # [14:58] * Joins: anne (annevk@213.236.208.22)
- # [15:08] * Quits: jdaggett (jdaggett@118.243.230.56) (Quit: jdaggett)
- # [15:08] * Joins: ChrisL (ChrisL@128.30.52.169)
- # [15:26] * Joins: nimbupani (Adium@24.18.47.160)
- # [15:29] * Joins: stearns (anonymous@50.132.9.217)
- # [16:27] * Quits: ed (ed@88.131.66.80) (Ping timeout)
- # [16:31] * Joins: ed (ed@88.131.66.80)
- # [17:36] * Quits: ChrisL (ChrisL@128.30.52.169) (Quit: Fire on main board error, client combusted)
- # [17:40] * Joins: arno (arno@192.150.10.200)
- # [17:54] * Quits: trackbot (trackbot@128.30.52.169) (Connection reset by peer)
- # [18:22] * Joins: trackbot (trackbot@128.30.52.169)
- # [18:44] * Quits: karl (karlcow@128.30.54.58) (Quit: Freedom - to walk free and own no superior.)
- # [18:45] * Joins: dbaron (dbaron@173.228.28.227)
- # [18:54] * Joins: szilles (chatzilla@24.6.120.172)
- # [18:56] * Joins: miketaylr (miketaylr@24.42.93.245)
- # [18:57] * Quits: stearns (anonymous@50.132.9.217) (Quit: stearns)
- # [19:02] * Joins: arronei_ (arronei@131.107.0.116)
- # [19:02] * Quits: arronei (arronei@131.107.0.78) (Ping timeout)
- # [19:23] * Quits: anne (annevk@213.236.208.22) (Quit: anne)
- # [19:29] * Joins: stearns (anonymous@192.150.22.5)
- # [19:32] * Quits: miketaylr (miketaylr@24.42.93.245) (Quit: miketaylr)
- # [19:42] * Quits: myakura (myakura@203.136.181.177) (Client exited)
- # [20:36] * Quits: szilles (chatzilla@24.6.120.172) (Ping timeout)
- # [20:43] * Joins: miketaylr (miketaylr@24.42.93.245)
- # [21:01] * Quits: dbaron (dbaron@173.228.28.227) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:11] * Quits: hober (ted@173.255.247.253) (Client exited)
- # [21:11] * Joins: hober (ted@173.255.247.253)
- # [21:21] * Joins: dbaron (dbaron@63.245.220.240)
- # [21:46] * Quits: miketaylr (miketaylr@24.42.93.245) (Quit: miketaylr)
- # [21:59] * Quits: CSSWG_LogBot (PircBot@173.230.149.95) (Ping timeout)
- # [21:59] * Quits: hober (ted@173.255.247.253) (Ping timeout)
- # [22:05] * Joins: CSSWG_LogBot (PircBot@173.230.149.95)
- # [22:11] * Quits: CSSWG_LogBot (PircBot@173.230.149.95) (Ping timeout)
- # [22:12] * Joins: ChrisL (ChrisL@128.30.52.169)
- # [22:13] * Joins: CSSWG_LogBot (PircBot@173.230.149.95)
- # [22:15] * Joins: alexmog (alexmog@24.16.133.35)
- # [22:46] * Joins: karl (karlcow@128.30.54.58)
- # [23:13] * Quits: alexmog (alexmog@24.16.133.35) (Ping timeout)
- # [23:20] <fantasai> Hey Bert, how come Selectors 3 was left out of the Previous Versions field in Selectors 4?
- # [23:20] <Bert> Because pubrules required it.
- # [23:21] <Bert> It is either a new draft of a Selectors3 or first draft of Selectors4, but in the latter case it must have empty Previous Version.
- # [23:22] <Bert> It's also part of the RDF vocabulary used to describe the relation between specs.
- # [23:31] <fantasai> I see
- # [23:34] <Bert> We'll need one or more blog posts about the three specs of today, don't we? Who will write it/them?
- # [23:50] <fantasai> I suppose I can do that, since I'm editing all three of them. :)
- # Session Close: Fri Sep 30 00:00:00 2011
The end :)