Options:
- # Session Start: Wed Sep 05 00:00:00 2012
- # Session Ident: #whatwg
- # [00:05] * Joins: fishd (darin@nat/google/x-gcbuehalxpsajrto)
- # [00:07] * jonlee is now known as jonlee|afk
- # [00:09] * Quits: dbaron (~dbaron@nat/mozilla/x-pigoijtpforacvvm) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:10] * Joins: dbaron (~dbaron@nat/mozilla/x-ptknxxltegdxknkm)
- # [00:14] <Hixie> zewt: even if it's just a message to say "this has passed to something that is a descendant worker of X" or "...not an ancestor of X" or whatnot, it's still essentially impossible because if you send something from X to A to B, the message that it got from A to B might not reach X until long after X has started sending messages using this feature
- # [00:15] <zewt> Hixie: it doesn't matter if otehr messages are sent first
- # [00:15] <zewt> or other, for that matter
- # [00:16] <Hixie> ok i'm reading your message to sicking now and i'm even more confused :-)
- # [00:16] <zewt> all this is intended to do is guarantee that deadlocks can't happen in a "block until a message is received" API
- # [00:16] <Hixie> suppose i create a message port
- # [00:16] <Hixie> can i send a blocking message?
- # [00:16] <zewt> there's no such thing as "sending a blocking message"
- # [00:16] <zewt> there's only "block until a message is received"
- # [00:16] <zewt> (a message is a message is a message)
- # [00:16] <Hixie> so suppose i create a message port
- # [00:17] <Hixie> can i block until i receive a message?
- # [00:17] <zewt> so long as the "blocking allowed" flag remains set
- # [00:17] <Hixie> but the other side of the port is by definition in the same thread, so that seems bad?
- # [00:18] <zewt> you mean the "blocking on a port when you hold both ports" case? that's handled separately (the final "additionally")
- # [00:19] <Hixie> ah, i see
- # [00:19] <Hixie> i assume when you say "When a MessagePort is transferred to the current thread" you mean to imply that the internal flags and states are also cloned?
- # [00:20] <Hixie> it's unclear whether you mean MessagePort or "port"
- # [00:20] <zewt> yes, the "blocking allowed" flag being cleared persists across clones
- # [00:20] <zewt> (once it's cleared it's cleared permanently)
- # [00:20] <Hixie> (MessagePort objects never actually change thread)
- # [00:20] <Hixie> ok...
- # [00:20] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [00:21] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [00:21] <Hixie> and presumably this only happens in workers
- # [00:21] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [00:21] <zewt> yes (it doesn't matter if it happens in the UI thread, since the getMessage API just won't exist there)
- # [00:22] <Hixie> by "this" i mean the API
- # [00:22] <zewt> also, this is only really relevant for dedicated workers; any time you transfer to a shared worker the final "otherwise" kicks in and no blocking is ever allowed
- # [00:22] <zewt> (in either direction)
- # [00:23] <Hixie> seems kinda weird, but if browsers are willing to implement it, i guess it's ok
- # [00:27] <zewt> (correcting above--this does need to happen for ports going to the UI thread, since the other port is probably still inside a worker)
- # [00:30] * jonlee|afk is now known as jonlee
- # [00:31] * Joins: benbarnett (~Adium@cpc15-slam5-2-0-cust493.2-4.cable.virginmedia.com)
- # [00:40] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [00:40] * Joins: cpearce (~chatzilla@ip-118-90-15-3.xdsl.xnet.co.nz)
- # [00:48] * Quits: fishd (darin@nat/google/x-gcbuehalxpsajrto) (Ping timeout: 272 seconds)
- # [00:53] * Joins: mkanat (mkanat@nat/google/x-kgawkvbmcvfjrvqb)
- # [00:57] * Quits: espadrine (~thaddee_t@63-235-13-3.dia.static.qwest.net) (Ping timeout: 252 seconds)
- # [00:59] * Quits: benbarnett (~Adium@cpc15-slam5-2-0-cust493.2-4.cable.virginmedia.com) (Quit: Leaving.)
- # [01:13] * Joins: fishd (darin@nat/google/x-nxlijbypbophrwvj)
- # [01:20] * Joins: ehsan (~ehsan@69.165.253.118)
- # [01:20] * jonlee is now known as jonlee|afk
- # [01:21] <cpearce> annevk: ping
- # [01:22] * cpearce suspects annevk is fast asleep...
- # [01:22] * Joins: espadrine (~thaddee_t@nat/mozilla/x-qciwzujqeleylwqr)
- # [01:23] * Joins: danzik171 (~danzik17@164.55.254.106)
- # [01:25] * heycam|away is now known as heycam
- # [01:25] * Quits: fkm (~fkm@unaffiliated/fkm) (Quit: Bye)
- # [01:26] * Quits: danzik17 (~danzik17@164.55.254.106) (Ping timeout: 246 seconds)
- # [01:27] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [01:27] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Client Quit)
- # [01:28] * Quits: danzik171 (~danzik17@164.55.254.106) (Ping timeout: 246 seconds)
- # [01:30] * Quits: othermaciej (~mjs@17.245.109.240) (Quit: othermaciej)
- # [01:30] * Joins: danzik17 (~danzik17@ool-321d0c6a.dyn.optonline.net)
- # [01:42] * Joins: othermaciej (~mjs@17.245.109.240)
- # [01:45] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [01:48] * Joins: jryans (~jryans@67-198-70-13.dyn.grandenetworks.net)
- # [01:49] * Joins: jondong (~jondong@123.126.22.58)
- # [01:49] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [01:49] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Client Quit)
- # [01:49] * jondong is now known as Guest28176
- # [01:58] * Joins: danzik171 (~danzik17@ool-321d0c6a.dyn.optonline.net)
- # [02:00] * Quits: danzik17 (~danzik17@ool-321d0c6a.dyn.optonline.net) (Ping timeout: 248 seconds)
- # [02:00] * jonlee|afk is now known as jonlee
- # [02:02] * Quits: danzik171 (~danzik17@ool-321d0c6a.dyn.optonline.net) (Ping timeout: 246 seconds)
- # [02:04] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [02:05] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [02:08] * Joins: danzik17 (~danzik17@ool-435606a9.dyn.optonline.net)
- # [02:14] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [02:14] <nattokirai> heycam: ping
- # [02:15] <heycam> nattokirai, pong
- # [02:19] * Quits: fishd (darin@nat/google/x-nxlijbypbophrwvj) (Ping timeout: 252 seconds)
- # [02:23] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [02:24] * Quits: ap_ (~ap@2620:149:4:1b01:cca9:a23d:191b:fb72) (Quit: ap_)
- # [02:32] * jonlee is now known as jonlee|afk
- # [02:37] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [02:45] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [02:50] * jernoble is now known as jernoble|afk
- # [02:50] * jernoble|afk is now known as jernoble
- # [02:52] * Quits: jsbell (jsbell@nat/google/x-mrgqllbfvonpkycw) (Quit: There's no place like home...)
- # [02:57] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [03:01] * Joins: MikeSmith_ (~MikeSmith@s1106193.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [03:01] * Joins: yuuki_ (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [03:01] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 248 seconds)
- # [03:03] * Quits: MikeSmith (~MikeSmith@s1106087.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 276 seconds)
- # [03:03] * MikeSmith_ is now known as MikeSmith
- # [03:07] * Joins: JohnAlbin (~JohnAlbin@114-36-35-178.dynamic.hinet.net)
- # [03:10] * Quits: JohnAlbin_zzzzzz (~JohnAlbin@114-36-35-178.dynamic.hinet.net) (Ping timeout: 244 seconds)
- # [03:11] * Joins: crocket (~crocket@unaffiliated/crocket)
- # [03:12] <crocket> Does mozilla developer network provide proper learning materials for HTML, CSS, and javscript?
- # [03:12] <crocket> w3schools is said to suck.
- # [03:12] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [03:13] <zewt> w3schools was the first site i blocked on google as soon as google grew that feature
- # [03:13] <zewt> can't speak for learning materials but mdn is usually okay as a reference
- # [03:14] <MikeSmith> MDN has some how-to docs as well
- # [03:14] <MikeSmith> gimme a minute
- # [03:15] <MikeSmith> MDN JavaScript Guide: https://developer.mozilla.org/en-US/docs/JavaScript/Guide
- # [03:15] <crocket> MDN seems to contain firefox-specific extensions.
- # [03:15] <zewt> (browsing mdn tends to not be so good, feels like a bunch of isolated pages connected by huge indexes, but fine for individual things reached through goog)
- # [03:15] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [03:16] <MikeSmith> crocket: yeah it has some things like that but generally they're clearly marked
- # [03:17] <MikeSmith> and it now includes a lot of information about things like implementation status in all major browsers
- # [03:17] <MikeSmith> not just Firefox
- # [03:18] <MikeSmith> the other thing is, for pretty much every bug that gets created for implementing a new standards feature, a "needs docs" flag gets added to the bug
- # [03:18] <crocket> Does <body> have border property?
- # [03:19] <zewt> quickest way to answer questions like that is to try it :)
- # [03:20] <zewt> (randomly makes me think back on something I hit a few months ago, trying to have a width: 100%; height: 100%; border: 1px whatever; body and hitting the "100% + 2px" problem; guess I should revisit that using box-sizing)
- # [03:20] <MikeSmith> crocket: what zewt said
- # [03:21] <zewt> (technically I said one relevant thing and one rambling, obscure thing; go with the first)
- # [03:21] <MikeSmith> open up Firebug or Web Inspector on any page, go in and add a "body { border: 5px solid green}" CSS rule
- # [03:21] <MikeSmith> and see what happens
- # [03:22] <crocket> meh
- # [03:23] <MikeSmith> anyway, the Mozilla docs team goes in and adds docs to MDN for all new standards feature every time any new feature is implemented in Firefox
- # [03:23] <zewt> if you're not willing to try things out for yourself, you'll have difficulty in any platform :)
- # [03:23] <crocket> zewt, I'll try
- # [03:23] <MikeSmith> MDN CSS guide: https://developer.mozilla.org/en-US/docs/CSS/Getting_Started
- # [03:24] <MikeSmith> or https://developer.mozilla.org/en-US/docs/CSS is better
- # [03:24] <MikeSmith> bunch of tutorial docs linked to there
- # [03:30] * Quits: Guest5987 (~sindresor@82.147.51.146) (Remote host closed the connection)
- # [03:31] * Joins: sindresorhu (~sindresor@82.147.51.146)
- # [03:32] <MikeSmith> crocket: you can also use http://jigsaw.w3.org/css-validator/#validate_by_input to test whether a particular CSS is valid or not
- # [03:33] <crocket> MikeSmith, ok
- # [03:42] * Joins: tawhuac (~tawhuac@190.71.251.96)
- # [03:51] * Quits: othermaciej (~mjs@17.245.109.240) (Quit: othermaciej)
- # [03:54] * Quits: mkanat (mkanat@nat/google/x-kgawkvbmcvfjrvqb) (Quit: Ex-Chat)
- # [03:58] * Quits: dbaron (~dbaron@nat/mozilla/x-ptknxxltegdxknkm) (Read error: Operation timed out)
- # [04:00] * Quits: jwalden (~waldo@2620:101:8003:200:d593:dfb4:2734:453c) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 15.0/20120827125645])
- # [04:07] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
- # [04:08] * Joins: MikeSmith_ (~MikeSmith@s1106221.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [04:10] <crocket> How do I use "inspect element" feature in firefox to modify CSS?
- # [04:10] <crocket> I tried, but it doesn't work.
- # [04:10] * Quits: MikeSmith (~MikeSmith@s1106193.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 276 seconds)
- # [04:10] * MikeSmith_ is now known as MikeSmith
- # [04:17] <crocket> What tag do I use to specify properties of a part of a sentence?
- # [04:18] <crocket> <span.?
- # [04:18] <crocket> <span>?
- # [04:34] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [04:34] * Joins: Oliver_ (~Oliver@96.44.160.234)
- # [04:35] <Oliver_> Hello everyone!
- # [04:41] * Joins: testing (2ec43a3c@gateway/web/freenode/ip.46.196.58.60)
- # [04:41] * Joins: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com)
- # [04:42] * Quits: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com) (Client Quit)
- # [04:49] <divya> care to explain what "properties" mean crocket ?
- # [04:49] <crocket> divya, font-size
- # [04:50] <crocket> font-weight
- # [04:50] <crocket> such things
- # [04:50] <divya> ya span would do
- # [04:50] <crocket> divya, But span looks dirty.
- # [04:50] <divya> o?
- # [04:50] <crocket> Do I have a neater way?
- # [04:50] <divya> use <u>, <i> or <b>? but they all ahve default properties set
- # [04:53] * Quits: testing (2ec43a3c@gateway/web/freenode/ip.46.196.58.60) (Quit: Page closed)
- # [04:58] <crocket> divya, how about <div>?
- # [04:58] <divya> wat no
- # [04:58] <crocket> divya, why not?
- # [04:58] <divya> because it is for a division
- # [04:58] <divya> a block level alteration
- # [04:58] <divya> not for inline content
- # [04:58] <crocket> divya, I don't know what it means yet.
- # [04:58] <divya> then checkout MDN
- # [04:59] <crocket> divya, What do <h1>, <h2>, ... mean?
- # [04:59] <crocket> I don't understand the meaning of numbers.
- # [04:59] <divya> go to MDN that MikeSmith linked to
- # [04:59] <divya> and read up on html page.
- # [05:07] * Parts: crocket (~crocket@unaffiliated/crocket) ("Leaving")
- # [05:07] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [05:10] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [05:14] * Quits: sindresorhus (~sindresor@82.147.51.146) (Quit: Linkinus - http://linkinus.com)
- # [05:15] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [05:19] * heycam is now known as heycam|away
- # [05:19] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [05:24] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-cijfshscjqlynshu)
- # [05:30] * Joins: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net)
- # [05:39] * heycam|away is now known as heycam
- # [05:54] * Joins: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [06:05] * Quits: Oliver_ (~Oliver@96.44.160.234) (Ping timeout: 246 seconds)
- # [06:06] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [06:10] * Quits: jryans (~jryans@67-198-70-13.dyn.grandenetworks.net) (Quit: Be back later)
- # [06:25] * Joins: niloy (~niloy@203.196.177.156)
- # [06:31] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [06:38] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [07:08] * Joins: Areks (~Areks@rs.gridnine.com)
- # [07:27] * Quits: danzik17 (~danzik17@ool-435606a9.dyn.optonline.net) (Ping timeout: 245 seconds)
- # [07:34] * Quits: tawhuac (~tawhuac@190.71.251.96) (Quit: Leaving)
- # [07:48] * Joins: Martin_L (~Martin_L@194.18.12.26)
- # [07:49] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [07:55] * Joins: jryans (~jryans@110.sub-70-195-192.myvzw.com)
- # [08:04] * Joins: jryans_ (~jryans@110.sub-70-195-192.myvzw.com)
- # [08:07] * Quits: jryans (~jryans@110.sub-70-195-192.myvzw.com) (Ping timeout: 252 seconds)
- # [08:09] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [08:17] * Joins: silverroots (~silverroo@144.187.148.27)
- # [08:18] * Quits: jryans_ (~jryans@110.sub-70-195-192.myvzw.com) (Quit: Linkinus - http://linkinus.com)
- # [08:29] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [08:30] * Joins: Ducki (~Ducki@pD9E39AB7.dip0.t-ipconnect.de)
- # [08:31] * Quits: espadrine (~thaddee_t@nat/mozilla/x-qciwzujqeleylwqr) (Ping timeout: 246 seconds)
- # [08:33] * Quits: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net) (Read error: Operation timed out)
- # [08:46] * Joins: fkm (~fkm@unaffiliated/fkm)
- # [08:50] * Joins: dirkpennings (~dirkpenni@82-148-199-218.adsl.unet.nl)
- # [08:53] * Quits: Smylers (~smylers@host86-179-136-136.range86-179.btcentralplus.com) (Ping timeout: 272 seconds)
- # [08:54] * Joins: DaFireball (~dirkpenni@82-148-199-218.adsl.unet.nl)
- # [08:54] * Joins: zcorpan (~zcorpan@smb-rsycl-01.wifihubtelecom.net)
- # [08:54] * Quits: dirkpennings (~dirkpenni@82-148-199-218.adsl.unet.nl) (Disconnected by services)
- # [08:55] * DaFireball is now known as dirkpennings
- # [08:55] * Quits: Areks (~Areks@rs.gridnine.com)
- # [08:56] * Joins: Areks (~Areks@rs.gridnine.com)
- # [08:57] * Joins: Ms2ger (~Ms2ger@91.181.18.57)
- # [09:02] * Quits: Necrathex (~Necrathex@195-240-192-16.ip.telfort.nl) (Quit: Leaving)
- # [09:05] * Quits: JohnAlbin (~JohnAlbin@114-36-35-178.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [09:08] * Quits: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr_)
- # [09:09] * Joins: espadrine (~thaddee_t@63-235-13-3.dia.static.qwest.net)
- # [09:13] * Joins: henrikkok (~henrikkok@81.27.221.193)
- # [09:13] * Quits: zcorpan (~zcorpan@smb-rsycl-01.wifihubtelecom.net) (Ping timeout: 264 seconds)
- # [09:15] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [09:18] * Joins: henrikkok1 (~henrikkok@81.27.221.193)
- # [09:19] * Quits: henrikkok (~henrikkok@81.27.221.193) (Ping timeout: 246 seconds)
- # [09:24] * Joins: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [09:27] * Quits: Martin_L (~Martin_L@194.18.12.26) (Remote host closed the connection)
- # [09:28] * Quits: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Client Quit)
- # [09:29] * Joins: Martin_L (~Martin_L@194.18.12.26)
- # [09:31] * Parts: henrikkok1 (~henrikkok@81.27.221.193)
- # [09:38] * Joins: Smylers (~smylers@94.116.49.207)
- # [09:38] * Joins: benbarnett (~Adium@cpc15-slam5-2-0-cust493.2-4.cable.virginmedia.com)
- # [09:46] * Quits: Smylers (~smylers@94.116.49.207) (Ping timeout: 252 seconds)
- # [09:50] * Quits: ^esc_ (~esc_ape@77.116.247.89.wireless.dyn.drei.com) (Ping timeout: 265 seconds)
- # [09:53] * Quits: benbarnett (~Adium@cpc15-slam5-2-0-cust493.2-4.cable.virginmedia.com) (Quit: Leaving.)
- # [09:58] * Joins: darobin (~darobin@spintank2-160-134.cnt.nerim.net)
- # [10:01] * Quits: dirkpennings (~dirkpenni@82-148-199-218.adsl.unet.nl)
- # [10:01] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
- # [10:02] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [10:03] * Joins: maikmerten (~maikmerte@port-92-201-116-149.dynamic.qsc.de)
- # [10:04] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Ping timeout: 276 seconds)
- # [10:05] * Joins: ParadoX- (parad0x@hades.spexhost.com)
- # [10:09] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [10:09] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Client Quit)
- # [10:11] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [10:16] * Joins: henrikkok (~henrikkok@81.27.221.193)
- # [10:18] * Joins: Smylers (~smylers@62.249.246.74)
- # [10:20] * Joins: [[zzz]] (~q@node-1cvc.pool-101-108.dynamic.totbb.net)
- # [10:22] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [10:24] * Quits: [[zz]] (~q@node-j1y.pool-101-108.dynamic.totbb.net) (Ping timeout: 276 seconds)
- # [10:25] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [10:36] * Quits: Ducki (~Ducki@pD9E39AB7.dip0.t-ipconnect.de) (Quit: Leaving)
- # [10:37] * Joins: Ducki (~Ducki@pD9E39AB7.dip0.t-ipconnect.de)
- # [10:42] * Joins: benbarnett (~Adium@93.97.182.29)
- # [10:43] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 244 seconds)
- # [10:45] * Joins: shwetank (~shwetank@office.oslo.opera.com)
- # [10:50] * Joins: akaroanz (~opera@203.184.22.238)
- # [10:51] <annevk> cpearce: I was indeed
- # [10:53] <cpearce> annevk: yeah, I was going to ask whether object-fit:contain on the :fullscreen style is supposed to only apply to <img> elements which are fullscreen?
- # [10:55] <cpearce> object-fit is only mentioned here: http://dev.w3.org/csswg/css3-images/#object-fit which implies it's image only, I just wanted to check,
- # [10:56] <cpearce> since we've had a few bugs filed against gecko recently regarding scrolling fullscreen content, and that's relevant here.
- # [11:00] * Joins: nonge_ (~nonge@p5082A016.dip.t-dialin.net)
- # [11:02] * Joins: Lachy (~Lachy@pat-tazdevil.opera.com)
- # [11:04] * Quits: nonge (~nonge@p50829F23.dip.t-dialin.net) (Ping timeout: 246 seconds)
- # [11:05] <annevk> also for <video> and such
- # [11:05] <annevk> especially video
- # [11:07] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [11:09] <odinho> annevk: XHR testsuite: He updated it a bit, but yeah, nothing great. He wrote a few extra tests. And found a few bugs that he wrote in a document.
- # [11:10] <Ms2ger> Hey, a few is better than none
- # [11:13] <annevk> odinho: spec bugs?
- # [11:13] <odinho> annevk: testsuite bugs :P And browser ofc bugs.
- # [11:13] <annevk> ah good
- # [11:15] * Joins: danbri (~danbri@120.50.58.138)
- # [11:16] * heycam is now known as heycam|away
- # [11:31] * Quits: oal (u4126@gateway/web/irccloud.com/x-hovkwaohfnophdao) (Ping timeout: 240 seconds)
- # [11:41] * Quits: ehsan (~ehsan@69.165.253.118) (Read error: Connection reset by peer)
- # [11:41] * Joins: ^esc (~esc_ape@178.115.251.91.wireless.dyn.drei.com)
- # [11:41] * Quits: ^esc (~esc_ape@178.115.251.91.wireless.dyn.drei.com) (Excess Flood)
- # [11:41] * Joins: ehsan (~ehsan@69.165.253.118)
- # [11:42] * Joins: ^esc (~esc_ape@178.115.251.91.wireless.dyn.drei.com)
- # [11:43] * Joins: oal (u4126@gateway/web/irccloud.com/x-ofqjqpbdcwoddops)
- # [11:54] * Quits: sicking (~chatzilla@c-67-180-8-184.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [11:55] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Ping timeout: 252 seconds)
- # [11:56] * Joins: mpt (~mpt@faun.canonical.com)
- # [11:56] * Quits: mpt (~mpt@faun.canonical.com) (Changing host)
- # [11:56] * Joins: mpt (~mpt@canonical/mpt)
- # [11:57] <Ms2ger> c = new(window.ActiveXObject || XMLHttpRequest)("Microsoft.XMLHTTP")
- # [11:58] * Quits: danbri (~danbri@120.50.58.138) (Remote host closed the connection)
- # [11:59] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [12:00] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [12:02] * Quits: silverroots (~silverroo@144.187.148.27) (Ping timeout: 240 seconds)
- # [12:04] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 252 seconds)
- # [12:04] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 240 seconds)
- # [12:08] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [12:10] * Quits: annevk (~annevk@a82-161-179-17.adsl.xs4all.nl) (Remote host closed the connection)
- # [12:13] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Ping timeout: 265 seconds)
- # [12:20] * Joins: silverroots (~silverroo@144.187.148.26)
- # [12:25] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [12:28] * Quits: Ducki (~Ducki@pD9E39AB7.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
- # [12:35] * Joins: Ducki (~Ducki@pD9E39AB7.dip0.t-ipconnect.de)
- # [12:38] * Joins: tantek (~tantek@host213-123-197-180.in-addr.btopenworld.com)
- # [12:39] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [12:42] * Quits: Guest28176 (~jondong@123.126.22.58) (Remote host closed the connection)
- # [12:51] * Quits: tantek (~tantek@host213-123-197-180.in-addr.btopenworld.com) (Quit: tantek)
- # [13:01] * Joins: annevk (~annevk@212.238.236.229)
- # [13:02] <annevk> Ms2ger: so that fails in everything but IE?
- # [13:03] <Ms2ger> Nah, extra arguments are ignored
- # [13:03] <Ms2ger> Only we have a dictionary argument in that spot
- # [13:03] <annevk> right
- # [13:03] <annevk> and we wanted to maybe change the whole AnonXMLHttpRequest design to use that dictionary instead
- # [13:04] <Ms2ger> Yeah
- # [13:04] <annevk> I guess someone will keep me posted
- # [13:04] <annevk> is anyone else going to maintain XHR or should we WHATWG that too?
- # [13:05] <Ms2ger> I guess
- # [13:06] <annevk> that could apply to either option :p
- # [13:07] <Ms2ger> No idea who would maintain it at the W3C
- # [13:07] <Ms2ger> darobin?
- # [13:08] <darobin> no idea either
- # [13:08] <darobin> annevk: I presume you haven't heard back on your post?
- # [13:08] <annevk> nope
- # [13:08] <darobin> let me figure this one out
- # [13:09] <annevk> in 2006 or so timbl told rigo to make it happen, instead of being a lawyer and doing as told, rigo objected and nothing happened
- # [13:09] <annevk> it prolly then escalated at some point within the Team
- # [13:10] <annevk> and the Team being lame instead of making a decision they put it forward to the AC
- # [13:10] <annevk> which is where all good ideas go to die
- # [13:10] <annevk> 400 people are not going to embrace change
- # [13:11] <darobin> that's not exactly what happened, but I can't say I disagree with the sentiment
- # [13:13] * Joins: smaug____ (~chatzilla@hupnet-fw.fe.helsinki.fi)
- # [13:25] * Quits: smaug____ (~chatzilla@hupnet-fw.fe.helsinki.fi) (Ping timeout: 272 seconds)
- # [13:35] * Joins: zcorpan (~zcorpan@94.234.170.57)
- # [13:40] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [13:41] <MikeSmith> there were actually only 24 AC reps who responded to the survey about the document license
- # [13:41] <MikeSmith> out of 350-400 or so AC reps
- # [13:41] <MikeSmith> so it's hardly like there was even a resounding mandate on it from the AC
- # [13:43] <MikeSmith> all that the survey really indicated is that we had 300+ other AC reps who didn't feel strongly enough about it either way to take the time to respond with their opinions
- # [13:45] <odinho> Oh, that doesn't sound very good.
- # [13:46] <MikeSmith> hmm
- # [13:47] <darobin> more importantly, the question was IMHO phrased completely wrong
- # [13:48] <MikeSmith> I guess I shouldn't say anything more
- # [13:48] <darobin> it was put forth as a possible exemption granted only to the HTML WG, which is silly because there's no reason any group should have an exemption, and it's a political hot button to boot
- # [13:49] <MikeSmith> yeah
- # [13:49] <darobin> IMHO, and like Mike I don't want to speak out too much on this just yet, it should be up to individual groups to select which licence to use
- # [13:49] <darobin> groups do the work, they have the stakeholders, they should make the call
- # [13:49] <MikeSmith> 100% agreed about that personally
- # [13:50] <MikeSmith> and within groups, editors do the hands-on editing work
- # [13:50] <MikeSmith> anyway I'm realizing now I can't remember how much of the details are still secret
- # [13:50] * Quits: Jedi_ (~Jedi@jedi.org) (Ping timeout: 272 seconds)
- # [13:51] * Joins: mpt_ (~mpt@faun.canonical.com)
- # [13:51] * Quits: mpt_ (~mpt@faun.canonical.com) (Changing host)
- # [13:51] * Joins: mpt_ (~mpt@canonical/mpt)
- # [13:51] <darobin> the number of respondents probably was :-p
- # [13:51] <MikeSmith> yeah
- # [13:51] <darobin> the rest I already knew, so it probably wasn't
- # [13:52] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 252 seconds)
- # [13:54] * mpt_ is now known as mpt
- # [13:54] <MikeSmith> anyway I'm not sure about that number
- # [13:54] <MikeSmith> I could be plain wrong and thinking about something else
- # [13:55] <MikeSmith> and I can't document it so doesn't matter anyway
- # [13:55] <MikeSmith> people shouldn't listen to what I say
- # [13:56] <Ms2ger> Yay W3C: https://lists.w3.org/Archives/Member/w3c-css-wg/2012JulSep/0264.html
- # [13:57] <annevk> I wanted to click on that, but then realized I no longer can :/
- # [13:59] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Ping timeout: 265 seconds)
- # [14:00] <Ms2ger> You're not missing much
- # [14:01] * Quits: Areks (~Areks@rs.gridnine.com) (Read error: Connection reset by peer)
- # [14:02] * Joins: Areks (~Areks@rs.gridnine.com)
- # [14:04] <jgraham> Ms2ger: I think what you meant to say was "Oh well then you missed out on life-changing information"
- # [14:04] <jgraham> But with more commas
- # [14:08] <Ms2ger> Well, I can't tell him what you get when you dereference that eleph^WIRI, so we'll never know if it would have been life-changing
- # [14:12] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [14:12] * Quits: zcorpan (~zcorpan@94.234.170.57) (Remote host closed the connection)
- # [14:13] * Quits: yuuki_ (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Read error: Connection reset by peer)
- # [14:15] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:28] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [14:40] * Quits: silverroots (~silverroo@144.187.148.26) (Ping timeout: 245 seconds)
- # [14:42] * Joins: tantek (~tantek@host213-123-197-180.in-addr.btopenworld.com)
- # [14:45] * Quits: niloy (~niloy@203.196.177.156) (Ping timeout: 244 seconds)
- # [14:49] * abstractj|away is now known as abstractj
- # [14:49] * Joins: zcorpan (~zcorpan@c-5eeaaa39-74736162.cust.telenor.se)
- # [14:51] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [14:53] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [14:57] <annevk> MikeSmith: you around still?
- # [14:57] <MikeSmith> yeah
- # [14:57] <annevk> MikeSmith: what are you going to cover next week?
- # [14:57] <annevk> MikeSmith: and are we going to prepare in one way or another together?
- # [14:58] <MikeSmith> in part I'm going to talk about recent HTML WG developments, so we're definitely not going to have overlap there
- # [14:59] <MikeSmith> but we should get together to compare notes
- # [14:59] <MikeSmith> I'm otherwise planning to talk about new features at a pretty high level
- # [14:59] <darobin> maybe it would be more entertaining if you let annevk cover the HTML WG instead
- # [15:00] <MikeSmith> and implementation status
- # [15:00] <MikeSmith> heh
- # [15:00] <MikeSmith> yeah that would definitely be entertaining
- # [15:00] <MikeSmith> I'm going to work from the list of specs at http://platform.html5.org/specs/a
- # [15:00] <MikeSmith> http://platform.html5.org/specs/
- # [15:00] <MikeSmith> and http://platform.html5.org/
- # [15:01] <annevk> okay
- # [15:01] <MikeSmith> and http://www.w3.org/Mobile/mobile-web-app-state/ too probably
- # [15:02] <MikeSmith> maybe also talk about http://ringmark.io/
- # [15:02] <Ms2ger> Hah
- # [15:02] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Read error: Connection reset by peer)
- # [15:02] <annevk> sounds good
- # [15:02] * Quits: zcorpan (~zcorpan@c-5eeaaa39-74736162.cust.telenor.se) (Ping timeout: 264 seconds)
- # [15:02] <annevk> maybe I'll do my code point / byte talk for something a little bit more low level
- # [15:02] * darobin isn't sure he'd cover RingMark, it's not really finalised atm IMHO
- # [15:03] <jgraham> I wouldn't say anything nice about RingMark at least :)
- # [15:03] * Joins: silverroots (~silverroo@144.187.148.26)
- # [15:06] <jgraham> I guess I should qualify that with in-principle I have no problem with the idea of a graded set of targets for browsers to implement based on developer priorities
- # [15:06] <jgraham> But the reality of ringmark is highly non-ideal
- # [15:08] * Joins: zcorpan (~zcorpan@94.234.170.57)
- # [15:10] * Joins: maikmerten_ (~maikmerte@port-92-201-61-38.dynamic.qsc.de)
- # [15:11] <tantek> indeed, last I checked the ringmark folks were including all kinds of "-webkit-" properties as part of their "platform/standard"
- # [15:11] * Quits: maikmerten (~maikmerte@port-92-201-116-149.dynamic.qsc.de) (Ping timeout: 252 seconds)
- # [15:13] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [15:15] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:16] * darobin is now out of CoreMob, won't comment :)
- # [15:18] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [15:20] * Quits: ehsan (~ehsan@69.165.253.118) (Remote host closed the connection)
- # [15:24] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [15:24] * Joins: JohnAlbin (~JohnAlbin@114-36-35-178.dynamic.hinet.net)
- # [15:27] * Joins: danielfilho (~danielfil@187.31.77.7)
- # [15:29] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
- # [15:30] * Joins: Jedi_ (~Jedi@jedi.org)
- # [15:35] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [15:37] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Read error: Connection reset by peer)
- # [15:40] * [[zzz]] is now known as [[zz]]
- # [15:45] * Joins: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se)
- # [15:48] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:52] * Joins: vikash (~vikash@1.186.10.127)
- # [15:52] * Quits: vikash (~vikash@1.186.10.127) (Changing host)
- # [15:52] * Joins: vikash (~vikash@unaffiliated/vikash)
- # [15:53] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [15:56] * Quits: zcorpan (~zcorpan@94.234.170.57) (Remote host closed the connection)
- # [15:58] * Quits: Areks (~Areks@rs.gridnine.com) (Read error: Connection reset by peer)
- # [15:59] * Joins: rworth (~rworth@pool-72-66-13-241.washdc.fios.verizon.net)
- # [16:04] * Joins: danbri (~danbri@58.26.205.230)
- # [16:04] * Joins: ehsan (~ehsan@66.207.208.98)
- # [16:11] * Quits: vikash (~vikash@unaffiliated/vikash) (Ping timeout: 268 seconds)
- # [16:27] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [16:28] * Joins: scor (~scor@132.183.243.165)
- # [16:28] * Quits: scor (~scor@132.183.243.165) (Changing host)
- # [16:28] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:30] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Ping timeout: 265 seconds)
- # [16:35] * Quits: shwetank (~shwetank@office.oslo.opera.com) (Quit: Leaving...)
- # [16:38] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [16:39] * Quits: tonymec (~tonymec@unaffiliated/tonymec) (Remote host closed the connection)
- # [16:40] * Joins: thisgeek (~chris@ool-321d09ca.dyn.optonline.net)
- # [16:40] * Quits: thisgeek (~chris@ool-321d09ca.dyn.optonline.net) (Client Quit)
- # [16:40] * Joins: shwetank (~shwetank@office.oslo.opera.com)
- # [16:43] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [16:44] * Quits: silverroots (~silverroo@144.187.148.26) (Remote host closed the connection)
- # [16:44] * Quits: Ducki (~Ducki@pD9E39AB7.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
- # [16:48] <annevk> MikeSmith: when are you in the Netherlands?
- # [16:49] <annevk> MikeSmith: middle of next week?
- # [16:53] * Quits: MikeSmith (~MikeSmith@s1106221.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 252 seconds)
- # [16:59] * Joins: MikeSmith (~MikeSmith@s1106193.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [16:59] <MikeSmith> annevk: arriving on the 13th at around 8pm
- # [16:59] <annevk> ah okay, so quite late :)
- # [16:59] <MikeSmith> yeah
- # [17:05] * Quits: MikeSmith (~MikeSmith@s1106193.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
- # [17:07] * Quits: tantek (~tantek@host213-123-197-180.in-addr.btopenworld.com) (Quit: tantek)
- # [17:14] * Joins: tonymec (~tonymec@unaffiliated/tonymec)
- # [17:19] * Joins: MikeSmith (~MikeSmith@s1106196.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [17:23] * Quits: henrikkok (~henrikkok@81.27.221.193) (Quit: Leaving.)
- # [17:25] * Joins: gavinc (~gavin@50.0.77.3)
- # [17:37] * Quits: krawchyk (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [17:40] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [17:41] <dglazkov> good morning, Whatwg!
- # [17:52] * Joins: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net)
- # [17:53] * Quits: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se) (Quit: tomasf)
- # [17:53] * Joins: izhak (~izhak@188.244.182.215)
- # [17:54] <Hixie> lol, the only thing that has happened in the last 5 days on the w3c html wg specs is that they've removed the form for sending feedback and removed links to the whatwg
- # [17:54] <Ms2ger> They hadn't done that yet?
- # [17:55] <Hixie> seems not
- # [17:55] * Quits: danbri (~danbri@58.26.205.230) (Remote host closed the connection)
- # [17:56] <annevk> I have the feeling that's about the same that happened to the CSSOM in the last, well, I stopped counting
- # [17:58] <annevk> the way the CSS WG uses version control these days makes it hard to view progress for a single spec
- # [17:58] <annevk> or maybe there is a way that I don't know
- # [17:59] <Ms2ger> I love how Bert always has four commits per change
- # [17:59] <annevk> maybe http://dvcs.w3.org/hg/csswg/log/tip/cssom/Overview.html
- # [18:00] <Hixie> TabAtkins: is http://lists.w3.org/Archives/Public/www-style/2012Jul/0014.html being tracked? it doesn't look like it got a formal reply
- # [18:01] <annevk> doesn't look like much happened
- # [18:01] <annevk> just some moving things around
- # [18:07] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [18:08] * Joins: jwalden (~waldo@nat/mozilla/x-bsbktiirqpiruvha)
- # [18:08] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [18:10] <Ms2ger> Adam Sobieski? I think I've seen that name before...
- # [18:12] * Joins: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [18:12] <Hixie> does _anyone_ implement the dnd addElement() properly?
- # [18:13] <Ms2ger> I doubt it
- # [18:13] <Ms2ger> It's dnd
- # [18:14] <TabAtkins> Hixie: I don't remember seeing this! It looks like his use-cases are all addressed by :user-error now (the official name for :moz-ui-invalid).
- # [18:16] * Quits: Smylers (~smylers@62.249.246.74) (Ping timeout: 246 seconds)
- # [18:18] * Joins: vincent_ (~woops@129.175.204.73)
- # [18:18] * Quits: jahman (~woops@129.175.204.73) (Ping timeout: 264 seconds)
- # [18:18] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:19] * Joins: lenage (~user@125.119.233.123)
- # [18:19] * Quits: vincent_ (~woops@129.175.204.73) (Client Quit)
- # [18:19] <jwalden> given the dnd spec is so wrong, it's not a surprise implementations are wrong</troll>
- # [18:19] * Joins: jahman (~woops@129.175.204.73)
- # [18:19] <jwalden> :-)
- # [18:20] <jgraham> Hixie: Got a test?
- # [18:23] * Joins: sicking (~chatzilla@c-67-180-8-184.hsd1.ca.comcast.net)
- # [18:28] * Quits: lenage (~user@125.119.233.123) (Remote host closed the connection)
- # [18:29] * Joins: ap__ (~ap@2620:149:4:1b01:742d:241c:879f:2aa0)
- # [18:30] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [18:31] * ap__ is now known as ap
- # [18:31] <Hixie> TabAtkins: k, thanks
- # [18:31] * Quits: Lachy (~Lachy@pat-tazdevil.opera.com) (Quit: Computer has gone to sleep.)
- # [18:31] <Hixie> jwalden: it's not wrong :-P
- # [18:31] <Hixie> jgraham: live dom viewer download
- # [18:31] <jwalden> success troll!
- # [18:32] <Hixie> looks like the browsers that support addElement() just treat it like setDragImage(), and they allow any element to be passed to setDragImage()
- # [18:33] <Hixie> i wonder if a should just remove addElement(), or leave it as an alias to setDragImage()
- # [18:33] * Quits: Adawerk (~ada@169.241.49.57) (Read error: Connection reset by peer)
- # [18:33] * Joins: Adawerk (~ada@169.241.49.57)
- # [18:34] <Hixie> webkit doesn't have addElement()
- # [18:35] <Hixie> (which is weird because i could have sworn it webkit documentation that i got it from)
- # [18:35] <Hixie> firefox treats it as setDragImage() without coordinates
- # [18:35] <Hixie> opera doesn't do anything with it but seems to not fire an error message
- # [18:38] * Quits: Adawerk (~ada@169.241.49.57) (Ping timeout: 246 seconds)
- # [18:38] <Hixie> i'm just gonna drop it
- # [18:40] * Joins: lenage (~user@125.119.233.123)
- # [18:41] * Quits: ehsan (~ehsan@66.207.208.98) (Ping timeout: 245 seconds)
- # [18:42] * Joins: Martin_L_ (~Martin_L@87.251.206.58)
- # [18:42] * Quits: darobin (~darobin@spintank2-160-134.cnt.nerim.net) (Ping timeout: 255 seconds)
- # [18:45] * Joins: Adawerk (~ada@169.241.49.57)
- # [18:45] * Quits: Martin_L (~Martin_L@194.18.12.26) (Ping timeout: 276 seconds)
- # [18:46] * Quits: Martin_L_ (~Martin_L@87.251.206.58) (Ping timeout: 244 seconds)
- # [18:47] * Quits: shwetank (~shwetank@office.oslo.opera.com) (Read error: Connection reset by peer)
- # [18:47] * Joins: shwetank (~shwetank@office.oslo.opera.com)
- # [18:47] * Quits: shwetank (~shwetank@office.oslo.opera.com) (Read error: Connection reset by peer)
- # [18:48] * Joins: richt (~richt@pat-tazdevil.opera.com)
- # [18:48] * Quits: richt (~richt@pat-tazdevil.opera.com) (Remote host closed the connection)
- # [18:49] * Joins: richt (~richt@office.oslo.opera.com)
- # [18:49] * Quits: richt_ (~richt@office.oslo.opera.com) (Read error: Connection reset by peer)
- # [18:54] * Quits: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr_)
- # [18:55] * Joins: jamesr_ (~jamesr@173.164.251.190)
- # [18:56] * Quits: lenage (~user@125.119.233.123) (Ping timeout: 268 seconds)
- # [18:58] * Quits: sicking (~chatzilla@c-67-180-8-184.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [18:59] * Joins: lenage (~user@125.119.233.123)
- # [19:00] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [19:01] * Joins: ehsan (~ehsan@74-115-197-228.eng.wind.ca)
- # [19:04] * Joins: tomasf (~tomasf@c-44dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [19:04] * Quits: tomasf (~tomasf@c-44dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Client Quit)
- # [19:09] * Quits: benbarnett (~Adium@93.97.182.29) (Quit: Leaving.)
- # [19:12] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Remote host closed the connection)
- # [19:13] * Quits: ehsan (~ehsan@74-115-197-228.eng.wind.ca) (Ping timeout: 245 seconds)
- # [19:15] * Quits: erichynds (~ehynds@64.206.121.41) (Ping timeout: 246 seconds)
- # [19:17] * jonlee|afk is now known as jonlee
- # [19:17] * Joins: MikeSmith_ (~MikeSmith@s1106196.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [19:17] * Joins: jfsiii (~Adium@8.25.197.25)
- # [19:18] * Quits: MikeSmith (~MikeSmith@s1106196.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 276 seconds)
- # [19:18] * MikeSmith_ is now known as MikeSmith
- # [19:19] * Joins: eonl (~laptop@host86-183-41-197.range86-183.btcentralplus.com)
- # [19:19] * Quits: jamesr_ (~jamesr@173.164.251.190) (Quit: jamesr_)
- # [19:20] * Joins: jsbell (jsbell@nat/google/x-nqaacqekdjibidgj)
- # [19:20] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [19:21] * abstractj is now known as abstractj|lunch
- # [19:25] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [19:25] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [19:28] * Joins: sicking (~chatzilla@nat/mozilla/x-hfjmypdrvlklbrvk)
- # [19:30] * Quits: tonymec (~tonymec@unaffiliated/tonymec) (Read error: Connection reset by peer)
- # [19:30] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
- # [19:31] * Joins: tonymec (~tonymec@unaffiliated/tonymec)
- # [19:33] * Joins: dgathright (~dgathrigh@nat/yahoo/x-dxcnsxqcaifuuyom)
- # [19:34] <miketaylr> are we going to get something like srcList (DOMTokenList) for srcset? slicing up strings by hand doesn't sound fun
- # [19:37] * lenage is now known as Yuan
- # [19:38] * jonlee is now known as jonlee|afk
- # [19:38] * Yuan is now known as lenage
- # [19:40] * Quits: dgathright (~dgathrigh@nat/yahoo/x-dxcnsxqcaifuuyom) (Remote host closed the connection)
- # [19:40] * Joins: dgathright (~dgathrigh@nat/yahoo/x-oszkuszfsdtfvexq)
- # [19:40] <Hixie> miketaylr: i've been asking people on whatwg@ for use cases for script manipulation
- # [19:40] <Hixie> miketaylr: so far nobody has described anything concrete
- # [19:41] <Hixie> miketaylr: when they do, i'll try to design an api that makes sense for it
- # [19:41] <miketaylr> fair enough
- # [19:41] * Joins: sedovsek (~robert@BSN-61-123-49.dial-up.dsl.siol.net)
- # [19:42] * jonlee|afk is now known as jonlee
- # [19:42] <miketaylr> Hixie: fwiw, i don't have one either.
- # [19:42] <Hixie> yeah, i couldn't come up with one either, even a theoretical oe
- # [19:42] <Hixie> constructing it, sure
- # [19:42] <Hixie> but reading it?
- # [19:42] <Hixie> someone suggested it would be good to have a way to force a specific one to be selected
- # [19:43] <Hixie> but again, that seems easier to do by just constructing a srcset with only the value you want
- # [19:43] <Hixie> that to use an api
- # [19:43] <miketaylr> my use case: if any of the filenames have the string "dog" in them, change them to a cat picture.
- # [19:43] <miketaylr> nailed it.
- # [19:43] <Hixie> you can do that today without any more of an api that .srcset :-)
- # [19:43] <miketaylr> heh
- # [19:43] <Hixie> .srcset.replace() or whatever the right regexp is
- # [19:46] <miketaylr> guess we can wait for srcsetQuery to pave some cowpaths
- # [19:47] * Joins: jamesr_ (jamesr@nat/google/x-fpbkzvvzvpfknhff)
- # [19:47] * Quits: dbaron (~dbaron@70-36-140-99.dsl.dynamic.sonic.net) (Ping timeout: 244 seconds)
- # [19:49] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [19:51] * Joins: Tavp (~Bruno@187.67.200.27)
- # [19:52] <Hixie> annevk, Ms2ger: so for seamless="" we need to fire events (e.g. mouse and key events, focus events) across the iframe boundary so that the outer page doesn't miss events
- # [19:52] <Hixie> annevk, Ms2ger: e.g. if the user has focus in a seamless iframe but presses an accesskey="" key or onkeypress="" key set up in the outer frame
- # [19:52] <Hixie> annevk, Ms2ger: or if the user has a dialog and drags it across the inner iframe, so that the page doesn't lose track of where the mouse is during the drag
- # [19:53] <Hixie> annevk, Ms2ger: this seems like it'd require pretty invasive changes to the event model, is it something you want to do instead of having me try to patch it in the html spec?
- # [19:53] <Hixie> annevk, Ms2ger: (i can provide a link to feedback on the topic if you're interested)
- # [19:53] * Joins: tantek (~tantek@host213-123-197-180.in-addr.btopenworld.com)
- # [19:54] <annevk> you can't just dispatch the events again?
- # [19:55] <Hixie> no, because you want the capture phase on the outer frame to happen before the inner frame
- # [19:55] <Hixie> and stopPropagation has to work across both events
- # [19:55] <Hixie> and they have to be different Event objects
- # [19:55] <Hixie> and mouse event coordinates need to be adjusted
- # [19:55] <Ms2ger> Can you just mess with the propagation chain?
- # [19:55] <Hixie> and it has to work at multiple levels
- # [19:56] <Hixie> (consider multiple nested iframes)
- # [19:56] <Ms2ger> Oh, hmm, adjusting coordinates sounds like fun
- # [19:56] <annevk> hmm, sounds like something for HTML to define as DOM does not know about Window
- # [19:56] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [19:56] <Hixie> and also this might end up being a very similar system as for web components
- # [19:56] <annevk> alternatively, you could merge all of DOM into HTML and maintain both ;)
- # [19:56] <Hixie> you guys keep taking stuff out, it's too late to give it back :-P
- # [19:57] <Hixie> is there some way you guys could spec all that but just provide a hook for me to say what the objects are that should get the events fired on and stuff? so you don't have to know about Window/iframe/seamless?
- # [19:58] <Hixie> that seems like it'd be the best solution
- # [19:58] <annevk> 1) DOM does not have mouse events
- # [19:58] <Hixie> well, nothing has mouse events currently
- # [19:59] <Hixie> not properly specced, anyway
- # [19:59] <annevk> yeah :/
- # [19:59] <annevk> definitely not signing up for that at this point though
- # [20:01] <Ms2ger> Hey, you'll get mouseevents.spec.whatwg.org if you do!
- # [20:02] <annevk> teehee, more domain names
- # [20:02] <annevk> Hixie: not exactly sure what you'd want DOM to define
- # [20:02] <annevk> Hixie: some kind of pausing in dispatch and a more global stop propagation flag?
- # [20:03] <annevk> Hixie: some kind of bug report with the details and the link to the use case is prolly best, can't really give an ETA
- # [20:04] <Hixie> basically a way to say "when an event is dispatched in this browsing context, the following tree of trees is to be used as the chain: ..." and then you deal with all the cloning events, checking dispatch cancelation and so on, and have a hook for when the event is retargetted so that event definitions can say what happens to their values and stuff
- # [20:04] <Hixie> k
- # [20:04] * Quits: dgathright (~dgathrigh@nat/yahoo/x-oszkuszfsdtfvexq) (Ping timeout: 248 seconds)
- # [20:05] * Joins: sarro (~sarro@i5387F3EF.versanet.de)
- # [20:06] * Quits: lenage (~user@125.119.233.123) (Ping timeout: 246 seconds)
- # [20:07] * Joins: dgathright (~dgathrigh@nat/yahoo/x-zaicxwbsdcmfbxpi)
- # [20:08] * Joins: dgathright_ (~dgathrigh@nat/yahoo/x-cebzrckwjugzkrrx)
- # [20:12] * Quits: ap (~ap@2620:149:4:1b01:742d:241c:879f:2aa0) (Quit: ap)
- # [20:12] * Quits: dgathright (~dgathrigh@nat/yahoo/x-zaicxwbsdcmfbxpi) (Ping timeout: 276 seconds)
- # [20:12] * dgathright_ is now known as dgathright
- # [20:17] <Hixie> anne: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18780
- # [20:18] * Joins: ehsan (~ehsan@66.207.208.98)
- # [20:19] * abstractj|lunch is now known as abstractj
- # [20:21] * Joins: ap (~ap@2620:149:4:1b01:508c:8f44:a75:3149)
- # [20:22] * Quits: jfsiii (~Adium@8.25.197.25) (Ping timeout: 244 seconds)
- # [20:23] * Joins: jfsiii (~Adium@8.25.197.24)
- # [20:23] <smaug____> Hixie: I thought event re-targeting was discarded
- # [20:23] <smaug____> (for seamless)
- # [20:26] <smaug____> that is at least who I interpret the email thread about it
- # [20:26] * Joins: othermaciej (~mjs@17.245.109.240)
- # [20:26] * smaug____ comments on the bug
- # [20:28] * Quits: jamesr_ (jamesr@nat/google/x-fpbkzvvzvpfknhff) (Quit: jamesr_)
- # [20:29] * Quits: tantek (~tantek@host213-123-197-180.in-addr.btopenworld.com) (Quit: tantek)
- # [20:32] * Joins: jamesr_ (~jamesr@216.239.55.198)
- # [20:34] * Joins: Smylers (~smylers@host86-179-136-136.range86-179.btcentralplus.com)
- # [20:36] * Joins: dbaron (~dbaron@nat/mozilla/x-xqchvqqigcazdxyc)
- # [20:37] <dsheets> wow… ms on public-fx… wow...
- # [20:37] * Parts: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) ("kbye")
- # [20:38] <jamesr> they're in the CSS WG and that is a joint deliverable between CSS and SVG
- # [20:40] <dsheets> not their membership… their approach
- # [20:41] <dsheets> doesn't seem very savvy
- # [20:42] * Quits: jamesr_ (~jamesr@216.239.55.198) (Quit: jamesr_)
- # [20:47] * Joins: drublic (~drublic@frbg-5d84e118.pool.mediaWays.net)
- # [20:49] <Hixie> smaug____: what part of the thread suggested it was discarded?
- # [20:49] <Hixie> smaug____: i don't see anything to suggest that, but maybe i missed something
- # [20:49] * Quits: jfsiii (~Adium@8.25.197.24) (Quit: Leaving.)
- # [20:49] * Joins: tantek (~tantek@82-71-49-5.dsl.in-addr.zen.co.uk)
- # [20:49] <smaug____> Hixie: I sent email explaining the problems
- # [20:49] <Hixie> url?
- # [20:49] <smaug____> and dglazkov said "We should probably recreate an event object at each seamless frame boundary."
- # [20:50] <Hixie> right
- # [20:50] <Hixie> retargetting always involves new objects
- # [20:50] <Hixie> you can't reuse the objects
- # [20:50] <smaug____> no
- # [20:50] <smaug____> retargeting is retargeting
- # [20:51] <Hixie> ok well call it whatever you want :-)
- # [20:51] <smaug____> but ok, perhaps we do agree what should be done :)
- # [20:51] <Hixie> i'm talking about dispatching events at multiple scopes, with new objects at each level
- # [20:51] <Hixie> same as xbl
- # [20:51] <smaug____> right
- # [20:51] <smaug____> well, not same as xbl1
- # [20:52] * smaug____ doesn't remember what shadow DOM does
- # [20:52] <smaug____> Shadow DOM: "In the cases where events cross the shadow boundaries, the event's information about the target of the event is adjusted in order to maintain upper boundary encapsulation."
- # [20:53] <smaug____> so it is closer to XBL1
- # [20:55] * Joins: fishd (darin@nat/google/x-xprdmfhtmzvrqbnp)
- # [21:06] * Quits: annevk (~annevk@212.238.236.229) (Remote host closed the connection)
- # [21:08] * Joins: tomasf (~tom@2002:55e5:db44:0:ad18:b56f:8dd:7940)
- # [21:19] * Joins: ap_ (~ap@17.245.107.141)
- # [21:20] * Joins: jamesr_ (jamesr@nat/google/x-cdhlfgczjrjvfvxn)
- # [21:21] * Joins: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no)
- # [21:21] * Quits: ap (~ap@2620:149:4:1b01:508c:8f44:a75:3149) (Ping timeout: 246 seconds)
- # [21:21] * ap_ is now known as ap
- # [21:24] * Quits: izhak (~izhak@188.244.182.215) (Quit: exit(0);)
- # [21:32] * Quits: krawchyk (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [21:36] * Joins: mwolff6 (~chatzilla@admiss-wolff.unl.edu)
- # [21:36] * Joins: mattgiff_ (~mattgiffo@75-93-37-212.war.clearwire-wmx.net)
- # [21:38] * Joins: sedovsek_ (~robert@BSN-61-123-49.dial-up.dsl.siol.net)
- # [21:38] * Quits: sedovsek (~robert@BSN-61-123-49.dial-up.dsl.siol.net) (Read error: Connection reset by peer)
- # [21:38] * sedovsek_ is now known as sedovsek
- # [21:39] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Ping timeout: 246 seconds)
- # [21:51] * Quits: Ms2ger (~Ms2ger@91.181.18.57) (Quit: nn)
- # [21:54] * Quits: jamesr_ (jamesr@nat/google/x-cdhlfgczjrjvfvxn) (Quit: jamesr_)
- # [21:55] * Joins: jamesr_ (jamesr@nat/google/x-imonpwljecqbycfw)
- # [21:56] <Hixie> heycam|away: yt?
- # [21:56] * Quits: sicking (~chatzilla@nat/mozilla/x-hfjmypdrvlklbrvk) (Ping timeout: 268 seconds)
- # [22:02] * jonlee is now known as jonlee|afk
- # [22:03] * mattgiff_ is now known as mattgifford
- # [22:05] * Joins: sicking (~chatzilla@nat/mozilla/x-fufroxxhdznpsjhe)
- # [22:06] * Joins: darobin (~darobin@78.208.93.24)
- # [22:07] * Joins: cabanier (~cabanier@sjfw1.adobe.com)
- # [22:11] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [22:13] * Quits: jamesr_ (jamesr@nat/google/x-imonpwljecqbycfw) (Quit: jamesr_)
- # [22:17] <deane> Hixie: He's probably not there as it was only 07:49 here. Not sure when he would start work.
- # [22:17] * Quits: maikmerten_ (~maikmerte@port-92-201-61-38.dynamic.qsc.de) (Remote host closed the connection)
- # [22:19] * Quits: hasather_ (~hasather_@cm-84.208.71.130.getinternet.no) (Remote host closed the connection)
- # [22:24] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [22:25] * Joins: mattgiff_ (~mattgiffo@70.102.199.158)
- # [22:28] * Quits: mattgifford (~mattgiffo@75-93-37-212.war.clearwire-wmx.net) (Read error: No route to host)
- # [22:28] * Joins: mattgif__ (~mattgiffo@75-93-37-212.war.clearwire-wmx.net)
- # [22:28] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson)
- # [22:28] * mattgif__ is now known as mattgifford
- # [22:31] * Joins: jamesr_ (jamesr@nat/google/x-xsmtwmfdymtbrjib)
- # [22:31] * Quits: mattgiff_ (~mattgiffo@70.102.199.158) (Ping timeout: 240 seconds)
- # [22:32] * Quits: jamesr_ (jamesr@nat/google/x-xsmtwmfdymtbrjib) (Client Quit)
- # [22:34] * Quits: sedovsek (~robert@BSN-61-123-49.dial-up.dsl.siol.net) (Quit: sedovsek)
- # [22:38] * jonlee|afk is now known as jonlee
- # [22:46] * Joins: Areks (~Areks@128-69-102-87.broadband.corbina.ru)
- # [22:46] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [22:52] * Quits: MacTed (~Thud@63.119.36.36)
- # [22:53] * Quits: Necrathex (~Necrathex@095-097-153-058.static.chello.nl) (Quit: Leaving)
- # [22:53] * Joins: Necrathex (~Necrathex@095-097-153-058.static.chello.nl)
- # [22:56] * Joins: jamesr_ (jamesr@nat/google/x-yslknxmvjligmufo)
- # [22:57] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [22:59] * Joins: ehsan_ (~ehsan@66.207.208.98)
- # [23:00] * Joins: mattgiff_ (~mattgiffo@70.102.199.158)
- # [23:01] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 252 seconds)
- # [23:02] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 244 seconds)
- # [23:02] * Quits: ehsan (~ehsan@66.207.208.98) (Ping timeout: 268 seconds)
- # [23:03] * Quits: mattgifford (~mattgiffo@75-93-37-212.war.clearwire-wmx.net) (Ping timeout: 244 seconds)
- # [23:03] * Quits: tantek (~tantek@82-71-49-5.dsl.in-addr.zen.co.uk) (Quit: tantek)
- # [23:03] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [23:05] * Joins: sedovsek (~robert@BSN-61-123-49.dial-up.dsl.siol.net)
- # [23:05] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [23:07] * Quits: Areks (~Areks@128-69-102-87.broadband.corbina.ru) (Ping timeout: 256 seconds)
- # [23:07] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:09] * Joins: mattgifford (~mattgiffo@75-93-37-212.war.clearwire-wmx.net)
- # [23:12] * Quits: mattgiff_ (~mattgiffo@70.102.199.158) (Ping timeout: 246 seconds)
- # [23:14] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [23:14] * Quits: Tavp (~Bruno@187.67.200.27) (Quit: Leaving)
- # [23:19] * jonlee is now known as jonlee|afk
- # [23:21] * Joins: jkew (~jkew@66.171.190.186)
- # [23:24] <jkew> Mildly dumb question; is there an xml namespace for microdata? Is it considered harmful?
- # [23:25] * Quits: jamesr_ (jamesr@nat/google/x-yslknxmvjligmufo) (Quit: jamesr_)
- # [23:25] * Joins: mattgiff_ (~mattgiffo@70.102.199.158)
- # [23:26] * Quits: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:26] * Quits: drublic (~drublic@frbg-5d84e118.pool.mediaWays.net) (Remote host closed the connection)
- # [23:26] * Quits: cpearce (~chatzilla@ip-118-90-15-3.xdsl.xnet.co.nz) (Ping timeout: 246 seconds)
- # [23:28] <gavinc> jkew: http://www.w3.org/TR/2012/WD-microdata-rdf-20120112/ may help you, or make you more confused
- # [23:28] <gavinc> see http://www.w3.org/ns/md# it's not an XML namespace, but it is a well known URI
- # [23:28] * mattgiff_ is now known as mattgifford_
- # [23:29] <gavinc> err, should have been http://www.w3.org/TR/microdata-rdf/
- # [23:29] <gavinc> sorry
- # [23:30] * Quits: mattgifford (~mattgiffo@75-93-37-212.war.clearwire-wmx.net) (Ping timeout: 268 seconds)
- # [23:31] * jernoble is now known as jernoble|afk
- # [23:31] * jernoble|afk is now known as jernoble
- # [23:34] * Quits: sarro (~sarro@i5387F3EF.versanet.de)
- # [23:36] * mattgifford_ is now known as mattgifford
- # [23:40] * Quits: tomasf (~tom@2002:55e5:db44:0:ad18:b56f:8dd:7940) (Read error: Connection reset by peer)
- # [23:40] * Joins: tomasf (~tom@c-44dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [23:41] * Quits: othermaciej (~mjs@17.245.109.240) (Quit: othermaciej)
- # [23:42] * Joins: othermaciej (~mjs@17.245.109.240)
- # [23:47] * Quits: danzik17 (~danzik17@164.55.254.106) (Ping timeout: 244 seconds)
- # [23:49] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [23:49] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 245 seconds)
- # [23:50] * Quits: jwalden (~waldo@nat/mozilla/x-bsbktiirqpiruvha) (Quit: back shortly)
- # [23:50] * Joins: danzik17 (~danzik17@ool-321d17c1.dyn.optonline.net)
- # [23:51] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [23:53] * Quits: sedovsek (~robert@BSN-61-123-49.dial-up.dsl.siol.net) (Quit: sedovsek)
- # [23:54] * Joins: jwalden (~waldo@nat/mozilla/x-atemwdxlcoipxiym)
- # [23:54] * Joins: danzik171 (~danzik17@ool-435606a9.dyn.optonline.net)
- # [23:55] * Quits: danzik17 (~danzik17@ool-321d17c1.dyn.optonline.net) (Ping timeout: 246 seconds)
- # [23:59] * Joins: tawhuac (~tawhuac@190.71.251.96)
- # Session Close: Thu Sep 06 00:00:00 2012
The end :)