Options:
Previous day, Next day
- # Session Start: Tue Jan 27 00:00:00 2015
- # Session Ident: #css
- # [00:00] <dbaron> FATAL ERROR: Found unmatched text macro [WCAG20]. Correct the macro, or escape it with a leading backslash.
- # [00:00] <dbaron> any idea what would cause that?
- # [00:02] <dbaron> oh, and after git pull (which I think I did previously this morning) on the bikeshed repo, it works
- # [00:02] <dbaron> (well, I get different errors)
- # [00:07] * Quits: dauwhe_ (~dauwhe@public.cloak) (Client closed connection)
- # [00:09] <dbaron> TabAtkins, so for the transitions spec, Bert's preprocessor's output is 86K, and bikeshed's output is 142K... that seems pretty significant.
- # [00:12] <fantasai> Part of it is increased cross-linking, part of it is just an excessive use of markup junk
- # [00:12] <liam> maybe we should rewrite bikeshed in client-side xslt :)
- # [00:12] <fantasai> NO
- # [00:12] * liam notes fantasai's strong support
- # [00:12] <fantasai> we should have less redundant markup
- # [00:12] <fantasai> That's fixable in the existing system
- # [00:12] <fantasai> e.g. <a class=property data-link-type=propdesc href=#propdef-display-outside title=display-outside>display-outside</a>
- # [00:13] <fantasai> there's no need for a title
- # [00:13] <fantasai> class=property and data-link-type=propdesc are probably redundant
- # [00:13] <liam> <prop>display-outside</prop> is all you need with web components, right?
- # [00:13] * fantasai ignores liam
- # [00:14] <fantasai> <dfn class=css data-dfn-for=display-outside data-dfn-type=value data-export="" id=valdef-display-outside-run-in>
- # [00:14] <fantasai> This one's trickier to minimize
- # [00:15] <fantasai> In the source the export and the dfn-for info are in the parent <dl>
- # [00:15] <fantasai> Bert's processor doesn't do as much cross-linking, so it doesn't need a dfn-for for anything
- # [00:15] <fantasai> It also doesn't generate e.g. links to css-values for each value combinator in a grammar
- # [00:16] <fantasai> But it does have sane indentation in the output, for the most part so maybe that cancels out :)
- # [00:17] * fantasai wishes bikeshed output was more readable, really
- # [00:18] <fantasai> it also doesn't use <code> tags where it really ought to
- # [00:19] <fantasai> but Tab didn't think that was worth fixing
- # [00:22] <dbaron> so how do I tell bikeshed that certain prose is the definition of a value, so that it wants to link ''none'' to something within this spec rather than in another spec...
- # [00:23] <dbaron> maybe dfn-type=value dfn-for=...
- # [00:24] <fantasai> I think <p>This paragraph has a definition of <dfn for=property-name>''none''</dfn> ...
- # [00:27] <dbaron> what if it's a keyword that goes in a function that's a value of a particular property?
- # [00:28] <fantasai> Hm.
- # [00:28] <fantasai> Try for=function() ? :)
- # [00:28] * fantasai doesn't know
- # [00:31] <dbaron> I can't get bikeshed to stop issuing the warning:
- # [00:31] <dbaron> WARNING: Multiple possible 'maybe' refs for 'inset'.
- # [00:31] <dbaron> Arbitrarily chose the one in css-backgrounds-3.
- # [00:31] <dbaron> If this is wrong, insert one of the following lines into a <pre class=link-defaults> block:
- # [00:31] <dbaron> spec:css-backgrounds-3; type:value; text:inset
- # [00:31] <dbaron> even if I follow its instructions (which worked for a similar warning)
- # [00:32] <fantasai> Oh, if you're linking e.g.
- # [00:32] <fantasai> ''text-shadow/none'' will do
- # [00:32] <fantasai> in place of ''none''
- # [00:34] * Joins: jdaggett (~jdaggett@public.cloak)
- # [00:37] <dbaron> hmmm, bikeshed still makes specs (c) 2014
- # [00:38] * Joins: jumland (~sid26952@public.cloak)
- # [00:41] <dbaron> fantasai, what's the difference between http://test.csswg.org/suites/css-transitions-1_dev/nightly-unstable/ and the same without _dev ?
- # [00:41] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [00:42] * Joins: dauwhe (~dauwhe@public.cloak)
- # [00:47] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [00:49] * Joins: Florian (~Florian@public.cloak)
- # [00:53] * fantasai doesn't know
- # [00:56] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [00:57] <astearns> http://basicinstructions.net/basic-instructions/2014/12/30/how-to-make-a-public-service-announcement-yet-again.html
- # [00:57] <astearns> but I'll add an issue to change the date
- # [01:00] <dbaron> astearns, like https://github.com/tabatkins/bikeshed/pull/329 ?
- # [01:01] <astearns> ah, never mind :)
- # [01:03] <dbaron> I wish I could get rid of the sentence that abstract-csswg.include adds
- # [01:05] <dbaron> The "Status Text" metadata field in bikeshed seems to be ignored.
- # [01:05] <fantasai> The sentence about what CSS is?
- # [01:07] <fantasai> That's there so people who land on the spec from nowhere ("here, go implement this spec over there", or "search results for obscure thing that only the CSSWG has written anything about in a public, well-ranked website") are able to get some context
- # [01:07] <dbaron> fantasai, yes
- # [01:07] <fantasai> Since it's the same on all the specs, Tab autogens it
- # [01:07] <fantasai> You could argue that it should be removed because "everybody who looks at our specs knows what CSS is and doesn't give a shit about this sentence"
- # [01:08] <fantasai> but I don't actually agree on that point...
- # [01:08] <fantasai> Granted, the link target for /TR/CSS needs an update
- # [01:08] <fantasai> which unfortunately is not very high on my priority list this month
- # [01:09] <fantasai> However, the WG operates by consensus, so if everyone else things it's more painful than helpful
- # [01:09] <fantasai> then you can get it removed ^_^
- # [01:10] <dbaron> It's never been in the transitions spec.
- # [01:13] <TabAtkins> dbaron: Update your bikeshed. ^_^
- # [01:13] <dbaron> TabAtkins, with what?
- # [01:13] <dbaron> TabAtkins, also, did you see my pull request?
- # [01:13] <TabAtkins> Yeah, just merged it.
- # [01:13] <dbaron> TabAtkins, should I file an issue on "Status Text" not working?
- # [01:13] <TabAtkins> the WCAG20 ref problem si fixed now - I pushed some better hygiene for text macros last night that was a little over-eager.
- # [01:13] <dbaron> (that's what I was about to do)
- # [01:13] <TabAtkins> Yes please.
- # [01:14] <TabAtkins> File an issue on me to clean up all the link metadata after processing, too.
- # [01:14] <dbaron> TabAtkins, I'm not sure what that means...
- # [01:15] <TabAtkins> All the metadata lying around on links, for example, is part of the size bloat.
- # [01:15] <TabAtkins> And unnecessary.
- # [01:15] <TabAtkins> data-link-type/etc
- # [01:16] <TabAtkins> And I can look at the link-defaults problem. Been trying to debug some issues with it for a while, good to see some live examples.
- # [01:18] <dbaron> TabAtkins, the issue I was hitting is that there are multiple definitions of 'inset' in css3-background -- none of which were the one I wanted!
- # [01:18] <fantasai> dbaron: It's been part of the module template since I wrote it I think
- # [01:18] <TabAtkins> Hahaha, sigh.
- # [01:18] <dbaron> fantasai, yeah, I took it out
- # [01:19] <dbaron> TabAtkins, so I just used ''shadow/inset'' and left it unlinked like before
- # [01:19] <TabAtkins> What's the definition of inset that you want?
- # [01:28] * Joins: jdaggett_ (~jdaggett@public.cloak)
- # [01:32] <plinss> dbaron: http://test.csswg.org/suites/css-transitions-1_dev/nightly-unstable/ is the canonical URL, without _dev is a RewriteRule because old links
- # [01:32] <plinss> all test suites in development phase have _dev at the end of the name
- # [01:33] <dbaron> plinss, k
- # [01:33] <fantasai> aren't all test suites always in development? :)
- # [01:33] <dbaron> TabAtkins, the one in http://dev.w3.org/csswg/css-backgrounds/#shadow
- # [01:33] <plinss> it seems that way…
- # [01:33] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [01:33] * jdaggett_ is now known as jdaggett
- # [01:33] * fantasai supposes css-style-attr is pretty frozen at this point
- # [01:34] <TabAtkins> dbaron: Ah, yeah, that's not metadata'd up properly, so Bikeshed gets pretty confused about it.
- # [01:34] <dbaron> TabAtkins, the spec itself is confused about it... it links to the border-style definition
- # [01:35] <TabAtkins> You can manually specify the link in a <pre class='anchors'> block for now. Pretty sure I've documented that.
- # [01:35] <TabAtkins> dbaron: It's still using Bert's preprocessor. Linking to the wrong version when a term appears multiple times was... distressingly common back then.
- # [01:35] <TabAtkins> It just links to the first instance and doesn't tell you about it.
- # [01:35] <TabAtkins> Tons of our specs were linking wrongly, all the time.
- # [01:39] <TabAtkins> Sorry about bikeshed getting confused about definitions on old specs. It's... not really avoidable. I could try harder to make it at least not emit errors when the problem is unavoidable, but the specs just need to be fixed.
- # [01:39] <dbaron> how do I mark up a dfn where the term I want it to be a link for is different from the text?
- # [01:39] <TabAtkins> Add a title attribute.
- # [01:39] <dbaron> (In this case, it's a function, and it has grammar for what goes inside it in the dfn.)
- # [01:39] <dbaron> thanks
- # [01:40] <dbaron> do we prefer title="cubic-bezier" or title="cubic-bezier()" ?
- # [01:41] <dbaron> I think probably with the ()
- # [01:41] <TabAtkins> The latter.
- # [01:41] <TabAtkins> Bikeshed'll complain about the former, if you've given it a function type.
- # [01:41] <TabAtkins> It requires parens in the linking text.
- # [01:41] <TabAtkins> <dfn function title="cubic-bezier()">...</dfn>
- # [01:43] <dbaron> and how do I mark up the definition of a keyword that goes in a function?
- # [01:43] <dbaron> e.g., the 'start' value in steps()
- # [01:43] <TabAtkins> Same as for a property. <dfn value for="steps()">start</dfn>
- # [01:48] * Joins: zcorpan (~zcorpan@public.cloak)
- # [01:52] <TabAtkins> (Feel free to add a for=whatever to anything, when appropriate. I still don't actually verify that for='' values exist or mean anything; they're solely used as a disambiguating token.)
- # [01:55] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [01:57] <fantasai> We can bikeshed css3-background
- # [01:57] * fantasai wanted to republish as CR before bikeshedding, but that's been done
- # [01:58] <fantasai> why does the internet not work when I need to do work, but is perfectly fine when I'm just procrastinating?
- # [01:58] * fantasai has the worst internet service
- # [02:05] * Joins: nikos (~uid28403@public.cloak)
- # [02:12] * Joins: adenilson_ (~anonymous@public.cloak)
- # [02:14] * Quits: adenilson_ (~anonymous@public.cloak) (adenilson_)
- # [02:16] * Quits: adenilson (~anonymous@public.cloak) (Ping timeout: 180 seconds)
- # [02:29] <dbaron> FATAL ERROR: 'event' definitions need to specify what they're for.
- # [02:29] <dbaron> TabAtkins, ^
- # [02:29] <dbaron> I don't even know what that means
- # [02:35] * leaverou is now known as leaverou_away
- # [02:38] * Joins: Florian (~Florian@public.cloak)
- # [02:45] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [02:57] * Joins: jdaggett_ (~jdaggett@public.cloak)
- # [03:02] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [03:02] * jdaggett_ is now known as jdaggett
- # [03:13] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [03:17] <TabAtkins> dbaron: They need a for='' attribute, specifying the interfaces they're fired at.
- # [03:17] <TabAtkins> (Comma-separated list, if multiple.)
- # [03:18] <dbaron> TabAtkins, so, often, for="Element" ?
- # [03:18] <dbaron> (for, say, transitionend)
- # [03:25] <TabAtkins> dbaron: Yeah.
- # [03:29] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [03:37] * Joins: zcorpan (~zcorpan@public.cloak)
- # [03:44] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [03:57] * Joins: dauwhe (~dauwhe@public.cloak)
- # [04:07] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [04:26] * Joins: Florian (~Florian@public.cloak)
- # [04:29] * Joins: jdaggett (~jdaggett@public.cloak)
- # [04:30] * leaverou_away is now known as leaverou
- # [04:33] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [04:34] * leaverou is now known as leaverou_away
- # [04:39] * Joins: dbaron (~dbaron@public.cloak)
- # [04:48] * Joins: zcorpan (~zcorpan@public.cloak)
- # [04:51] * Joins: shepazutu (schepers@public.cloak)
- # [04:55] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [04:55] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [05:32] * leaverou_away is now known as leaverou
- # [05:32] * Quits: dauwhe (~dauwhe@public.cloak) ("")
- # [05:33] * leaverou is now known as leaverou_away
- # [06:15] * Joins: Florian (~Florian@public.cloak)
- # [06:22] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [07:37] * leaverou_away is now known as leaverou
- # [07:47] * leaverou is now known as leaverou_away
- # [07:47] * Joins: zcorpan (~zcorpan@public.cloak)
- # [08:35] * Joins: Florian (~Florian@public.cloak)
- # [08:35] * Joins: antonp (~Thunderbird@public.cloak)
- # [08:38] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [08:57] * Joins: Fn15 (~fn15@public.cloak)
- # [08:58] * Fn15 changes topic to 'test'
- # [08:58] * Quits: Fn15 (~fn15@public.cloak) ("mIRC 7.34 - nbs-irc 2.39 - Danishbits Custom Klient v3.2")
- # [08:58] * Joins: Fn15 (~fn15@public.cloak)
- # [09:00] * Fn15 waves hi
- # [09:00] <Fn15> hi
- # [09:03] * Quits: Fn15 (~fn15@public.cloak) ("mIRC 7.34 - nbs-irc 2.39 - Danishbits Custom Klient v3.2")
- # [09:03] * Joins: jdaggett (~jdaggett@public.cloak)
- # [09:04] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [09:05] * leaverou_away is now known as leaverou
- # [09:09] * Joins: Florian (~Florian@public.cloak)
- # [09:10] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [09:19] * Joins: Fn15 (~fn15@public.cloak)
- # [09:20] * Quits: Fn15 (~fn15@public.cloak) ("mIRC 7.34 - nbs-irc 2.39 - Danishbits Custom Klient v3.2")
- # [09:23] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [09:24] * leaverou is now known as leaverou_away
- # [09:37] * Joins: svillar (~sergio@public.cloak)
- # [09:38] * leaverou_away is now known as leaverou
- # [09:43] * Quits: nikos (~uid28403@public.cloak) ("Connection closed for inactivity")
- # [09:58] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [10:00] * leaverou is now known as leaverou_away
- # [10:07] * leaverou_away is now known as leaverou
- # [10:18] * leaverou is now known as leaverou_away
- # [10:23] * Joins: Florian (~Florian@public.cloak)
- # [10:23] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [10:29] * leaverou_away is now known as leaverou
- # [10:40] * leaverou is now known as leaverou_away
- # [10:51] * Joins: lajava (~javi@public.cloak)
- # [11:31] * leaverou_away is now known as leaverou
- # [11:32] * Joins: nikos (~uid28403@public.cloak)
- # [11:41] * leaverou is now known as leaverou_away
- # [12:33] * leaverou_away is now known as leaverou
- # [12:43] * leaverou is now known as leaverou_away
- # [13:02] * Joins: plh (plehegar@public.cloak)
- # [13:19] * leaverou_away is now known as leaverou
- # [13:24] * Joins: Florian (~Florian@public.cloak)
- # [13:31] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [14:08] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [14:28] * Joins: svillar (~sergio@public.cloak)
- # [14:31] * Joins: anssik (~uid10742@public.cloak)
- # [14:33] * Quits: nikos (~uid28403@public.cloak) ("Connection closed for inactivity")
- # [15:09] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:09] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:09] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:09] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:09] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:09] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:09] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:09] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:14] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:14] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:20] * Joins: dauwhe (~dauwhe@public.cloak)
- # [15:36] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:41] * Joins: zcorpan (~zcorpan@public.cloak)
- # [16:01] * shepazutu is now known as shepazu
- # [16:02] * Quits: hgl (~hgl@public.cloak) (Ping timeout: 180 seconds)
- # [16:12] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [16:24] * Joins: dbaron (~dbaron@public.cloak)
- # [16:25] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [16:26] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [16:33] * Joins: jdaggett (~jdaggett@public.cloak)
- # [16:43] * Joins: shepazutu (schepers@public.cloak)
- # [16:47] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [16:48] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [16:51] * Joins: dbaron (~dbaron@public.cloak)
- # [17:00] * shepazutu is now known as shepazu
- # [17:00] * Joins: myakura (~myakura@public.cloak)
- # [17:39] * Quits: jdaggett (~jdaggett@public.cloak) (jdaggett)
- # [17:46] * Joins: Florian (~Florian@public.cloak)
- # [18:16] * Joins: tantek (~tantek@public.cloak)
- # [18:19] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [18:19] * Joins: Florian (~Florian@public.cloak)
- # [18:19] <dauwhe> Just wow: https://bugzilla.mozilla.org/show_bug.cgi?id=1124344
- # [18:19] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [18:25] <liam> haha lotterspaced tabs... i noticed yesterday that next to the CSS book on my shelf is "embracing insanity" :-)
- # [18:27] <astearns> he really likes ellipses
- # [18:28] * Joins: Florian (~Florian@public.cloak)
- # [18:33] <Florian> dauwhe: "people at bugzilla has no competence to talk about this [...] i don't think they are programmers at all." yeah, right.
- # [18:34] <Ms2ger> That's the kind of people I tend to mute asap :)
- # [18:38] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [18:38] <Florian> The comment above refers to zbarsky and dbaron. If these aren't real programers, I am not sure who counts as one. But yeah, this seems to be a high quality troll.
- # [18:39] <Ms2ger> Me, duh
- # [18:40] * Joins: svillar (~sergio@public.cloak)
- # [18:44] <dauwhe> This is censorship! P.S. I am not a crank.
- # [18:46] <tantek> anytime people cry censorship in someone else's site - tell them go post on your own site if you're such an expert.
- # [18:47] * Joins: adenilson (~anonymous@public.cloak)
- # [18:50] * leaverou is now known as leaverou_away
- # [18:53] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [18:53] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [18:59] * plinss is now known as plinss_away
- # [19:03] * plinss_away is now known as plinss
- # [19:14] * Quits: myakura (~myakura@public.cloak) ("Leaving...")
- # [19:29] <dauwhe> It gets better: https://code.google.com/p/chromium/issues/detail?id=450720
- # [19:32] <Ms2ger> Not touching that
- # [19:57] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [20:27] * Joins: glazou (~glazou@public.cloak)
- # [20:28] <glazou> hi
- # [20:29] <tantek> dauwhe if you can identify (name) a pattern for this kind of trolling, I can add it to the TrollTaxonomy.
- # [20:36] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [20:36] <dauwhe> tantek: I hadn't seen your taxonomy before. I will try to bikeshed a name for this :)
- # [20:40] <glazou> fantasai: ping
- # [21:10] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [21:27] * Joins: dbaron (~dbaron@public.cloak)
- # [21:33] * Joins: shepazu (schepers@public.cloak)
- # [21:41] * Joins: shepazu_ (schepers@public.cloak)
- # [21:43] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [21:49] * Quits: glazou (~glazou@public.cloak) (glazou)
- # [21:49] * Quits: tantek (~tantek@public.cloak) (tantek)
- # [21:51] * Quits: gsnedders (~gsnedders@public.cloak) ("leaving")
- # [21:55] * Joins: gsnedders (~gsnedders@public.cloak)
- # [22:24] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [22:36] * Quits: dauwhe (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
- # [22:50] * Joins: Florian (~Florian@public.cloak)
- # [23:00] * Joins: dauwhe (~dauwhe@public.cloak)
- # [23:11] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [23:11] * Joins: Florian (~Florian@public.cloak)
- # [23:18] * Quits: Florian (~Florian@public.cloak) (Ping timeout: 180 seconds)
- # [23:22] * Joins: jdaggett (~jdaggett@public.cloak)
- # [23:31] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [23:36] * Joins: nikos (~uid28403@public.cloak)
- # [23:53] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
- # [23:53] * Joins: tantek (~tantek@public.cloak)
- # [23:55] <TabAtkins> plinss: I'm about to throw the switch on making Bikeshed look at the data-lt attribute (spelled just 'lt' in the source format) rather than title for alternate linking texts. I'm gonna fix all the CSS specs, but is there anything else you need to worry about?
- # Session Close: Wed Jan 28 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