Options:
Previous day, Next day
- # Session Start: Tue Jan 13 00:00:00 2015
- # Session Ident: #css
- # [00:00] * Joins: dauwhe_ (~dauwhe@public.cloak)
- # [00:00] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [00:01] * Joins: shans_ (~shans@public.cloak)
- # [00:01] * Joins: shane (~uid61558@public.cloak)
- # [00:02] * Quits: shans_ (~shans@public.cloak) (Client closed connection)
- # [00:02] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [00:06] * Joins: shans_ (~shans@public.cloak)
- # [00:08] * Joins: jcraig (~jcraig@public.cloak)
- # [00:10] <TabAtkins> Whoever has control over the moderation queue, there's a further email about ethiopian list numbering that needs to be approved.
- # [00:10] <TabAtkins> Bert: ^^^
- # [00:16] * Quits: shans_ (~shans@public.cloak) (Ping timeout: 180 seconds)
- # [00:27] * Joins: jdaggett (~jdaggett@public.cloak)
- # [00:35] * Joins: jcraig_ (~jcraig@public.cloak)
- # [00:38] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [00:38] * jcraig_ is now known as jcraig
- # [00:42] * Joins: jdaggett_ (~jdaggett@public.cloak)
- # [00:45] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [00:47] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [00:47] * jdaggett_ is now known as jdaggett
- # [00:48] * Joins: gregwhitworth (~gregwhitworth@public.cloak)
- # [00:49] <gregwhitworth> TabAtkins: We mine as well discuss this here than on www-style for the next hour
- # [00:49] * shepazu is now known as shepazu_away
- # [00:49] <gregwhitworth> I read "The narrowest inline-size a box could take that doesn’t lead to inline-dimension overflow"
- # [00:49] <gregwhitworth> this to say that find the smallest the box can be
- # [00:49] <gregwhitworth> which in the example provided is the word "programmer"
- # [00:50] <gregwhitworth> so the width of the image is calculated from that
- # [00:50] <TabAtkins> Again, I don't know how you're calculating that. Why aren't you including the image in the set of things that can affect the min-content size?
- # [00:51] <gregwhitworth> That is what I said in my email, that I would prefer to include the image
- # [00:51] <TabAtkins> There's nothing in the cited text that says "(only pay attention to text, not images)".
- # [00:51] <gregwhitworth> I agree
- # [00:51] <gregwhitworth> we're on the same page
- # [00:51] <TabAtkins> Well then Chrome isn't the most standards-compliant one. ^_^
- # [00:51] <gregwhitworth> I initially thought that
- # [00:51] <gregwhitworth> but this is indeed the most Narrow it can be
- # [00:51] <gregwhitworth> is it not?
- # [00:52] <TabAtkins> It's impossible to tell! Because we don't know how wide the image should be!
- # [00:52] <TabAtkins> The answer to the question is "mu" right now.
- # [00:53] <gregwhitworth> I don't know what "mu" means
- # [00:55] <TabAtkins> It's the non-answer.
- # [00:55] <TabAtkins> Very zen. ^_^
- # [00:55] * shepazu_away is now known as shepazu
- # [00:55] <gregwhitworth> I think that images should be considered content and contribute to the max of the container
- # [00:56] <TabAtkins> Yes. Now: how?
- # [00:56] <TabAtkins> The spec doesn't define how, which is why the answer is "mu".
- # [00:56] <TabAtkins> Or "undefined", if you prefer.
- # [00:57] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [00:57] <gregwhitworth> How Gecko is doing it - get it's width and use that as the width if it is larger than your current max (currently the longest word)
- # [00:57] <TabAtkins> Yes, that's *a possible* answer that we can put in the spec. Note that my response to you was questioning where in the spec you were seeing text that would let you claim Chrome was being compliant.
- # [00:59] <TabAtkins> Though I don't think we want that to be the answer, btw. If you set "width: 50px" or "max-width: 50px" on the element, I don't think we want min-content on a parent to instead grab 320px from the intrinsic size.
- # [00:59] <TabAtkins> That would end up looking ridiculous.
- # [00:59] <gregwhitworth> Seeing min-content block-size I assumed (and maybe incorrectly) that min-content inline-size meant that you wanted truly the most narrow you could get which is what Chrome does
- # [01:00] <TabAtkins> Don't assume. There's no text defining "most narrow". You're inventing behavior there, which is confusing me. ^_^
- # [01:01] <gregwhitworth> sounds good
- # [01:02] <TabAtkins> We have the concept of min-content contribution specifically to handle the question of "how big is this when you want it to be as narrow as possible?" for arbitrary things.
- # [01:02] <gregwhitworth> I think this is one of those situations where I can see an arguement for both.
- # [01:02] <TabAtkins> For text, this is trivial - it's the longest word.
- # [01:02] <TabAtkins> But everything else needs to actually define it. We ahven't yet done that for replaced elements, which I suspect is an accidental oversight.
- # [01:03] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [01:03] * Joins: jcraig (~jcraig@public.cloak)
- # [01:09] * Quits: thinkxl_ (~thinkxl@public.cloak) (Client closed connection)
- # [01:16] * Quits: gregwhitworth (~gregwhitworth@public.cloak) ("Page closed")
- # [01:16] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [01:17] <liam> maybe it should be the longest word of the alt text :)
- # [01:21] <TabAtkins> Nah, alt text doesn't exist. It's either a replaced element image, or it's text, depending on load status or whatever. There's no "alt" once rendering kicks in.
- # [01:29] * Joins: jcraig (~jcraig@public.cloak)
- # [01:32] <fantasai> The min-content size of a replaced element should be its size
- # [01:32] <fantasai> if that depends on its containing block then it's zero
- # [01:33] <fantasai> Well, here's what we say about it atm : file:///home/fantasai/w3c/csswg/css-sizing/Overview.html#replaced-intrinsic
- # [01:33] * fantasai sigh
- # [01:33] <fantasai> http://dev.w3.org/csswg/css-sizing#replaced-intrinsic
- # [01:35] * Joins: dbaron (~dbaron@public.cloak)
- # [01:38] <TabAtkins> fantasai: That means that <div style="width: min-content;"><img src="500px-wide-image.jpg" style="width: 100px;"></div> will make the <div> 500px wide, which is silly.
- # [01:38] <TabAtkins> Or wait, by "size", do you mean its layout size?
- # [01:38] <fantasai> TabAtkins: <div> isn't a replaced element
- # [01:38] <TabAtkins> (when definite)
- # [01:39] <TabAtkins> fantasai: Obvs. ^_^ The case we're talkinga bout is an ancestor using min-content size.
- # [01:39] <fantasai> I didn't say "intrinsic size" now did I :)
- # [01:40] <TabAtkins> So yeah, if the min-content contribution is its size when definite, and zero otherwise, I think that works correctly.
- # [01:40] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [01:40] <fantasai> The min-content size of the <img> is its intrinsic size. It's min-content contribution is whatever its size ends up as (or zero if we can't determine)
- # [01:41] <TabAtkins> Yeah.
- # [01:41] <TabAtkins> That latter part isn't in the spec yet.
- # [01:41] <TabAtkins> greg was saying he mildly preferred deferring to intrinsic size when we cant' determine.
- # [01:42] <TabAtkins> So that in the example in the thread, the image doesn't shrink to zero when there's no text.
- # [01:42] <fantasai> Right
- # [01:42] <fantasai> The min-content contribution is the intrinsic size because the min-content size is the intrinsic size
- # [01:43] <fantasai> If the intrinsic size depends on the container, though
- # [01:43] <fantasai> then it's going to be zero
- # [01:44] <TabAtkins> Yeah, I think that's necessary.
- # [01:44] * fantasai thinks
- # [01:44] <fantasai> actually, I think we defined it as 300pxx150px
- # [01:44] <fantasai> because legacy
- # [01:45] * fantasai points to the spec link
- # [01:45] * fantasai is on a very high-latency connection....
- # [01:45] <TabAtkins> We did not define that.
- # [01:45] <TabAtkins> We don't specify the min-content contribution of replaced elements at all.
- # [01:46] <fantasai> While I think that is technically true, the general principle is, if you don't have a size specified, your min-content contribution is your min-content size plus border-margin-padding
- # [01:46] <fantasai> And we do define the min-content size
- # [01:47] <TabAtkins> Sure, as the intrinsic size, which is wrong.
- # [01:47] <TabAtkins> (and is not 300x150)
- # [01:47] * fantasai watches the characters appear on the screen at a 2/s rate
- # [01:47] <TabAtkins> omg
- # [01:48] <fantasai> why is it wrong?
- # [01:48] <fantasai> s/it/the spec/
- # [01:48] <TabAtkins> Because it claims that, in the example above, the div should be 500px wide
- # [01:49] <TabAtkins> Example: <div style="width: min-content;"><img src="500px-wide-image.jpg" style="width: 100px;"></div>
- # [01:49] <fantasai> No it doesn't
- # [01:49] <TabAtkins> It says the min-content size is the intrinsic size.
- # [01:49] <fantasai> you're mixing up min-content size and min-content contribution again.
- # [01:49] <TabAtkins> Thus, in the absence of min-content contribution text, the min-content contribution is also 500px
- # [01:50] <fantasai> The min-content size of the image is 500px
- # [01:50] <fantasai> Its min-content contribution is 100px
- # [01:50] <TabAtkins> Where are you getting that from?
- # [01:50] <TabAtkins> There's no text in the spec defining that.
- # [01:51] <fantasai> There isn't, and that's a bug
- # [01:51] <TabAtkins> I know!
- # [01:51] <TabAtkins> >_<
- # [01:51] <fantasai> but there is a sentence in pretty much every casee that says
- # [01:51] <fantasai> or suchlike
- # [01:51] <TabAtkins> All you people keep saying "X is Y" when you mean "X should be Y, after we write the spec text defining it as such". >_< >_< >_<
- # [01:52] * fantasai dammit paste didn't work
- # [01:56] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [01:56] <fantasai> ugh
- # [01:56] <fantasai> the whole spec is broken on its translation of min-content size to min-content contribution
- # [01:56] <fantasai> but if you do it right in any case and apply that formula to replaced elements, the definition is correct
- # [01:57] * Joins: jcraig (~jcraig@public.cloak)
- # [01:58] <fantasai> I think we may want to split min-content/max-content sizes and min-content/max-content contributions into entirely separate chapters
- # [01:58] <fantasai> the spec is confusing itself
- # [01:58] <TabAtkins> The contributions are usually defined in terms of min/max sizes, so that's probably not necessary.
- # [01:58] <fantasai> and us :)
- # [01:58] <TabAtkins> I don't think the spec is confusing at all. It's just missing a sentence for replaced elements.
- # [02:00] <fantasai> Feel free to add it; it would be equivalent to the sentence fro block-level non-replaced elements... if that is correct
- # [02:01] <TabAtkins> I think it is.
- # [02:08] * Parts: jcraig (~jcraig@public.cloak) (jcraig)
- # [02:14] * fantasai clears the ehterpad's list of grid layout issues and adds them to the WG agenda instead
- # [02:34] * Joins: jdaggett (~jdaggett@public.cloak)
- # [02:38] * fantasai waves to jdaggett
- # [02:39] <fantasai> jdaggett: astearns was wondering when CSS Fonts will convert to Bikeshed, and also when a CSS4 Fonts draft will appear
- # [02:39] <jdaggett> when bikeshed stops sucking? :P
- # [02:39] <astearns> (I'd like to see min-font-size and max-font-size added to level 4)
- # [02:40] <jdaggett> tab attempted it but the output is a big frigging mess
- # [02:40] <jdaggett> and same issues affect other specs too
- # [02:40] <jdaggett> tab told me to fix it in the python code
- # [02:40] <jdaggett> whatever
- # [02:40] <fantasai> lol
- # [02:41] <fantasai> jdaggett: which issues bother you specifically?
- # [02:41] <jdaggett> i think the whole use of the spec database is just wrong
- # [02:41] <fantasai> ?
- # [02:42] <jdaggett> bikeshed looks up refs in the spec database first, *then* in biblio.ref
- # [02:42] <jdaggett> so you can't fix refs locally, you have to fix refs in the frigging spec database
- # [02:43] <jdaggett> but the larger issue is that the fonts spec uses both descriptors and properties with the same name
- # [02:43] <jdaggett> which was a bad party with bert's processor
- # [02:43] <fantasai> Is the issue there a) difficulty of updates b) waiting for updates to take effect or c) offline access
- # [02:43] <jdaggett> and a similarly bad party with bikeshed
- # [02:44] <fantasai> jdaggett: do you have a preferred idea for fixing the bad party?
- # [02:44] <fantasai> since it seems all around bad...
- # [02:44] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [02:44] <jdaggett> basically, the long and short of it is that moving css3 fonts to bikeshed is a non-trivial task
- # [02:44] <jdaggett> and i can't justify the time spent on that
- # [02:45] <fantasai> jdaggett: I think Tab already ran a conversion on it and would be happy to update it to the latest for you, if you just give him permission
- # [02:46] <jdaggett> no, he made an attempt
- # [02:46] <jdaggett> but the output was a mangled piece of shit (pardon my french)
- # [02:47] <jdaggett> not an "updating" issue, it's a "going over the output and figuring out how to fix the bugs" issue
- # [02:48] <jdaggett> tab has repeated the "daggett was the only one using the features in bert's preprocessor" stuff
- # [02:49] <jdaggett> but that was simply me trying to work around the mixups that occurred between properties and descriptors (e.g. font-weight, font-family, etc.)
- # [02:49] <jdaggett> and not me having any special desire to use features of the preprocessor
- # [02:50] <jdaggett> plus, the whole "where do references come from?" doesn't help matters
- # [02:55] <fantasai> Well, I think it'd be good for us to all move over to bikeshed. It's got very good cross-linking (across specs), and that helps everyone.
- # [02:55] <fantasai> That said, it's out put isn't very pretty, I agree.
- # [02:56] <jdaggett> um, not pretty and broken are different... :P
- # [02:56] <jdaggett> the bikeshed output for the fonts spec is broken
- # [02:56] <fantasai> So, if we can figure out what-all is bothering you, and fix it, then that'd be great.
- # [02:56] <jdaggett> example of specref issue: http://specref.jit.su/bibrefs?refs=CSS3-FONTS,css-fonts-3
- # [02:58] <jdaggett> the reference in the existing spec returns "WD" while the [css-fonts-3] ref returns something else
- # [02:59] * fantasai is on the slow side atm, due to very high latency connection
- # [03:01] <fantasai> Looks like that database needs some cleanup
- # [03:02] <fantasai> Ok, so, we can clean it up. Bug #1. What else is a blocker? :)
- # [03:03] * Joins: shans_ (~shans@public.cloak)
- # [03:05] <jdaggett> descriptor/property clusterfuck is bug #1
- # [03:05] <jdaggett> spec database issues are a minor annoyance
- # [03:06] * shepazu is now known as shepazu_away
- # [03:07] * shepazu_away is now known as shepazu
- # [03:07] <jdaggett> just look over the bikeshed output: http://dev.w3.org/csswg/css-fonts/Overview.html
- # [03:07] <fantasai> jdaggett: Do you have any good ideas on solving the descriptor/property problem?
- # [03:08] <jdaggett> compare to http://dev.w3.org/csswg/css-fonts
- # [03:08] <jdaggett> look at the descriptor table
- # [03:08] <jdaggett> look at all the links to property values in font-variant (mess)
- # [03:08] <jdaggett> look at the references (author = ???)
- # [03:12] * fantasai loading... still loading
- # [03:13] * Joins: estellevw (~estellevw@public.cloak)
- # [03:14] * fantasai waves to estellevw
- # [03:14] <estellevw> hi
- # [03:15] * Quits: shans_ (~shans@public.cloak) (Client closed connection)
- # [03:17] * fantasai still loading
- # [03:19] <jdaggett> anyways, needs work...
- # [03:19] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [03:19] <fantasai> jdaggett: wrt references, which of the above is the problem with the specref database?
- # [03:20] <fantasai> jdaggett: I presume we can update the database to be correct
- # [03:20] <fantasai> (if that's not the case, then we have bigger problems)
- # [03:22] <jdaggett> i think the source-tree copy of biblio.ref should take precedence, tab doesn't (or at least that's where he started telling me to submit bikeshed patches)
- # [03:27] * Joins: fantasai_ (~fantasai@public.cloak)
- # [03:27] * fantasai_ is watching her input from 3 minutes ago slowly filter into the ssh channel
- # [03:37] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [04:04] * shepazu is now known as shepazu_away
- # [04:07] * shepazu_away is now known as shepazu
- # [04:18] * liam wonders why fantasai is visiting the international space station
- # [04:30] * fantasai isn't, but isn't on the ground either
- # [04:35] * liam dispatches carrier pigeons
- # [04:49] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [04:53] * Joins: estellevw (~estellevw@public.cloak)
- # [05:08] * Quits: fantasai_ (~fantasai@public.cloak) (Ping timeout: 180 seconds)
- # [05:10] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [05:24] * Joins: shepazutu (schepers@public.cloak)
- # [05:25] * Joins: fantasai_ (~fantasai@public.cloak)
- # [05:28] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [05:38] * Quits: fantasai_ (~fantasai@public.cloak) (Client closed connection)
- # [05:41] * Joins: estellevw (~estellevw@public.cloak)
- # [05:45] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [05:57] * Joins: estellevw (~estellevw@public.cloak)
- # [05:58] * Joins: jdaggett (~jdaggett@public.cloak)
- # [06:11] * Joins: dbaron (~dbaron@public.cloak)
- # [06:25] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [06:36] * Joins: estellevw (~estellevw@public.cloak)
- # [06:52] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [07:02] <SimonSapin> fantasai: https://mosh.mit.edu/ is nice
- # [07:04] <SimonSapin> it’s SSH with local input echo (and other nice things)
- # [07:12] <liam> getting back inside the space station was probably her priority
- # [07:12] <liam> unless by "isn't [in the space station'} fantasai didn't mean "I'm in close proximity to the space station but outside it" :-)
- # [07:33] * Joins: estellevw (~estellevw@public.cloak)
- # [07:34] <SimonSapin> “Open the door, HAL.”
- # [07:44] * Joins: zcorpan (~zcorpan@public.cloak)
- # [07:46] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [07:47] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [07:51] <liam> SimonSapin, :) :)
- # [07:51] * Joins: dbaron (~dbaron@public.cloak)
- # [08:01] * Joins: dauwhe (~dauwhe@public.cloak)
- # [08:06] * Quits: dauwhe_ (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
- # [08:07] * leaverou_away is now known as leaverou
- # [08:20] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [08:45] * Joins: zcorpan (~zcorpan@public.cloak)
- # [09:02] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [09:02] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [09:03] * Joins: Florian (~Florian@public.cloak)
- # [09:22] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [09:25] * Joins: svillar (~sergio@public.cloak)
- # [09:27] * Joins: fantasai_ (~fantasai@public.cloak)
- # [09:39] * Quits: svillar (~sergio@public.cloak) ("Ex-Chat")
- # [09:39] * Joins: svillar (~sergio@public.cloak)
- # [09:47] * Quits: fantasai_ (~fantasai@public.cloak) ("Lost terminal")
- # [10:07] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [10:25] * Joins: lajava (~javi@public.cloak)
- # [10:49] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [10:49] * Joins: Florian (~Florian@public.cloak)
- # [10:50] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [10:51] * shepazutu is now known as shepazu_away
- # [11:20] * Joins: antonp (~Thunderbird@public.cloak)
- # [11:50] * Joins: Florian (~Florian@public.cloak)
- # [11:59] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [12:13] * Quits: svillar (~sergio@public.cloak) ("Ex-Chat")
- # [12:13] * Joins: svillar (~sergio@public.cloak)
- # [12:33] * Joins: Florian (~Florian@public.cloak)
- # [14:02] * Joins: plh (plehegar@public.cloak)
- # [14:05] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [14:16] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [14:16] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [14:17] * Joins: zcorpan (~zcorpan@public.cloak)
- # [14:24] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [14:27] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [14:29] * Joins: lajava (~javi@public.cloak)
- # [15:04] * Joins: svillar (~sergio@public.cloak)
- # [15:09] * shepazu_away is now known as shepazutu
- # [15:17] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:36] * shepazutu is now known as shepazu
- # [15:53] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [15:54] * Joins: dauwhe (~dauwhe@public.cloak)
- # [16:13] * Joins: myakura (~myakura@public.cloak)
- # [16:16] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [16:16] * Joins: zcorpan (~zcorpan@public.cloak)
- # [16:21] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [16:26] * Joins: arronei (~arronei@public.cloak)
- # [16:27] * Quits: arronei (~arronei@public.cloak) ("")
- # [16:48] * Joins: thinkxl (~thinkxl@public.cloak)
- # [17:00] * Joins: estellevw (~estellevw@public.cloak)
- # [17:11] <TabAtkins> Wait, what? I have no idea what jdaggett means by "output sucked", and I certainly never told him to "fix it in the Python code".
- # [17:11] <TabAtkins> Specref now *includes* biblio.ref's data.
- # [17:12] <TabAtkins> A spec using a bunch of properties and descriptors with the same name is slightly annoying to work with in Bikeshed, but not terrible; it's unworkable in Bert's preprocessor, since everything links to some arbitrary definition.
- # [17:13] <Ms2ger> "It's better than Bert's" isn't much of a compliment :)
- # [17:14] <TabAtkins> I mean, disambiguating things with the same name is never *fun*, in any system.
- # [17:14] <TabAtkins> It means you have to refer to things as either 'font-weight' or '@font-face/weight', is all.
- # [17:14] <TabAtkins> Or go all out and write <a property>font-weight</a> and <a descriptor>font-weight</a>.
- # [17:15] <TabAtkins> Bert's was actually broken and unfixable without constant use of title=''
- # [17:41] * Quits: svillar (~sergio@public.cloak) ("Ex-Chat")
- # [17:41] * Joins: svillar (~sergio@public.cloak)
- # [17:43] * shepazu is now known as shepazu_away
- # [17:46] * Joins: Florian (~Florian@public.cloak)
- # [18:06] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [18:12] * Joins: tantek (~tantek@public.cloak)
- # [18:32] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [18:35] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [18:36] * Joins: estellevw (~estellevw@public.cloak)
- # [18:38] * Joins: dbaron (~dbaron@public.cloak)
- # [18:38] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [18:41] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [18:41] * Joins: myakura (~myakura@public.cloak)
- # [18:48] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [18:52] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [19:17] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [19:30] * Joins: lajava (~javi@public.cloak)
- # [19:37] * Joins: adenilson (~anonymous@public.cloak)
- # [19:41] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [19:44] * Joins: dbaron (~dbaron@public.cloak)
- # [19:44] * Joins: zcorpan (~zcorpan@public.cloak)
- # [19:44] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [19:46] <SimonSapin> plinss: http://dev.w3.org/csswg/mediaqueries4/ (from my browser history, so I assume worked at some point) is a 404
- # [19:52] * Joins: Florian (~Florian@public.cloak)
- # [19:59] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [20:04] <plinss> SimonSapin: fixed, forgot to sacrifice the goat to the RewriteRule gods…
- # [20:13] * Joins: glazou (~glazou@public.cloak)
- # [20:13] <glazou> hi plinss
- # [20:16] <tantek> TabAtkins: any luck on an airbnb for Sydney?
- # [20:30] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [20:30] * Joins: myakura (~myakura@public.cloak)
- # [20:37] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [20:59] <TabAtkins> tantek: Booking one now, super-close to the office.
- # [21:00] <TabAtkins> Unfortunately, central sydney does not exactly allow for awesome houses.
- # [21:00] <TabAtkins> So we're instead shooting for large apartments with good location.
- # [21:02] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [21:05] * Joins: Florian (~Florian@public.cloak)
- # [21:05] * Quits: glazou (~glazou@public.cloak) (glazou)
- # [21:08] <TabAtkins> tantek: And request has been put in for https://www.airbnb.com/rooms/4041182
- # [21:10] * shepazu_away is now known as shepazu
- # [21:12] <tantek> TabAtkins: awesome. works for me.
- # [21:13] <tantek> aside, I'm cancelling my AB meeting attendance and staying for all of the CSSWG meeting
- # [21:13] <tantek> I already made it clear in the last (TPAC) AB f2f meeting that I was annoyed at AB meetings conflicting with WG meetings and that in the future I would choose WG meetings over AB meetings.
- # [21:14] <tantek> So instead of a crazy expensive/inconvnient red-eye from Sydney to Tokyo I'm staying in Sydney for the full CSSWG meeting
- # [21:14] <Florian> :( No sunny Australian summer for me this time. I'll stick to good old Norwegian snow.
- # [21:15] <tantek> Florian :( sorry to hear that
- # [21:15] <tantek> I'm hoping we can at least get you on the phone
- # [21:15] <Florian> Definitely planning to
- # [21:15] <Florian> I have no schedule conflict. Just no travelling budget.
- # [21:15] <tantek> great
- # [21:16] <Florian> Somewhere closer I'd have paid out of pocket, but Australia is pushing it.
- # [21:16] <Florian> Although I can't complain that the WG ends up there sometimes. Australians suffer enough every other times.
- # [21:16] <tantek> indeed
- # [21:19] * Joins: jcraig (~jcraig@public.cloak)
- # [21:23] <Florian> I might end up being in Japan then though, which would be convenient in terms of time zones
- # [21:37] <tantek> Florian: that's ironic as the AB meeting I will be missing will be in Japan
- # [21:38] <tantek> Florian, may I send you to AB meeting in my place? ;)
- # [21:38] <tantek> (if you happen to be in Tokyo 2/11-12)
- # [21:39] <Florian> I might, dates are not set yet.
- # [21:40] <Florian> And crashing at the AB could be interesting
- # [21:40] <Florian> not quite an orthodox move, but hey, where's the fun otherwise
- # [21:41] <Florian> That said, if I can stretch a bit my schedule, I'd rather stretch it all the way to Australia, but it looks tricky.
- # [22:19] * Joins: myakura (~myakura@public.cloak)
- # [22:26] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [22:32] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [22:32] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [22:32] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [22:33] * Joins: estellevw (~estellevw@public.cloak)
- # [22:36] * Quits: thinkxl (~thinkxl@public.cloak) (Client closed connection)
- # [22:36] * Joins: thinkxl (~thinkxl@public.cloak)
- # [22:40] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [22:49] * Joins: dbaron (~dbaron@public.cloak)
- # [22:50] * Joins: shans_ (~shans@public.cloak)
- # [22:50] * Quits: shans_ (~shans@public.cloak) (Client closed connection)
- # [22:51] * Quits: thinkxl (~thinkxl@public.cloak) (Client closed connection)
- # [22:52] * Joins: thinkxl (~thinkxl@public.cloak)
- # [22:54] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [22:57] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [22:57] * Joins: jcraig (~jcraig@public.cloak)
- # [23:07] * Quits: thinkxl (~thinkxl@public.cloak) (Client closed connection)
- # [23:07] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [23:08] * Joins: jcraig (~jcraig@public.cloak)
- # [23:11] * Quits: antonp (~Thunderbird@public.cloak) (antonp)
- # [23:13] * Joins: thinkxl (~thinkxl@public.cloak)
- # [23:26] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [23:33] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
- # [23:35] * Joins: jcraig (~jcraig@public.cloak)
- # Session Close: Wed Jan 14 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn