Options:
Previous day, Next day
- # Session Start: Sat Nov 01 00:00:00 2014
- # Session Ident: #whatwg
- # [00:00] * Joins: zcorpan (~zcorpan@12.199.206.2)
- # [00:02] <Domenic> Is https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3 missing `:link { cursor: pointer; }` ?
- # [00:04] <jgraham> Hixie: With the focus spec, is it possible to have the document node be the focused one?
- # [00:04] <Hixie> jgraham: it's possible to have the viewport be focused
- # [00:04] <Hixie> jgraham: i don't think the Document node itself can technically be focused itself? but i could be wrong
- # [00:04] <jgraham> Hixie: Is that the same?
- # [00:04] <Hixie> Domenic: yeah, looks like it
- # [00:05] <Hixie> jgraham: not technically
- # [00:05] <jgraham> Hixie: So I thought that the focused area was always a node?
- # [00:05] * Quits: weinig (~weinig@17.245.30.163) (Quit: weinig)
- # [00:06] <Hixie> jgraham: oh no, definitely not
- # [00:06] <jgraham> Or at least always had a DOM anchor
- # [00:06] <Hixie> jgraham: there's all kinds of crap that can be focused these days that isn't anode
- # [00:06] <Hixie> the viewport uses the document as its dom anchor iirc
- # [00:06] <jgraham> OK
- # [00:06] * Joins: weinig (~weinig@17.245.30.163)
- # [00:07] <Hixie> jgraham: see https://html.spec.whatwg.org/#focusable-area
- # [00:07] <Domenic> Hixie: shall I file a bug or are you fixing already?
- # [00:07] <Hixie> Domenic: file a bug
- # [00:07] <Hixie> thanks
- # [00:07] * Quits: devFrederick (~fredinRio@186.247.134.126) (Read error: Connection reset by peer)
- # [00:10] <Domenic> Wow did not know (remember?) that :link did not match visited links... fun times
- # [00:10] <Hixie> :any-link
- # [00:10] * Quits: weinig (~weinig@17.245.30.163) (Client Quit)
- # [00:11] <Domenic> yepyep.
- # [00:12] <Domenic> can't find a straight answer as to whether :any-link is equivalent to `:matches(a[href], area, link)`, hmm
- # [00:12] * Quits: aiglesia_ (~aiglesias@181.31.0.158)
- # [00:13] <Domenic> I guess CSS is decoupled from HTML in that respect
- # [00:13] <Domenic> CSS just says "represents a link ... for example in [HTML5] ..."
- # [00:14] <TabAtkins> Yeah, it's the host language that defines what a link is.
- # [00:16] <Hixie> :any-link is equivalent to :matches(:link, :visited)
- # [00:17] <Domenic> yeah just curious what :link matches I guess
- # [00:17] <Domenic> in terms of elements
- # [00:17] <Domenic> gotta trace the references
- # [00:17] * Quits: mven (~textual@72.183.104.138) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:18] <Hixie> oh
- # [00:18] <Hixie> that's in the spec
- # [00:18] <Hixie> html spec
- # [00:18] <Domenic> yeah
- # [00:18] <Hixie> search for :link
- # [00:18] <Domenic> oh it's that easy that sounds nice
- # [00:18] <Domenic> hmm no :active in the UA stylesheet either
- # [00:19] * Quits: erlehmann (~erlehmann@f052252096.adsl.alicedsl.de) (Excess Flood)
- # [00:19] * Joins: erlehmann (~erlehmann@f052252096.adsl.alicedsl.de)
- # [00:21] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [00:21] <jgraham> Hixie: Thanks
- # [00:22] * Quits: tripu (~tripu@12.199.206.2) (Ping timeout: 256 seconds)
- # [00:23] * Joins: mven (~textual@72.183.104.138)
- # [00:23] * Joins: tripu (~tripu@12.199.206.2)
- # [00:24] <Hixie> jgraham: it's about as far from what browsers implement today as the spec was a few months ago, but the spec has changed drastically in that time, fwiw
- # [00:24] <Hixie> jgraham: i think the new spec is way more comprehensive in terms of what browsers actually need to do
- # [00:24] <Hixie> jgraham: so if you haven't read that section recently, now's a good time
- # [00:26] <jgraham> Hixie: At the moment I'm mainly trying to convince the webdriver people not to define their own concept of focus
- # [00:26] <jgraham> This has not been too hard, fortunately
- # [00:26] <Hixie> oh man yeah
- # [00:26] <Hixie> defining focus is a huge pain
- # [00:26] * Joins: kaeku (~awissel@p579CA734.dip0.t-ipconnect.de)
- # [00:27] <Hixie> i'm pretty sure what the HTML spec has now is close to complete relative to what the web needs
- # [00:27] <Hixie> so they should just use that
- # [00:27] <wilhelm_> Other things that should be defined elsewhere and referenced from our spec: visibility, hit testing.
- # [00:27] * Quits: ehsan (~ehsan@135-23-212-183.cpe.pppoe.ca) (Quit: Leaving...)
- # [00:30] * Hixie pretends to have gotten an important phone call and runs out of the room
- # [00:31] <Domenic> Is there any way for me to be the first subscriber to an event, but only do my thing if no other subscribers call `e.preventDefault()`? Maybe delaying a turn then checking e.defaultPrevented?
- # [00:32] <Hixie> register yourself on the parent element? :-)
- # [00:33] <Hixie> what happens if you register yourself during dispatch
- # [00:33] * Joins: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com)
- # [00:33] <Domenic> oooh interesting
- # [00:33] <Domenic> seems like it would work, although maybe browsers do weird things
- # [00:34] * Quits: tripu (~tripu@12.199.206.2) (Quit: Leaving)
- # [00:36] * Quits: jsbell (jsbell@nat/google/x-tbyjdszjaulqcnms) (Quit: There's no place like home...)
- # [00:42] * Quits: fishd (~fishd@2601:9:8200:d4e:8d3:eedb:b332:b3ae) (Ping timeout: 265 seconds)
- # [00:42] * Joins: CvP (~CvP@119.30.39.166)
- # [00:44] * Quits: mven (~textual@72.183.104.138) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:44] <Domenic> aww doesn't work
- # [00:44] <Domenic> setTimeout(, 0) seems like my best bet
- # [00:45] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [00:46] <jamesr_> Hixie: registering yourself during dispatch should do nothing for that event, the propagation chain is computed before firing any handlers
- # [00:46] <Hixie> yeah, that seems reasonable
- # [00:46] <Hixie> pity
- # [00:49] * Joins: satazor (~satazor@95.136.99.102)
- # [00:49] <jamesr_> otherwise it's insanity
- # [00:51] <Hixie> totally
- # [00:51] <Hixie> would have solved this case though ;-)
- # [00:54] * Quits: satazor (~satazor@95.136.99.102) (Ping timeout: 265 seconds)
- # [00:57] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [00:58] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [01:00] * Quits: erlehmann (~erlehmann@f052252096.adsl.alicedsl.de) (Quit: Die demokratieerhaltende Whistleblowerplattform Krautchan freut sich immer über Spenden.)
- # [01:02] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
- # [01:06] * Quits: ap (~ap@17.202.44.214)
- # [01:09] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [01:18] * Quits: tantek (~tantek@12.199.206.2) (Quit: tantek)
- # [01:23] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [01:23] * Quits: bnicholson (~bnicholso@2620:101:80fc:224:8517:d573:db3b:4a82) (Ping timeout: 272 seconds)
- # [01:25] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:31] * Quits: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com) (Quit: Snuggling with the puppies)
- # [01:41] * Quits: myakura (~myakura@205.158.164.101.ptr.us.xo.net) (Remote host closed the connection)
- # [01:43] * Joins: weinig (~weinig@98.234.191.242)
- # [01:46] * Quits: CvP (~CvP@119.30.39.166) (Ping timeout: 264 seconds)
- # [01:48] * Joins: tantek (~tantek@12.199.206.2)
- # [01:54] <terinjokes> :( Safari doesn't have getElementById in the DocumentFragment prototype
- # [01:56] * Joins: bnicholson (~bnicholso@24.130.60.241)
- # [02:07] * Joins: rniwa (~rniwa@17.202.43.222)
- # [02:19] <caitp> :[
- # [02:22] * Quits: tantek (~tantek@12.199.206.2) (Quit: tantek)
- # [02:27] * Joins: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com)
- # [02:28] * Quits: zcorpan (~zcorpan@12.199.206.2) (Quit: Bye)
- # [02:33] * Quits: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com) (Quit: Snuggling with the puppies)
- # [02:39] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [02:40] * Joins: espadrine` (~ttyl@AMontsouris-158-1-50-18.w92-128.abo.wanadoo.fr)
- # [02:42] * Joins: tantek (~tantek@173.117.87.32)
- # [02:42] * Joins: myakura (~myakura@205.158.164.101.ptr.us.xo.net)
- # [02:43] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [02:43] * Quits: espadrine (~ttyl@AMontsouris-158-1-61-4.w92-128.abo.wanadoo.fr) (Ping timeout: 245 seconds)
- # [02:46] * Joins: tantek-ipod (~tantek@173.126.154.127)
- # [02:46] * Quits: tantek-ipod (~tantek@173.126.154.127) (Client Quit)
- # [02:47] * Quits: myakura (~myakura@205.158.164.101.ptr.us.xo.net) (Ping timeout: 245 seconds)
- # [02:48] * Quits: tantek (~tantek@173.117.87.32) (Ping timeout: 245 seconds)
- # [02:56] * Quits: espadrine` (~ttyl@AMontsouris-158-1-50-18.w92-128.abo.wanadoo.fr) (Ping timeout: 255 seconds)
- # [03:17] * Joins: newtron (~newtron@108.175.224.24)
- # [03:27] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-kfrjhqabsdymzbws) (Quit: Connection closed for inactivity)
- # [03:38] * Joins: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com)
- # [03:39] * Joins: tantek (~tantek@50-200-68-226-static.hfc.comcastbusiness.net)
- # [03:44] * Joins: tantek-ipod (~tantek@50-200-68-226-static.hfc.comcastbusiness.net)
- # [03:44] * Quits: tantek (~tantek@50-200-68-226-static.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
- # [03:44] * tantek-ipod is now known as tantek
- # [03:44] * Quits: gavin_ (~gavin@76.14.42.120) (Read error: Connection reset by peer)
- # [03:44] * Quits: tantek (~tantek@50-200-68-226-static.hfc.comcastbusiness.net) (Client Quit)
- # [03:44] * Joins: gavin_ (~gavin@76.14.42.120)
- # [03:50] * Quits: newtron (~newtron@108.175.224.24) (Remote host closed the connection)
- # [03:53] * Joins: mven (~textual@72.183.104.138)
- # [03:58] * Krinkle is now known as Krinkle|detached
- # [04:13] * Joins: yoadrian (~Adriano@142.196.170.55)
- # [04:15] * Joins: myakura (~myakura@205.158.164.101.ptr.us.xo.net)
- # [04:17] * Quits: yoadrian (~Adriano@142.196.170.55) (Client Quit)
- # [04:19] * Quits: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com) (Quit: Snuggling with the puppies)
- # [04:26] * Quits: bnicholson (~bnicholso@24.130.60.241) (Ping timeout: 250 seconds)
- # [04:33] * Quits: jyasskin_w (jyasskin@nat/google/x-dkrbcqkdxsuvtktu) (Quit: Ex-Chat)
- # [04:39] * Joins: bnicholson (~bnicholso@24.130.60.241)
- # [04:51] * Quits: bnicholson (~bnicholso@24.130.60.241) (Ping timeout: 250 seconds)
- # [04:51] * Joins: bnicholson (~bnicholso@24.130.60.241)
- # [04:52] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
- # [05:02] * Quits: bnicholson (~bnicholso@24.130.60.241) (Ping timeout: 244 seconds)
- # [05:02] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Ping timeout: 255 seconds)
- # [05:07] * Quits: jgraham (~jgraham@web91.webfaction.com) (Ping timeout: 245 seconds)
- # [05:07] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [05:18] * Joins: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com)
- # [05:19] * Joins: dbaron (~dbaron@50-0-248-60.dsl.dynamic.fusionbroadband.com)
- # [05:26] * Quits: mven (~textual@72.183.104.138) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [05:34] * Joins: weinig (~weinig@98.234.191.242)
- # [05:40] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 250 seconds)
- # [05:44] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [06:15] * Quits: hdv (sid2376@gateway/web/irccloud.com/x-hlrdpnjmdvicujma) (Ping timeout: 272 seconds)
- # [06:16] * Joins: hdv (sid2376@gateway/web/irccloud.com/x-zxwcmlatarujnwxm)
- # [06:28] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.91 [Firefox 32.0.3/20140923175406])
- # [06:38] * Quits: roc (~chatzilla@121-99-89-251.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [06:38] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [06:44] * Joins: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com)
- # [06:55] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:13] * Quits: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [07:18] * Joins: tommyliu (~tommyliu@2001:da8:201:1361:bae8:56ff:fe02:eba8)
- # [07:24] * Quits: tommyliu (~tommyliu@2001:da8:201:1361:bae8:56ff:fe02:eba8) (Remote host closed the connection)
- # [07:25] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [07:25] * Quits: dbaron (~dbaron@50-0-248-60.dsl.dynamic.fusionbroadband.com) (Ping timeout: 245 seconds)
- # [07:44] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 258 seconds)
- # [07:46] * Joins: tripu (~tripu@12.199.206.2)
- # [07:51] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
- # [07:52] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [07:55] * Quits: tripu (~tripu@12.199.206.2) (Quit: Leaving)
- # [08:07] * Joins: tommyliu (~tommyliu@222.29.63.222)
- # [08:21] * Quits: tommyliu (~tommyliu@222.29.63.222) (Remote host closed the connection)
- # [08:21] * Joins: tommyliu (~tommyliu@2001:da8:201:1361:46c:4b4:3a6b:7396)
- # [08:22] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:26] * Quits: tommyliu (~tommyliu@2001:da8:201:1361:46c:4b4:3a6b:7396) (Ping timeout: 265 seconds)
- # [08:33] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 255 seconds)
- # [08:35] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [08:40] * Quits: psy_ (~psy@103.6.159.172) (Ping timeout: 240 seconds)
- # [08:51] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [09:04] * Joins: Ms2ger (~Ms2ger@91.180.155.79)
- # [09:06] * Quits: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com) (Quit: Snuggling with the puppies)
- # [09:13] * Joins: plutonux (~plutoniix@node-1cti.pool-101-108.dynamic.totbb.net)
- # [09:16] * Quits: xiinotulp (~plutoniix@node-zpi.pool-180-180.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [09:27] * Joins: psy_ (~psy@103.6.159.172)
- # [09:29] * Joins: ^esc (~esc-ape@91.141.1.112.wireless.dyn.drei.com)
- # [09:31] * Joins: roc (~chatzilla@121-99-89-251.bng1.tvc.orcon.net.nz)
- # [09:32] * Joins: satazor (~satazor@102.99.136.95.rev.vodafone.pt)
- # [09:43] * Quits: psy_ (~psy@103.6.159.172) (Ping timeout: 255 seconds)
- # [09:47] * Quits: roc (~chatzilla@121-99-89-251.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [09:52] * Quits: satazor (~satazor@102.99.136.95.rev.vodafone.pt) (Remote host closed the connection)
- # [09:54] * Joins: Maurice (copyman@unaffiliated/maurice)
- # [09:58] * Quits: Smylers (~smylers@host86-147-46-136.range86-147.btcentralplus.com) (Quit: Leaving.)
- # [10:00] * Joins: zdobersek (~zan@46.166.188.198)
- # [10:22] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [10:23] * Joins: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com)
- # [10:24] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [10:27] * Joins: satazor_ (~satazor@239.201.37.188.rev.vodafone.pt)
- # [10:30] * Joins: espadrine` (~ttyl@AMontsouris-158-1-50-18.w92-128.abo.wanadoo.fr)
- # [10:41] * Joins: tndrH (~Rob@cpc2-lee211-2-0-cust413.7-1.cable.virginm.net)
- # [10:44] * Joins: Guest84915 (~zhaksylyk@104.131.145.23)
- # [10:49] <annevk> Did anyone ever end up filing bugs on browsers for http://example.com/%F0%9F%94%92 and similar spoofing?
- # [10:52] * Quits: satazor_ (~satazor@239.201.37.188.rev.vodafone.pt)
- # [10:57] * Quits: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [11:04] * Joins: psy_ (~psy@103.6.159.172)
- # [11:07] * Quits: Guest84915 (~zhaksylyk@104.131.145.23) (Ping timeout: 255 seconds)
- # [11:20] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [11:24] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [11:37] <annevk> It seems zcorpan filed a bug and it was a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=808234
- # [11:43] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 256 seconds)
- # [11:56] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Remote host closed the connection)
- # [12:07] * Quits: myakura (~myakura@205.158.164.101.ptr.us.xo.net) (Remote host closed the connection)
- # [12:08] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [12:22] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [12:36] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [12:42] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [12:49] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [13:09] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [13:13] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [13:43] * Joins: anchnk (~anchnk@static-176-182-138-141.ncc.abo.bbox.fr)
- # [13:43] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [13:56] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [13:56] * Joins: myakura (~myakura@205.158.164.101.ptr.us.xo.net)
- # [14:01] * Quits: myakura (~myakura@205.158.164.101.ptr.us.xo.net) (Ping timeout: 264 seconds)
- # [14:09] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [14:11] * Quits: plutonux (~plutoniix@node-1cti.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [14:13] * Quits: anchnk (~anchnk@static-176-182-138-141.ncc.abo.bbox.fr) (Quit: Leaving)
- # [14:14] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Ping timeout: 256 seconds)
- # [14:20] * Joins: plutoniix (~plutoniix@node-1cti.pool-101-108.dynamic.totbb.net)
- # [14:22] * Quits: Ms2ger (~Ms2ger@91.180.155.79) (Ping timeout: 255 seconds)
- # [14:22] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [14:25] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [14:30] * Joins: erlehmann (~erlehmann@f055209015.adsl.alicedsl.de)
- # [14:35] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:36] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:36] * Quits: karlcow (~karl@nerval.la-grange.net) (Client Quit)
- # [14:36] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [14:46] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [14:53] * Joins: weinig (~weinig@98.234.191.242)
- # [15:02] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [15:02] * Joins: Amaan (uid4967@gateway/web/irccloud.com/x-fmkwdsqiwxyuyozi)
- # [15:07] * Joins: tommyliu (~tommyliu@124.193.140.183)
- # [15:11] * Quits: erlehmann (~erlehmann@f055209015.adsl.alicedsl.de) (Ping timeout: 250 seconds)
- # [15:14] * Quits: zdobersek (~zan@46.166.188.198) (Ping timeout: 256 seconds)
- # [15:16] * Joins: erlehmann (~erlehmann@f055209015.adsl.alicedsl.de)
- # [15:17] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [15:20] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Ping timeout: 256 seconds)
- # [15:21] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [15:21] * Parts: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [15:31] * Joins: myakura (~myakura@205.158.164.101.ptr.us.xo.net)
- # [15:32] * Quits: erlehmann (~erlehmann@f055209015.adsl.alicedsl.de) (Quit: Die demokratieerhaltende Whistleblowerplattform Krautchan freut sich immer über Spenden.)
- # [15:33] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [15:33] * Joins: zcorpan (~zcorpan@50-200-68-226-static.hfc.comcastbusiness.net)
- # [15:34] * Joins: yoadrian (~Adriano@142.196.170.55)
- # [15:35] * Quits: tommyliu (~tommyliu@124.193.140.183) (Read error: Connection reset by peer)
- # [15:35] * Joins: tommyliu (~tommyliu@li568-208.members.linode.com)
- # [15:37] * Joins: zcorpan_ (~zcorpan@12.199.206.2)
- # [15:38] * Quits: zcorpan (~zcorpan@50-200-68-226-static.hfc.comcastbusiness.net) (Ping timeout: 265 seconds)
- # [15:40] * Quits: zcorpan_ (~zcorpan@12.199.206.2) (Remote host closed the connection)
- # [15:41] * Joins: tommyliu_ (~tommyliu@124.193.140.183)
- # [15:43] * Joins: levertourist (~levertour@ec2-54-201-199-156.us-west-2.compute.amazonaws.com)
- # [15:43] * Quits: tommyliu (~tommyliu@li568-208.members.linode.com) (Read error: Connection reset by peer)
- # [15:46] * Quits: sarri (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
- # [15:47] * Joins: newtron (~newtron@108.175.224.24)
- # [15:48] * Joins: sarri (~sari@p50995cae.dip0.t-ipconnect.de)
- # [16:03] * Quits: tommyliu_ (~tommyliu@124.193.140.183) (Remote host closed the connection)
- # [16:03] * Joins: tommyliu (~tommyliu@124.193.140.183)
- # [16:04] * Quits: tommyliu (~tommyliu@124.193.140.183) (Remote host closed the connection)
- # [16:14] * Joins: dbaron (~dbaron@50-0-248-60.dsl.dynamic.fusionbroadband.com)
- # [16:20] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [16:21] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Client Quit)
- # [16:21] * Quits: yoadrian (~Adriano@142.196.170.55) (Quit: This computer has gone to sleep)
- # [16:21] * Joins: tommyliu (~tommyliu@124.193.140.183)
- # [16:24] * Quits: tommyliu (~tommyliu@124.193.140.183) (Read error: No route to host)
- # [16:25] * Joins: tommyliu (~tommyliu@124.193.140.183)
- # [16:40] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:43] * Joins: tommyliu_ (~tommyliu@23.252.122.29)
- # [16:45] * Joins: yoadrian (~Adriano@142.196.170.55)
- # [16:47] * Quits: tommyliu (~tommyliu@124.193.140.183) (Ping timeout: 260 seconds)
- # [16:50] * Joins: tommyliu (~tommyliu@124.193.140.183)
- # [16:53] * Quits: tommyliu_ (~tommyliu@23.252.122.29) (Ping timeout: 250 seconds)
- # [16:53] * Joins: roc (~chatzilla@121-99-89-251.bng1.tvc.orcon.net.nz)
- # [16:54] * Joins: tommyliu_ (~tommyliu@124.193.140.183)
- # [16:54] * Quits: tommyliu (~tommyliu@124.193.140.183) (Read error: No route to host)
- # [16:56] * Joins: fishd (~fishd@2601:9:8200:d4e:ccde:698b:8076:f0eb)
- # [16:57] * Joins: zcorpan (~zcorpan@156.39.127.195)
- # [17:01] * Quits: tommyliu_ (~tommyliu@124.193.140.183) (Read error: Connection reset by peer)
- # [17:02] * Joins: tommyliu (~tommyliu@124.193.140.183)
- # [17:05] * Quits: fishd (~fishd@2601:9:8200:d4e:ccde:698b:8076:f0eb) (Ping timeout: 256 seconds)
- # [17:08] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [17:13] * Quits: Amaan (uid4967@gateway/web/irccloud.com/x-fmkwdsqiwxyuyozi) (Quit: Connection closed for inactivity)
- # [17:22] * Joins: CvP (~CvP@119.30.39.153)
- # [17:28] * Quits: CvP (~CvP@119.30.39.153) (Quit: [ UPP ] > all)
- # [17:33] * Quits: yoadrian (~Adriano@142.196.170.55) (Quit: Leaving)
- # [17:42] * Joins: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com)
- # [17:43] <annevk> I filed https://github.com/github/github-services/issues/964 on github-services not dealing with URLs in commit messages properly, fwiw
- # [17:47] * Quits: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com) (Client Quit)
- # [17:59] * Quits: jst (~quassel@198.199.94.175) (Remote host closed the connection)
- # [17:59] * Joins: jst (~quassel@198.199.94.175)
- # [18:00] <annevk> Domenic: http://jxck.hatenablog.com/entry/whatwg-stream
- # [18:00] * Quits: jst (~quassel@198.199.94.175) (Read error: Connection reset by peer)
- # [18:00] * Joins: jst_ (~quassel@198.199.94.175)
- # [18:02] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [18:04] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [18:10] * Joins: darobin (~darobin@12.199.206.2)
- # [18:10] * Quits: darobin (~darobin@12.199.206.2) (Remote host closed the connection)
- # [18:12] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [18:15] * Joins: seventh (seventh@207-207-17-240.fwd.datafoundry.com)
- # [18:23] * Joins: boogyman (~boogyman@50.167.218.18)
- # [18:23] * Quits: boogyman (~boogyman@50.167.218.18) (Changing host)
- # [18:23] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [18:31] * Quits: myakura (~myakura@205.158.164.101.ptr.us.xo.net) (Remote host closed the connection)
- # [18:33] * Quits: zcorpan (~zcorpan@156.39.127.195) (Remote host closed the connection)
- # [18:59] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [19:01] * Quits: tommyliu (~tommyliu@124.193.140.183) (Remote host closed the connection)
- # [19:03] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:04] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [19:08] * Joins: eric_carlson (~ericc@24.6.239.9)
- # [19:08] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [19:19] * caitp- is now known as caitp
- # [19:21] * Joins: zcorpan (~zcorpan@156.39.127.195)
- # [19:29] * Joins: Mso150 (~ctlM@80.83.239.41)
- # [19:32] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [19:34] * Quits: zcorpan (~zcorpan@156.39.127.195) (Remote host closed the connection)
- # [19:36] * Joins: Areks (~Areks@95-26-195-186.broadband.corbina.ru)
- # [19:38] * Quits: gavin_ (~gavin@76.14.42.120) (Remote host closed the connection)
- # [19:38] * Joins: gavin_ (~gavin@76.14.42.120)
- # [19:55] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [19:55] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [19:57] * Joins: Ms2ger (~Ms2ger@91.180.155.79)
- # [19:59] * Joins: mven (~textual@72.183.104.138)
- # [20:00] * Joins: Mso150_m (~ctlM@80.83.239.113)
- # [20:00] * Quits: Mso150 (~ctlM@80.83.239.41) (Ping timeout: 245 seconds)
- # [20:04] * Joins: gavin__ (~gavin@76.14.42.120)
- # [20:06] * Quits: gavin_ (~gavin@76.14.42.120) (Ping timeout: 244 seconds)
- # [20:09] * Joins: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com)
- # [20:16] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [20:16] * Joins: ambv (~ambv@206.108.217.134)
- # [20:20] * Quits: encryptd_fractl (~encryptd_@71-90-29-214.dhcp.ftbg.wi.charter.com) (Ping timeout: 272 seconds)
- # [20:33] * Quits: eric_carlson (~ericc@24.6.239.9) (Quit: eric_carlson)
- # [20:40] * Joins: estellevw (~estellevw@173-228-112-249.dsl.dynamic.fusionbroadband.com)
- # [20:50] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [20:52] * Joins: laurensclaessen (~laurenscl@2a02:1810:1005:2600:796b:40b3:ab6d:bce6)
- # [20:52] * Quits: seventh (seventh@207-207-17-240.fwd.datafoundry.com) (Ping timeout: 264 seconds)
- # [20:53] * Quits: laurensclaessen (~laurenscl@2a02:1810:1005:2600:796b:40b3:ab6d:bce6) (Remote host closed the connection)
- # [20:54] * Joins: laurensclaessen (~laurenscl@d54c5c6ef.access.telenet.be)
- # [21:06] * Quits: laurensclaessen (~laurenscl@d54c5c6ef.access.telenet.be) (Remote host closed the connection)
- # [21:10] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:15] * Joins: Mso150 (~ctlM@80.83.239.83)
- # [21:15] * Quits: Mso150_m (~ctlM@80.83.239.113) (Ping timeout: 265 seconds)
- # [21:15] * Quits: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com) (Ping timeout: 245 seconds)
- # [21:17] * Joins: laurensclaessen (~laurenscl@2a02:1810:1005:2600:382f:bf83:be0e:3456)
- # [21:18] * Joins: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com)
- # [21:24] * Quits: laurensclaessen (~laurenscl@2a02:1810:1005:2600:382f:bf83:be0e:3456)
- # [21:28] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [21:48] * Quits: tantek (~tantek@70-36-197-247.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [21:51] * Quits: Areks (~Areks@95-26-195-186.broadband.corbina.ru) (Ping timeout: 256 seconds)
- # [21:53] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:00] * Quits: dbaron (~dbaron@50-0-248-60.dsl.dynamic.fusionbroadband.com) (Ping timeout: 260 seconds)
- # [22:02] <Domenic> Hixie: I can't subscribe to whatwg@whatwg with my new email address because the instructions in it reference lists.whatwg.org and the alternate method of replying to whatwg-requests@lists.whatwg.org gives an "undeliverable"
- # [22:03] <Domenic> annevk: wow, diagrams and everything!!
- # [22:07] * Quits: Mso150 (~ctlM@80.83.239.83) (Ping timeout: 265 seconds)
- # [22:07] * Joins: Mso150_e (~ctlM@80.83.238.19)
- # [22:18] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [22:31] * Joins: weinig (~weinig@98.234.191.242)
- # [22:34] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [22:34] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [22:34] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [22:40] * Joins: seventh (seventh@207-207-17-240.fwd.datafoundry.com)
- # [22:41] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:45] * Joins: tav (~tav`@host86-157-22-27.range86-157.btcentralplus.com)
- # [22:48] * Joins: a-ja (~Instantbi@70.230.148.72)
- # [22:50] * Quits: gavin__ (~gavin@76.14.42.120) (Remote host closed the connection)
- # [22:52] * Quits: tav (~tav`@host86-157-22-27.range86-157.btcentralplus.com) (Quit: tav)
- # [23:01] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [23:02] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:03] * Joins: zcorpan (~zcorpan@198.134.93.254)
- # [23:04] * Quits: seventh (seventh@207-207-17-240.fwd.datafoundry.com) (Ping timeout: 240 seconds)
- # [23:06] * Joins: gavin_ (~gavin@76.14.42.120)
- # [23:08] <Ms2ger> mounir, /quit nn
- # [23:08] * Quits: Ms2ger (~Ms2ger@91.180.155.79) (Quit: nn)
- # [23:10] * Parts: a-ja (~Instantbi@70.230.148.72)
- # [23:11] <annevk> euhm, wtf rubys
- # [23:18] * Joins: seventh (seventh@192.64.7.158)
- # [23:19] * Quits: Garbee (uid21171@gateway/web/irccloud.com/x-ugtcjaswmrxuipqt) (Quit: Connection closed for inactivity)
- # [23:23] <Domenic> annevk: I think it's just a misunderstanding, albeit one that could spiral out of control... assume good faith and don't make things worse :)
- # [23:23] <Domenic> also dammit i keep emailing myself
- # [23:24] * Joins: CvP (~CvP@119.30.39.153)
- # [23:26] * Quits: mven (~textual@72.183.104.138) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:41] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [23:43] * Quits: zcorpan (~zcorpan@198.134.93.254) (Remote host closed the connection)
- # [23:49] * Quits: weinig (~weinig@98.234.191.242) (Ping timeout: 245 seconds)
- # [23:54] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # Session Close: Sun Nov 02 00:00:01 2014
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn