Options:
- # Session Start: Sun Oct 28 00:00:00 2012
- # Session Ident: #whatwg
- # [00:00] <jgraham> Hmm, so why is the index argumetn of HTMLTableElement.insertRow(index) optional?
- # [00:00] <GPHemsley> annevk: Would <code> also be appropriate for the "Bytes in ASCII" values?
- # [00:01] <jgraham> Does it match IE?
- # [00:01] * jgraham doesn't have IE
- # [00:01] <jgraham> Apparently it doesn't match anything else
- # [00:01] <jgraham> Oh, maybe it matches WebKit
- # [00:03] * Joins: Lachy (~Lachy@cm-84.215.19.229.getinternet.no)
- # [00:04] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 260 seconds)
- # [00:05] * Quits: cheron (~cheron@unaffiliated/cheron) (Remote host closed the connection)
- # [00:07] <GPHemsley> annevk: Why <code title> rather than <code>?
- # [00:07] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [00:08] * Quits: Kid_ (~Kid@h-145-188.a151.priv.bahnhof.se) (Quit: Leaving...)
- # [00:10] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [00:10] * Quits: mmiller_ (~mmiller@207.86.137.100) (Quit: mmiller_)
- # [00:11] * Joins: Kid_ (~Kid@h-145-188.a151.priv.bahnhof.se)
- # [00:11] * Joins: sicking (~sicking@18-185.80-90.static-ip.oleane.fr)
- # [00:16] <stevefaulkner> JonathanNeal: yes, but when it will be implemented across browsers and platforms is anybodies guess > http://html5accessibility.com
- # [00:19] * Quits: dbaron (~dbaron@93.158.43.156) (Ping timeout: 246 seconds)
- # [00:21] <JonathanNeal> stevefaulkner: that's true, and Firefox only forwards the role right now, but what accessibility software is using ARIA roles like nav?
- # [00:22] <JonathanNeal> That's not a remark meant to be contrary, I'm really curious.
- # [00:25] <GPHemsley> annevk: So, are you saying it's not necessary to explicitly state that byte-reading should begin with byte 0?
- # [00:25] <stevefaulkner> JonathanNeal: all main screen readers support navigation via ARIA landmark roles, here is some data from a almost a year ago http://www.html5accessibility.com/tests/landmarks.html support has improved further since then
- # [00:26] <annevk> GPHemsley: I'm saying that, and byte 0 is poor wording as one might take it to mean byte 0x00
- # [00:26] <annevk> GPHemsley: <code title> to avoid accidental linking
- # [00:26] <GPHemsley> annevk: How do I ensure that reading does not begin at some arbitrary point within the resource?
- # [00:27] <GPHemsley> annevk: I have not seen <code> be linked or otherwise marked up differently anywhere (unlike, e.g., <span>). In what situation does that happen?
- # [00:27] <annevk> GPHemsley: Read from resource into /buffer/, starting at the first byte, and run these steps:, maybe?
- # [00:27] <annevk> GPHemsley: <dfn>x</dfn> <code>x</code>
- # [00:28] <GPHemsley> that's confusing
- # [00:28] <GPHemsley> (the latter)
- # [00:28] <annevk> GPHemsley: Did you test Content-Type:image/somethingunsupported with an image whose actual type is image/gif?
- # [00:28] <annevk> GPHemsley: <code> links just like <span>
- # [00:29] <GPHemsley> I haven't tested anything yet
- # [00:30] <GPHemsley> I'm just working with the existing wording at this point
- # [00:30] <JonathanNeal> stevefaulkner: have experience with JAWS? I can't get it to read Internet Explorer pages to me.
- # [00:30] <annevk> GPHemsley: I'm pretty sure that's why the wording is that way
- # [00:31] <annevk> GPHemsley: because it's not sniffed in that case
- # [00:32] <stevefaulkner> JonathanNeal: yeah, but could be many reasons, try refreshing the page, also try insert+z to turn virtual cursor off and the same to turn back on after pause, that refreshes JAWS virtual buffer may help...
- # [00:33] <GPHemsley> annevk: Frankly, I'm somewhat confused as to why images are sniffed at all. Basically, the algorithm is only sniffing around the arbitrary image types that the UA supports.
- # [00:33] <GPHemsley> but I'll look into it further later
- # [00:33] <annevk> because people put a PNG on the web with an image/gif media type
- # [00:33] * Quits: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [00:34] <annevk> or a PNG with a image/x-icon media type (I've done that and took me years to notice because it just worked)
- # [00:34] <annevk> and don't try to find logic, that's not the way this works
- # [00:38] * Quits: charlvn (~user@524A9430.cm-4-3c.dynamic.ziggo.nl) (Quit: Leaving)
- # [00:42] <annevk> GPHemsley: anyway, have fun :) bedtime here
- # [00:42] <GPHemsley> ah, alright
- # [00:42] <GPHemsley> g'night
- # [00:44] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [00:49] <JonathanNeal> JAWS 14 reports <nav> in IE8 as "navigation region", without role="navigation".
- # [00:54] * Joins: dbaron (~dbaron@93.158.40.175)
- # [00:57] * Quits: sedovsek (~robert@BSN-176-162-163.dial-up.dsl.siol.net) (Quit: sedovsek)
- # [01:02] * Quits: dbaron (~dbaron@93.158.40.175) (Ping timeout: 245 seconds)
- # [01:15] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [01:15] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [01:20] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [01:35] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [01:36] * Joins: OnlyMax (~OnlyMax@187-126-45-125.user.veloxzone.com.br)
- # [01:56] * Quits: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Quit: MikeSmith)
- # [02:00] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [02:11] * Joins: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [02:16] * Joins: cabanier (~cabanier@62-50-199-254.client.stsn.net)
- # [02:22] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [02:45] * Joins: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [02:45] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 256 seconds)
- # [02:46] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
- # [02:54] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [02:14] * Quits: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: dydx)
- # [02:15] * Joins: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [02:20] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [02:37] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox_ben)
- # [02:56] * Joins: skcin7 (~skcin7@c-68-44-153-20.hsd1.nj.comcast.net)
- # [03:00] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [03:01] * Quits: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Quit: MikeSmith)
- # [03:06] * Quits: sicking (~sicking@18-185.80-90.static-ip.oleane.fr) (Quit: sicking)
- # [03:07] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [03:17] * Joins: othermaciej (~mjs@65-114-101-150.dia.static.qwest.net)
- # [03:17] * Quits: skcin7 (~skcin7@c-68-44-153-20.hsd1.nj.comcast.net) (Ping timeout: 245 seconds)
- # [03:17] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [03:18] * Joins: skcin7 (~skcin7@c-68-44-153-20.hsd1.nj.comcast.net)
- # [03:27] * Quits: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: dydx)
- # [03:33] <stevefaulkner> JonathanNeal: yeah JAWS sometime interrogates the DOM directly and applies role mappings if not exposed via API
- # [03:34] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [03:34] <JonathanNeal> stevefaulkner: so is it a matter of being redundant for others?
- # [03:36] <stevefaulkner> JonathanNeal: if you want to support AT other than later JAWS then yeah
- # [03:36] <JonathanNeal> which AT?
- # [03:38] <stevefaulkner> NVDA, WE, VoiceOver, supernova
- # [03:41] <stevefaulkner> Orca
- # [03:41] <JonathanNeal> VoiceOver gives no distinction between <nav> and <nav role="navigation">
- # [03:42] <JonathanNeal> In fact, it gives no distinction between <nav> and <div>. Not in the text prompt and not in the voice prompt.
- # [03:46] <stevefaulkner> JonathanNeal: your statement is not helpful without some more info = what version of VoiceOver and OS and what Browser /version
- # [03:47] <JonathanNeal> Well, it was as descriptive as yours :) VoiceOver 6, Mountain Lion, Chrome 22.
- # [03:48] <JonathanNeal> Same in Safari 6.0.1
- # [03:51] * Quits: othermaciej (~mjs@65-114-101-150.dia.static.qwest.net) (Quit: othermaciej)
- # [03:51] * Joins: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [03:52] <stevefaulkner> then i suggest you are doing something wrong as in Safari 6 etc thereI get a difference
- # [03:52] <JonathanNeal> I'll try it again, with and without role="navigation" on the <nav>
- # [03:53] <JonathanNeal> Yea, nothing about role="navigation".
- # [03:54] <stevefaulkner> JonathanNeal: will check in morning and get back to you
- # [03:55] <GPHemsley> Hixie: What did Web Controls evolve into?
- # [03:55] * Quits: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [04:00] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 268 seconds)
- # [04:04] <GPHemsley> http://ln.hixie.ch/?start=1140242962&count=1
- # [04:08] <GPHemsley> http://ln.hixie.ch/?start=1144794177&order=-1&count=1
- # [04:09] * Quits: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Quit: MikeSmith)
- # [04:11] <GPHemsley> http://ln.hixie.ch/?start=1154950069&order=-1&count=1
- # [04:11] <GPHemsley> http://www.w3.org/2001/tag/doc/mime-respect-20060412
- # [04:20] * Joins: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [04:23] * Quits: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Client Quit)
- # [04:23] <GPHemsley> http://ln.hixie.ch/?start=1170104775&order=-1&count=1
- # [04:23] <GPHemsley> "Don't fall into the temptation of discussing the meaning of the word "meaning"."
- # [04:23] * Joins: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [04:23] <GPHemsley> http://www.w3.org/mid/20070129180343.GG1946@ccil.org
- # [04:28] <GPHemsley> Hey, remember that time when Acid3 was a thing?
- # [04:32] * Quits: MikeSmith (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Quit: MikeSmith)
- # [04:34] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox_ben)
- # [04:35] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [04:43] * Quits: cabanier (~cabanier@62-50-199-254.client.stsn.net) (Quit: Leaving.)
- # [04:43] * Joins: cabanier (~cabanier@46.245.240.151)
- # [05:04] * Quits: OnlyMax (~OnlyMax@187-126-45-125.user.veloxzone.com.br)
- # [05:13] * Joins: cabanier1 (~cabanier@sjfw1-a.adobe.com)
- # [05:16] * Quits: cabanier (~cabanier@46.245.240.151) (Ping timeout: 255 seconds)
- # [05:16] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [05:16] * Joins: jackolant (jackolant@unaffiliated/jackolant)
- # [05:17] <jackolant> This is kind of awkward, but I never seem to understand the relationship between Mozilla, W3C and WhatWG.
- # [05:17] <jackolant> All three have specifications and examples and documents and proposals and drafts and standards...
- # [05:17] <jackolant> It seems as if Mozilla Developer Network is the "bible" somehow.
- # [05:17] <jackolant> Yet it's written as articles, often in a non-formal fashion.
- # [05:41] * Quits: manu-db (~msporny@216.252.204.51) (Ping timeout: 265 seconds)
- # [05:41] <Hixie> GPHemsley: evolved into rot. :-(
- # [05:42] <Hixie> jackolant: mozilla is a browser vendor, any proposals and drafts are "just" proposals (proprietary, in a way, though maybe not with any more or less buy-in than what i'm about to talk about)
- # [05:42] <jackolant> :S
- # [05:42] <Hixie> jackolant: w3c, ietf, and whatwg are different standards organisations that work on web techs
- # [05:43] <jackolant> I have never heard of IETF before now, and I've read a lot...
- # [05:43] <Hixie> jackolant: w3c and whatwg work on higher-level stuff like html, ietf on lower-level stuff like TCP/IP and URLs and DNS
- # [05:43] * Joins: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [05:43] <Hixie> (afk bbiab, if you want more detail)
- # [05:45] <jackolant> Hmm.
- # [05:45] <jackolant> Well, basically, whenever I need to look something up, I open MDN which I have bookmarked and search for a keyword.
- # [05:45] <jackolant> I get a bunch of results which is usually an article which seems to be in wiki format.
- # [05:45] <jackolant> This feels very non-formal.
- # [05:45] <jackolant> They also link to http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element
- # [05:46] <jackolant> This page in itself feels very slow and strange.
- # [05:46] <jackolant> I wish they would lock themselves in for a few weeks non-stop and come out with a Bible with a version number.
- # [05:47] <jackolant> And then that's THAT.
- # [05:47] <jackolant> It's fixed.
- # [05:47] <jackolant> Never touched again.
- # [05:47] <jackolant> Then they do the same thing a few months later.
- # [05:47] <jackolant> And use all the feedback etc.
- # [05:47] <jackolant> And then another Bible is done.
- # [05:47] <jackolant> Never to be touched again.
- # [05:47] <jackolant> This "living standard" stuff is asking for confusion and problems IMO.
- # [05:49] * Joins: shwetank (~shwetank@122.173.186.142)
- # [05:49] * Quits: linclark (~clark@67.186.35.246) (Quit: linclark)
- # [05:50] <Hixie> jackolant: you want us to only release things every two months instead of every two hours?
- # [05:50] <Hixie> jackolant: so if we find an error we should wait before we fix it?
- # [05:53] <jackolant> Well... my main message with that speech was that there needs to be some "milestones".
- # [05:53] <jackolant> Like "stable releases".
- # [05:53] <jackolant> And not like many FOSS projects where the stable version is ancient and you are expected to use the very latest bleeding edge one.
- # [05:54] <jackolant> Even if you do fix some error immediately, that is still just a specification and the implementators will need to implement it.
- # [05:57] * Quits: dydx (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: dydx)
- # [05:57] <Hixie> what purpose does a milestone spec serve?
- # [05:58] <Hixie> all it would do is mean the people following the spec were following something that was wrong
- # [05:58] <Hixie> which would mean the browsers would be even more buggy
- # [05:59] * Joins: manu-db (~msporny@216.252.204.51)
- # [06:03] <zewt> <jackolant> Never touched again. <- that smells very IETF to me
- # [06:11] <jackolant> The point is that a fixed version would be released.
- # [06:11] <jackolant> Without changing the old one.
- # [06:12] <Hixie> but of what use would that be?
- # [06:12] <jackolant> "If you follow this version, you can be sure that this what you work with."
- # [06:12] * Quits: Kid_ (~Kid@h-145-188.a151.priv.bahnhof.se) (Quit: Leaving...)
- # [06:12] <jackolant> There's a lot of old software that has bugs that people depend on...
- # [06:12] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [06:12] <Hixie> oh, i see the misunderstanding
- # [06:12] <Hixie> browsers don't implement the specs the way you think
- # [06:13] <jackolant> :S
- # [06:13] <Hixie> it's not like we release a spec in december and all the browsers release an update that exactly matches the spec
- # [06:13] <Hixie> nor do the browsers behave differently for pages written in 2010 than pages written in 2011 (or 2001)
- # [06:13] <jackolant> By the way, there needs to be a way to directly get/set/manipulate pixels of images... looping through the imageData in JS is extremely slow.
- # [06:14] * Quits: jackolant (jackolant@unaffiliated/jackolant) (Read error: Connection reset by peer)
- # [06:14] <Hixie> yeah, there's work on making gpu-based thingies to do image manipulation
- # [06:14] * Hixie hands off to zewt to handle the questions about spec development and releases and goes to watch some TV
- # [06:14] <Hixie> bbl :-)
- # [06:15] * Joins: jackolant (jackolant@unaffiliated/jackolant)
- # [06:15] <jackolant> My browser crashed.
- # [06:17] <Hixie> (case in point, no spec has ever said that the browser should crash :-) )
- # [06:18] <jackolant> Opera seems to be crashy every other version.
- # [06:18] <jackolant> And stable every other version.
- # [06:18] <jackolant> I mean "stable" ones.
- # [06:30] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [06:37] * Joins: weinig (~weinig@24.130.60.35)
- # [06:43] * Parts: jackolant (jackolant@unaffiliated/jackolant)
- # [07:01] * Quits: skcin7 (~skcin7@c-68-44-153-20.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
- # [07:04] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 255 seconds)
- # [07:06] * Quits: BruNeX (u4730@gateway/web/irccloud.com/x-wmfzuzuxzjnewsrs) (*.net *.split)
- # [07:06] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-ttpmhqululkzalqm) (*.net *.split)
- # [07:06] * Quits: hdv (u2376@gateway/web/irccloud.com/x-swdnikfuuubzyjqw) (*.net *.split)
- # [07:06] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (*.net *.split)
- # [07:06] * Quits: eric_carlson (~eric@17.212.152.104) (*.net *.split)
- # [07:06] * Quits: nephyrin (~neph@nat/mozilla/x-ncfhzechotyifjqx) (*.net *.split)
- # [07:06] * Quits: wycats (uid79@gateway/web/irccloud.com/x-djxftexknzsrdieo) (*.net *.split)
- # [07:06] * Quits: jamesr_ (jamesr@nat/google/x-kcgwknnrbbwqqqyp) (*.net *.split)
- # [07:06] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:8ba:b102:65de:71b1) (*.net *.split)
- # [07:06] * Quits: beverloo (peter@nat/google/x-kaerqwiioyuxcuzo) (*.net *.split)
- # [07:06] * Quits: jennb (jennb@nat/google/x-wcleekqgmeujhhmz) (*.net *.split)
- # [07:06] * Quits: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82) (*.net *.split)
- # [07:06] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
- # [07:06] * Quits: isherman (isherman@nat/google/x-mvaghfnezpakbvpw) (*.net *.split)
- # [07:06] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
- # [07:06] * Quits: [tm] (~mike@sideshowbarker.net) (*.net *.split)
- # [07:06] * Quits: Druide__ (~Druid@p5B05CB85.dip.t-dialin.net) (*.net *.split)
- # [07:06] * Quits: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com) (*.net *.split)
- # [07:06] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
- # [07:06] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [07:06] * Quits: beverloo` (~peter@85.17.3.180) (*.net *.split)
- # [07:06] * Quits: Martijnc (~Martijn@85.17.3.180) (*.net *.split)
- # [07:06] * Quits: akamike (u5089@gateway/web/irccloud.com/x-ekqogfypfrxzsrso) (*.net *.split)
- # [07:06] * Quits: viduthalai1947 (u5404@gateway/web/irccloud.com/x-cggbykfuhjoncxib) (*.net *.split)
- # [07:06] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-teoitnutdnngrplt) (*.net *.split)
- # [07:06] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-vynibsiiusfmfnie) (*.net *.split)
- # [07:06] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-rxexpupevptdflvm) (*.net *.split)
- # [07:06] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-qvgtaljwyafvwvfm) (*.net *.split)
- # [07:06] * Quits: slightlyoff (u1768@gateway/web/irccloud.com/x-jwvququaqkmtpmvc) (*.net *.split)
- # [07:06] * Quits: arv (u4269@gateway/web/irccloud.com/x-qxkzevtegyojdfaz) (*.net *.split)
- # [07:06] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [07:06] * Quits: danielfilho|w (~danielfil@200.232.113.107) (*.net *.split)
- # [07:06] * Quits: Lachy (~Lachy@cm-84.215.19.229.getinternet.no) (*.net *.split)
- # [07:06] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-ofywwkllgkmqhpzt) (*.net *.split)
- # [07:06] * Quits: SamB_MacG5 (~samb_macg@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com) (*.net *.split)
- # [07:06] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [07:06] * Quits: fkm (~fkm@unaffiliated/fkm) (*.net *.split)
- # [07:06] * Quits: jochen__ (jochen@nat/google/x-amvbthunejosqosd) (*.net *.split)
- # [07:06] * Quits: manu-db (~msporny@216.252.204.51) (*.net *.split)
- # [07:06] * Quits: danja (~danny@host157-7-dynamic.8-79-r.retail.telecomitalia.it) (*.net *.split)
- # [07:06] * Quits: irfaN (~nrth@unaffiliated/irfan) (*.net *.split)
- # [07:06] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [07:06] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
- # [07:06] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [07:06] * Quits: jdong_ (~quassel@123.126.22.58) (*.net *.split)
- # [07:06] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [07:06] * Quits: scheib (u4467@gateway/web/irccloud.com/x-bnrjkzdasohvxddc) (*.net *.split)
- # [07:06] * Quits: abarth (u5294@gateway/web/irccloud.com/x-hygsaikclzsxtgko) (*.net *.split)
- # [07:06] * Quits: tobie (u5692@gateway/web/irccloud.com/x-nqmqikusqcfboiai) (*.net *.split)
- # [07:06] * Quits: griswold (~quassel@vpn.space150.com) (*.net *.split)
- # [07:06] * Quits: rillian (~giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [07:06] * Quits: cabanier1 (~cabanier@sjfw1-a.adobe.com) (*.net *.split)
- # [07:06] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [07:06] * Quits: wakaba (~wakaba@119.22.102.121.dy.bbexcite.jp) (*.net *.split)
- # [07:06] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [07:06] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
- # [07:06] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-wrjyfisdxerbztqq) (*.net *.split)
- # [07:06] * Quits: falken (falken@nat/google/x-wxzsdvnqeuxvkvgh) (*.net *.split)
- # [07:06] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
- # [07:06] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
- # [07:06] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [07:06] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [07:06] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [07:06] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [07:06] * Quits: mamund (mamund@obsidian.recompiled.net) (*.net *.split)
- # [07:06] * Quits: yoshiki_ (yoshiki@nat/google/x-pkrzjsgcbhprmlww) (*.net *.split)
- # [07:06] * Quits: Jasper (magcius@unaffiliated/magcius) (*.net *.split)
- # [07:06] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [07:06] * Quits: reggna_ (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [07:06] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [07:06] * Quits: wirepair_ (fbi@random.supermario.org) (*.net *.split)
- # [07:06] * Quits: odinho_ (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [07:06] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [07:06] * Quits: Yudai (~Yudai@nttkyo332136.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [07:06] * Quits: manu1 (~chatzilla@pool-74-107-160-200.ronkva.east.verizon.net) (*.net *.split)
- # [07:06] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (*.net *.split)
- # [07:06] * Quits: Obvious (tachikoma@188.226.74.2) (*.net *.split)
- # [07:06] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [07:06] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [07:06] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [07:06] * Quits: ukai_ (ukai@nat/google/x-fdrjtfkprelrczdc) (*.net *.split)
- # [07:06] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [07:06] * Quits: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
- # [07:06] * Quits: lokling (~quassel@quassel.woboq.de) (*.net *.split)
- # [07:06] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
- # [07:06] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [07:06] * Quits: dcheng (dcheng@nat/google/x-kooabuwsmjhemcvp) (*.net *.split)
- # [07:06] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
- # [07:06] * Quits: acies (acies@nitro.plus.io) (*.net *.split)
- # [07:06] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
- # [07:06] * Quits: dsadinoff (~dsadinoff@ec2-79-125-104-255.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [07:06] * Quits: hendry (~hendry@sg.webconverger.com) (*.net *.split)
- # [07:06] * Quits: ryuone (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
- # [07:06] * Quits: timeless (uid4015@firefox/developer/timeless) (*.net *.split)
- # [07:06] * Quits: toddmparker__ (uid3054@gateway/web/irccloud.com/x-tdlvlzjrkxfvtbjk) (*.net *.split)
- # [07:06] * Quits: Phae (uid455@gateway/web/irccloud.com/x-bkvwtaohhttlvolr) (*.net *.split)
- # [07:06] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [07:06] * Quits: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com) (*.net *.split)
- # [07:06] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [07:06] * Quits: Workshiva (Dashiva@nat/google/x-csgfrmuibxtgrlqb) (*.net *.split)
- # [07:06] * Quits: kanzure (~kanzure@131.252.130.248) (*.net *.split)
- # [07:06] * Quits: shakesoda (~shakesoda@celestiaradio/shark/soda) (*.net *.split)
- # [07:06] * Quits: weinig (~weinig@24.130.60.35) (*.net *.split)
- # [07:06] * Quits: boblet (uid1921@gateway/web/irccloud.com/x-xuhdhcvhfksqzycy) (*.net *.split)
- # [07:06] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
- # [07:06] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
- # [07:06] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
- # [07:06] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [07:06] * Quits: shwetank (~shwetank@122.173.186.142) (*.net *.split)
- # [07:06] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (*.net *.split)
- # [07:06] * Quits: Habo (~Habo@popkorn.progressbar.sk) (*.net *.split)
- # [07:06] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [07:06] * Quits: FireFly (~firefly@oftn/member/FireFly) (*.net *.split)
- # [07:06] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [07:06] * Quits: ajt_ (~ajt@li181-64.members.linode.com) (*.net *.split)
- # [07:06] * Quits: othree (~othree@li379-129.members.linode.com) (*.net *.split)
- # [07:06] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [07:06] * Quits: ciluu (~ciluu@2a01:270:201f::cafe) (*.net *.split)
- # [07:06] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xkzrtbripzbtoixf) (*.net *.split)
- # [07:06] * Quits: beowulf (uid116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [07:06] * Quits: nonge (~nonge@p50829145.dip.t-dialin.net) (*.net *.split)
- # [07:06] * Quits: scottjehl__ (u3055@gateway/web/irccloud.com/x-xcedvjtqpvpjptdd) (*.net *.split)
- # [07:06] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-cqpfleshokaxrvrj) (*.net *.split)
- # [07:06] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [07:06] * Quits: DanielFriesen (~dantman@mediawiki/dantman) (*.net *.split)
- # [07:06] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [07:06] * Quits: Kingdutch (~kingdutch@li442-4.members.linode.com) (*.net *.split)
- # [07:06] * Quits: TabAtkins (tabatkins@nat/google/x-zoonqeeozfswtvan) (*.net *.split)
- # [07:06] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [07:06] * Quits: inimino (~inimino@oftn/board/inimino) (*.net *.split)
- # [07:06] * Quits: ImBcmDth (~Jon@pool-108-35-110-36.nwrknj.fios.verizon.net) (*.net *.split)
- # [07:06] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [07:06] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [07:06] * Quits: michel_v (~tofu@unaffiliated/michelv/x-000000001) (*.net *.split)
- # [07:06] * Quits: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net) (*.net *.split)
- # [07:06] * Quits: krijn (u2319@gateway/web/irccloud.com/x-apbbmiogawzsswrb) (*.net *.split)
- # [07:06] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [07:06] * Quits: ben_alman (~cowboy@awesome.benalman.com) (*.net *.split)
- # [07:06] * Quits: hasather (~davidh@office.oslo.opera.com) (*.net *.split)
- # [07:06] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
- # [07:06] * Quits: fishd (darin@nat/google/x-jqyfvzbyjmcfsjsl) (*.net *.split)
- # [07:06] * Quits: padenot (~paul@li421-75.members.linode.com) (*.net *.split)
- # [07:06] * Quits: annevk (~annevk@a82-161-179-17.adsl.xs4all.nl) (*.net *.split)
- # [07:06] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [07:06] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [07:06] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [07:06] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [07:06] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-kgakurquyqvkbisu) (*.net *.split)
- # [07:06] * Quits: abstractj|away (~abstractj@redhat/jboss/abstractj) (*.net *.split)
- # [07:06] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (*.net *.split)
- # [07:15] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [08:41] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [08:43] * Parts: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [09:45] * Joins: Ms2ger (~Ms2ger@109.133.31.207)
- # [09:55] * Joins: shwetank (~shwetank@122.173.240.210)
- # [09:59] * Joins: 50UABV046 (~shwetank@122.173.118.216)
- # [09:59] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
- # [09:59] * Joins: SimonSapin (~simon@93.158.47.84)
- # [09:59] * Joins: inimino (~inimino@oftn/board/inimino)
- # [09:59] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [09:59] * Joins: ryuone (~ryuone@www2406uf.sakura.ne.jp)
- # [09:59] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [09:59] * Joins: acies (acies@nitro.plus.io)
- # [09:59] * Joins: kanzure (~kanzure@131.252.130.248)
- # [09:59] * Joins: TabAtkins (tabatkins@nat/google/x-zoonqeeozfswtvan)
- # [09:59] * Joins: Kingdutch (~kingdutch@li442-4.members.linode.com)
- # [09:59] * Joins: ahf (ahf@irssi/staff/ahf)
- # [09:59] * Joins: wirepair_ (fbi@random.supermario.org)
- # [09:59] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [09:59] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [09:59] * Joins: ciluu (~ciluu@2a01:270:201f::cafe)
- # [09:59] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [09:59] * Joins: ukai_ (ukai@nat/google/x-fdrjtfkprelrczdc)
- # [09:59] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [09:59] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
- # [09:59] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [09:59] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [09:59] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [09:59] * Joins: riddle (riddle@us.yunix.net)
- # [09:59] * Joins: Obvious (tachikoma@188.226.74.2)
- # [09:59] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [09:59] * Joins: Workshiva (Dashiva@nat/google/x-csgfrmuibxtgrlqb)
- # [09:59] * Joins: reggna_ (~reggna@irc.jagochmittmoln.se)
- # [09:59] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [09:59] * Joins: othree (~othree@li379-129.members.linode.com)
- # [09:59] * Joins: Areks (~Areks@rs.gridnine.com)
- # [09:59] * Joins: hober (~ted@unaffiliated/hober)
- # [09:59] * Joins: payman (~payman@pat.se.opera.com)
- # [09:59] * Joins: ajt_ (~ajt@li181-64.members.linode.com)
- # [09:59] * Joins: hendry (~hendry@sg.webconverger.com)
- # [09:59] * Joins: Jasper (magcius@unaffiliated/magcius)
- # [09:59] * Joins: jochen__ (jochen@nat/google/x-amvbthunejosqosd)
- # [09:59] * Joins: gavin_ (~gavin@76.14.87.162)
- # [09:59] * Joins: astearns (~astearns@192.150.22.5)
- # [09:59] * Joins: fkm (~fkm@unaffiliated/fkm)
- # [09:59] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [09:59] * Joins: FireFly (~firefly@oftn/member/FireFly)
- # [09:59] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [09:59] * Joins: falken (falken@nat/google/x-wxzsdvnqeuxvkvgh)
- # [09:59] * Joins: dcheng (dcheng@nat/google/x-kooabuwsmjhemcvp)
- # [09:59] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [09:59] * Joins: Hixie (~ianh@178.255.149.100)
- # [09:59] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
- # [09:59] * Joins: Habo (~Habo@popkorn.progressbar.sk)
- # [09:59] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [09:59] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [09:59] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [09:59] * Joins: DanielFriesen (~dantman@mediawiki/dantman)
- # [09:59] * Joins: manu1 (~chatzilla@pool-74-107-160-200.ronkva.east.verizon.net)
- # [09:59] * Joins: Yudai (~Yudai@nttkyo332136.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [09:59] * Joins: griswold (~quassel@vpn.space150.com)
- # [09:59] * Joins: shakesoda (~shakesoda@celestiaradio/shark/soda)
- # [09:59] * Joins: irfaN (~nrth@unaffiliated/irfan)
- # [09:59] * Joins: odinho (~odinho@office.oslo.opera.com)
- # [09:59] * Joins: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com)
- # [09:59] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [09:59] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [09:59] * Joins: Adawerk (~ada@169.241.49.57)
- # [09:59] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [09:59] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [09:59] * Joins: lokling (~quassel@quassel.woboq.de)
- # [09:59] * Joins: odinho_ (odinho@dalvik.ping.uio.no)
- # [09:59] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-cqpfleshokaxrvrj)
- # [09:59] * Joins: arv (u4269@gateway/web/irccloud.com/x-qxkzevtegyojdfaz)
- # [09:59] * Joins: slightlyoff (u1768@gateway/web/irccloud.com/x-jwvququaqkmtpmvc)
- # [09:59] * Joins: scottjehl__ (u3055@gateway/web/irccloud.com/x-xcedvjtqpvpjptdd)
- # [09:59] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-qvgtaljwyafvwvfm)
- # [09:59] * Joins: ojan_away (u5519@gateway/web/irccloud.com/x-rxexpupevptdflvm)
- # [09:59] * Joins: tobie (u5692@gateway/web/irccloud.com/x-nqmqikusqcfboiai)
- # [09:59] * Joins: abarth (u5294@gateway/web/irccloud.com/x-hygsaikclzsxtgko)
- # [09:59] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-vynibsiiusfmfnie)
- # [09:59] * Joins: viduthalai1947 (u5404@gateway/web/irccloud.com/x-cggbykfuhjoncxib)
- # [10:00] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-teoitnutdnngrplt)
- # [10:00] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-wrjyfisdxerbztqq)
- # [10:00] * Joins: scheib (u4467@gateway/web/irccloud.com/x-bnrjkzdasohvxddc)
- # [10:00] * Joins: rillian (~giles@mf4-xiph.osuosl.org)
- # [10:00] * Joins: yoshiki_ (yoshiki@nat/google/x-pkrzjsgcbhprmlww)
- # [10:00] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
- # [10:00] * Joins: akamike (u5089@gateway/web/irccloud.com/x-ekqogfypfrxzsrso)
- # [10:00] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [10:00] * Joins: Martijnc (~Martijn@85.17.3.180)
- # [10:00] * Joins: dsadinoff (~dsadinoff@ec2-79-125-104-255.eu-west-1.compute.amazonaws.com)
- # [10:00] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [10:00] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
- # [10:00] * Joins: danja (~danny@host157-7-dynamic.8-79-r.retail.telecomitalia.it)
- # [10:00] * Joins: beverloo` (~peter@85.17.3.180)
- # [10:00] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [10:00] * Joins: SamB_MacG5 (~samb_macg@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com)
- # [10:00] * Joins: Jedi_ (~Jedi@jedi.org)
- # [10:00] * Joins: jdong_ (~quassel@123.126.22.58)
- # [10:00] * Joins: jahman (~woops@129.175.204.73)
- # [10:00] * Joins: wakaba (~wakaba@119.22.102.121.dy.bbexcite.jp)
- # [10:00] * Joins: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [10:00] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [10:00] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [10:00] * Joins: nonge (~nonge@p50829145.dip.t-dialin.net)
- # [10:00] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
- # [10:00] * Joins: beowulf (uid116@pdpc/supporter/professional/beowulf)
- # [10:00] * Joins: Phae (uid455@gateway/web/irccloud.com/x-bkvwtaohhttlvolr)
- # [10:00] * Joins: boblet (uid1921@gateway/web/irccloud.com/x-xuhdhcvhfksqzycy)
- # [10:00] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-ofywwkllgkmqhpzt)
- # [10:00] * Joins: toddmparker__ (uid3054@gateway/web/irccloud.com/x-tdlvlzjrkxfvtbjk)
- # [10:00] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xkzrtbripzbtoixf)
- # [10:00] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [10:00] * Joins: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com)
- # [10:00] * Joins: mamund (mamund@obsidian.recompiled.net)
- # [10:00] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [10:00] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [10:00] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [10:00] * Joins: manu-db (~msporny@216.252.204.51)
- # [10:00] * Joins: Druide_ (~Druid@p5B05CB85.dip.t-dialin.net)
- # [10:00] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [10:00] * Joins: michel_v (~tofu@unaffiliated/michelv/x-000000001)
- # [10:00] * Joins: Famic (famic@hidden.dns.ug)
- # [10:00] * Joins: dbaron (~dbaron@93.158.40.175)
- # [10:00] * Joins: [tm] (~mike@sideshowbarker.net)
- # [10:00] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [10:00] * Joins: isherman (isherman@nat/google/x-mvaghfnezpakbvpw)
- # [10:00] * Joins: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82)
- # [10:00] * Joins: jennb (jennb@nat/google/x-wcleekqgmeujhhmz)
- # [10:00] * Joins: beverloo (peter@nat/google/x-kaerqwiioyuxcuzo)
- # [10:00] * Joins: jonlee|afk (~jonlee@2620:149:4:1b01:8ba:b102:65de:71b1)
- # [10:00] * Joins: jamesr_ (jamesr@nat/google/x-kcgwknnrbbwqqqyp)
- # [10:00] * Joins: wycats (uid79@gateway/web/irccloud.com/x-djxftexknzsrdieo)
- # [10:00] * Joins: hdv (u2376@gateway/web/irccloud.com/x-swdnikfuuubzyjqw)
- # [10:00] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-ttpmhqululkzalqm)
- # [10:00] * Joins: BruNeX (u4730@gateway/web/irccloud.com/x-wmfzuzuxzjnewsrs)
- # [10:00] * Joins: ben_alman (~cowboy@awesome.benalman.com)
- # [10:00] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [10:00] * Joins: ImBcmDth (~Jon@pool-108-35-110-36.nwrknj.fios.verizon.net)
- # [10:00] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [10:00] * Joins: annevk (~annevk@a82-161-179-17.adsl.xs4all.nl)
- # [10:00] * Joins: globbot (~logbot@lump.glob.com.au)
- # [10:00] * Joins: eric_carlson (~eric@17.212.152.104)
- # [10:00] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [10:00] * Joins: mpt (~mpt@canonical/mpt)
- # [10:00] * Joins: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net)
- # [10:00] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-kgakurquyqvkbisu)
- # [10:00] * Joins: krijn (u2319@gateway/web/irccloud.com/x-apbbmiogawzsswrb)
- # [10:00] * Joins: abstractj|away (~abstractj@redhat/jboss/abstractj)
- # [10:00] * Joins: nephyrin (~neph@nat/mozilla/x-ncfhzechotyifjqx)
- # [10:00] * Joins: carlos_antonio (~benway@unaffiliated/disusered)
- # [10:00] * Joins: hasather (~davidh@office.oslo.opera.com)
- # [10:00] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [10:00] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [10:00] * Joins: fishd (darin@nat/google/x-jqyfvzbyjmcfsjsl)
- # [10:00] * Joins: padenot (~paul@li421-75.members.linode.com)
- # [10:01] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [10:02] * Quits: shwetank (~shwetank@122.173.240.210) (Ping timeout: 241 seconds)
- # [10:11] * Quits: dbaron (~dbaron@93.158.40.175) (*.net *.split)
- # [10:11] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [10:11] * Quits: michel_v (~tofu@unaffiliated/michelv/x-000000001) (*.net *.split)
- # [10:11] * Quits: Druide_ (~Druid@p5B05CB85.dip.t-dialin.net) (*.net *.split)
- # [10:11] * Quits: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com) (*.net *.split)
- # [10:11] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
- # [10:11] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [10:11] * Quits: beverloo` (~peter@85.17.3.180) (*.net *.split)
- # [10:11] * Quits: Martijnc (~Martijn@85.17.3.180) (*.net *.split)
- # [10:11] * Quits: akamike (u5089@gateway/web/irccloud.com/x-ekqogfypfrxzsrso) (*.net *.split)
- # [10:11] * Quits: viduthalai1947 (u5404@gateway/web/irccloud.com/x-cggbykfuhjoncxib) (*.net *.split)
- # [10:11] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-teoitnutdnngrplt) (*.net *.split)
- # [10:11] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-vynibsiiusfmfnie) (*.net *.split)
- # [10:11] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-rxexpupevptdflvm) (*.net *.split)
- # [10:11] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-qvgtaljwyafvwvfm) (*.net *.split)
- # [10:11] * Quits: slightlyoff (u1768@gateway/web/irccloud.com/x-jwvququaqkmtpmvc) (*.net *.split)
- # [10:11] * Quits: arv (u4269@gateway/web/irccloud.com/x-qxkzevtegyojdfaz) (*.net *.split)
- # [10:11] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [10:11] * Quits: danielfilho|w (~danielfil@200.232.113.107) (*.net *.split)
- # [10:11] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-ofywwkllgkmqhpzt) (*.net *.split)
- # [10:11] * Quits: SamB_MacG5 (~samb_macg@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com) (*.net *.split)
- # [10:11] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [10:11] * Quits: fkm (~fkm@unaffiliated/fkm) (*.net *.split)
- # [10:11] * Quits: jochen__ (jochen@nat/google/x-amvbthunejosqosd) (*.net *.split)
- # [10:11] * Quits: danja (~danny@host157-7-dynamic.8-79-r.retail.telecomitalia.it) (*.net *.split)
- # [10:11] * Quits: irfaN (~nrth@unaffiliated/irfan) (*.net *.split)
- # [10:11] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [10:11] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
- # [10:11] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [10:11] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (*.net *.split)
- # [10:11] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [10:11] * Quits: jdong_ (~quassel@123.126.22.58) (*.net *.split)
- # [10:11] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [10:11] * Quits: scheib (u4467@gateway/web/irccloud.com/x-bnrjkzdasohvxddc) (*.net *.split)
- # [10:11] * Quits: abarth (u5294@gateway/web/irccloud.com/x-hygsaikclzsxtgko) (*.net *.split)
- # [10:11] * Quits: tobie (u5692@gateway/web/irccloud.com/x-nqmqikusqcfboiai) (*.net *.split)
- # [10:11] * Quits: griswold (~quassel@vpn.space150.com) (*.net *.split)
- # [10:11] * Quits: rillian (~giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [10:11] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [10:11] * Quits: wakaba (~wakaba@119.22.102.121.dy.bbexcite.jp) (*.net *.split)
- # [10:11] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [10:11] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
- # [10:11] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-wrjyfisdxerbztqq) (*.net *.split)
- # [10:11] * Quits: falken (falken@nat/google/x-wxzsdvnqeuxvkvgh) (*.net *.split)
- # [10:11] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
- # [10:11] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
- # [10:11] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [10:11] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [10:11] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [10:11] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [10:11] * Quits: 50UABV046 (~shwetank@122.173.118.216) (*.net *.split)
- # [10:11] * Quits: mamund (mamund@obsidian.recompiled.net) (*.net *.split)
- # [10:11] * Quits: yoshiki_ (yoshiki@nat/google/x-pkrzjsgcbhprmlww) (*.net *.split)
- # [10:11] * Quits: Jasper (magcius@unaffiliated/magcius) (*.net *.split)
- # [10:11] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [10:11] * Quits: reggna_ (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [10:11] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [10:11] * Quits: wirepair_ (fbi@random.supermario.org) (*.net *.split)
- # [10:11] * Quits: odinho_ (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [10:11] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [10:11] * Quits: Yudai (~Yudai@nttkyo332136.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [10:11] * Quits: manu1 (~chatzilla@pool-74-107-160-200.ronkva.east.verizon.net) (*.net *.split)
- # [10:11] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (*.net *.split)
- # [10:11] * Quits: Obvious (tachikoma@188.226.74.2) (*.net *.split)
- # [10:11] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [10:11] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [10:11] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [10:11] * Quits: ukai_ (ukai@nat/google/x-fdrjtfkprelrczdc) (*.net *.split)
- # [10:11] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [10:11] * Quits: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
- # [10:11] * Quits: lokling (~quassel@quassel.woboq.de) (*.net *.split)
- # [10:11] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
- # [10:11] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [10:11] * Quits: dcheng (dcheng@nat/google/x-kooabuwsmjhemcvp) (*.net *.split)
- # [10:11] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
- # [10:11] * Quits: acies (acies@nitro.plus.io) (*.net *.split)
- # [10:11] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
- # [10:11] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (*.net *.split)
- # [10:11] * Quits: dsadinoff (~dsadinoff@ec2-79-125-104-255.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [10:11] * Quits: hendry (~hendry@sg.webconverger.com) (*.net *.split)
- # [10:11] * Quits: ryuone (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
- # [10:11] * Quits: SimonSapin (~simon@93.158.47.84) (*.net *.split)
- # [10:11] * Quits: manu-db (~msporny@216.252.204.51) (*.net *.split)
- # [10:11] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [10:11] * Quits: timeless (uid4015@firefox/developer/timeless) (*.net *.split)
- # [10:11] * Quits: toddmparker__ (uid3054@gateway/web/irccloud.com/x-tdlvlzjrkxfvtbjk) (*.net *.split)
- # [10:11] * Quits: Phae (uid455@gateway/web/irccloud.com/x-bkvwtaohhttlvolr) (*.net *.split)
- # [10:11] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [10:11] * Quits: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com) (*.net *.split)
- # [10:11] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [10:11] * Quits: Workshiva (Dashiva@nat/google/x-csgfrmuibxtgrlqb) (*.net *.split)
- # [10:11] * Quits: kanzure (~kanzure@131.252.130.248) (*.net *.split)
- # [10:11] * Quits: shakesoda (~shakesoda@celestiaradio/shark/soda) (*.net *.split)
- # [10:11] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (*.net *.split)
- # [10:11] * Quits: boblet (uid1921@gateway/web/irccloud.com/x-xuhdhcvhfksqzycy) (*.net *.split)
- # [10:11] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
- # [10:11] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
- # [10:11] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
- # [10:11] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [10:11] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (*.net *.split)
- # [10:11] * Quits: Habo (~Habo@popkorn.progressbar.sk) (*.net *.split)
- # [10:11] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [10:11] * Quits: FireFly (~firefly@oftn/member/FireFly) (*.net *.split)
- # [10:11] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [10:11] * Quits: ajt_ (~ajt@li181-64.members.linode.com) (*.net *.split)
- # [10:11] * Quits: othree (~othree@li379-129.members.linode.com) (*.net *.split)
- # [10:11] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [10:11] * Quits: ciluu (~ciluu@2a01:270:201f::cafe) (*.net *.split)
- # [10:11] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xkzrtbripzbtoixf) (*.net *.split)
- # [10:11] * Quits: beowulf (uid116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [10:11] * Quits: nonge (~nonge@p50829145.dip.t-dialin.net) (*.net *.split)
- # [10:11] * Quits: scottjehl__ (u3055@gateway/web/irccloud.com/x-xcedvjtqpvpjptdd) (*.net *.split)
- # [10:11] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-cqpfleshokaxrvrj) (*.net *.split)
- # [10:11] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [10:11] * Quits: DanielFriesen (~dantman@mediawiki/dantman) (*.net *.split)
- # [10:11] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [10:11] * Quits: Kingdutch (~kingdutch@li442-4.members.linode.com) (*.net *.split)
- # [10:11] * Quits: TabAtkins (tabatkins@nat/google/x-zoonqeeozfswtvan) (*.net *.split)
- # [10:11] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [10:11] * Quits: inimino (~inimino@oftn/board/inimino) (*.net *.split)
- # [10:11] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
- # [10:11] * Quits: wycats (uid79@gateway/web/irccloud.com/x-djxftexknzsrdieo) (*.net *.split)
- # [10:11] * Quits: jamesr_ (jamesr@nat/google/x-kcgwknnrbbwqqqyp) (*.net *.split)
- # [10:11] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:8ba:b102:65de:71b1) (*.net *.split)
- # [10:11] * Quits: beverloo (peter@nat/google/x-kaerqwiioyuxcuzo) (*.net *.split)
- # [10:11] * Quits: jennb (jennb@nat/google/x-wcleekqgmeujhhmz) (*.net *.split)
- # [10:11] * Quits: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82) (*.net *.split)
- # [10:11] * Quits: isherman (isherman@nat/google/x-mvaghfnezpakbvpw) (*.net *.split)
- # [10:11] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
- # [10:11] * Quits: [tm] (~mike@sideshowbarker.net) (*.net *.split)
- # [10:11] * Quits: BruNeX (u4730@gateway/web/irccloud.com/x-wmfzuzuxzjnewsrs) (*.net *.split)
- # [10:11] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-ttpmhqululkzalqm) (*.net *.split)
- # [10:11] * Quits: hdv (u2376@gateway/web/irccloud.com/x-swdnikfuuubzyjqw) (*.net *.split)
- # [10:11] * Quits: eric_carlson (~eric@17.212.152.104) (*.net *.split)
- # [10:11] * Quits: nephyrin (~neph@nat/mozilla/x-ncfhzechotyifjqx) (*.net *.split)
- # [10:11] * Quits: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net) (*.net *.split)
- # [10:11] * Quits: krijn (u2319@gateway/web/irccloud.com/x-apbbmiogawzsswrb) (*.net *.split)
- # [10:12] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [10:12] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (*.net *.split)
- # [10:12] * Quits: hasather (~davidh@office.oslo.opera.com) (*.net *.split)
- # [10:12] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
- # [10:12] * Quits: fishd (darin@nat/google/x-jqyfvzbyjmcfsjsl) (*.net *.split)
- # [10:12] * Quits: padenot (~paul@li421-75.members.linode.com) (*.net *.split)
- # [10:12] * Quits: ben_alman (~cowboy@awesome.benalman.com) (*.net *.split)
- # [10:12] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [10:12] * Quits: ImBcmDth (~Jon@pool-108-35-110-36.nwrknj.fios.verizon.net) (*.net *.split)
- # [10:12] * Quits: annevk (~annevk@a82-161-179-17.adsl.xs4all.nl) (*.net *.split)
- # [10:12] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [10:12] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [10:12] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [10:12] * Quits: sawrubh (u6719@gateway/web/irccloud.com/x-kgakurquyqvkbisu) (*.net *.split)
- # [10:12] * Quits: abstractj|away (~abstractj@redhat/jboss/abstractj) (*.net *.split)
- # [10:12] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (*.net *.split)
- # [10:14] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [10:14] * Joins: 50UABV046 (~shwetank@122.173.118.216)
- # [10:14] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
- # [10:14] * Joins: SimonSapin (~simon@93.158.47.84)
- # [10:14] * Joins: inimino (~inimino@oftn/board/inimino)
- # [10:14] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [10:14] * Joins: ryuone (~ryuone@www2406uf.sakura.ne.jp)
- # [10:14] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [10:14] * Joins: acies (acies@nitro.plus.io)
- # [10:14] * Joins: kanzure (~kanzure@131.252.130.248)
- # [10:14] * Joins: TabAtkins (tabatkins@nat/google/x-zoonqeeozfswtvan)
- # [10:14] * Joins: Kingdutch (~kingdutch@li442-4.members.linode.com)
- # [10:14] * Joins: ahf (ahf@irssi/staff/ahf)
- # [10:14] * Joins: wirepair_ (fbi@random.supermario.org)
- # [10:14] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [10:14] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [10:14] * Joins: ciluu (~ciluu@2a01:270:201f::cafe)
- # [10:14] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [10:14] * Joins: ukai_ (ukai@nat/google/x-fdrjtfkprelrczdc)
- # [10:14] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [10:14] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
- # [10:14] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [10:14] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [10:14] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [10:14] * Joins: riddle (riddle@us.yunix.net)
- # [10:14] * Joins: Obvious (tachikoma@188.226.74.2)
- # [10:14] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [10:14] * Joins: Workshiva (Dashiva@nat/google/x-csgfrmuibxtgrlqb)
- # [10:14] * Joins: reggna_ (~reggna@irc.jagochmittmoln.se)
- # [10:14] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [10:14] * Joins: othree (~othree@li379-129.members.linode.com)
- # [10:14] * Joins: Areks (~Areks@rs.gridnine.com)
- # [10:14] * Joins: hober (~ted@unaffiliated/hober)
- # [10:14] * Joins: payman (~payman@pat.se.opera.com)
- # [10:14] * Joins: ajt_ (~ajt@li181-64.members.linode.com)
- # [10:14] * Joins: hendry (~hendry@sg.webconverger.com)
- # [10:14] * Joins: Jasper (magcius@unaffiliated/magcius)
- # [10:14] * Joins: jochen__ (jochen@nat/google/x-amvbthunejosqosd)
- # [10:14] * Joins: gavin_ (~gavin@76.14.87.162)
- # [10:14] * Joins: astearns (~astearns@192.150.22.5)
- # [10:14] * Joins: fkm (~fkm@unaffiliated/fkm)
- # [10:14] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [10:14] * Joins: FireFly (~firefly@oftn/member/FireFly)
- # [10:14] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [10:14] * Joins: falken (falken@nat/google/x-wxzsdvnqeuxvkvgh)
- # [10:14] * Joins: dcheng (dcheng@nat/google/x-kooabuwsmjhemcvp)
- # [10:14] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [10:14] * Joins: Hixie (~ianh@178.255.149.100)
- # [10:14] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
- # [10:14] * Joins: Habo (~Habo@popkorn.progressbar.sk)
- # [10:14] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [10:14] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [10:14] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [10:14] * Joins: DanielFriesen (~dantman@mediawiki/dantman)
- # [10:14] * Joins: manu1 (~chatzilla@pool-74-107-160-200.ronkva.east.verizon.net)
- # [10:14] * Joins: Yudai (~Yudai@nttkyo332136.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [10:14] * Joins: griswold (~quassel@vpn.space150.com)
- # [10:14] * Joins: shakesoda (~shakesoda@celestiaradio/shark/soda)
- # [10:14] * Joins: irfaN (~nrth@unaffiliated/irfan)
- # [10:14] * Joins: odinho (~odinho@office.oslo.opera.com)
- # [10:14] * Joins: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com)
- # [10:14] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [10:14] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [10:14] * Joins: Adawerk (~ada@169.241.49.57)
- # [10:14] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [10:14] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [10:14] * Joins: lokling (~quassel@quassel.woboq.de)
- # [10:14] * Joins: odinho_ (odinho@dalvik.ping.uio.no)
- # [10:14] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-cqpfleshokaxrvrj)
- # [10:14] * Joins: arv (u4269@gateway/web/irccloud.com/x-qxkzevtegyojdfaz)
- # [10:14] * Joins: slightlyoff (u1768@gateway/web/irccloud.com/x-jwvququaqkmtpmvc)
- # [10:14] * Joins: scottjehl__ (u3055@gateway/web/irccloud.com/x-xcedvjtqpvpjptdd)
- # [10:14] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-qvgtaljwyafvwvfm)
- # [10:14] * Joins: ojan_away (u5519@gateway/web/irccloud.com/x-rxexpupevptdflvm)
- # [10:14] * Joins: tobie (u5692@gateway/web/irccloud.com/x-nqmqikusqcfboiai)
- # [10:14] * Joins: abarth (u5294@gateway/web/irccloud.com/x-hygsaikclzsxtgko)
- # [10:14] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-vynibsiiusfmfnie)
- # [10:14] * Joins: viduthalai1947 (u5404@gateway/web/irccloud.com/x-cggbykfuhjoncxib)
- # [10:14] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-teoitnutdnngrplt)
- # [10:14] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-wrjyfisdxerbztqq)
- # [10:14] * Joins: scheib (u4467@gateway/web/irccloud.com/x-bnrjkzdasohvxddc)
- # [10:14] * Joins: rillian (~giles@mf4-xiph.osuosl.org)
- # [10:14] * Joins: yoshiki_ (yoshiki@nat/google/x-pkrzjsgcbhprmlww)
- # [10:14] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
- # [10:14] * Joins: akamike (u5089@gateway/web/irccloud.com/x-ekqogfypfrxzsrso)
- # [10:14] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [10:14] * Joins: Martijnc (~Martijn@85.17.3.180)
- # [10:14] * Joins: dsadinoff (~dsadinoff@ec2-79-125-104-255.eu-west-1.compute.amazonaws.com)
- # [10:14] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [10:14] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
- # [10:14] * Joins: danja (~danny@host157-7-dynamic.8-79-r.retail.telecomitalia.it)
- # [10:14] * Joins: beverloo` (~peter@85.17.3.180)
- # [10:14] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [10:14] * Joins: SamB_MacG5 (~samb_macg@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com)
- # [10:14] * Joins: Jedi_ (~Jedi@jedi.org)
- # [10:14] * Joins: jdong_ (~quassel@123.126.22.58)
- # [10:14] * Joins: jahman (~woops@129.175.204.73)
- # [10:14] * Joins: wakaba (~wakaba@119.22.102.121.dy.bbexcite.jp)
- # [10:14] * Joins: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [10:14] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [10:14] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [10:14] * Joins: nonge (~nonge@p50829145.dip.t-dialin.net)
- # [10:14] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
- # [10:14] * Joins: beowulf (uid116@pdpc/supporter/professional/beowulf)
- # [10:14] * Joins: Phae (uid455@gateway/web/irccloud.com/x-bkvwtaohhttlvolr)
- # [10:14] * Joins: boblet (uid1921@gateway/web/irccloud.com/x-xuhdhcvhfksqzycy)
- # [10:14] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-ofywwkllgkmqhpzt)
- # [10:14] * Joins: toddmparker__ (uid3054@gateway/web/irccloud.com/x-tdlvlzjrkxfvtbjk)
- # [10:14] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xkzrtbripzbtoixf)
- # [10:14] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [10:14] * Joins: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com)
- # [10:14] * Joins: mamund (mamund@obsidian.recompiled.net)
- # [10:14] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [10:14] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [10:14] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [10:14] * Joins: manu-db (~msporny@216.252.204.51)
- # [10:14] * Joins: Druide_ (~Druid@p5B05CB85.dip.t-dialin.net)
- # [10:14] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [10:14] * Joins: michel_v (~tofu@unaffiliated/michelv/x-000000001)
- # [10:14] * Joins: Famic (famic@hidden.dns.ug)
- # [10:14] * Joins: dbaron (~dbaron@93.158.40.175)
- # [10:14] * Joins: [tm] (~mike@sideshowbarker.net)
- # [10:14] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [10:14] * Joins: isherman (isherman@nat/google/x-mvaghfnezpakbvpw)
- # [10:14] * Joins: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82)
- # [10:14] * Joins: jennb (jennb@nat/google/x-wcleekqgmeujhhmz)
- # [10:14] * Joins: beverloo (peter@nat/google/x-kaerqwiioyuxcuzo)
- # [10:14] * Joins: jonlee|afk (~jonlee@2620:149:4:1b01:8ba:b102:65de:71b1)
- # [10:14] * Joins: jamesr_ (jamesr@nat/google/x-kcgwknnrbbwqqqyp)
- # [10:14] * Joins: wycats (uid79@gateway/web/irccloud.com/x-djxftexknzsrdieo)
- # [10:14] * Joins: hdv (u2376@gateway/web/irccloud.com/x-swdnikfuuubzyjqw)
- # [10:14] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-ttpmhqululkzalqm)
- # [10:14] * Joins: BruNeX (u4730@gateway/web/irccloud.com/x-wmfzuzuxzjnewsrs)
- # [10:14] * Joins: ben_alman (~cowboy@awesome.benalman.com)
- # [10:14] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [10:14] * Joins: ImBcmDth (~Jon@pool-108-35-110-36.nwrknj.fios.verizon.net)
- # [10:14] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [10:14] * Joins: annevk (~annevk@a82-161-179-17.adsl.xs4all.nl)
- # [10:14] * Joins: globbot (~logbot@lump.glob.com.au)
- # [10:14] * Joins: eric_carlson (~eric@17.212.152.104)
- # [10:14] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [10:14] * Joins: mpt (~mpt@canonical/mpt)
- # [10:14] * Joins: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net)
- # [10:14] * Joins: sawrubh (u6719@gateway/web/irccloud.com/x-kgakurquyqvkbisu)
- # [10:14] * Joins: krijn (u2319@gateway/web/irccloud.com/x-apbbmiogawzsswrb)
- # [10:14] * Joins: abstractj|away (~abstractj@redhat/jboss/abstractj)
- # [10:14] * Joins: nephyrin (~neph@nat/mozilla/x-ncfhzechotyifjqx)
- # [10:14] * Joins: carlos_antonio (~benway@unaffiliated/disusered)
- # [10:14] * Joins: hasather (~davidh@office.oslo.opera.com)
- # [10:14] * Joins: padenot (~paul@li421-75.members.linode.com)
- # [10:14] * Joins: fishd (darin@nat/google/x-jqyfvzbyjmcfsjsl)
- # [10:14] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [10:14] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [10:17] <annevk> I think I said this before, but figuring out where domain names are actually defined is extremely hard and thus far I've only found non-host-name RFCs mentioning the trailing dot; the few ancient RFCs with actual syntax definitions do not mention it
- # [10:18] * Joins: sedovsek (~robert@BSN-176-162-163.dial-up.dsl.siol.net)
- # [10:19] <annevk> You'd hope something as essential as that is nailed down in beautiful prose with lots of tests... but you'd be wrong.
- # [10:23] <annevk> http://en.wikipedia.org/wiki/Domain_Name_System#Domain_name_syntax does not even mention the trailing dot
- # [10:23] <annevk> and none of the RFCs it references do either afaict
- # [10:31] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [10:34] * Quits: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Client Quit)
- # [10:37] * Quits: Druide_ (~Druid@p5B05CB85.dip.t-dialin.net) (*.net *.split)
- # [10:37] * Quits: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com) (*.net *.split)
- # [10:37] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
- # [10:37] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [10:37] * Quits: beverloo` (~peter@85.17.3.180) (*.net *.split)
- # [10:37] * Quits: Martijnc (~Martijn@85.17.3.180) (*.net *.split)
- # [10:37] * Quits: akamike (u5089@gateway/web/irccloud.com/x-ekqogfypfrxzsrso) (*.net *.split)
- # [10:37] * Quits: viduthalai1947 (u5404@gateway/web/irccloud.com/x-cggbykfuhjoncxib) (*.net *.split)
- # [10:37] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-teoitnutdnngrplt) (*.net *.split)
- # [10:37] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-vynibsiiusfmfnie) (*.net *.split)
- # [10:37] * Quits: ojan_away (u5519@gateway/web/irccloud.com/x-rxexpupevptdflvm) (*.net *.split)
- # [10:37] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-qvgtaljwyafvwvfm) (*.net *.split)
- # [10:37] * Quits: slightlyoff (u1768@gateway/web/irccloud.com/x-jwvququaqkmtpmvc) (*.net *.split)
- # [10:37] * Quits: arv (u4269@gateway/web/irccloud.com/x-qxkzevtegyojdfaz) (*.net *.split)
- # [10:37] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [10:37] * Quits: danielfilho|w (~danielfil@200.232.113.107) (*.net *.split)
- # [10:37] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-ofywwkllgkmqhpzt) (*.net *.split)
- # [10:37] * Quits: SamB_MacG5 (~samb_macg@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com) (*.net *.split)
- # [10:37] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [10:37] * Quits: fkm (~fkm@unaffiliated/fkm) (*.net *.split)
- # [10:37] * Quits: jochen__ (jochen@nat/google/x-amvbthunejosqosd) (*.net *.split)
- # [10:37] * Quits: danja (~danny@host157-7-dynamic.8-79-r.retail.telecomitalia.it) (*.net *.split)
- # [10:37] * Quits: irfaN (~nrth@unaffiliated/irfan) (*.net *.split)
- # [10:37] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [10:37] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
- # [10:37] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [10:37] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (*.net *.split)
- # [10:37] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [10:37] * Quits: jdong_ (~quassel@123.126.22.58) (*.net *.split)
- # [10:37] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [10:37] * Quits: scheib (u4467@gateway/web/irccloud.com/x-bnrjkzdasohvxddc) (*.net *.split)
- # [10:37] * Quits: abarth (u5294@gateway/web/irccloud.com/x-hygsaikclzsxtgko) (*.net *.split)
- # [10:37] * Quits: tobie (u5692@gateway/web/irccloud.com/x-nqmqikusqcfboiai) (*.net *.split)
- # [10:37] * Quits: griswold (~quassel@vpn.space150.com) (*.net *.split)
- # [10:37] * Quits: rillian (~giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [10:37] * Quits: sedovsek (~robert@BSN-176-162-163.dial-up.dsl.siol.net) (*.net *.split)
- # [10:37] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [10:37] * Quits: wakaba (~wakaba@119.22.102.121.dy.bbexcite.jp) (*.net *.split)
- # [10:37] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [10:37] * Quits: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi) (*.net *.split)
- # [10:37] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-wrjyfisdxerbztqq) (*.net *.split)
- # [10:37] * Quits: falken (falken@nat/google/x-wxzsdvnqeuxvkvgh) (*.net *.split)
- # [10:37] * Quits: jarib (~jarib@unaffiliated/jarib) (*.net *.split)
- # [10:37] * Quits: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
- # [10:37] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [10:37] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [10:37] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [10:37] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [10:37] * Quits: 50UABV046 (~shwetank@122.173.118.216) (*.net *.split)
- # [10:37] * Quits: mamund (mamund@obsidian.recompiled.net) (*.net *.split)
- # [10:37] * Quits: yoshiki_ (yoshiki@nat/google/x-pkrzjsgcbhprmlww) (*.net *.split)
- # [10:37] * Quits: Jasper (magcius@unaffiliated/magcius) (*.net *.split)
- # [10:37] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [10:37] * Quits: reggna_ (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [10:37] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [10:37] * Quits: wirepair_ (fbi@random.supermario.org) (*.net *.split)
- # [10:37] * Quits: odinho_ (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [10:37] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [10:37] * Quits: Yudai (~Yudai@nttkyo332136.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [10:37] * Quits: manu1 (~chatzilla@pool-74-107-160-200.ronkva.east.verizon.net) (*.net *.split)
- # [10:37] * Quits: scott_gonzalez (~gonzasi0@205.186.165.147) (*.net *.split)
- # [10:37] * Quits: Obvious (tachikoma@188.226.74.2) (*.net *.split)
- # [10:37] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [10:37] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [10:37] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [10:37] * Quits: ukai_ (ukai@nat/google/x-fdrjtfkprelrczdc) (*.net *.split)
- # [10:37] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [10:37] * Quits: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de) (*.net *.split)
- # [10:37] * Quits: lokling (~quassel@quassel.woboq.de) (*.net *.split)
- # [10:37] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
- # [10:37] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [10:37] * Quits: dcheng (dcheng@nat/google/x-kooabuwsmjhemcvp) (*.net *.split)
- # [10:37] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
- # [10:37] * Quits: acies (acies@nitro.plus.io) (*.net *.split)
- # [10:37] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (*.net *.split)
- # [10:37] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (*.net *.split)
- # [10:37] * Quits: dsadinoff (~dsadinoff@ec2-79-125-104-255.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [10:37] * Quits: hendry (~hendry@sg.webconverger.com) (*.net *.split)
- # [10:37] * Quits: ryuone (~ryuone@www2406uf.sakura.ne.jp) (*.net *.split)
- # [10:37] * Quits: SimonSapin (~simon@93.158.47.84) (*.net *.split)
- # [10:37] * Quits: manu-db (~msporny@216.252.204.51) (*.net *.split)
- # [10:37] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [10:37] * Quits: timeless (uid4015@firefox/developer/timeless) (*.net *.split)
- # [10:37] * Quits: toddmparker__ (uid3054@gateway/web/irccloud.com/x-tdlvlzjrkxfvtbjk) (*.net *.split)
- # [10:37] * Quits: Phae (uid455@gateway/web/irccloud.com/x-bkvwtaohhttlvolr) (*.net *.split)
- # [10:37] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [10:37] * Quits: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com) (*.net *.split)
- # [10:37] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [10:37] * Quits: Workshiva (Dashiva@nat/google/x-csgfrmuibxtgrlqb) (*.net *.split)
- # [10:37] * Quits: kanzure (~kanzure@131.252.130.248) (*.net *.split)
- # [10:37] * Quits: shakesoda (~shakesoda@celestiaradio/shark/soda) (*.net *.split)
- # [10:37] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (*.net *.split)
- # [10:37] * Quits: boblet (uid1921@gateway/web/irccloud.com/x-xuhdhcvhfksqzycy) (*.net *.split)
- # [10:37] * Quits: odinho (~odinho@office.oslo.opera.com) (*.net *.split)
- # [10:37] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
- # [10:37] * Quits: ShaneHudson (~sh548@raptor.ukc.ac.uk) (*.net *.split)
- # [10:37] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [10:37] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (*.net *.split)
- # [10:37] * Quits: Habo (~Habo@popkorn.progressbar.sk) (*.net *.split)
- # [10:37] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [10:37] * Quits: FireFly (~firefly@oftn/member/FireFly) (*.net *.split)
- # [10:37] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [10:37] * Quits: ajt_ (~ajt@li181-64.members.linode.com) (*.net *.split)
- # [10:37] * Quits: othree (~othree@li379-129.members.linode.com) (*.net *.split)
- # [10:37] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [10:37] * Quits: ciluu (~ciluu@2a01:270:201f::cafe) (*.net *.split)
- # [10:37] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xkzrtbripzbtoixf) (*.net *.split)
- # [10:37] * Quits: beowulf (uid116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [10:37] * Quits: nonge (~nonge@p50829145.dip.t-dialin.net) (*.net *.split)
- # [10:37] * Quits: scottjehl__ (u3055@gateway/web/irccloud.com/x-xcedvjtqpvpjptdd) (*.net *.split)
- # [10:37] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-cqpfleshokaxrvrj) (*.net *.split)
- # [10:37] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [10:37] * Quits: DanielFriesen (~dantman@mediawiki/dantman) (*.net *.split)
- # [10:37] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [10:37] * Quits: Kingdutch (~kingdutch@li442-4.members.linode.com) (*.net *.split)
- # [10:37] * Quits: TabAtkins (tabatkins@nat/google/x-zoonqeeozfswtvan) (*.net *.split)
- # [10:37] * Quits: doublec (~doublec@unaffiliated/doublec) (*.net *.split)
- # [10:37] * Quits: inimino (~inimino@oftn/board/inimino) (*.net *.split)
- # [10:38] * Joins: ImBcmDth_ (~Jon@pool-108-35-110-36.nwrknj.fios.verizon.net)
- # [10:40] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 255 seconds)
- # [10:41] * Quits: ImBcmDth (~Jon@pool-108-35-110-36.nwrknj.fios.verizon.net) (Ping timeout: 244 seconds)
- # [10:42] * Joins: sedovsek (~robert@BSN-176-162-163.dial-up.dsl.siol.net)
- # [10:42] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [10:42] * Joins: 50UABV046 (~shwetank@122.173.118.216)
- # [10:42] * Joins: SimonSapin (~simon@93.158.47.84)
- # [10:42] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [10:42] * Joins: manu-db (~msporny@216.252.204.51)
- # [10:42] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [10:42] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [10:42] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [10:42] * Joins: mamund (mamund@obsidian.recompiled.net)
- # [10:42] * Joins: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com)
- # [10:42] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [10:42] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xkzrtbripzbtoixf)
- # [10:42] * Joins: toddmparker__ (uid3054@gateway/web/irccloud.com/x-tdlvlzjrkxfvtbjk)
- # [10:42] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-ofywwkllgkmqhpzt)
- # [10:42] * Joins: boblet (uid1921@gateway/web/irccloud.com/x-xuhdhcvhfksqzycy)
- # [10:42] * Joins: Phae (uid455@gateway/web/irccloud.com/x-bkvwtaohhttlvolr)
- # [10:42] * Joins: beowulf (uid116@pdpc/supporter/professional/beowulf)
- # [10:42] * Joins: ivan`` (~ivan@unaffiliated/ivan/x-000001)
- # [10:42] * Joins: nonge (~nonge@p50829145.dip.t-dialin.net)
- # [10:42] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [10:42] * Joins: jtcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [10:42] * Joins: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [10:42] * Joins: wakaba (~wakaba@119.22.102.121.dy.bbexcite.jp)
- # [10:42] * Joins: jahman (~woops@129.175.204.73)
- # [10:42] * Joins: jdong_ (~quassel@123.126.22.58)
- # [10:42] * Joins: Jedi_ (~Jedi@jedi.org)
- # [10:42] * Joins: SamB_MacG5 (~samb_macg@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com)
- # [10:42] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [10:42] * Joins: beverloo` (~peter@85.17.3.180)
- # [10:42] * Joins: danja (~danny@host157-7-dynamic.8-79-r.retail.telecomitalia.it)
- # [10:42] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
- # [10:42] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [10:42] * Joins: dsadinoff (~dsadinoff@ec2-79-125-104-255.eu-west-1.compute.amazonaws.com)
- # [10:42] * Joins: Martijnc (~Martijn@85.17.3.180)
- # [10:42] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [10:42] * Joins: akamike (u5089@gateway/web/irccloud.com/x-ekqogfypfrxzsrso)
- # [10:42] * Joins: hsivonen (~hsivonen@srv-e205.esp.mediateam.fi)
- # [10:42] * Joins: yoshiki_ (yoshiki@nat/google/x-pkrzjsgcbhprmlww)
- # [10:42] * Joins: rillian (~giles@mf4-xiph.osuosl.org)
- # [10:42] * Joins: scheib (u4467@gateway/web/irccloud.com/x-bnrjkzdasohvxddc)
- # [10:42] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-wrjyfisdxerbztqq)
- # [10:42] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-teoitnutdnngrplt)
- # [10:42] * Joins: viduthalai1947 (u5404@gateway/web/irccloud.com/x-cggbykfuhjoncxib)
- # [10:42] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-vynibsiiusfmfnie)
- # [10:42] * Joins: abarth (u5294@gateway/web/irccloud.com/x-hygsaikclzsxtgko)
- # [10:42] * Joins: tobie (u5692@gateway/web/irccloud.com/x-nqmqikusqcfboiai)
- # [10:42] * Joins: ojan_away (u5519@gateway/web/irccloud.com/x-rxexpupevptdflvm)
- # [10:42] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-qvgtaljwyafvwvfm)
- # [10:42] * Joins: scottjehl__ (u3055@gateway/web/irccloud.com/x-xcedvjtqpvpjptdd)
- # [10:42] * Joins: slightlyoff (u1768@gateway/web/irccloud.com/x-jwvququaqkmtpmvc)
- # [10:42] * Joins: arv (u4269@gateway/web/irccloud.com/x-qxkzevtegyojdfaz)
- # [10:42] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-cqpfleshokaxrvrj)
- # [10:42] * Joins: odinho_ (odinho@dalvik.ping.uio.no)
- # [10:42] * Joins: lokling (~quassel@quassel.woboq.de)
- # [10:42] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [10:42] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [10:42] * Joins: Adawerk (~ada@169.241.49.57)
- # [10:42] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [10:42] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [10:42] * Joins: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com)
- # [10:42] * Joins: odinho (~odinho@office.oslo.opera.com)
- # [10:42] * Joins: irfaN (~nrth@unaffiliated/irfan)
- # [10:42] * Joins: shakesoda (~shakesoda@celestiaradio/shark/soda)
- # [10:42] * Joins: griswold (~quassel@vpn.space150.com)
- # [10:42] * Joins: Yudai (~Yudai@nttkyo332136.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [10:42] * Joins: manu1 (~chatzilla@pool-74-107-160-200.ronkva.east.verizon.net)
- # [10:42] * Joins: DanielFriesen (~dantman@mediawiki/dantman)
- # [10:42] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [10:42] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [10:42] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [10:42] * Joins: Habo (~Habo@popkorn.progressbar.sk)
- # [10:42] * Joins: scott_gonzalez (~gonzasi0@205.186.165.147)
- # [10:42] * Joins: Hixie (~ianh@178.255.149.100)
- # [10:42] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [10:42] * Joins: dcheng (dcheng@nat/google/x-kooabuwsmjhemcvp)
- # [10:42] * Joins: falken (falken@nat/google/x-wxzsdvnqeuxvkvgh)
- # [10:42] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [10:42] * Joins: FireFly (~firefly@oftn/member/FireFly)
- # [10:42] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [10:42] * Joins: fkm (~fkm@unaffiliated/fkm)
- # [10:42] * Joins: astearns (~astearns@192.150.22.5)
- # [10:42] * Joins: gavin_ (~gavin@76.14.87.162)
- # [10:42] * Joins: jochen__ (jochen@nat/google/x-amvbthunejosqosd)
- # [10:42] * Joins: Jasper (magcius@unaffiliated/magcius)
- # [10:42] * Joins: hendry (~hendry@sg.webconverger.com)
- # [10:42] * Joins: ajt_ (~ajt@li181-64.members.linode.com)
- # [10:42] * Joins: payman (~payman@pat.se.opera.com)
- # [10:42] * Joins: hober (~ted@unaffiliated/hober)
- # [10:42] * Joins: Areks (~Areks@rs.gridnine.com)
- # [10:42] * Joins: othree (~othree@li379-129.members.linode.com)
- # [10:42] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [10:42] * Joins: reggna_ (~reggna@irc.jagochmittmoln.se)
- # [10:42] * Joins: Workshiva (Dashiva@nat/google/x-csgfrmuibxtgrlqb)
- # [10:42] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [10:42] * Joins: inimino (~inimino@oftn/board/inimino)
- # [10:42] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [10:42] * Joins: ryuone (~ryuone@www2406uf.sakura.ne.jp)
- # [10:42] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [10:42] * Joins: acies (acies@nitro.plus.io)
- # [10:42] * Joins: kanzure (~kanzure@131.252.130.248)
- # [10:42] * Joins: TabAtkins (tabatkins@nat/google/x-zoonqeeozfswtvan)
- # [10:42] * Joins: Kingdutch (~kingdutch@li442-4.members.linode.com)
- # [10:42] * Joins: ahf (ahf@irssi/staff/ahf)
- # [10:42] * Joins: wirepair_ (fbi@random.supermario.org)
- # [10:42] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [10:42] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [10:42] * Joins: ciluu (~ciluu@2a01:270:201f::cafe)
- # [10:42] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [10:42] * Joins: ukai_ (ukai@nat/google/x-fdrjtfkprelrczdc)
- # [10:42] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [10:42] * Joins: ShaneHudson (~sh548@raptor.ukc.ac.uk)
- # [10:42] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [10:42] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [10:42] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [10:42] * Joins: riddle (riddle@us.yunix.net)
- # [10:42] * Joins: Obvious (tachikoma@188.226.74.2)
- # [10:42] * Joins: Druide_ (~Druid@p5B05CB85.dip.t-dialin.net)
- # [10:42] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [10:43] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [10:47] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (*.net *.split)
- # [10:47] * Quits: wycats (uid79@gateway/web/irccloud.com/x-djxftexknzsrdieo) (*.net *.split)
- # [10:47] * Quits: jamesr_ (jamesr@nat/google/x-kcgwknnrbbwqqqyp) (*.net *.split)
- # [10:47] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:8ba:b102:65de:71b1) (*.net *.split)
- # [10:47] * Quits: beverloo (peter@nat/google/x-kaerqwiioyuxcuzo) (*.net *.split)
- # [10:47] * Quits: jennb (jennb@nat/google/x-wcleekqgmeujhhmz) (*.net *.split)
- # [10:47] * Quits: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82) (*.net *.split)
- # [10:47] * Quits: isherman (isherman@nat/google/x-mvaghfnezpakbvpw) (*.net *.split)
- # [10:47] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
- # [10:47] * Quits: [tm] (~mike@sideshowbarker.net) (*.net *.split)
- # [10:48] * Quits: BruNeX (u4730@gateway/web/irccloud.com/x-wmfzuzuxzjnewsrs) (*.net *.split)
- # [10:48] * Quits: twisted` (u6794@gateway/web/irccloud.com/x-ttpmhqululkzalqm) (*.net *.split)
- # [10:48] * Quits: hdv (u2376@gateway/web/irccloud.com/x-swdnikfuuubzyjqw) (*.net *.split)
- # [10:48] * Quits: dbaron (~dbaron@93.158.40.175) (*.net *.split)
- # [10:48] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [10:48] * Quits: michel_v (~tofu@unaffiliated/michelv/x-000000001) (*.net *.split)
- # [10:49] * Quits: nonge (~nonge@p50829145.dip.t-dialin.net) (Ping timeout: 268 seconds)
- # [10:58] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
- # [10:58] * Joins: wycats (uid79@gateway/web/irccloud.com/x-djxftexknzsrdieo)
- # [10:58] * Joins: jamesr_ (jamesr@nat/google/x-kcgwknnrbbwqqqyp)
- # [10:58] * Joins: jonlee|afk (~jonlee@2620:149:4:1b01:8ba:b102:65de:71b1)
- # [10:58] * Joins: beverloo (peter@nat/google/x-kaerqwiioyuxcuzo)
- # [10:58] * Joins: jennb (jennb@nat/google/x-wcleekqgmeujhhmz)
- # [10:58] * Joins: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82)
- # [10:58] * Joins: isherman (isherman@nat/google/x-mvaghfnezpakbvpw)
- # [10:58] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [10:58] * Joins: [tm] (~mike@sideshowbarker.net)
- # [10:59] * Joins: nonge (~nonge@p5B326E72.dip.t-dialin.net)
- # [10:59] * Joins: BruNeX (u4730@gateway/web/irccloud.com/x-wmfzuzuxzjnewsrs)
- # [10:59] * Joins: twisted` (u6794@gateway/web/irccloud.com/x-ttpmhqululkzalqm)
- # [10:59] * Joins: hdv (u2376@gateway/web/irccloud.com/x-swdnikfuuubzyjqw)
- # [10:59] * Joins: dbaron (~dbaron@93.158.40.175)
- # [10:59] * Joins: Famic (famic@hidden.dns.ug)
- # [10:59] * Joins: michel_v (~tofu@unaffiliated/michelv/x-000000001)
- # [11:07] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [11:09] * Quits: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Client Quit)
- # [11:11] * Joins: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [11:19] <Stevef_> JonathanNeal: with this test file https://dl.dropbox.com/u/377471/tests/navtest.html voiceOver+safari 6 announces when entering and leaving <nav> <nav role="navigation"> or <div role="navigation"> as expected as <nav> is exposed as role=navigation. in chrome <nav> is not exposed as role=navigation all esle is the same as safari. when llinks are organised as list then number of items and...
- # [11:19] <Stevef_> ...current position in list is announced, this does not occur in <nav> without list
- # [11:24] <Stevef_> JonathanNeal: so my advice is is if you want more robust support for exposing nav semantic use <nav role="navigation">, if links are organized as a list visually mark them up as a list otherwise the semantics implied by visual organization is lost.
- # [11:26] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [11:28] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [11:33] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [11:39] <annevk> would be nice if they fixed voice over to just list the number of <a>s in a <nav>
- # [11:40] <hober> annevk: file a bug? :)
- # [11:41] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:42] <annevk> nah, I hunt for bugs that warrant module rewrites :p
- # [11:45] <hober> heh
- # [11:47] <Stevef_> annevk: that may work for simple lists, not so for nested link lists
- # [11:47] * Quits: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [11:51] <annevk> hmm, browsers don't even agree whether http://example%2eorg/ should work
- # [11:52] <annevk> Stevef_: sure, you need some heuristics
- # [11:52] <annevk> but you do with lists too, they might be weird after all
- # [11:54] <Stevef_> annevk:what heauristics do you need with lists? the item number and nesting are explicit
- # [11:55] <Ms2ger> Ah, CSSWG F2F meetings are always fun
- # [11:55] <Ms2ger> > jet proposes discussing the travelling salesman problem instead
- # [11:56] <annevk> Stevef_: e.g. if <ol> contains a <div> directly or contains another <ol> directly (developer mistakes)
- # [11:57] <smaug____> uh, waking up early enough for tpac will be hard
- # [11:57] <annevk> will you be there smaug____?
- # [11:58] <smaug____> I will
- # [11:58] <hober> Ms2ger: it's even better live
- # [11:58] <annevk> sweet, I think last time was two years ago and we only briefly said hi :)
- # [11:59] <annevk> CSS is meeting today?
- # [11:59] <Ms2ger> Yeah
- # [11:59] <Ms2ger> And they resolved to get transforms to CR in a few weeks
- # [11:59] <annevk> hober: want to have dinner tonight then? I land at 5PM, should be at the hotel around 6/6:30PM I hope
- # [12:00] * Ms2ger had some fun pointing out that was resolved in February too
- # [12:00] <Stevef_> annevk: <ul><div>... does not effect effect properties of list in accessibility tree
- # [12:00] <annevk> Ms2ger: "and we really mean it!11!"
- # [12:00] <hober> annevk: sure! erin and i aren't staying at the official hotel though.
- # [12:00] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [12:01] <annevk> hober: I'm staying at the Hilton and I've no idea where anything is :)
- # [12:01] <annevk> hober: guess I'll find out
- # [12:01] <hober> annevk: we're at the roosevelt
- # [12:01] <annevk> Stevef_: and <ul><div><li>test</li></div><li>test</ul> and things like that? anyway, you don't really need to test, was just saying
- # [12:03] * Quits: 50UABV046 (~shwetank@122.173.118.216) (Quit: Leaving...)
- # [12:05] <Stevef_> annevk: I would suggest if the nav element implies a list then it should be implemented as such in browser, so accessibility tree exposes in this way
- # [12:06] <annevk> Stevef_: suggest to me? I'm not representing anyone...
- # [12:07] <Stevef_> annevk: didn't say you were, suggest in the general sense and heuristics should be implemented browser side rather than AT side
- # [12:08] <annevk> I would rather leave that up to implementors, might be that some AT developers prefer a simple interface to innovate upon whereas others have easy access to the underlying browser and can innovate there...
- # [12:09] * Joins: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [12:10] * Quits: stevefaulkner (~stevefaul@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Client Quit)
- # [12:12] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [12:16] <Stevef_> from what i gather from AT developers they want semantics exposed via acc APIs so they don't have to go digging through the DOM driectly, also there is a much better chance of interop if stuff is exposed interop by the lmited number of browser engines as against the greater number of AT
- # [12:17] <Stevef_> exposed uniformly that is
- # [12:22] <Stevef_> and applying heuristics browser side (as friefox does for layout tables) does no preclude innovation on the AT side...
- # [12:27] * Quits: [[zz]] (~q@node-9ll.pool-125-25.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [12:28] * Joins: [[zz]] (~q@node-1cqe.pool-101-108.dynamic.totbb.net)
- # [12:28] * Joins: a-ja (~Instantbi@70.230.154.61)
- # [12:29] <annevk> kinda surprising there's more AT than browsers yet they're generally perceived (at least a while back when I still followed this stuff) as crappy
- # [12:34] <Stevef_> part of the crappiness of AT is due to crappiness of browser accessibility support, but people have overlooked or not understood that in the past and now
- # [12:36] <Stevef_> that is evident when you look at how well NVDA works with Firefox for example goood browser acc implementation = good AT = happy users
- # [12:48] <Stevef_> in contrast to Opera, which does not work in any practical sense with any screen reader and works poorly with screen magnifiers
- # [12:49] * Joins: shwetank (~shwetank@122.173.118.216)
- # [12:58] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 272 seconds)
- # [13:03] * Quits: shwetank (~shwetank@122.173.118.216) (Quit: Leaving...)
- # [13:05] * Joins: othermaciej (~mjs@80.187.201.11)
- # [13:09] <annevk> matjas: if you read the logs, I'll acknowledge you in the next commit for the domain label separator testing stuff
- # [13:09] <annevk> matjas: in the URL Standard, forgot it in this commit
- # [13:10] <AryehGregor> annevk, are you planning on looking at this anytime soon? I'd like to fix either Gecko or my test, as the case may be. https://www.w3.org/Bugs/Public/show_bug.cgi?id=19555
- # [13:11] <annevk> AryehGregor: I'm not sure how to fix it
- # [13:12] <AryehGregor> annevk, meaning you're not sure what we want, or you're not sure how to spec it?
- # [13:12] <annevk> either I suppose
- # [13:12] <AryehGregor> What's the rationale for not matching what all browsers do?
- # [13:13] <AryehGregor> Granted it's awkward and confusing, but so is the whole API, and jQuery might depend on it.
- # [13:13] <AryehGregor> Plus, we'd be making the API strictly less useful than it already is -- there's no other good way to do what it does (if there's any way at all).
- # [13:14] <annevk> I tried to simplify the method with what I thought I could get away with
- # [13:14] <annevk> I also don't like "implementation specific" ever
- # [13:15] <annevk> I don't mind specifying something else though, but I'm not sure what exactly and how to specify it, in particular the bit about disconnected nodes and order
- # [13:15] <AryehGregor> The idea is just that you might want to order a list of nodes in some fashion that will work for .sort().
- # [13:16] <annevk> sure, but what the fuck does "then the order is based upon order between the root container of each node that is in no container" mean?
- # [13:17] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [13:17] * Quits: othermaciej (~mjs@80.187.201.11) (Quit: othermaciej)
- # [13:18] <AryehGregor> It really means "if you compare two nodes that don't have the same root, the order is determined by comparing the pointers to their respective roots, assuming the pointer to a node remains constant across its lifetime". But the spec doesn't want to say that.
- # [13:18] * Joins: shwetank (~shwetank@122.173.118.216)
- # [13:19] <annevk> does root here mean the "node document"?
- # [13:19] <annevk> nodes don't have a root
- # [13:19] <AryehGregor> No, it means the furthest ancestor.
- # [13:19] <annevk> a = document.createElement("a"); what's the root here?
- # [13:19] <AryehGregor> Specifically, the algorithm for comparing two nodes that don't have the same root are: 1) Let A and B be the nodes. 2) While A's parent is not null, set A to its parent. 3) While B's parent is not null, set B to its parent. 4) Return the result of comparing A and B according to some sort function that stably and totally orders all nodes.
- # [13:20] <AryehGregor> annevk, function root(node) { while (node.parentNode) node = node.parentNode; return node; }
- # [13:20] <AryehGregor> I don't know what the current DOM spec calls that, offhand.
- # [13:20] <annevk> might call it root actually, hmm
- # [13:20] <annevk> or furthest inclusive ancestor
- # [13:20] <annevk> maybe
- # [13:21] <AryehGregor> http://dom.spec.whatwg.org/#concept-tree-root
- # [13:21] <annevk> so anyway, that sort function being undefined does not strike me as a good solution
- # [13:21] * Joins: charlvn (~user@524A9430.cm-4-3c.dynamic.ziggo.nl)
- # [13:21] <annevk> that will trip up people (and I believe it already does)
- # [13:21] * Joins: othermaciej (~mjs@80.187.201.11)
- # [13:22] <AryehGregor> It can't meaningfully be defined.
- # [13:22] <AryehGregor> How do you propose to define it?
- # [13:22] <AryehGregor> In practice, Gecko uses pointer comparison, and I'm guessing so do IE/Opera.
- # [13:22] <annevk> dunno, latest created node is following?
- # [13:22] <annevk> but that's kinda awkward too
- # [13:22] <AryehGregor> How do browsers keep track of it?
- # [13:23] <AryehGregor> They're not going to add overhead for the sake of this method.
- # [13:23] <AryehGregor> Also, it's not immediately obvious to me that that's well-defined, although it might be.
- # [13:23] <AryehGregor> (e.g., are there any methods that create multiple nodes at once?)
- # [13:24] <annevk> never mind, it was just a thought
- # [13:24] <Ms2ger> (anything to do with innerhtml?)
- # [13:24] <annevk> I have to pack a few more things and go, maybe add a pointer to the bug about this discussion and just go with the DOM3 behavior for now
- # [13:25] <annevk> it's evil, but I can't think of anything better
- # [13:26] <AryehGregor> Same conclusion I reached.
- # [13:41] * Quits: a-ja (~Instantbi@70.230.154.61) (Quit: Instantbird 1.2 -- http://www.instantbird.com)
- # [13:44] * Quits: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [13:48] * Quits: annevk (~annevk@a82-161-179-17.adsl.xs4all.nl) (Remote host closed the connection)
- # [13:53] * Joins: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [14:06] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
- # [14:16] * Joins: annevk (~annevk@178.231.76.161)
- # [14:22] * Quits: shwetank (~shwetank@122.173.118.216) (Ping timeout: 245 seconds)
- # [14:27] <annevk> AryehGregor: coming to TPAC?
- # [14:32] * Quits: annevk (~annevk@178.231.76.161) (Remote host closed the connection)
- # [14:35] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [14:40] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [15:10] * Joins: annevk (~annevk@178.231.76.161)
- # [15:10] * Quits: othermaciej (~mjs@80.187.201.11) (Quit: othermaciej)
- # [15:13] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [15:16] * Joins: Martin_L (~Martin_L@81-233-190-9-no212.tbcn.telia.com)
- # [15:16] <annevk> made it into the plane, close call...
- # [15:16] <annevk> that hour extra didn't really help me
- # [15:17] * Quits: annevk (~annevk@178.231.76.161) (Remote host closed the connection)
- # [15:19] * Quits: dbaron (~dbaron@93.158.40.175) (Ping timeout: 246 seconds)
- # [15:20] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [15:23] * Joins: dbaron (~dbaron@93.158.40.175)
- # [15:26] * Joins: sedovsek_ (~robert@89.142.250.228)
- # [15:28] * Quits: sedovsek (~robert@BSN-176-162-163.dial-up.dsl.siol.net) (Ping timeout: 265 seconds)
- # [15:28] * sedovsek_ is now known as sedovsek
- # [15:32] * Joins: hasather_ (~hasather_@cm-84.208.105.178.getinternet.no)
- # [15:37] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [15:52] * Quits: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [15:53] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [16:01] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [16:07] * Joins: Robbert_ (~robbert@5ED41374.cm-7-5a.dynamic.ziggo.nl)
- # [16:12] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [16:15] * Quits: sedovsek (~robert@89.142.250.228) (Quit: sedovsek)
- # [16:16] * Joins: sedovsek (~robert@89.142.250.228)
- # [16:17] * Joins: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [16:17] <tantek> greetings and good morning
- # [16:18] <tantek> I'm thinking of editing the ContactsAPI in the WHATWG github. Is there any particular process to follow, or do I just create a new repository and go?
- # [16:19] <tantek> It's likely that the new W3C SysApps WG will publish snapshots of the ContactsAPI under the W3C license, but I prefer to edit it in a more open CC0+OWFa state.
- # [16:19] <tantek> And lastly, are there any other WebAPI/ContactsAPI implementers here who would like to co-edit?
- # [16:20] <tantek> this is the source material I'll be starting with: https://wiki.mozilla.org/WebAPI/ContactsAPI
- # [16:21] <tantek> I'll likely leave all the feature request evaluation type stuff in that wiki page, but the goal is to move the API pieces to a specification in a shared location.
- # [16:52] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [16:55] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [16:55] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [16:55] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [17:08] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [17:15] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 272 seconds)
- # [17:17] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [17:20] * Joins: MikeSmith (~MikeSmith@smb-rsycl-02.wifihubtelecom.net)
- # [17:21] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox_ben)
- # [17:21] * Joins: jarek__ (~jarek@brm196.neoplus.adsl.tpnet.pl)
- # [17:22] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 255 seconds)
- # [17:24] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [17:25] * Quits: Robbert_ (~robbert@5ED41374.cm-7-5a.dynamic.ziggo.nl) (Remote host closed the connection)
- # [17:25] * Quits: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [17:28] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [17:29] <Ms2ger> var parent = document.createElementNS("http://www.w3.org/1999/xhtml", "html:table")
- # [17:29] <Ms2ger> w(parent.tagName)
- # [17:29] <Ms2ger> Anybody want to guess what you get?
- # [17:30] <Philip`> I bet it will be something that's totally natural and logical and well defined and the same across all implementations
- # [17:31] <Ms2ger> How much would you bet on that?
- # [17:31] <Philip`> Something that is of no value to me
- # [17:31] * Joins: zcorpan (~zcorpan@93.158.41.44)
- # [17:32] <Ms2ger> Dammit
- # [17:32] * Quits: MikeSmith (~MikeSmith@smb-rsycl-02.wifihubtelecom.net) (Ping timeout: 240 seconds)
- # [17:32] <Ms2ger> Because I'd totally win that :)
- # [17:33] <Ms2ger> Boo, only three different results in four browsers
- # [17:34] <Philip`> I've got a 1 Swedish krona coin which I got from a supermarket instead of 10 pence - you could have that, if you want to come and pick it up
- # [17:35] <Ms2ger> I'll come over on the pretense of picking up that coin, and instead kidnap you to work on canvas tests
- # [17:35] <Ms2ger> ... Did I say that out loud?
- # [17:38] * linclark is now known as linclark|afk
- # [17:39] <zcorpan> Philip`: i can take your coin if you're at tpac
- # [17:39] <SimonSapin> Ms2ger: I guess not many of us have text-to-speech IRC clients … so not out loud
- # [17:40] <zcorpan> Ms2ger: is it HTML:TABLE per spec?
- # [17:40] <Ms2ger> Yes
- # [17:41] <Ms2ger> (Opera: html:TABLE; Chrome: html:table; IE+Gecko: HTML:TABLE)
- # [17:41] * Quits: sedovsek (~robert@89.142.250.228) (Quit: sedovsek)
- # [17:42] <zcorpan> uh, i get undefined in opera 12.02 ...??
- # [17:43] <Ms2ger> ??
- # [17:43] <Ms2ger> Works fine on 12.50/1538
- # [17:43] * Quits: linclark|afk (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark|afk)
- # [17:43] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [17:44] <Ms2ger> Now, a continuing question...
- # [17:44] <zcorpan> oh, parent
- # [17:44] <zcorpan> parent is unforegable
- # [17:44] <Ms2ger> Oh, yay
- # [17:45] <zcorpan> html:TABLE with a variable name that works
- # [17:45] * Quits: jarek__ (~jarek@brm196.neoplus.adsl.tpnet.pl) (Ping timeout: 255 seconds)
- # [17:45] <Ms2ger> Now add...
- # [17:45] <Ms2ger> var row = parent.insertRow(-1);
- # [17:45] <Ms2ger> w(row.tagName)
- # [17:47] <zcorpan> Ms2ger: are you writing this down in a proper test case?
- # [17:47] <Ms2ger> Yeah
- # [17:48] <zcorpan> excellent
- # [17:48] <Ms2ger> (Gecko: HTML:TR, non-Gecko: TR)
- # [17:49] * Quits: manu-db (~msporny@216.252.204.51) (Ping timeout: 260 seconds)
- # [17:52] <zcorpan> Ms2ger: nice email
- # [17:52] <Ms2ger> Thanks
- # [17:53] * Ms2ger hates those tests
- # [17:53] <jgraham> I support removing all tests that are wrong
- # [17:56] * Joins: Robbert_ (~robbert@5ED41374.cm-7-5a.dynamic.ziggo.nl)
- # [17:58] * Joins: sicking (~sicking@18-185.80-90.static-ip.oleane.fr)
- # [17:59] * Quits: sicking (~sicking@18-185.80-90.static-ip.oleane.fr) (Client Quit)
- # [18:00] * Joins: sicking (~sicking@18-185.80-90.static-ip.oleane.fr)
- # [18:00] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:01] * Quits: SimonSapin (~simon@93.158.47.84) (Quit: Leaving.)
- # [18:02] <zcorpan> speaking of tests, i'm working a bit on http://simon.html5.org/test/css/css-charset/ (i'll put this somewhere better when there's more coverage)
- # [18:02] * Joins: sedovsek (~robert@89.142.250.228)
- # [18:04] * Quits: Robbert_ (~robbert@5ED41374.cm-7-5a.dynamic.ziggo.nl) (Ping timeout: 245 seconds)
- # [18:05] * Joins: Kid_ (~Kid@h-145-188.a151.priv.bahnhof.se)
- # [18:05] * Kid_ is now known as Okkido
- # [18:06] * Quits: dbaron (~dbaron@93.158.40.175) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [18:07] * Parts: eric_carlson (~eric@17.212.152.104)
- # [18:10] <zcorpan> AryehGregor: annevk: ^
- # [18:11] * Joins: Lachy (~Lachy@93.158.45.11)
- # [18:14] * zcorpan finds http://html5.org/temp/cssencoding.txt again
- # [18:16] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [18:22] * Quits: charlvn (~user@524A9430.cm-4-3c.dynamic.ziggo.nl) (Ping timeout: 245 seconds)
- # [18:24] * Joins: Robbert_ (~robbert@5ED41374.cm-7-5a.dynamic.ziggo.nl)
- # [18:33] <zcorpan> AryehGregor: annevk: btw seems browsers don't bother with the step "1. Let encoding be utf-8."
- # [18:33] <zcorpan> (if you load a css file in a top-level browsing context, seems to use the same rules as text/plain basically)
- # [18:38] <Ms2ger> jgraham, agreed with your reorganization if you use dashes like I did :)
- # [18:38] * Joins: cabanier (~cabanier@93.158.48.111)
- # [18:40] * Quits: zcorpan (~zcorpan@93.158.41.44) (Remote host closed the connection)
- # [18:41] <jgraham> Ms2ger: heh
- # [18:43] * Quits: Lachy (~Lachy@93.158.45.11) (Quit: Computer has gone to sleep.)
- # [18:57] * Joins: charlvn (~user@524A9430.cm-4-3c.dynamic.ziggo.nl)
- # [19:02] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [19:04] * Quits: sedovsek (~robert@89.142.250.228) (Quit: sedovsek)
- # [19:06] <GPHemsley> annevk: I only lowercased the words in the sections I've worked on. (I'm in the process of rewriting the whole thing to be clearer and more integrated.)
- # [19:07] * Quits: Robbert_ (~robbert@5ED41374.cm-7-5a.dynamic.ziggo.nl) (Remote host closed the connection)
- # [19:08] * Joins: sedovsek (~robert@89.142.250.228)
- # [19:08] * Joins: shepazu (~shepazu@93.158.41.224)
- # [19:11] * Quits: Okkido (~Kid@h-145-188.a151.priv.bahnhof.se) (Quit: Leaving...)
- # [19:18] <GPHemsley> annevk: Same goes for their use in notes.
- # [19:20] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [19:25] * Joins: Yuhong (~chatzilla@S01060019d1e384a3.vc.shawcable.net)
- # [19:26] <Yuhong> <Hixie> it's not like we release a spec in december and all the browsers release an update that exactly matches the spec
- # [19:26] <Yuhong> Similar reasons are why I even consider "HTML5" a misnomer even as a buzzword.
- # [19:32] * Joins: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [19:43] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [19:52] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:56] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [20:14] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [20:14] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [20:18] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 240 seconds)
- # [20:19] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Read error: Connection reset by peer)
- # [20:20] * Quits: sedovsek (~robert@89.142.250.228) (Quit: sedovsek)
- # [20:21] * Quits: cabanier (~cabanier@93.158.48.111) (Ping timeout: 248 seconds)
- # [20:23] * Quits: charlvn (~user@524A9430.cm-4-3c.dynamic.ziggo.nl) (Quit: Leaving)
- # [20:30] * Joins: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net)
- # [20:31] * Joins: Yuhong_ (~chatzilla@S01060019d1e384a3.vc.shawcable.net)
- # [20:32] * Quits: Yuhong (~chatzilla@S01060019d1e384a3.vc.shawcable.net) (Ping timeout: 264 seconds)
- # [20:32] * ImBcmDth_ is now known as ImBcmDth
- # [20:32] * Yuhong_ is now known as Yuhong
- # [20:43] * Quits: sicking (~sicking@18-185.80-90.static-ip.oleane.fr) (Quit: sicking)
- # [20:49] * Quits: Stevef_ (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Ping timeout: 260 seconds)
- # [20:53] * Joins: sedovsek (~robert@89.142.250.228)
- # [20:57] * Quits: sedovsek (~robert@89.142.250.228) (Client Quit)
- # [20:57] * Quits: Yuhong (~chatzilla@S01060019d1e384a3.vc.shawcable.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
- # [21:02] * Joins: drublic (~drublic@frbg-5f73053c.pool.mediaWays.net)
- # [21:13] * Quits: shepazu (~shepazu@93.158.41.224) (Ping timeout: 264 seconds)
- # [21:15] * Joins: linclark|afk (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [21:19] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [21:20] <hsivonen> where should one get dinner in the TPAC area?
- # [21:20] <Ms2ger> I'd tend to look at the w3c-css-wg archives
- # [21:25] <hsivonen> w3c-css-wg didn't help
- # [21:26] <hsivonen> I guess I'll head to the first place with areasonable menu in Cité international
- # [21:27] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [21:30] * Joins: sedovsek (~robert@89.142.250.228)
- # [21:34] * Quits: Martin_L (~Martin_L@81-233-190-9-no212.tbcn.telia.com) (Remote host closed the connection)
- # [21:35] <GPHemsley> Gmail marked a list e-mail from the Chrome team as spam ^_^
- # [21:40] * Joins: sindresorhus (~sindresor@ec2-50-16-77-76.compute-1.amazonaws.com)
- # [21:43] * Joins: sicking (~sicking@18-185.80-90.static-ip.oleane.fr)
- # [21:44] * Quits: ^esc (~esc_ape@77.116.246.242.wireless.dyn.drei.com) (Ping timeout: 244 seconds)
- # [21:45] <Ms2ger> It always does
- # [21:49] * Joins: Lachy (~Lachy@93.158.45.11)
- # [21:51] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [21:56] * Quits: Lachy (~Lachy@93.158.45.11) (Quit: Computer has gone to sleep.)
- # [21:59] * Joins: Druide__ (~Druid@p5B137973.dip.t-dialin.net)
- # [22:00] * Quits: Druide_ (~Druid@p5B05CB85.dip.t-dialin.net) (Ping timeout: 244 seconds)
- # [22:02] * Joins: Lachy (~Lachy@93.158.45.11)
- # [22:02] * Quits: Lachy (~Lachy@93.158.45.11) (Client Quit)
- # [22:03] * Joins: Lachy (~Lachy@93.158.45.11)
- # [22:04] * Quits: Lachy (~Lachy@93.158.45.11) (Client Quit)
- # [22:04] * Joins: Lachy (~Lachy@93.158.45.11)
- # [22:10] * Joins: ^esc (~esc_ape@77.116.246.218.wireless.dyn.drei.com)
- # [22:12] * Quits: Lachy (~Lachy@93.158.45.11) (Quit: Computer has gone to sleep.)
- # [22:19] * Quits: sicking (~sicking@18-185.80-90.static-ip.oleane.fr) (Quit: sicking)
- # [22:19] * Joins: Okkido (~Kid@h-145-188.a151.priv.bahnhof.se)
- # [22:25] * Joins: smaug____ (~chatzilla@93.158.46.181)
- # [22:34] * Quits: hasather_ (~hasather_@cm-84.208.105.178.getinternet.no) (Remote host closed the connection)
- # [22:38] <Hixie> jgraham: re directories for testing, one thing to keep in mind is to make sure there's room in the organisation for tests that check interactions and thus don't fit neatly into categories
- # [22:41] * Quits: Ms2ger (~Ms2ger@109.133.31.207) (Quit: nn)
- # [23:09] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [23:13] * Joins: sicking (~sicking@18-185.80-90.static-ip.oleane.fr)
- # [23:17] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [23:20] * Joins: cabanier (~cabanier@93.158.41.132)
- # [23:24] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:29] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [23:29] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
- # [23:31] * Quits: cabanier (~cabanier@93.158.41.132) (Ping timeout: 265 seconds)
- # [23:31] * Joins: cabanier (~cabanier@93.158.41.132)
- # [23:33] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:c4d4:5517:74d9:2e82)
- # [23:38] * Joins: espadrine (~thaddee_t@85-218-2-62.dclient.lsne.ch)
- # [23:41] * Quits: cabanier (~cabanier@93.158.41.132) (Quit: Leaving.)
- # [23:41] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:c4d4:5517:74d9:2e82) (Ping timeout: 260 seconds)
- # [23:42] * Joins: cabanier (~cabanier@93.158.41.132)
- # [23:43] * Quits: smaug____ (~chatzilla@93.158.46.181) (Ping timeout: 265 seconds)
- # [23:44] * Joins: Robbert_ (~robbert@212.238.236.229)
- # [23:52] * Joins: bga_ (bga@69.50.229.69)
- # [23:58] * Parts: bga_ (bga@69.50.229.69)
- # [23:59] * Quits: Okkido (~Kid@h-145-188.a151.priv.bahnhof.se) (Quit: Leaving...)
- # Session Close: Mon Oct 29 00:00:00 2012
The end :)