Options:
Previous day, Next day
- # Session Start: Sat Feb 21 00:00:00 2015
- # Session Ident: #css
- # [00:10] <hober> thanks
- # [00:11] <TabAtkins> Ooof, gradually greening all the specs.
- # [00:11] <fantasai> greening?
- # [00:11] <TabAtkins> This mostly involves fixing bugs in Bikeshed that have crept in.
- # [00:11] <TabAtkins> Turning them green, meaning they're building without warnings or errors.
- # [00:11] <fantasai> ah
- # [00:11] <fantasai> nice
- # [00:11] * fantasai digs into the Flexbox DoC
- # [00:15] * Joins: adenilson (~anonymous@public.cloak)
- # [00:21] <TabAtkins> What spec should define the CSS interface? It previously was *accidentally* defined by some random spec (whichever was the first one to be processed by Shepherd with a "partial interface CSS" in it), but it needs a central home.
- # [00:21] <TabAtkins> Maybe CSSOM?
- # [00:23] <Ms2ger> Probably
- # [00:23] <TabAtkins> Oh, apparently Conditional is the first one to define it, but it's not Bikeshedded, so it's harder to make that work right, and that's an arbitrary place to define it. CSSOM it is.
- # [00:24] <fantasai> We should Bikeshed Conditional
- # [00:24] <fantasai> But, yeah, not the right place for it :)
- # [00:26] <TabAtkins> fantasai: We should Bikeshed everything. ^_^
- # [00:26] <fantasai> :)
- # [00:26] <fantasai> Is the value ID thing fixed yet
- # [00:26] <fantasai> ?
- # [00:26] * fantasai left css-break under Bert's processor because of that issue
- # [00:26] <TabAtkins> Which one?
- # [00:26] <fantasai> The one where auto becomes valdef-auto<insert-integer-here>
- # [00:27] <TabAtkins> Yeah, that was fixed forever ago.
- # [00:27] <TabAtkins> I closed that issue.
- # [00:27] <fantasai> That's what I thought
- # [00:27] <TabAtkins> You probably got an email, if you had raised the issue.
- # [00:27] <fantasai> for whatever reason, it wasn't working last month
- # [00:27] <fantasai> maybe I had the wrong syntax somehow
- # [00:28] <TabAtkins> Yeah, temporary bug on my part.
- # [00:28] <fantasai> oh
- # [00:28] <TabAtkins> iirc
- # [00:28] <TabAtkins> But yeah, like display:flex is ID'd as #valdef-display-flex
- # [00:28] <fantasai> yeah
- # [00:29] <TabAtkins> Hmm, if something is for multiple properties, they all go in the ID. Good or bad?
- # [00:29] <TabAtkins> #valdef-align-items-align-self-flex-start
- # [00:29] <fantasai> verbose
- # [00:29] <TabAtkins> I can simplify that.
- # [00:29] <fantasai> maybe just pick the first one?
- # [00:30] <Ms2ger> Pick the first letters of each property
- # [00:30] <TabAtkins> Yeah, was gonna do the first one.
- # [00:31] <TabAtkins> Ms2ger: Go home, Trolly McTroll. ^_^
- # [00:31] <Ms2ger> I'm home, but I should go to bed
- # [00:31] <Ms2ger> 'night
- # [00:31] <TabAtkins> nn
- # [00:31] <fantasai> 'night!
- # [00:31] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [00:41] <fantasai> :/ Have to edit sizing for this issue.
- # [00:45] <TabAtkins> All right, IDs now only generate from the first for value.
- # [00:46] <fantasai> cool
- # [00:46] <fantasai> So, question:
- # [00:47] <fantasai> what happens if the largest unbreakable word in a multicol is larger than 2*column-width and we want the max-content size?
- # [00:47] <fantasai> If it's less than the column-width, we have no conflict
- # [00:47] <fantasai> if it's more, we can stretch out to try to fit it
- # [00:47] <fantasai> if it's >= 2*column-width, though, it will clip
- # [00:47] <fantasai> So, what should the max-content width be?
- # [00:48] * fantasai doesn't know
- # [00:48] <TabAtkins> Columns refuse to stretch more than twice their size?
- # [00:48] <fantasai> Yes: you add another column if you have the space :)
- # [00:49] <TabAtkins> Oh, right.
- # [00:49] * fantasai sometimes wishes we had a web-authoring Council of Elders who would be willing to think through these types of questions
- # [00:50] <fantasai> BradK sometimes has time, but...
- # [00:51] <fantasai> I'll just mark it as an issue for now.
- # [00:51] <fantasai> There's no good answer, especially since it's <= and not just <
- # [00:52] <fantasai> Can't make the max-content size be 2*column-width - ε
- # [00:53] <TabAtkins> -1px
- # [00:53] <fantasai> It is still weird and arbitrary
- # [00:54] <TabAtkins> Completely agree.
- # [01:00] * heycam|away is now known as heycam
- # [01:00] * heycam is now known as heycam|away|away
- # [01:01] * heycam|away|away is now known as heycam
- # [01:03] <fantasai> Found the case we were digging through that made us defined max-content the way we were
- # [01:03] <fantasai> https://lists.w3.org/Archives/Public/www-style/2012Oct/0017.html
- # [01:04] <fantasai> layout will end up a bit gappy if you wanted the multicol at its preferred size and it ends up at its super-max-content size
- # [01:04] <fantasai> or somewhere in between
- # [01:09] <TabAtkins> Ah, I remember that.
- # [01:10] <TabAtkins> Hot damn, the tree is entirely green except for Content.
- # [01:10] <TabAtkins> Let's see if I can fix that sufficiently to at least make it build clean.
- # [01:10] <fantasai> yay
- # [01:12] * Parts: mdmcginn (~mdmcginnis@public.cloak) (mdmcginn)
- # [01:13] * TabAtkins really likes having the entire CSSWG repo as build canaries. ^_^
- # [01:14] * fantasai is happy about this, too
- # [01:14] <fantasai> You get a real-world test suite!
- # [01:14] <TabAtkins> Between all the specs, we exercise pretty much all the features, and now I can tell when something is breaking without having to wait for someone to try and regen the spec months later.
- # [01:14] <TabAtkins> Yup.
- # [01:14] <fantasai> Of like 50% of all content tha tuses your product
- # [01:14] <fantasai> ^______^
- # [01:14] <fantasai> Just need to get fxtf on the same system
- # [01:14] <TabAtkins> Yeah.
- # [01:15] <fantasai> Do they still have like six heads in their repo?
- # [01:16] * fantasai rebuilds sizing
- # [01:17] <fantasai> I'm somewhat tempted to turn section 4.5 into a giant table
- # [01:17] * fantasai doesn't think that would format well, though
- # [01:27] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [01:32] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
- # [01:40] * Joins: adenilson (~anonymous@public.cloak)
- # [01:46] * Joins: jdaggett (~jdaggett@public.cloak)
- # [01:51] * Joins: jdaggett_ (~jdaggett@public.cloak)
- # [01:55] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [01:55] * jdaggett_ is now known as jdaggett
- # [02:01] * Joins: jdaggett_ (~jdaggett@public.cloak)
- # [02:05] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [02:05] * jdaggett_ is now known as jdaggett
- # [02:12] * Quits: thinkxl (~thinkxl@public.cloak) ("Be back later ...")
- # [02:34] * Joins: jdaggett_ (~jdaggett@public.cloak)
- # [02:34] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [02:34] * jdaggett_ is now known as jdaggett
- # [02:44] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
- # [03:12] * Joins: thinkxl (~thinkxl@public.cloak)
- # [03:20] * Quits: thinkxl (~thinkxl@public.cloak) (Ping timeout: 180 seconds)
- # [03:28] <TabAtkins> fantasai: https://drafts.csswg.org/bikeshed/css-flexbox/
- # [03:32] <fantasai> TabAtkins: you need to post about percentage margins
- # [03:32] <TabAtkins> Ah, thanks for the reminder. Will do.
- # [03:33] <fantasai> I think we should hold up publication for that.
- # [03:34] <fantasai> TabAtkins: Does Bikeshed have "Advisement" as a shortcut yet, or should I <p class="advisement"?
- # [03:35] <TabAtkins> Yes it does.
- # [03:35] <fantasai> cool
- # [03:35] <TabAtkins> It's in the docs. ^_^
- # [03:35] * fantasai needs to bookmark them
- # [03:35] <fantasai> Or make myself a homepage kinda like hixie's
- # [03:35] <fantasai> with links to all the important spec-related things
- # [03:39] * fantasai switches the warnings about the flex longhands to use Advisement
- # [03:41] <fantasai> TabAtkins: I have no idea what I was talking about wrt https://lists.w3.org/Archives/Public/www-style/2014Nov/0066.html
- # [03:41] <fantasai> TabAtkins: If you can figure it out, let me know (or edit something into the spec)? :)
- # [03:42] <TabAtkins> Okay. ^_^
- # [03:42] <fantasai> I just closed off all the other issues that weren't raised recently
- # [03:42] <fantasai> i.e. since I left for Sydney
- # [03:46] * fantasai decides to start compiling a post-publication DoC just so some things can be deferred
- # [03:58] * Joins: estellevw (~estellevw@public.cloak)
- # [04:05] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [04:05] * fantasai waves to estellevw
- # [04:06] <estellevw> hi
- # [04:34] <fantasai> TabAtkins: Okay, DoC is updated. We have two issues open, one is the editorial one from me I can't remember what it means; the other is the percentage margin issue you need to file.
- # [04:35] <fantasai> TabAtkins: Try to file that one soon so we can resolve it next week and publish. ^_^
- # [04:35] * fantasai wants to publish before dholbert piles on more issues ;)
- # [04:44] * Joins: thinkxl (~thinkxl@public.cloak)
- # [05:02] * leaverou_away is now known as leaverou
- # [05:14] <TabAtkins> Haha, k.
- # [05:15] <TabAtkins> fantasai: Wait, did you resolve that max-width one that I haven't read through yet?
- # [05:28] <fantasai> which one?
- # [05:28] <fantasai> oh, that one.
- # [05:28] <fantasai> no
- # [05:29] <fantasai> It was a request for clarification and I posted a question
- # [05:29] * fantasai gotta run
- # [05:29] * fantasai will be back once home
- # [05:33] * leaverou is now known as leaverou_away
- # [05:33] * Joins: jdaggett (~jdaggett@public.cloak)
- # [06:06] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [06:12] * Joins: jdaggett (~jdaggett@public.cloak)
- # [06:29] * fantasai back
- # [06:36] * leaverou_away is now known as leaverou
- # [06:36] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [06:39] * fantasai wonders why Overview.html generation takes so long on the server
- # [06:45] * Joins: estellevw (~estellevw@public.cloak)
- # [06:47] * fantasai munches on some popcorn while waiting for the page to load
- # [06:49] <fantasai> Okay, this has been 10 minutes
- # [06:49] <fantasai> The CSSWG spec publication system fails my success criterium for /TR.
- # [06:50] <fantasai> That is very much not okay.
- # [06:51] * Quits: jdaggett (~jdaggett@public.cloak) (Client closed connection)
- # [06:51] <liam> fantasai, on dev.w3.org?
- # [06:51] <fantasai> also drafts.csswg.org
- # [06:51] <fantasai> It's not a W3C problem, it's plinss's problem
- # [06:51] <liam> ah
- # [06:52] <liam> well, we have lots of problems, blame W3C, go on, it's easy! :-)
- # [06:53] <fantasai> Well, insofar as we are all W3C, it's W3C's fault :)
- # [06:53] <liam> :D
- # [06:54] * leaverou is now known as leaverou_away
- # [06:56] <fantasai> Still not building
- # [06:56] <fantasai> plinss: Something's broken on drafts.csswg.org
- # [06:56] <fantasai> plinss: Flexbox is inaccessible
- # [07:09] * fantasai checks in a hard copy
- # [07:21] * Joins: thinkxl_ (~thinkxl@public.cloak)
- # [07:26] * Quits: thinkxl (~thinkxl@public.cloak) (Ping timeout: 180 seconds)
- # [07:40] * leaverou_away is now known as leaverou
- # [09:26] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [11:35] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [13:38] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [15:04] * Quits: stryx` (~stryx@public.cloak) (Client closed connection)
- # [15:21] * Joins: stryx` (~stryx@public.cloak)
- # [16:24] * Quits: tgraham (~user@public.cloak) (Client closed connection)
- # [16:24] * Joins: tgraham (~user@public.cloak)
- # [16:40] * Joins: estellevw (~estellevw@public.cloak)
- # [17:06] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [17:44] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [18:10] * Quits: thinkxl_ (~thinkxl@public.cloak) ("Be back later ...")
- # [18:10] * Joins: thinkxl_ (~thinkxl@public.cloak)
- # [18:21] * Joins: thinkxl__ (~thinkxl@public.cloak)
- # [18:26] * Quits: thinkxl_ (~thinkxl@public.cloak) (Ping timeout: 180 seconds)
- # [19:36] * Quits: thinkxl__ (~thinkxl@public.cloak) (Ping timeout: 180 seconds)
- # [19:36] * Joins: thinkxl__ (~thinkxl@public.cloak)
- # [22:00] * Quits: thinkxl__ (~thinkxl@public.cloak) ("Be back later ...")
- # [22:03] * Joins: thinkxl__ (~thinkxl@public.cloak)
- # [22:05] * Quits: thinkxl__ (~thinkxl@public.cloak) ("Lingo: www.lingoirc.com")
- # [22:15] * Joins: estellevw (~estellevw@public.cloak)
- # [23:42] * leaverou is now known as leaverou_away
- # [23:43] * leaverou_away is now known as leaverou
- # Session Close: Sun Feb 22 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