Options:
- # Session Start: Wed Mar 02 00:00:00 2011
- # Session Ident: #whatwg
- # [00:00] * bk|away is now known as bk
- # [00:00] * Parts: bfrohs (~bfrohs@smtp.forewordinternal.com)
- # [00:01] * Quits: BlurstOfTimes (~blurstoft@168.203.117.36) (Remote host closed the connection)
- # [00:01] <jgraham> zewt: What exactly is the bug?
- # [00:02] <jgraham> With sync tests and onload?
- # [00:02] * Joins: david_carlisle (~davidc@dcarlisle.demon.co.uk)
- # [00:02] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Read error: Connection refused)
- # [00:03] <jgraham> It *should* only mark the tests as complete if num_pending is 0, which *should* only happen if there are no uncompleted async tests
- # [00:03] <zewt> if you run a sync test after onload, test() -> test_obj.done() -> tests.result() -> tests.notify_result -> tests.complete()
- # [00:03] <zewt> right, but I was only using sync tests, with no async ones at all
- # [00:03] * Joins: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi)
- # [00:03] <jgraham> That sounds like expected behaviour
- # [00:04] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 240 seconds)
- # [00:04] <jgraham> I mean, how do you expect it to know that you will add a sync test at some point in the future?
- # [00:04] <zewt> seems strange that you can only run one sync test unless you start a placeholder async one
- # [00:04] <jgraham> You can have > 0 sync tests as long as you define them to run before onload fires
- # [00:04] <zewt> well, i think it's trying to be too magic--don't try to figure out when I'm done, give me a "finishedWithAllTests" to call
- # [00:04] * abarth|zZz is now known as abarth
- # [00:04] <jgraham> There is
- # [00:05] <zewt> but they have to run after onload, since they need to load iframes
- # [00:05] <jgraham> But it is off by default
- # [00:05] * Joins: danbri (~danbri@cpc6-aztw25-2-0-cust83.aztw.cable.virginmedia.com)
- # [00:05] <jgraham> * == Determining when all tests are complete ==
- # [00:05] <jgraham> *
- # [00:05] <jgraham> * By default the test harness will assume there are no more results to come
- # [00:05] <jgraham> * when:
- # [00:05] <jgraham> * 1) There are no Test objects that have been created but not completed
- # [00:05] <jgraham> * 2) The load event on the document has fired
- # [00:05] <jgraham> *
- # [00:05] <jgraham> * This behaviour can be overridden by setting the explicit_done property to true
- # [00:05] <jgraham> * in a call to setup(). If explicit_done is true, the test harness will not assume
- # [00:05] <jgraham> * it is done until the global done() function is called. Once done() is called, the
- # [00:06] <jgraham> * two conditions above apply like normal.
- # [00:06] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [00:07] <zewt> k
- # [00:07] <jgraham> In the futuure the default could change
- # [00:08] * jgraham -> sleep
- # [00:09] * Quits: jacobolus (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [00:12] * Quits: david_carlisle (~davidc@dcarlisle.demon.co.uk) (Quit: david_carlisle)
- # [00:14] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [00:16] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Ping timeout: 264 seconds)
- # [00:16] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [00:17] <erlehmann> the body thing on the list is pretty strange
- # [00:17] <erlehmann> what the hell is this usario thinking?
- # [00:18] <zewt> "i found a spec mailing list and I want to suggest something"
- # [00:18] * Joins: Amorphous (jan@f049165069.adsl.alicedsl.de)
- # [00:18] * Quits: Amorphous (jan@f049165069.adsl.alicedsl.de) (Changing host)
- # [00:18] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [00:25] <TabAtkins> erlehmann: He's obvious fallen into the trap of solving an attractively easy problem without checking to see if it's actually a problem.
- # [00:25] <TabAtkins> In this case, "'body' doesn't sound like a properly semantic name for the page content".
- # [00:27] * Joins: MikeSmith (~MikeSmith@EM114-48-147-17.pool.e-mobile.ne.jp)
- # [00:27] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Ping timeout: 260 seconds)
- # [00:27] * Joins: myakura (~myakura@p1182-ipbf4006marunouchi.tokyo.ocn.ne.jp)
- # [00:30] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:32] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 260 seconds)
- # [00:32] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Quit: bentruyman)
- # [00:33] * Joins: weinig_ (~weinig@17.246.17.254)
- # [00:34] * Quits: myakura (~myakura@p1182-ipbf4006marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [00:34] * Joins: charlvn (~charlvn@41.0.48.93)
- # [00:35] * Quits: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36) (Ping timeout: 260 seconds)
- # [00:35] * weinig_ is now known as weinig
- # [00:37] <zewt> i'm trying not to read this <body> thread but driving past a car crash, etc
- # [00:37] * Quits: JoePeck (~JoePeck@17.244.14.234) (Read error: Connection reset by peer)
- # [00:37] * Quits: roc (~chatzilla@skycity-akl-nz.getin2net.com) (Ping timeout: 252 seconds)
- # [00:37] <TabAtkins> Mute it. It's not worth reading. He doesn't want to provide a problem.
- # [00:37] * Joins: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a)
- # [00:40] * Quits: thiessenp_ (~thiessenp@ip4da8062e.direct-adsl.nl) (Quit: thiessenp_)
- # [00:40] <erlehmann> tabAtkins, there was a nice talk about “how to fail at teaching people stuff” from kathrin passig at re:publica 2010. step 1: wait until they think they have a problem. :)
- # [00:40] <TabAtkins> I already asked him clearly and unambiguously to find out what problem he's trying to solve. ^_^
- # [00:41] <zewt> careful; he's more likely to interpret that as "retroactively find a problem to justify the change you started at"
- # [00:42] <TabAtkins> That's not an issue; you can then just point out that the problem isn't important.
- # [00:44] * Joins: zum (~jsykari@xdsl-83-150-88-4.nebulazone.fi)
- # [00:47] * Quits: weinig (~weinig@17.246.17.254) (Remote host closed the connection)
- # [00:47] * Joins: weinig (~weinig@17.203.14.176)
- # [00:54] * Quits: matijsb (~Adium@5353CD69.cm-6-4d.dynamic.ziggo.nl) (Quit: Leaving.)
- # [00:55] * Quits: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au) (Quit: ben_h)
- # [00:56] * Joins: matijsb (~matijsb@5353CD69.cm-6-4d.dynamic.ziggo.nl)
- # [00:59] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 276 seconds)
- # [00:59] * Joins: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
- # [01:01] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:01] <erlehmann> tabAtkins, this may or may not be fun. happy trolling :)
- # [01:03] * Joins: stevela_ (~stevela@nat/google/x-vaigjzdeohppptom)
- # [01:04] * Joins: wolfman2000 (~wolfman20@rrcs-70-63-208-211.midsouth.biz.rr.com)
- # [01:05] * Quits: TabAtkins_ (~tabatkins@nat/google/x-kniwbtpnusuukiup) (Ping timeout: 250 seconds)
- # [01:07] * Joins: jochen___ (~jochen@nat/google/x-klirmrjblfvpuqln)
- # [01:08] * Joins: TabAtkins_ (~tabatkins@nat/google/x-weiugnehsahwiqou)
- # [01:08] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [01:09] * Quits: danbri (~danbri@cpc6-aztw25-2-0-cust83.aztw.cable.virginmedia.com) (Remote host closed the connection)
- # [01:09] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:11] * Quits: jochen__ (~jochen@nat/google/x-tdtocxrbyoteugfb) (Ping timeout: 260 seconds)
- # [01:11] * jochen___ is now known as jochen__
- # [01:16] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [01:17] * Joins: charlvn (~charlvn@41.0.48.93)
- # [01:17] * Quits: stevela_ (~stevela@nat/google/x-vaigjzdeohppptom) (Quit: stevela_)
- # [01:23] * Quits: MikeSmith (~MikeSmith@EM114-48-147-17.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [01:23] * Joins: roc (~chatzilla@skycity-akl-nz.getin2net.com)
- # [01:25] * Joins: ben_h (~ben@128.250.195.142)
- # [01:26] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com) (Remote host closed the connection)
- # [01:29] <AryehGregor> "I believe what implementors present at TPAC agreed to is that we do not like mutation events and want them to die in a fire." Why?
- # [01:30] <AryehGregor> Bad performance, hard to implement, underdefined?
- # [01:30] * Quits: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor)
- # [01:33] * Joins: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
- # [01:33] <Dashiva> Yes
- # [01:33] <Dashiva> All three
- # [01:33] <Dashiva> There's been some work to define an alternate solution that satisfies the practical use cases without suffering from the same problems
- # [01:35] * Quits: jamesr_ (~jamesr@216.239.45.19) (Read error: Connection reset by peer)
- # [01:37] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [01:40] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 252 seconds)
- # [01:44] * Quits: matijsb (~matijsb@5353CD69.cm-6-4d.dynamic.ziggo.nl) (Quit: Leaving.)
- # [01:49] * Quits: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor)
- # [01:51] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Quit: OMG, YOU KILLED OPPO!)
- # [01:52] * Joins: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
- # [01:55] * Joins: stevela_ (~stevela@nat/google/x-uricyyhmuboeojea)
- # [01:56] * Joins: ezoe (~ezoe@203-140-88-248f1.kyt1.eonet.ne.jp)
- # [01:58] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [01:59] * Quits: TabAtkins_ (~tabatkins@nat/google/x-weiugnehsahwiqou) (Ping timeout: 240 seconds)
- # [02:01] <AryehGregor> Whoa, paths on Windows are a maximum of 256 characters in the standard APIs?
- # [02:01] <AryehGregor> That's amazingly lame, even for Windows.
- # [02:02] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [02:03] * Joins: myakura (~myakura@p1182-ipbf4006marunouchi.tokyo.ocn.ne.jp)
- # [02:03] <TabAtkins> AryehGregor: The mortal sin of mutation events is that they're defined to fire sync, which means that you immediately get re-entrancy problems - a function may mutate the DOM, then the mutation event runs, possible changing the DOM underneath the function. Mutation events can even fire syncly during other mutation events. This is crazytimes.
- # [02:03] <AryehGregor> Ouch.
- # [02:04] <TabAtkins> Yeah, mutation-events-inside-mutation-events are a sure route to stale pointer issues in teh browser implementation.
- # [02:04] <othermaciej> they also suck for perf
- # [02:04] <othermaciej> since dynamically allocating events for every DOM mutation is super expensive
- # [02:04] <TabAtkins> Further, mutation events suffer from the same problem as the key* family, where a single type of event is fired for *everything*, and you have to decide inside the listener if youa ctually wanted to listen to it or not.
- # [02:05] <Philip`> AryehGregor: No, it's not limited to 256 characters
- # [02:06] <Philip`> It's limited to 260 (including the drive identifier and terminating null)
- # [02:06] <AryehGregor> Ah, that's better, then.
- # [02:06] <TabAtkins> They'd be much less painful if they were async and were changed so you could listen to specific things, like "I want to be notified when this specific attribute on this specific element is changed".
- # [02:06] <Philip`> MAX_PATH is 260, so lots of applications have fixed-size buffers that won't cope with longer paths, I think
- # [02:06] * Joins: TabAtkins_ (~tabatkins@216.239.45.19)
- # [02:06] <TabAtkins> (Similar to how key* would be better if you could say "I want to listen for when the user presses an arrow key".
- # [02:07] <TabAtkins> Philip`: Specifically, Explorer.
- # [02:08] <zewt> explorer could deal with it if Microsoft updated it to use whatever the newer APIs are that don't have that limitation; I imagine they don't since no other applications support it (chicken/egg)
- # [02:08] <zewt> it's pretty funny that you can create file trees in explorer that you can then not delete
- # [02:09] <zewt> (without playing filename puzzle games to reduce path lengths)
- # [02:09] <AryehGregor> What I really want is an API that lets me run some code immediately before or after an element is added to the DOM that matches a particular CSS selector.
- # [02:09] <AryehGregor> E.g., if I have something where I want to change the state somehow immediately when it's added to the page, for whatever reason.
- # [02:09] <TabAtkins> "immediately before" is hard.
- # [02:09] <Hixie> by immediately you mean synchronously?
- # [02:09] <AryehGregor> Like because I want the default appearance to differ between scripting and non-scripting UAs.
- # [02:09] <Hixie> if so, that's the problem with mutation events.
- # [02:09] <TabAtkins> Unless you make the DOM mutatino APIs async.
- # [02:10] <AryehGregor> I want something that behaves like inserting a <script> tag immediately before or after the open or close tag of a particular element.
- # [02:10] <AryehGregor> So that I don't have to, you know, actually do that.
- # [02:10] <AryehGregor> This is particularly significant with CSP, where you can't use inline script.
- # [02:11] <Hixie> "use xbl" :-)
- # [02:11] <AryehGregor> So you have no way to emulate the effect at all that I know of.
- # [02:12] <TabAtkins> component model
- # [02:12] <TabAtkins> /component model, that is
- # [02:18] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [02:19] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [02:22] * Joins: shepazu (~schepers@skycity-akl-nz.getin2net.com)
- # [02:31] * Joins: dydx (~dydz@adsl-76-200-191-179.dsl.pltn13.sbcglobal.net)
- # [02:36] <zewt> heh, seems like neither browser with tab-modal alerts really handles background prompting very well
- # [02:37] <zewt> opera only sets the tab to "new" (blue tab text), which isn't noticable at all; ff4 is on the other side of the spectrum, letting the tab steal focus outright, which seems like too much
- # [02:37] <zewt> i'd think they'd mimic windows's taskbar notification flash, which seems about the right level of attention-grabbing
- # [02:38] * Joins: JM (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [02:42] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [02:51] * Quits: dydx (~dydz@adsl-76-200-191-179.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # [03:02] * Joins: Entherman (~hb@3e6b82e1.rev.stofanet.dk)
- # [03:03] * Parts: Entherman (~hb@3e6b82e1.rev.stofanet.dk)
- # [03:04] * Joins: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com)
- # [03:05] * Joins: jochen___ (~jochen@nat/google/x-hipjsejqyofkjvte)
- # [03:06] <zewt> Showing results for w3 xml. Search instead for w3 xbl <- google seriously needs an I-know-how-to-type-so-stop-correcting-me option
- # [03:08] * Quits: jochen__ (~jochen@nat/google/x-klirmrjblfvpuqln) (Ping timeout: 246 seconds)
- # [03:08] * jochen___ is now known as jochen__
- # [03:10] * Quits: chriseppstein (~chris@209.119.65.162) (Quit: chriseppstein)
- # [03:13] * Quits: TabAtkins_ (~tabatkins@216.239.45.19) (Ping timeout: 240 seconds)
- # [03:15] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Remote host closed the connection)
- # [03:17] * Joins: kennyluck (~kennyluck@EM111-188-25-10.pool.e-mobile.ne.jp)
- # [03:20] * Quits: stevela_ (~stevela@nat/google/x-uricyyhmuboeojea) (Quit: stevela_)
- # [03:20] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Quit: ap)
- # [03:30] * Quits: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net) (Quit: cying)
- # [03:31] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 260 seconds)
- # [03:35] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 272 seconds)
- # [03:38] * Quits: bk (~bk@unaffiliated/bk) (Remote host closed the connection)
- # [03:39] * Quits: ezoe (~ezoe@203-140-88-248f1.kyt1.eonet.ne.jp) (Ping timeout: 250 seconds)
- # [03:44] * Joins: figcap (bc1c107c@gateway/web/freenode/ip.188.28.16.124)
- # [03:48] * Joins: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net)
- # [03:49] * Joins: figcap_ (bc1c107c@gateway/web/freenode/ip.188.28.16.124)
- # [03:49] * Quits: figcap (bc1c107c@gateway/web/freenode/ip.188.28.16.124) (Ping timeout: 272 seconds)
- # [03:49] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [03:50] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [03:54] * Joins: charlvn (~charlvn@41.0.48.93)
- # [03:55] * Quits: weinig (~weinig@17.203.14.176) (Quit: weinig)
- # [03:59] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 246 seconds)
- # [04:00] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:03] * Quits: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net) (Quit: boaz)
- # [04:06] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 264 seconds)
- # [04:09] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:09] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [04:13] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:13] * Joins: dydx (~dydz@c-24-5-71-146.hsd1.ca.comcast.net)
- # [04:15] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:21] * Quits: dave_levin (~dave_levi@nat/google/x-zaavyzmqoakrpzki) (Quit: dave_levin)
- # [04:22] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 264 seconds)
- # [04:24] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:25] * Quits: dydx (~dydz@c-24-5-71-146.hsd1.ca.comcast.net) (Quit: dydx)
- # [04:27] * Quits: othermaciej (~mjs@17.246.19.97) (Quit: othermaciej)
- # [04:27] * othermaciej_ is now known as othermaciej
- # [04:30] * Joins: ezoe (~ezoe@203-140-88-128f1.kyt1.eonet.ne.jp)
- # [04:33] * Joins: othermaciej_ (~mjs@67.218.104.227)
- # [04:36] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [04:36] * Joins: dydx (~dydz@173-228-64-221.dsl.dynamic.sonic.net)
- # [04:37] * Joins: charlvn (~charlvn@41.0.48.93)
- # [04:40] * Joins: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [04:48] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 240 seconds)
- # [04:49] * Joins: jacobolus (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net)
- # [04:55] * Quits: kennyluck (~kennyluck@EM111-188-25-10.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [04:57] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [05:02] * Joins: davidb (~davidb@bas4-kitchener06-1128762354.dsl.bell.ca)
- # [05:02] * Joins: yoshiaki (~yoshiaki@p2119-ipngn2301marunouchi.tokyo.ocn.ne.jp)
- # [05:04] * Joins: pesla (~pesla@mail.itoffshorenepal.com)
- # [05:06] * Joins: nonge_ (~nonge@p5082B458.dip.t-dialin.net)
- # [05:07] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [05:08] * Quits: aho (~nya@fuld-590c602d.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [05:08] * Joins: ojan (~ojan@nat/google/x-fbcyhklolaayohvs)
- # [05:08] * Joins: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [05:09] * Quits: nonge_ (~nonge@p5082B458.dip.t-dialin.net) (Client Quit)
- # [05:09] * Joins: nonge (~nonge@p5082B458.dip.t-dialin.net)
- # [05:09] * Joins: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [05:09] * Quits: jamesr_ (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Client Quit)
- # [05:09] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.13/20110103133706])
- # [05:10] * Quits: nonge__ (~nonge@p5082B10B.dip.t-dialin.net) (Ping timeout: 260 seconds)
- # [05:11] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [05:15] * Quits: ezoe (~ezoe@203-140-88-128f1.kyt1.eonet.ne.jp) (Read error: Connection reset by peer)
- # [05:15] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [05:15] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [05:17] * Joins: homat____ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [05:20] * Quits: othermaciej_ (~mjs@67.218.104.227) (Quit: othermaciej_)
- # [05:20] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [05:21] * Quits: davidb (~davidb@bas4-kitchener06-1128762354.dsl.bell.ca) (Ping timeout: 240 seconds)
- # [05:21] * Joins: charlvn (~charlvn@41.0.48.93)
- # [05:24] * Quits: dbaron (~dbaron@nat/mozilla/x-wvzucdckasqxvrlm) (Ping timeout: 250 seconds)
- # [05:24] * Joins: davidb (~davidb@74.13.2.105)
- # [05:27] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 276 seconds)
- # [05:28] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Remote host closed the connection)
- # [05:28] * Joins: davidb_ (~davidb@bas1-toronto06-2925209961.dsl.bell.ca)
- # [05:28] * Quits: homat____ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 264 seconds)
- # [05:29] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [05:30] * Quits: yoshiaki (~yoshiaki@p2119-ipngn2301marunouchi.tokyo.ocn.ne.jp) (Ping timeout: 250 seconds)
- # [05:30] * Joins: charlvn (~charlvn@41.0.48.93)
- # [05:30] * Quits: davidb (~davidb@74.13.2.105) (Ping timeout: 240 seconds)
- # [05:30] * davidb_ is now known as davidb
- # [05:32] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [05:38] * Joins: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp)
- # [05:39] * GPH-Zeke is now known as GPHemsley
- # [05:40] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Quit: bentruyman)
- # [05:40] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [05:44] * Joins: othermaciej_ (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [05:51] * Parts: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [05:54] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a) (Quit: -)
- # [05:56] * Quits: doublec (~chris@unaffiliated/doublec) (Quit: Leaving)
- # [05:57] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
- # [06:03] * Quits: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com) (Quit: l8r sk8rs)
- # [06:13] * Joins: ezoe (~ezoe@61-205-124-145f1.kyt1.eonet.ne.jp)
- # [06:22] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 260 seconds)
- # [06:28] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [06:30] * Quits: davidb (~davidb@bas1-toronto06-2925209961.dsl.bell.ca) (Quit: davidb)
- # [06:30] * Quits: shepazu (~schepers@skycity-akl-nz.getin2net.com) (Quit: shepazu)
- # [06:39] * Quits: roc (~chatzilla@skycity-akl-nz.getin2net.com) (Read error: Connection reset by peer)
- # [06:40] * Joins: charlvn (~charlvn@41.0.48.93)
- # [06:48] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
- # [06:50] * Joins: MikeSmith (~MikeSmith@EM111-188-56-209.pool.e-mobile.ne.jp)
- # [06:51] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [06:53] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [06:55] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:00] * Joins: matjas (~matjas@91.182.65.156)
- # [07:01] * Quits: dydx (~dydz@173-228-64-221.dsl.dynamic.sonic.net) (Quit: dydx)
- # [07:04] * Quits: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [07:05] * Quits: figcap_ (bc1c107c@gateway/web/freenode/ip.188.28.16.124) (Ping timeout: 272 seconds)
- # [07:06] * Joins: jacobolu_ (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net)
- # [07:10] * Quits: jacobolus (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net) (Ping timeout: 240 seconds)
- # [07:19] * Quits: JM (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
- # [07:22] * Quits: pesla (~pesla@mail.itoffshorenepal.com) (Ping timeout: 240 seconds)
- # [07:23] * Joins: stevela_ (~stevela@50.46.112.230)
- # [07:23] * Joins: pesla (~pesla@mail.itoffshorenepal.com)
- # [07:24] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Don't follow me)
- # [07:26] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [07:27] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [07:28] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:33] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [07:37] * Joins: sicking (~chatzilla@c-67-188-41-206.hsd1.ca.comcast.net)
- # [07:38] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [07:41] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [07:43] * Joins: homata_ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:44] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [07:46] * Quits: sicking (~chatzilla@c-67-188-41-206.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
- # [07:46] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 252 seconds)
- # [07:47] * Quits: homata_ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [07:48] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:51] * Quits: ben_h (~ben@128.250.195.142) (Quit: ben_h)
- # [07:52] * Quits: MikeSmith (~MikeSmith@EM111-188-56-209.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [07:52] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 250 seconds)
- # [07:53] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [07:53] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 246 seconds)
- # [07:54] * Joins: charlvn (~charlvn@41.0.48.93)
- # [07:58] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Quit: cying)
- # [07:59] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 252 seconds)
- # [08:04] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [08:05] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:08] * Joins: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net)
- # [08:08] * Quits: cying (~cying@c-24-23-135-168.hsd1.ca.comcast.net) (Client Quit)
- # [08:08] * Joins: estes (~aestes@17.203.13.46)
- # [08:09] * Joins: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net)
- # [08:09] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 264 seconds)
- # [08:10] * Quits: mdelaney (~mdelaney@c-69-181-26-199.hsd1.ca.comcast.net) (Client Quit)
- # [08:10] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [08:11] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:11] * Joins: Rik` (~Rik`@2a01:e35:139b:b390:daa2:5eff:fe97:85ed)
- # [08:13] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [08:16] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 250 seconds)
- # [08:16] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:19] * Joins: rimantas (~rimliu@93.93.57.193)
- # [08:21] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [08:21] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:22] * Joins: matijsb (~matijsb@5353CD69.cm-6-4d.dynamic.ziggo.nl)
- # [08:22] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:23] * Quits: davve__ (~davve@83.218.67.122) (Remote host closed the connection)
- # [08:23] * Joins: davve__ (~davve@83.218.67.122)
- # [08:26] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:28] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:32] * Joins: zcorpan (~zcorpan@c-8d9ae355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [08:33] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Read error: Connection reset by peer)
- # [08:33] * Quits: pesla (~pesla@mail.itoffshorenepal.com) (Quit: Computer has gone to sleep.)
- # [08:34] * Quits: wolfman2000 (~wolfman20@rrcs-70-63-208-211.midsouth.biz.rr.com) (Remote host closed the connection)
- # [08:35] * Joins: pesla (~pesla@mail.itoffshorenepal.com)
- # [08:38] * Quits: ezoe (~ezoe@61-205-124-145f1.kyt1.eonet.ne.jp) (Ping timeout: 264 seconds)
- # [08:40] * Joins: Maurice (~ano@77.222.73.150)
- # [08:44] * Quits: Rafitaz (Rafitas@187.14.18.29)
- # [08:44] * Joins: kal-EL_ (~jor-EL@host124-67-dynamic.17-79-r.retail.telecomitalia.it)
- # [08:46] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [08:46] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [08:49] <annevk> Hixie, yeah, activation behavior didn't really seem appropriate
- # [08:50] <Hixie> hm?
- # [08:50] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [08:50] * Quits: ojan (~ojan@nat/google/x-fbcyhklolaayohvs) (Quit: ojan)
- # [08:51] * Joins: charlvn (~charlvn@41.0.48.93)
- # [08:53] * Joins: danbri (~danbri@cpc6-aztw25-2-0-cust83.aztw.cable.virginmedia.com)
- # [08:54] <annevk> Hixie, to define in DOM Core
- # [08:54] <Hixie> oh i didn't mean activation behaviour
- # [08:54] <Hixie> that's defined in html
- # [08:54] <annevk> ooh, wait, interaction events
- # [08:54] <Hixie> i meant the actual mapping of devices to events
- # [08:54] <annevk> yeah, that shouldn't either
- # [08:54] <Hixie> right
- # [08:54] <Hixie> still needs a spec though
- # [08:55] <annevk> mouse events should be part of CSS hit testing imo
- # [08:55] <Hixie> if doug wants to write it, that would be awesome
- # [08:56] <annevk> Shelley Powers volunteers to write the WHATWG Weekly
- # [08:57] * Joins: lumely_ (~lumely@dhcp2-186.slis.tsukuba.ac.jp)
- # [08:57] <Hixie> is she willing to do it politely and objectively?
- # [08:58] <annevk> dunno, and she hasn't been on IRC yet
- # [08:58] <annevk> but what we do mostly with first-time contributors on the blog is that an admin quickly reviews it
- # [08:58] <annevk> so that should be fine
- # [08:58] <Hixie> worksforme
- # [08:59] <Hixie> if she can actually do it usefully that would be awesome
- # [08:59] * Quits: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp) (Ping timeout: 260 seconds)
- # [08:59] <Hixie> you and mark have done a really useful job :-)
- # [09:01] * Joins: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp)
- # [09:02] * Quits: lumely_ (~lumely@dhcp2-186.slis.tsukuba.ac.jp) (Ping timeout: 260 seconds)
- # [09:04] <foolip> Microsoft committed to implementing SMPTE-TT?
- # [09:04] <foolip> http://lists.w3.org/Archives/Public/public-html/2011Mar/0017.html
- # [09:04] <foolip> "But in any case I at least am implementing support for SMPTE-TT."
- # [09:05] <annevk> the title of xkcd comics is often the best :)
- # [09:05] <othermaciej_> I don't think Sean Hayes is on the IE team
- # [09:05] <othermaciej_> though he has in the past referred to implementing TTML in Silverlight
- # [09:06] <annevk> and with that I mean title="", not <h2> or whatever he is using
- # [09:06] <foolip> I do hope we can actually agree on 1 format for text...
- # [09:06] <foolip> the world will rightfully hate us otherwise
- # [09:06] <annevk> it was already known he worked on other formats
- # [09:06] <annevk> but he's not with the IE guys
- # [09:07] <foolip> phew, there is still hope :)
- # [09:07] <annevk> Kris from Microsoft to Hixie
- # [09:07] <annevk> "Nice to see you participate and listen to feedback on the html5 spec."
- # [09:07] <foolip> annevk, link?
- # [09:07] <Hixie> o_O
- # [09:08] <annevk> I guess maybe he said that because it was on public-html-testsuite and he meant participating there
- # [09:08] <annevk> otherwise it would be really weird
- # [09:08] <annevk> foolip, http://lists.w3.org/Archives/Public/public-html-testsuite/2011Mar/0001.html
- # [09:09] <othermaciej_> yes, I think there was an implied "on the testing list" there
- # [09:10] * Quits: pesla (~pesla@mail.itoffshorenepal.com) (Quit: Computer has gone to sleep.)
- # [09:10] * Hixie has been on the testing list since probably before kris
- # [09:10] * Joins: pesla (~pesla@mail.itoffshorenepal.com)
- # [09:12] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [09:14] * Joins: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125)
- # [09:15] * Parts: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125)
- # [09:16] <annevk> fwiw, I replied to Shelley: http://blog.whatwg.org/weekly-same-origin#comment-42803
- # [09:18] * Joins: Ms2ger (~Ms2ger@91.181.221.14)
- # [09:25] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [09:26] * Quits: stevela_ (~stevela@50.46.112.230) (Quit: stevela_)
- # [09:32] * Joins: MikeSmith (~MikeSmith@EM114-48-96-9.pool.e-mobile.ne.jp)
- # [09:32] <hsivonen> Interop doesn't look too good here: http://hsivonen.iki.fi/test/moz/about-blank-load-location.html
- # [09:33] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [09:34] <karlcow> hsivonen: what is supposed to do? I open it in firefox, safari and opera and have the same blank square
- # [09:37] <hsivonen> karlcow: it uses console.log
- # [09:37] <hsivonen> karlcow: logs once in Firefox
- # [09:37] <hsivonen> karlcow: twice in Opera and Chrome
- # [09:38] <karlcow> ah ok thanks.
- # [09:38] <hsivonen> logs once in IE9 but it a crazier than expected way
- # [09:39] * Joins: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [09:39] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 264 seconds)
- # [09:40] <hsivonen> I wonder if the test in buggy and fails in an unexpected way in IE9
- # [09:40] <hsivonen> the IE9 result makes no sense otherwise
- # [09:42] * Joins: charlvn (~charlvn@41.0.48.93)
- # [09:42] <annevk> look at that
- # [09:42] <annevk> above zero in Sweden!
- # [09:43] <annevk> only at night it is painfully cold
- # [09:45] * Joins: Mallo_ (~neofish@APuteaux-154-1-39-139.w83-199.abo.wanadoo.fr)
- # [09:45] * Joins: deane (~dean@202-180-70-44.callplus.net.nz)
- # [09:45] * Parts: deane (~dean@202-180-70-44.callplus.net.nz)
- # [09:45] <karlcow> annevk: I have been now in Oslo for 10 days, and it is somehow tropical compared to Montreal. :D
- # [09:46] * Joins: smaug____ (~chatzilla@YKMMDXLVII.gprs.sl-laajakaista.fi)
- # [09:46] * Joins: msucan (~robod@92.84.204.232)
- # [09:46] <annevk> right...
- # [09:46] <annevk> I still need to get there however
- # [09:46] <annevk> and vote
- # [09:46] <annevk> and pack
- # [09:46] <hsivonen> well, *this* is interesting. IE9 mode doesn't create a body for about:blank synchronously
- # [09:46] <annevk> and more
- # [09:47] <hsivonen> I wonder if that's Web compatible
- # [09:47] <hsivonen> now I need to test my hypotheses in multiple IE modes
- # [09:47] <hsivonen> grr
- # [09:47] <annevk> lol MikeSmith
- # [09:47] <zcorpan> it's only 14 modes to test, right? or how many are there again?
- # [09:47] <annevk> "great tea abuser" hahaha
- # [09:48] <annevk> green*
- # [09:48] <MikeSmith> heh
- # [09:48] <hsivonen> It's extremely hard for me to believe that IE9 standards mode could be Web-compatible here
- # [09:49] <Ms2ger> They don't need to
- # [09:49] <hsivonen> because Gecko, WebKit and Presto all go through the trouble of making document.body non-null for about:blank synchronously
- # [09:49] <hsivonen> Ms2ger: right. but it sucks when trying to figure out what I should make Gecko do
- # [09:50] <zcorpan> annevk: is there a bugzilla component for html5diff?
- # [09:50] <Ms2ger> I thought there was
- # [09:50] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [09:50] <zcorpan> there is
- # [09:51] <zcorpan> 17 open bugs
- # [09:51] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 252 seconds)
- # [09:52] <hsivonen> hmm. If I use developer tools in IE9 to force Browser Mode to IE9 and Document Mode to Quirks, I still get null document.body after parsing iframe before the event loop has spun
- # [09:52] <annevk> zcorpan, I think those are from Marcos
- # [09:52] <hsivonen> now I'm really confused
- # [09:53] <annevk> zcorpan, he still needs to close them
- # [09:53] <hsivonen> what's the closest thing to console.log that I could use in IE6 without disrupting the event loop?
- # [09:53] <hsivonen> I don't trust alert()
- # [09:54] <hsivonen> maybe I need to write my own in-test-case logging facility
- # [09:54] <hsivonen> again
- # [09:55] <jgraham> hsivonen: I suspect you do
- # [09:55] <zcorpan> annevk: filtering out marcos leaves 4 open bugs
- # [09:55] <jgraham> annevk: It's about -4 here
- # [09:55] <hsivonen> about:blank is such a pain
- # [09:57] * zcorpan creates an email label to keep track of html5diff emails
- # [09:58] * Joins: richt (~richt@pat-tdc.opera.com)
- # [09:58] * Joins: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net)
- # [09:59] <hsivonen> about:blank in iframe is so sane in IE9 that I wish the Web would agree with us standardizing that behavior
- # [09:59] <Ms2ger> It's sane? Then probably not
- # [10:00] <hsivonen> which reminds me that I need to test this stuff in window.open, too, before I draw conclusions
- # [10:00] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [10:03] <foolip> "the Ian has also removed the relation"
- # [10:03] <foolip> sounds like Ian is either a machine or a derogatory term :)
- # [10:04] * Quits: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: tbassetto)
- # [10:04] <jgraham> It sounds like he is some sort of Terminator
- # [10:04] <jgraham> hired to kill off family members
- # [10:05] <foolip> imagine the movie version of Ian editing the spec!
- # [10:08] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
- # [10:08] * bga_ is now known as bga_|away
- # [10:09] <hsivonen> whoa! whoa! even IE6 is saner than the other browsers on this!!!
- # [10:09] * bga_|away is now known as bga_
- # [10:09] <hsivonen> could it be that the quirkiness of about:blank is Gecko's fault instead?
- # [10:12] <zcorpan> John Gregg and @sideshowbarker delivers? sounds creepy
- # [10:14] <MikeSmith> I didn't deliver anything, I just throw it into the machine and turn some knobs
- # [10:14] <hsivonen> aaaargh! it seems that window.open is crazy in IE
- # [10:14] <hsivonen> and other browser generalized the craziness to iframed browsing contexts
- # [10:15] * Joins: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125)
- # [10:15] * Parts: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125)
- # [10:17] <annevk> zcorpan, who said it isn't?
- # [10:17] * Joins: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net)
- # [10:18] * Quits: smaug____ (~chatzilla@YKMMDXLVII.gprs.sl-laajakaista.fi) (Ping timeout: 276 seconds)
- # [10:18] <hsivonen> is there any way to set a "load" event handler in a window.open call so that the event handler gets set before window.open() returns?
- # [10:18] * Joins: charlvn (~charlvn@41.0.48.93)
- # [10:19] <annevk> modify the about:blank page? :)
- # [10:20] <hsivonen> annevk: I don't have the source for IE
- # [10:21] * Quits: estes (~aestes@17.203.13.46) (Quit: estes)
- # [10:23] * Quits: danbri (~danbri@cpc6-aztw25-2-0-cust83.aztw.cable.virginmedia.com) (Remote host closed the connection)
- # [10:23] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 272 seconds)
- # [10:24] * karlcow will abuse himself with green tea
- # [10:26] * Joins: charlvn (~charlvn@41.0.48.93)
- # [10:26] * Joins: danbri (~danbri@cpc6-aztw25-2-0-cust83.aztw.cable.virginmedia.com)
- # [10:27] <zcorpan> hsivonen: you just need to kidnap some ie team employee's kids and require the source for ie in exchange
- # [10:29] <hsivonen> why doesn't Opera have a truthy addEventListener on the object returned by window.open?
- # [10:30] <karlcow> you gotta love tools :) wonderful. http://www.nzeldes.com/HOC/Posographe.htm
- # [10:30] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 250 seconds)
- # [10:31] <hsivonen> this is weird. top-level windows in Opera have addEventListener but windows returned by window.open don't
- # [10:31] * Joins: charlvn (~charlvn@41.0.48.93)
- # [10:32] <zcorpan> weird indeed
- # [10:36] <zcorpan> hsivonen: seems to be that we don't create a script environment for the opened window if it's blocked by the popup blocker
- # [10:36] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [10:36] <zcorpan> hsivonen: addEventListener exists if you open() in response to a click
- # [10:37] <hsivonen> zcorpan: thanks
- # [10:38] <zcorpan> we don't try very hard to hide side-effects of the popup blocker
- # [10:38] * Joins: Necrathex (~nectop@82-170-160-25.ip.telfort.nl)
- # [10:38] <hsivonen> zcorpan: if I disable the blocker, Opera is more similar to Gecko than to Chrome and IE9 but still different
- # [10:38] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [10:40] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [10:40] <hsivonen> where when I say "Gecko", I meant Gecko configured to target window.open to tabs
- # [10:40] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [10:40] <hsivonen> which is different from opening real windows!
- # [10:41] <zcorpan> hsivonen: if you like testing, opera has a pref for opening windows instead of tabs
- # [10:43] <hsivonen> zcorpan: yay, more configurations
- # [10:43] * Joins: mpt (~mpt@91.189.88.12)
- # [10:43] * Quits: mpt (~mpt@91.189.88.12) (Changing host)
- # [10:43] * Joins: mpt (~mpt@canonical/mpt)
- # [10:43] <hsivonen> the worst part of this is the Gecko-specific unit tests that depend on *exactly* what Gecko does now
- # [10:44] <hsivonen> and I don't mean unit tests designed to test this thing in particular
- # [10:44] <hsivonen> but random tests for other things
- # [10:44] * Quits: MikeSmith (~MikeSmith@EM114-48-96-9.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [10:45] <hsivonen> currently in Gecko, about:blank and document.open() on *.mail.live.com are special-cased to use the old parser
- # [10:46] <zcorpan> hsivonen: what's the problem with the new parser?
- # [10:46] <hsivonen> zcorpan: the problem with about:blank is that the new parser takes 2 task queue tasks to finish minimum and our test cases want about:blank processing to take one task queue task
- # [10:47] <zcorpan> hsivonen: i meant with mail.live.com
- # [10:47] <Ms2ger> Script processing? :)
- # [10:48] <hsivonen> zcorpan: I'll leave it to the Hotmail team to disclose the details if they want to
- # [10:48] <zcorpan> is it confidential?
- # [10:49] * Parts: Mallo_ (~neofish@APuteaux-154-1-39-139.w83-199.abo.wanadoo.fr)
- # [10:49] <hsivonen> zcorpan: it not clear to me what the confidentiality expectation is, so I'm erring on the side of it being confidential
- # [10:49] * Joins: charlvn (~charlvn@41.0.48.93)
- # [10:51] * Joins: kennyluck (~kennyluck@EM114-48-95-159.pool.e-mobile.ne.jp)
- # [10:51] <zcorpan> ok
- # [10:56] * Joins: _bga (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
- # [10:56] <jgraham> Sorry, what?
- # [10:56] <hsivonen> IE6 is so much more annoying than I remembered
- # [10:56] <jgraham> You swicth back to the old parser for one specific page?
- # [10:57] <jgraham> Jesus wept
- # [10:57] <hsivonen> jgraham: well, before this week it was only one: about:blank
- # [10:57] <hsivonen> jgraham: now it's also all document.open()ed pages on *.mail.live.com
- # [10:58] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 250 seconds)
- # [10:58] <jgraham> hsivonen: I assume since you can't talk about it that you also don't have a bug number?
- # [10:58] <hsivonen> jgraham: about:blank is only one specific page but it's the hardest one there is
- # [10:58] <Ms2ger> The bug is public
- # [10:59] <hsivonen> jgraham: I have several bug numbers
- # [10:59] <hsivonen> jgraham: https://bugzilla.mozilla.org/show_bug.cgi?id=627729 https://bugzilla.mozilla.org/show_bug.cgi?id=636692 https://bugzilla.mozilla.org/show_bug.cgi?id=636690
- # [10:59] * Quits: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (Ping timeout: 272 seconds)
- # [10:59] <jgraham> hsivonen: Thanks
- # [11:00] <hsivonen> jgraham: It's UA-sniffed code on Hotmail. It's not served to Chrome. Probably not served to Opera, either.
- # [11:00] <jgraham> hsivonen: Hmm, OK
- # [11:02] * zcorpan has experienced repeated reloading in hotmail in opera at some point
- # [11:02] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [11:02] * jgraham has tried to avoid experiencing hotmail
- # [11:03] <hsivonen> I'm in awe at people who've actually managed to develop JS programs for IE6
- # [11:04] <zcorpan> jgraham: i guess i should say that i've seen my wife experience repeated reloading in hotmail in opera at some point. she has now switched to gmail
- # [11:05] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
- # [11:10] * Joins: david_carlisle (~davidc@86.188.197.189)
- # [11:10] <hsivonen> aargh. attachEvent wants the "on" bit in event names
- # [11:10] * Quits: thiessenp (~thiessenp@changeme.ebuddy.com) (Quit: thiessenp)
- # [11:10] <hsivonen> that explains a lot
- # [11:11] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [11:13] * Joins: thiessenp (~thiessenp@changeme.ebuddy.com)
- # [11:13] <zcorpan> heh
- # [11:15] <hsivonen> awesome. IE9 has regressed the ability to listen for the load event of window.opened windows even the attachEvent way that worked in IE6
- # [11:16] * Joins: charlvn (~charlvn@41.0.48.93)
- # [11:17] <hsivonen> hmm. Opera is weird
- # [11:17] <hsivonen> if I open about:blank using window.open, I get a load event
- # [11:17] <hsivonen> if I open something else (same-origin), I don't get a load event
- # [11:21] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 250 seconds)
- # [11:22] * Joins: charlvn (~charlvn@41.0.48.93)
- # [11:23] * Quits: pesla (~pesla@mail.itoffshorenepal.com) (Quit: Computer has gone to sleep.)
- # [11:25] * Joins: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au)
- # [11:25] * Quits: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au) (Client Quit)
- # [11:27] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [11:27] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [11:29] * Joins: charlvn (~charlvn@41.0.48.93)
- # [11:35] <hsivonen> I guess I should also test if the initial about:blank shows up in the history API or something
- # [11:35] <hsivonen> sigh.
- # [11:35] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [11:36] * Joins: charlvn (~charlvn@41.0.48.93)
- # [11:39] * Joins: matijsb1 (~Adium@5353CD69.cm-6-4d.dynamic.ziggo.nl)
- # [11:39] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [11:39] <_bga> Hixie are you here?
- # [11:42] <jgraham> _bga: He is probably asleep
- # [11:43] <_bga> ok
- # [11:43] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:45] * Quits: matijsb (~matijsb@5353CD69.cm-6-4d.dynamic.ziggo.nl) (Quit: Leaving.)
- # [11:48] * Quits: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp) (Quit: Leaving...)
- # [11:49] * Joins: MikeSmith (~MikeSmith@EM114-48-182-145.pool.e-mobile.ne.jp)
- # [11:52] * Joins: nessy (~Adium@124-169-147-115.dyn.iinet.net.au)
- # [11:59] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [12:02] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [12:02] * Quits: kennyluck (~kennyluck@EM114-48-95-159.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [12:06] * Joins: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp)
- # [12:10] * Quits: MikeSmith (~MikeSmith@EM114-48-182-145.pool.e-mobile.ne.jp) (Quit: MikeSmith)
- # [12:10] * matijsb1 is now known as matijsb
- # [12:10] * Joins: MikeSmith (~MikeSmith@EM114-48-182-145.pool.e-mobile.ne.jp)
- # [12:10] * Quits: MikeSmith (~MikeSmith@EM114-48-182-145.pool.e-mobile.ne.jp) (Client Quit)
- # [12:13] * Quits: matijsb (~Adium@5353CD69.cm-6-4d.dynamic.ziggo.nl) (Quit: Leaving.)
- # [12:28] * Quits: zum (~jsykari@xdsl-83-150-88-4.nebulazone.fi) (Quit: huoh)
- # [12:31] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [12:31] * Joins: MikeSmith (~MikeSmith@EM114-48-36-122.pool.e-mobile.ne.jp)
- # [12:35] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [12:40] * _bga is now known as bga_|away
- # [12:41] * Quits: erlehmann (~erlehmann@82.113.99.37) (Read error: Connection reset by peer)
- # [12:41] * Joins: erlehmann (~erlehmann@82.113.99.37)
- # [12:46] * Joins: zum (~jsykari@xdsl-83-150-88-4.nebulazone.fi)
- # [12:52] <hsivonen> is the non-joint history exposed to JS?
- # [12:54] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 272 seconds)
- # [12:55] <hsivonen> ah. "The actual entries are not accessible from script."
- # [12:55] * Joins: charlvn (~charlvn@41.0.48.93)
- # [13:02] * Joins: pesla (~pesla@mail.itoffshorenepal.com)
- # [13:03] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 250 seconds)
- # [13:04] * Joins: charlvn (~charlvn@41.0.48.93)
- # [13:07] * Joins: annevk (~annevk@89.248.128.101)
- # [13:07] <annevk> "the Ian", lol where is that from?
- # [13:08] <annevk> I wish I had gotten some replies on the DOM Core stuff
- # [13:09] <annevk> I guess later today I can sort out what Björn pointed out
- # [13:10] <annevk> though I'm somewhat skeptical there is new information there
- # [13:10] <annevk> should probably also write a blog post on Web Notifications as some kind of introduction
- # [13:11] <annevk> lots of technical posts before my blog turns into a collection of travel stories
- # [13:15] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [13:15] <hsivonen> looks like about:blank is going to eat up my day :-(
- # [13:15] * Joins: charlvn (~charlvn@41.0.48.93)
- # [13:16] <annevk> your experience does show that the HTML parser really is intertwined with most everything
- # [13:16] <annevk> not sure that's a good thing
- # [13:16] <Ms2ger> I'm sure. No.
- # [13:17] <annevk> back later, going to get high (in the sky) bahaha bad joke
- # [13:17] * Quits: annevk (~annevk@89.248.128.101) (Quit: annevk)
- # [13:21] * Joins: Xano (~bart@524B818E.cm-4-4c.dynamic.ziggo.nl)
- # [13:21] * Joins: ezoe (~ezoe@112-68-245-79f1.kyt1.eonet.ne.jp)
- # [13:26] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 260 seconds)
- # [13:27] * Quits: erlehmann (~erlehmann@82.113.99.37) (Quit: Ex-Chat)
- # [13:27] * Joins: charlvn (~charlvn@41.0.48.93)
- # [13:32] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [13:34] * Joins: charlvn (~charlvn@41.0.48.93)
- # [13:43] <hsivonen> zcorpan: where can I find the Opera pref for targeting window.open to window instead of tab?
- # [13:44] * Quits: MikeSmith (~MikeSmith@EM114-48-36-122.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [13:44] <hsivonen> also, does Chrome have an option for doing the opposite?
- # [13:45] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 252 seconds)
- # [13:47] <karlcow> hmm the dfn element doesn't really makes it easy to build glossary automagically. It needs a bit of markup-fu to make it more useful.
- # [13:47] <karlcow> s/makes/make/
- # [13:48] * Joins: charlvn (~charlvn@41.0.48.93)
- # [13:49] * Joins: MrDoublesite (~mropposit@unaffiliated/mropposite)
- # [13:49] * Quits: MrDoublesite (~mropposit@unaffiliated/mropposite) (Read error: Connection reset by peer)
- # [13:51] * Quits: jacobolu_ (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
- # [13:51] * Joins: jacobolus (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net)
- # [13:51] * bga_|away is now known as bga_
- # [13:56] * Joins: MrDoublesite (~mropposit@unaffiliated/mropposite)
- # [13:56] * Quits: MrDoublesite (~mropposit@unaffiliated/mropposite) (Client Quit)
- # [13:58] * Quits: nessy (~Adium@124-169-147-115.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:02] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [14:03] * Joins: matijsb (~Adium@5353CD69.cm-6-4d.dynamic.ziggo.nl)
- # [14:04] * Quits: Rik` (~Rik`@2a01:e35:139b:b390:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [14:10] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson)
- # [14:13] * Quits: charlvn (~charlvn@41.0.48.93) (Ping timeout: 240 seconds)
- # [14:27] * Joins: smaug____ (~chatzilla@a91-154-41-83.elisa-laajakaista.fi)
- # [14:30] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
- # [14:35] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [14:36] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Client Quit)
- # [14:37] * Joins: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net)
- # [14:39] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:49] * Quits: pesla (~pesla@mail.itoffshorenepal.com) (Ping timeout: 276 seconds)
- # [14:56] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [14:57] * bga_ is now known as bga_|away
- # [15:03] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Quit: OMG, YOU KILLED OPPO!)
- # [15:05] * bga_|away is now known as bga_
- # [15:05] * Joins: erlehmann (~erlehmann@p5DDBB780.dip.t-dialin.net)
- # [15:14] * Joins: MikeSmith (~MikeSmith@EM114-49-30-117.pool.e-mobile.ne.jp)
- # [15:18] * Joins: bfrohs (~bfrohs@smtp.forewordinternal.com)
- # [15:18] * Quits: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor)
- # [15:21] * Quits: MikeSmith (~MikeSmith@EM114-49-30-117.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [15:22] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
- # [15:22] * Joins: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
- # [15:25] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [15:26] * Quits: Xano (~bart@524B818E.cm-4-4c.dynamic.ziggo.nl) (Quit: Beer o'clock!)
- # [15:33] * Quits: Moo-_ (~quassel@herd37.twinapex.fi) (Ping timeout: 260 seconds)
- # [15:35] * Quits: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [15:35] * Joins: moo (~quassel@herd37.twinapex.fi)
- # [15:36] * moo is now known as Guest19696
- # [15:38] * bga_ is now known as bga_|away
- # [15:44] * bga_|away is now known as bga_
- # [15:45] * Quits: miketaylr (~miketaylr@206.217.92.186) (Ping timeout: 250 seconds)
- # [15:51] <foolip> hsivonen, missing "to" in "WebKit used handle things"
- # [15:52] * Quits: matjas (~matjas@91.182.65.156) (Quit: Be back later)
- # [16:03] * Joins: annevk (~annevk@static-88.131.66.111.addr.tdcsong.se)
- # [16:03] * annevk can now place prank calls pretending to be gsnedders
- # [16:04] <zcorpan> hsivonen: i don't know what the opera:config pref is called, but it's in prefs, advanced, tabs, additional options
- # [16:05] * Joins: musle (a8e2db6b@gateway/web/freenode/ip.168.226.219.107)
- # [16:06] * Quits: musle (a8e2db6b@gateway/web/freenode/ip.168.226.219.107) (Client Quit)
- # [16:06] <hsivonen> foolip: fixed. thanks
- # [16:07] <hsivonen> zcorpan: thanks
- # [16:14] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Quit: Leaving.)
- # [16:15] * Joins: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [16:19] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [16:20] <zcorpan> hsivonen: "Sync plus incr other" is not defined
- # [16:20] <zcorpan> hsivonen: meant to be "Sync plus async other"?
- # [16:26] <hsivonen> zcorpan: yes. fixed. thanks.
- # [16:31] <annevk> zcorpan, can I forward html5-diff comments to you now?
- # [16:31] <zcorpan> annevk: sure
- # [16:31] <annevk> playing with CVS with someone else also playing with it is pain :)
- # [16:31] <zcorpan> hsivonen: about:blank is sad panda
- # [16:32] <zcorpan> annevk: we'll have to take turns :P
- # [16:33] * jgraham would point out the irony of a VCS not allowing multiple people to work simultaneously, but realises that the letters CVS make the point moot
- # [16:33] <zewt> cvs in 2011? my condolensces
- # [16:33] <annevk> I plan on just leaving it alone for some time now :)
- # [16:33] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Read error: Connection reset by peer)
- # [16:33] <annevk> zewt, everything on dev.w3.org is in CVS
- # [16:33] <zcorpan> ok
- # [16:34] <annevk> I'm leaving in two weeks and we're not publishing so that seemed reasonable to me
- # [16:34] <annevk> especially since you're all set up now
- # [16:34] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [16:34] <zewt> would getting version control updated to something not completely obsolete require three years of procedures and a unanimous vote
- # [16:35] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [16:35] <annevk> new stuff is done here mostly: http://dvcs.w3.org/hg/
- # [16:36] <jgraham> I think it took a little less than 3 years
- # [16:36] <jgraham> Basically staff got to decide so it happened fast
- # [16:39] <karlcow> zewt: nah. but there can be many dependencies on a system.
- # [16:42] * Quits: webr3 (~nathan@host86-142-128-87.range86-142.btcentralplus.com) (Ping timeout: 260 seconds)
- # [16:44] * Quits: erlehmann (~erlehmann@p5DDBB780.dip.t-dialin.net) (Quit: Ex-Chat)
- # [16:46] <hsivonen> zcorpan: I updated the result table to include Opera 11 targeting window.open to windows
- # [16:46] <hsivonen> nothing new there, fortunately
- # [16:51] * Joins: webr3 (~nathan@host86-142-128-87.range86-142.btcentralplus.com)
- # [16:52] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [16:52] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [17:05] * Quits: Maurice (~ano@77.222.73.150) (Quit: Disconnected...)
- # [17:13] * Quits: annevk (~annevk@static-88.131.66.111.addr.tdcsong.se) (Quit: annevk)
- # [17:22] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [17:27] * Joins: Clotaire (~chatzilla@41.204.79.59)
- # [17:27] <Clotaire> Hello everybody
- # [17:28] <Clotaire> i am a french man and i am writting a tutorial on HTML5 and CSS3 on http://www.siteduzero.com
- # [17:28] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [17:33] * Joins: shelleyp (~shelleyp@adsl-99-88-46-248.dsl.stl2mo.sbcglobal.net)
- # [17:35] <jgraham> http://spacewar.oversigma.com/html5/
- # [17:39] * Joins: plainhao (~plainhao@208.75.85.237)
- # [17:40] * Parts: shelleyp (~shelleyp@adsl-99-88-46-248.dsl.stl2mo.sbcglobal.net)
- # [17:40] * Quits: richt (~richt@pat-tdc.opera.com) (Remote host closed the connection)
- # [17:43] <zcorpan> hsivonen: but not same behavior as tab, which seems like a bug
- # [17:43] <zcorpan> oh wait
- # [17:43] <zcorpan> i read teh table wrong
- # [17:44] * Joins: matjas (~matjas@91.182.65.156)
- # [17:48] * Joins: unclespeedo (~unclespee@S0106001759e65bc8.gv.shawcable.net)
- # [17:49] * Joins: boaz_ (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [17:50] <Clotaire> it is a official W3C developper here ?
- # [17:50] <Clotaire> i just want to ask some questions
- # [17:50] <wilhelm> Several, I presume.
- # [17:50] <Clotaire> like ?
- # [17:51] * Quits: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [17:51] * boaz_ is now known as boaz
- # [17:51] <zcorpan> just ask your question
- # [17:51] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
- # [17:52] <jgraham> There isn't such a thing as an official W3C developer
- # [17:52] <jgraham> Although there are various kindds of staff
- # [17:52] <jgraham> and Mike Smith
- # [17:53] <Clotaire> i am talking about an "official developper", does mean a person who work directly in de structure as programmer
- # [17:53] <jgraham> Clotaire: Seriously, ask whatever question you have
- # [17:53] <jgraham> and people will either answer or try to point you to the right person
- # [17:55] <Clotaire> my preocupation is about the HTML5 geolocalisation API
- # [17:55] * Clotaire is now known as Wingate
- # [17:55] * Wingate is now known as Wingat
- # [17:56] * Quits: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi) (Ping timeout: 246 seconds)
- # [17:56] * Quits: matjas (~matjas@91.182.65.156) (Quit: Be back later)
- # [17:56] <Ms2ger> That's not an HTML5 API, do continue
- # [17:57] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [18:01] * Joins: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi)
- # [18:03] <Rik`> Wingat: if you want to talk in French, maybe #openweb can help
- # [18:04] <Rik`> ##openweb actually
- # [18:05] <karlcow> strange question from Clotaire. What is an official W3C developer.
- # [18:05] <Wingat> tank you verry much
- # [18:05] <karlcow> he left
- # [18:05] * bga_ is now known as bga_|away
- # [18:06] * Quits: david_carlisle (~davidc@86.188.197.189) (Ping timeout: 252 seconds)
- # [18:06] <Rik`> karlcow: Clotaire is now known as Wingate
- # [18:06] <karlcow> aaaah
- # [18:06] <Wingat> sorry if my questions are idiotic
- # [18:06] <jgraham> Rik`: Wingat, in fact
- # [18:06] <karlcow> no no not idiotic, just strange
- # [18:06] <Rik`> jgraham: I was about to past another one
- # [18:06] <Ms2ger> Both, in fact
- # [18:06] <Wingat> Wingate is my real nick
- # [18:06] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [18:06] <Wingat> but it is register
- # [18:06] <karlcow> trying to understand what you mean by official w3c developer
- # [18:06] <Wingat> and i have forgotten how to sign in
- # [18:06] <zewt> mime type developer/w3c
- # [18:07] <Wingat> with a register nick
- # [18:07] <Rik`> zewt: I'm not sure I want to sniff a W3C developer…
- # [18:07] <karlcow> Wingat: en français, si tu es plus confortable, c'est possible aussi
- # [18:07] <zewt> D:
- # [18:08] <Wingat> Ah okey :)
- # [18:08] <Wingat> merci
- # [18:08] <Wingat> enfin un frère !
- # [18:08] <Wingat> alors comment on se connecte avec un nick enregistré ?
- # [18:09] * Joins: eric_carlson (~eric_carl@2620:0:1b00:1191:217:f2ff:fe03:a2e)
- # [18:11] * Joins: kennyluck (~kennyluck@EM114-48-170-55.pool.e-mobile.ne.jp)
- # [18:11] <karlcow> Wingat: http://freenode.net/faq.shtml#userregistration
- # [18:12] * Quits: Wingat (~chatzilla@41.204.79.59) (Ping timeout: 240 seconds)
- # [18:12] * Quits: Ms2ger (~Ms2ger@91.181.221.14) (Ping timeout: 264 seconds)
- # [18:13] * Joins: Wingat (~chatzilla@41.204.79.59)
- # [18:15] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:16] * Joins: workmad3 (~workmad3@cspool123.cs.man.ac.uk)
- # [18:23] * Joins: Stiks (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi)
- # [18:23] * Quits: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi) (Ping timeout: 250 seconds)
- # [18:26] * Joins: TabAtkins_ (~tabatkins@nat/google/x-klucyaqnxpfgfrlm)
- # [18:26] * Quits: thiessenp (~thiessenp@changeme.ebuddy.com) (Quit: thiessenp)
- # [18:28] * Guest19696 is now known as Moo-_-_
- # [18:31] * Joins: stevela_ (~stevela@nat/google/x-clhjcaqlbfcvhgba)
- # [18:35] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:36] * Quits: stevela_ (~stevela@nat/google/x-clhjcaqlbfcvhgba) (Ping timeout: 260 seconds)
- # [18:37] * Joins: stevela_ (~stevela@74.125.59.4)
- # [18:37] * Quits: stevela_ (~stevela@74.125.59.4) (Client Quit)
- # [18:38] <TabAtkins> Untitled sections aren't actually a "problem", right? I mean, titling them is ideal, but the mere fact that something is a <nav> is better than nothing.
- # [18:40] * Joins: aho (~nya@fuld-590c69b3.pool.mediaWays.net)
- # [18:41] <Workshiva> In fact, last I checked the spec encourages outline tools to provide sensible names for untitled non-generic sections
- # [18:41] * Quits: SteveGL (~dev@174-21-221-107.tukw.qwest.net) (Ping timeout: 260 seconds)
- # [18:42] <jgraham> TabAtkins: No, that was the fundamental mistake in that article
- # [18:42] <TabAtkins> K. I'm chatting with the dude, and I was just making sure before I pressed the point.
- # [18:42] <Workshiva> "User agents should provide default headings for sections that do not have explicit section headings."
- # [18:45] * Quits: othermaciej_ (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej_)
- # [18:45] * Joins: SteveGL (~dev@174-21-169-195.tukw.qwest.net)
- # [18:45] * Joins: othermaciej_ (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [18:48] * Joins: dave_levin (~dave_levi@nat/google/x-lyfqubswtxsjnydo)
- # [18:50] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (Quit: WeeChat 0.3.0)
- # [18:50] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [18:50] * Quits: othermaciej_ (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [18:52] * Joins: ap (~ap@17.246.18.165)
- # [18:54] * Joins: wolfman2000 (~wolfman20@152-20-176-107.rev.uncw.edu)
- # [18:56] <zcorpan> http://webaim.org/projects/screenreadersurvey3/#html5
- # [18:57] * bga_|away is now known as bga_
- # [18:58] <jgraham> zcorpan: Aren't the results of a survey on that topic rather uninformative?
- # [18:58] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [18:58] <zcorpan> maybe
- # [19:00] <jgraham> In general it seems like questions along the lines of "do you think that x is good" aren't good at determining if x is good. Moreso if it is "going to be good"
- # [19:01] <jgraham> I suppose it is useful to find our if you are doing well at PR though
- # [19:02] <zcorpan> seems more than half find longdesc useful
- # [19:02] * Quits: volkmar (~volkmar@rps1542.ovh.net) (Quit: Reconnecting)
- # [19:02] * Joins: volkmar (~volkmar@rps1542.ovh.net)
- # [19:02] * Quits: volkmar (~volkmar@rps1542.ovh.net) (Changing host)
- # [19:02] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [19:03] <Philip`> I suppose it shows that the "HTML5 is a step backwards for accessibility because it's removing accessibility-related markup" message is not that widespread amongst this group of people
- # [19:03] * TabAtkins needs to write up his proposal to add @src to canvas, so it can act as a drop-in <img> replacement with structured accessibility fallback.
- # [19:04] <jgraham> zcorpan: It shows that more than half of people said they found it useful when asked in a survey. That is quite different from them actually finding it useful
- # [19:04] <zcorpan> right
- # [19:04] <jgraham> Most of those people may never have come across a longdesc, for all we know
- # [19:05] * bga_ is now known as bga_|away
- # [19:05] * Joins: othermaciej_ (~mjs@66.109.104.152)
- # [19:05] <jgraham> And the wording of the question would allow "how helpful is a method of providing a long description for complex images to you"
- # [19:05] * Quits: kennyluck (~kennyluck@EM114-48-170-55.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [19:06] <jgraham> Since a problem that many people who use screenreaders have is that they can't see (or can't see well) it seems natural for them to answer that such a thing would be useful without having any clue about longdesc in particular
- # [19:08] * Quits: workmad3 (~workmad3@cspool123.cs.man.ac.uk) (Remote host closed the connection)
- # [19:08] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [19:10] * Joins: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi)
- # [19:12] * Quits: ap (~ap@17.246.18.165) (Quit: ap)
- # [19:12] * Quits: Stiks (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi) (Ping timeout: 276 seconds)
- # [19:17] <zcorpan> maybe you would get slightly more accurate answers if the question was "How useful is longdesc to you" and one of the alternatives is "I don't know what longdesc is"
- # [19:18] * Joins: Ankheg (~Ankheg@94.158.194.27)
- # [19:18] <zcorpan> and another "I know what longdesc is but have never encountered a page that uses it"
- # [19:19] <Philip`> What about people who have encountered it and used it but don't know it as the technical term "longdesc"?
- # [19:19] * Quits: davve__ (~davve@83.218.67.122) (Remote host closed the connection)
- # [19:19] <zcorpan> i guess the question could be asked in terms of how longdesc is exposed in the user's primary screen reader
- # [19:20] * Joins: stevela_ (~stevela@nat/google/x-ckrtvyxsidinwphj)
- # [19:21] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [19:21] <jgraham> The right way to do it would be to instrument some peoples screenreaders for objective questions
- # [19:21] <jgraham> and only ask about subjective things
- # [19:21] <TabAtkins> Instrumentation is always the answer.
- # [19:22] <jgraham> Even for apparently subjective things like "did you find that task easy" instrumentation can help you work out whether it was really easy or hard
- # [19:22] <jgraham> and normalise against different people
- # [19:23] * bga_|away is now known as bga_
- # [19:23] * Quits: Wingat (~chatzilla@41.204.79.59) (Ping timeout: 250 seconds)
- # [19:23] <jgraham> since you can measure how long things took, how many steps they went through, etc.
- # [19:23] <zewt> trying to derive useful information from that is something of a black art, though
- # [19:23] <zcorpan> speaking of easy and hard, MS Office 2010 has seriously regressed in ease of use
- # [19:23] <jgraham> zewt: Maybe
- # [19:24] <jgraham> But much less of a black art than reading tealeaves aka what people said in an interview
- # [19:25] <jgraham> (one presumes people like Freedom Scientific alrady have all this information but are not willing to share it)
- # [19:25] <jgraham> (or at least some of it)
- # [19:26] <jgraham> (one could presumably do the same thing with nvda in a more open way, but it would of course need funding and so on)
- # [19:30] * Quits: Necrathex (~nectop@82-170-160-25.ip.telfort.nl) (Quit: Necrathex)
- # [19:32] * Quits: stevela_ (~stevela@nat/google/x-ckrtvyxsidinwphj) (Quit: stevela_)
- # [19:35] * Joins: stevela_ (~stevela@nat/google/x-bbgusrgekqcmoqej)
- # [19:45] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: I was raided by the FBI and all I got to keep was this lousy quit message!)
- # [19:46] * Joins: loucapo (~Adium@209.251.200.243)
- # [19:46] * Parts: loucapo (~Adium@209.251.200.243)
- # [19:50] * Joins: tndH (~Rob@cpc15-seac19-2-0-cust232.7-2.cable.virginmedia.com)
- # [19:55] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [19:56] * Quits: stevela_ (~stevela@nat/google/x-bbgusrgekqcmoqej) (Quit: stevela_)
- # [19:58] * Joins: erlehmann (~erlehmann@82.113.99.60)
- # [19:58] * Joins: stevela_ (~stevela@nat/google/x-ohibxmnqecoatipx)
- # [20:00] * Quits: othermaciej_ (~mjs@66.109.104.152) (Quit: othermaciej_)
- # [20:03] * Quits: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: tbassetto)
- # [20:07] <Hixie> bga_: here now
- # [20:08] * Joins: jennb (~jennb@nat/google/x-pgannxydyaznmcdf)
- # [20:09] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: davidb)
- # [20:09] <zcorpan> gotta love people who come here with a question but never ask it
- # [20:09] <bga_> sec :)
- # [20:10] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [20:10] <bga_> serios question about webworkers
- # [20:10] * zcorpan was referring to Wingat
- # [20:13] <bga_> Hixie you know that each message passing cost is serialization + atomic queue + deserialization
- # [20:13] <Hixie> the workers spec lets you send structured data
- # [20:13] <bga_> but serialization/deserialization is very slow
- # [20:14] <Hixie> and browsers can implement it as copy-on-write
- # [20:14] <Hixie> so it doesn't have to be slow
- # [20:14] <bga_> hm
- # [20:14] * Joins: Xano (~bart@524B818E.cm-4-4c.dynamic.ziggo.nl)
- # [20:14] * Quits: danbri (~danbri@cpc6-aztw25-2-0-cust83.aztw.cable.virginmedia.com) (Remote host closed the connection)
- # [20:15] <Hixie> it actually doesn't even have to block, though the most optimal implementation performance-wise is a little subtle and requires careful thought to get right
- # [20:15] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
- # [20:16] * Joins: dbaron (~dbaron@nat/mozilla/x-hobysnnyvmrywaob)
- # [20:17] <zcorpan> Hixie: seemingly the most optimal impl has not been implemented anywhere, it might be worthwhile to give a hint in the spec about the matter
- # [20:17] <Hixie> well the browsers still only do strings, right?
- # [20:17] <zcorpan> no
- # [20:18] <Hixie> oh, cool
- # [20:18] <Hixie> who does structured data?
- # [20:18] <zcorpan> opera and webkit at least
- # [20:18] <Hixie> shows what i know
- # [20:21] <bga_> if js will have weak references and abstract operation globalDelete(varName) => message passing will be better
- # [20:21] <zcorpan> firefox too
- # [20:21] <Philip`> SpiderMonkey implements the structured clone algorithm, though I don't know if/where it's used
- # [20:22] * Philip` only knows since he uses that for message passing between threads in his non-web-based application
- # [20:22] * Joins: othermaciej_ (~mjs@17.246.19.183)
- # [20:23] <bga_> anyway erlang has classis actors model (WebWorkers - actors model too) and global atomic dictonary
- # [20:23] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
- # [20:24] <bga_> yeah we want to avoid extra crictical sections and rece contition but global dictonary is usefull
- # [20:24] <bga_> *race
- # [20:24] <zcorpan> firefox does strings for window.postMessage, webkit and opera does stuctured clone there too
- # [20:25] <zcorpan> Hixie: btw, has it been pondered about the security implications of sending Files in window.postMessage?
- # [20:26] <Hixie> yes
- # [20:26] <zcorpan> ok
- # [20:26] <Hixie> (as far as i can tell there are no implications since you could always just proxy all the calls back and forth anyway)
- # [20:27] <zewt> seems sensible that if a user grants a site access to a file, the site should be able to transfer that permission to other origins anyway
- # [20:28] <zcorpan> yeah that was my conclusion as well, although i haven't thought about it a great deal yet. (we haven't implemented cloning of Files yet)
- # [20:29] <zewt> i was wondering at one point about the fact that it seems like IDB is allowed to store File references, when permission to access a file shouldn't actually persist
- # [20:29] <zewt> (don't recall what the answer to that was off-hand)
- # [20:30] <Hixie> storage lets you store files
- # [20:30] <bga_> heh copy-on-write means incoming object is recursive Proxy :(
- # [20:30] <bga_> slow access
- # [20:30] <zewt> but File is normally a reference to a file, not the actual file contents, right?
- # [20:30] * Joins: Necrathex (~nectop@dhcp-077-249-098-024.chello.nl)
- # [20:31] <zcorpan> does anyone support structured clone for the history api's data argument?
- # [20:31] <zcorpan> zewt: yes
- # [20:31] <zcorpan> zewt: you can read the contents with FileReader
- # [20:31] <zewt> yeah, I know how it works with eg. file inputs
- # [20:31] * Quits: Necrathex (~nectop@dhcp-077-249-098-024.chello.nl) (Read error: Connection reset by peer)
- # [20:32] <zewt> where the File object essentially acts as your token giving you permission to access the file it references
- # [20:32] * Joins: Necrathex (~nectop@dhcp-077-249-098-024.chello.nl)
- # [20:33] <zewt> the curious part is if you're allowed to store a File in IDB, then it's allowing you to persist that token long-term ... which is useful, but seems at odds with the security model
- # [20:33] <bga_> fast passing and slow access vs. slow passing and fast access
- # [20:34] * Joins: zdobersek (~zan@cpe-46-164-30-162.dynamic.amis.net)
- # [20:34] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Remote host closed the connection)
- # [20:34] * Joins: estes (~aestes@2620:0:1b00:1191:d69a:20ff:fed0:8cd2)
- # [20:35] <AryehGregor> Okay, now my tests work very nicely in all browsers: http://aryeh.name/spec/dom-range/test/Range-deleteContents.html
- # [20:36] <Hixie> AryehGregor: any idea what webmartians is referring to when he says you insulted him?
- # [20:36] <AryehGregor> Hixie, I didn't see that yet.
- # [20:36] <Hixie> it doesn't seem like you did
- # [20:36] <Hixie> so i am confused
- # [20:36] <zewt> bga: can also selectively COW, eg. make copies of smaller objects but COW for big arrays, ImageData, etc
- # [20:36] <TabAtkins> I'm also confused.
- # [20:36] <AryehGregor> Which guy was he again?
- # [20:36] <zcorpan> TabAtkins: all pass in opera, yay
- # [20:36] <TabAtkins> zcorpan: Huh?
- # [20:36] <AryehGregor> Maybe that was directed at me?
- # [20:37] <zcorpan> uh
- # [20:37] <zcorpan> yeah
- # [20:37] <zcorpan> sorry
- # [20:37] <AryehGregor> Also, they run much faster now, since I run them in parallel.
- # [20:37] <zewt> heh, I had a response written in that "deprecate alert" thread with "webmartians", but discarded it after his last post; wrote him off as an idiot
- # [20:37] <TabAtkins> Unrelated: I love Ahem. Testing line-breaking with it is much better, as you don't have to rely on oddities of precise glyph sizes.
- # [20:37] <zewt> AryehGregor: i fixed that for you last night; did you get the link?
- # [20:37] <AryehGregor> Oh, did he get annoyed when I said that we need actual use-cases and not just citations of Windows API features?
- # [20:38] <AryehGregor> zewt, yeah, I was just looking at that.
- # [20:38] <AryehGregor> Your fix didn't seem to work for me as-is.
- # [20:38] <AryehGregor> I think because mine was still timing out in Chrome.
- # [20:38] <zewt> worked for me in all browsers, and doesn't need to create all of the tests at once
- # [20:38] <AryehGregor> Anyway, partly I just copied your changes, even though they seemed insignificant compared to what I wound up with at the end of last night (I think we made similar changes in parallel).
- # [20:38] <AryehGregor> But whatever, it works now and it's fast.
- # [20:38] <TabAtkins> Hixie: Could you fix the Live DOM Viewer so that pressing Tab while in the markup pane generates a tab, rather than moving focus?
- # [20:39] <zewt> AryehGregor: FWIW, the response I had typed up and discarded re: timed-out alerts was essentially: saying there are no use cases is a very narrow view, and it's very easy to find use cases
- # [20:39] <AryehGregor> Although there's a new WebKit failure I need to track down.
- # [20:39] <Hixie> TabAtkins: isn't that a UA choice?
- # [20:39] <AryehGregor> zewt, do you have a name I should credit, or is "zewt" good?
- # [20:39] <TabAtkins> Hixie: Theoretically, but in reality tab always changes focus.
- # [20:39] <zewt> ... *but*, by the time you hit any of those use cases, you're doing things way too complex to use that old API and you should be using a real prompt library
- # [20:39] <AryehGregor> zewt, well, that may be, but they still have to be stated by someone.
- # [20:39] <Philip`> TabAtkins: Use spaces instead?
- # [20:39] <Hixie> TabAtkins: copy and paste a tab from somewhere else :-)
- # [20:39] <TabAtkins> Philip`: UNACCEPTABLE
- # [20:39] <Hixie> TabAtkins: i expect he's testing tabbing and whitespace
- # [20:40] <Hixie> line wrapping of tabs and white-space i should say
- # [20:40] <AryehGregor> TabAtkins, on GNOME, Ctrl+Shift+u9 works.
- # [20:40] <TabAtkins> Actually, I just use tabs to indent code, and I have to train myself not to press tab when using LDV.
- # [20:40] * AryehGregor uses that all the time
- # [20:40] <Philip`> I thought it was just his usual tab-over-space perversion
- # [20:40] <Hixie> ah
- # [20:40] <Hixie> well
- # [20:40] <Hixie> consider this part of your course in not using tabs to indent code
- # [20:40] <TabAtkins> Hixie: You're wrong and I hate you.
- # [20:40] <zewt> AryehGregor: (glenn maynard)
- # [20:40] <Hixie> we shall cure you in due course!
- # [20:40] <AryehGregor> zewt, oh, that's you.
- # [20:40] <zewt> AryehGregor: it doesn't work for you in Chrome? which version--works for me in 9, anyway
- # [20:40] <AryehGregor> zewt, your version did, but not when I copied the changes to my version.
- # [20:41] <AryehGregor> My version loaded the iframes more slowly.
- # [20:41] <AryehGregor> So it timed out.
- # [20:41] <AryehGregor> Worked when I upped the timeout.
- # [20:41] <zewt> oh, your webserver is sending different cache headers, I think
- # [20:41] <AryehGregor> But now that I do it in parallel, I don't need to up the timeout, yay.
- # [20:41] <AryehGregor> Yeah.
- # [20:41] <zewt> the file is being cached off mine, but revalidated over and over on yours
- # [20:41] <AryehGregor> I use lighttpd, and I can't change the cache headers except by editing the central config file and restarting the webserver, AFAICT.
- # [20:41] <zewt> heh
- # [20:41] <AryehGregor> (but on the other hand, I save a couple GB RAM compared to Apache+mod_php, so . . .)
- # [20:42] <AryehGregor> Oh, WebKit doesn't deleteContents() doctypes, it looks like.
- # [20:42] <AryehGregor> So I did find a not-completely-trivial bug, yay.
- # [20:42] <AryehGregor> (well, granted, it's pretty trivial)
- # [20:42] * Joins: Lachy (~Lachlan@cm-84.215.100.240.getinternet.no)
- # [20:42] <zewt> a pretty-trivial-but-not-completely-so bug
- # [20:43] * Quits: Lachy (~Lachlan@cm-84.215.100.240.getinternet.no) (Client Quit)
- # [20:43] <ttepasse> Huh? rel=next and such are dropped?
- # [20:43] <zewt> that's probably a bugzilla priority
- # [20:43] * Joins: Lachy (~Lachlan@cm-84.215.100.240.getinternet.no)
- # [20:45] * Quits: Sosby (fsosby@70.32.34.100) (Quit: kthxbai)
- # [20:47] * Quits: estes (~aestes@2620:0:1b00:1191:d69a:20ff:fed0:8cd2) (Quit: estes)
- # [20:48] * Joins: matjas (~matjas@91.182.65.156)
- # [20:53] * Quits: Lachy (~Lachlan@cm-84.215.100.240.getinternet.no) (Quit: Leaving)
- # [20:54] * Quits: TabAtkins_ (~tabatkins@nat/google/x-klucyaqnxpfgfrlm) (Ping timeout: 264 seconds)
- # [20:55] * Joins: Sosby (fsosby@s2.rdlbnc.com)
- # [20:55] <zcorpan> ttepasse: next wasn't dropped
- # [20:55] * Quits: zdobersek (~zan@cpe-46-164-30-162.dynamic.amis.net) (Ping timeout: 250 seconds)
- # [20:56] * Joins: zdobersek (~zan@cpe-46-164-18-72.dynamic.amis.net)
- # [20:56] <Hixie> the "Cryptographically strong random numbers" thread doesn't seem to have included any feedback on a spec i work on, so I am not going to be replying to it
- # [20:56] <Hixie> please let me know if i missed anything there
- # [20:56] <zcorpan> why is external in the rel list to begin with? it doesn't do anything anywhere
- # [20:58] <zewt> http://stackoverflow.com/questions/1145880 : |
- # [20:59] <zewt> people sure find strange contortions to try to avoid harmless validator warnings
- # [21:03] <AryehGregor> Does Live DOM Viewer work in IE 9 yet, or does the XSS protection stuff still interfere?
- # [21:04] <AryehGregor> zewt, wouldn't type="email" or type="url" work to solve the problem even better?
- # [21:05] * Joins: shepazu (~schepers@skycity-akl-nz.getin2net.com)
- # [21:05] <zewt> if it's as supported as the attribute he's using, probably
- # [21:05] <zewt> (no idea whether it is)
- # [21:05] <Hixie> zewt: commented
- # [21:07] <zewt> AryehGregor: not so much the particular attribute that bugs me, but the fact that many people treat the end goal of using a validator as "quieting the warnings" instead of "fixing problems"
- # [21:07] <AryehGregor> Live DOM Viewer works in IE9, yay.
- # [21:07] <AryehGregor> zewt, that's why validator warnings need to be used with caution.
- # [21:07] <zewt> like people triaging but trackers with the unspoken goal of "close as many tickets as possible" instead of "fix as many problems as possible"
- # [21:08] <AryehGregor> I hate that, yeah.
- # [21:08] <AryehGregor> Oh, IE still won't load saved URLs in Live DOM Viewer.
- # [21:08] <zcorpan> holy cow http://wiki.whatwg.org/wiki/RelExtensions has a lot of rels
- # [21:08] <AryehGregor> Oh well.
- # [21:08] <zcorpan> i guess that's good; the wiki page is working as intended
- # [21:08] * zcorpan didn't expect that
- # [21:09] <zewt> didn't expect a wiki page to work? :P
- # [21:09] <zcorpan> yeah
- # [21:09] <AryehGregor> You should have more faith in wikis.
- # [21:10] <zewt> would be more useful sorted by status/keyword instead of keyword, I think
- # [21:10] <AryehGregor> (although I might be biased ;) )
- # [21:10] <zewt> wait, can this thing sort?
- # [21:10] <zewt> hey, it can
- # [21:10] <zewt> (who knew)
- # [21:11] <volkmar> vertical progress bars have been removed from the specs or i didn't found where it was mentioned?
- # [21:12] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [21:13] <zcorpan> http://mathiasbynens.be/notes/touch-icons - time to spec "apple-touch-icon"?
- # [21:13] * Joins: roc (~chatzilla@skycity-akl-nz.getin2net.com)
- # [21:13] * Quits: roc (~chatzilla@skycity-akl-nz.getin2net.com) (Client Quit)
- # [21:14] * Joins: roc (~chatzilla@skycity-akl-nz.getin2net.com)
- # [21:15] <zewt> is there anything in it that's not heavily vendor-specific?
- # [21:15] <bfrohs> Zewt, Android uses it too
- # [21:16] <zewt> yeah but it's just mimicking it for compatibility (and I assume it doesn't do eg. the precompose effects)
- # [21:17] <zcorpan> zewt: you must be new here
- # [21:17] * Quits: othermaciej_ (~mjs@17.246.19.183) (Quit: othermaciej_)
- # [21:17] * Quits: Necrathex (~nectop@dhcp-077-249-098-024.chello.nl) (Read error: Connection reset by peer)
- # [21:18] * Joins: Necrathex (~nectop@dhcp-077-249-098-024.chello.nl)
- # [21:18] <zewt> well there's a useful comment if ever there was one, heh
- # [21:18] <Hixie> zcorpan: i was thinking about the rel registry thing when taking out all the rel values recently
- # [21:19] * Joins: othermaciej_ (~mjs@17.246.19.183)
- # [21:19] <Hixie> zcorpan: i think maybe the way to go is to have the wiki page be a place to avoid clashes, but then for the "approval" process to be integrating the rel values into the spec
- # [21:19] <zewt> i suppose <link rel=icon> having an equivalent to precomposed could be useful
- # [21:19] <Hixie> zcorpan: since we have a living spec model now, that's actually viable
- # [21:20] <zewt> but less so, since with iOS you know in advance what the composed effects are, to know if you need to disable them--in the general case you don't
- # [21:21] * Quits: othermaciej_ (~mjs@17.246.19.183) (Read error: Connection reset by peer)
- # [21:21] * Joins: othermaciej_ (~mjs@17.246.19.183)
- # [21:21] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [21:22] * Joins: dbaron_ (~dbaron@nat/mozilla/x-chstukuiccrmzvfx)
- # [21:24] * Joins: zdobersek1 (~zan@cpe-46-164-25-154.dynamic.amis.net)
- # [21:24] * Quits: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Quit: boaz)
- # [21:26] * Joins: nessy (~Adium@49.186.165.9)
- # [21:26] * Quits: dbaron (~dbaron@nat/mozilla/x-hobysnnyvmrywaob) (Ping timeout: 240 seconds)
- # [21:26] * Quits: zdobersek (~zan@cpe-46-164-18-72.dynamic.amis.net) (Ping timeout: 276 seconds)
- # [21:28] * Joins: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [21:30] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [21:33] <zcorpan> Hixie: i guess that makes sense
- # [21:35] <Hixie> i doubt the w3c would ever go for that though, and it'd be silly to have two mechanisms
- # [21:36] * Quits: othermaciej_ (~mjs@17.246.19.183) (Quit: othermaciej_)
- # [21:41] * Joins: nessy1 (~Adium@49.177.161.181)
- # [21:42] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Ping timeout: 272 seconds)
- # [21:44] * Quits: nessy (~Adium@49.186.165.9) (Ping timeout: 250 seconds)
- # [21:49] * Joins: othermaciej_ (~mjs@66.109.104.152)
- # [21:53] * Quits: wolfman2000 (~wolfman20@152-20-176-107.rev.uncw.edu) (Remote host closed the connection)
- # [21:54] * Quits: othermaciej_ (~mjs@66.109.104.152) (Ping timeout: 240 seconds)
- # [21:54] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [21:56] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Going!)
- # [21:58] * Joins: nessy (~Adium@49.177.108.148)
- # [21:58] * Joins: syskk (~syskk@unaffiliated/syskk)
- # [21:59] * Quits: zcorpan (~zcorpan@c-8d9ae355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [21:59] * Quits: nessy1 (~Adium@49.177.161.181) (Ping timeout: 240 seconds)
- # [21:59] <syskk> I want to know if the navigator.geolocation.getCurrentPosition(callback) callback was triggered because the user clicked on "Share position" in the browser or if it was automatically triggered because the user previously shared it and checked Always share with this website
- # [22:00] <syskk> is that possible? or any workaround?
- # [22:00] <TabAtkins> Why do you need that information?
- # [22:00] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [22:00] <syskk> TabAtkins: I want to automatically redirect the user when he clicks share position but I don't want the redirection to happen if it's triggered automatically
- # [22:01] * Joins: nessy1 (~Adium@110.20.99.77)
- # [22:01] <TabAtkins> I still don't understand. What is the redirection supposed to accomplish? Why do you want different behavior, if in both cases you're getting the geo info?
- # [22:01] * Quits: zdobersek1 (~zan@cpe-46-164-25-154.dynamic.amis.net) (Quit: Leaving.)
- # [22:02] <syskk> I have a welcome page where the user can either chose to enter a zip code or give geolocation through browser. Once I get that info, the user is redirected to another page but if he comes back to the change location page he will be auto redirected if he previously checked Always share location and won't be able to enter his zip code for example
- # [22:04] <TabAtkins> Sounds like your "welcome" and "change location" pages have different functionality. Perhaps they should actually be different pages?
- # [22:04] <zewt> remember that browsers don't have to ask at all; they might be configured to always allow it
- # [22:04] * Quits: nessy (~Adium@49.177.108.148) (Ping timeout: 250 seconds)
- # [22:04] * Quits: matjas (~matjas@91.182.65.156) (Quit: zZz)
- # [22:04] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [22:04] <syskk> right, change location could never automatically redirect
- # [22:05] <syskk> still it would be nice if the callback was triggered by the browser or by a user action
- # [22:06] <TabAtkins> Is there a way to detect if you're currently sharing your location? It does seem like a useful scenario.
- # [22:06] <syskk> maybe itd be possible to do using the timestamp
- # [22:07] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [22:07] <zewt> I havn't used the geoloc API; I'd expect it'd be useful to be able to passively query it, eg. ask for the location if permission is available, without prompting the user if it's not, eg. for secondary, background features where you don't necessarily want to actively nag the user about them
- # [22:07] <syskk> well, he knows it when he clicks share position
- # [22:07] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 272 seconds)
- # [22:08] <TabAtkins> syskk: I meant you, the page author. Looks like there's not.
- # [22:08] <syskk> zewt has a point too
- # [22:08] <TabAtkins> So yeah, sounds like useful functionality.
- # [22:08] <TabAtkins> Both for your and zewt's scenarios.
- # [22:08] <syskk> TabAtkins: I misread you. thought you said "doesn't seem"
- # [22:08] <TabAtkins> Send the suggestion to public-geolocation@w3.org
- # [22:09] <TabAtkins> Or I could, if you'd prefer.
- # [22:09] <zewt> most asking-of-permission in current APIs are largely based on "ask the first time the user uses a site feature", but that doesn't always obviously apply for "passive" features...
- # [22:10] <AryehGregor> Is there some convenient way for an iframe to pass some info up to its parent, other than by modifying its own DOM?
- # [22:10] <zewt> web messaging?
- # [22:11] * Quits: nessy1 (~Adium@110.20.99.77) (Ping timeout: 264 seconds)
- # [22:11] <zewt> (havn't used it so I don't know how implemented it is)
- # [22:11] <AryehGregor> This is for my deleteContents() tests, I want to report back what the Range is selecting after the deletion.
- # [22:11] <AryehGregor> I could just encode the information in the DOM somehow, but that's . . . kind of icky.
- # [22:11] <AryehGregor> I'd prefer that it be a separate test, anyway.
- # [22:11] <zewt> http://dev.w3.org/html5/postmsg/#web-messaging
- # [22:12] <AryehGregor> I'd prefer not to rely on a new feature like that unless it's simple and everyone's implemented it interoperably and so on. Otherwise it might cause extra failures or something tiresome like that.
- # [22:12] * bga_ is now known as bga_|away
- # [22:12] <syskk> I think one way around would be to check the position's timestamp
- # [22:13] <zewt> don't know if there's anything else--I think that's exactly what that API is meant to solve (not just for iframes, of course)
- # [22:13] <jgraham> AryehGregor: It's same origin
- # [22:13] <syskk> if timestamp < now, position was shared in a previous request
- # [22:13] <jgraham> So you can just make a function call
- # [22:13] <AryehGregor> Like how?
- # [22:13] <jgraham> well top is the top-level iframe
- # [22:13] <jgraham> so top.foo()
- # [22:13] <jgraham> but don't use top
- # [22:14] <jgraham> Because your whole test might be run in an iframe
- # [22:14] <AryehGregor> Should I be running this code in the iframe or the main page?
- # [22:14] <AryehGregor> And what should I use if not top?
- # [22:14] <jgraham> I think opener?
- # [22:14] <jgraham> but that might just be window.open created windows
- # [22:14] <AryehGregor> Hmm, I just realized that I can't really compare node equality across iframes anyway.
- # [22:14] <arnehass> AryehGregor: I believe you can use parent.functionName() in the iframe to call on a functionName situated in the parent page
- # [22:15] <AryehGregor> I guess I'll just have to do the DOM modification thing, although it's a bit weird.
- # [22:15] <arnehass> haven't played to much with it thought, since I don't really like iframes...
- # [22:16] <TabAtkins> syskk: I'll send a request to the public-geolocation list, as there's no way to reliably know the information you need. There are scenarios that can trigger both false positive and false negatives.
- # [22:16] <TabAtkins> syskk: What your email? I'll cc you.
- # [22:16] <jgraham> AryehGregor: Oh yes, parent it is
- # [22:16] <jgraham> Why do you want to compare node equality?
- # [22:16] <jgraham> What do you even mean equality?
- # [22:17] <AryehGregor> jgraham, deleteContents() should change the range's start and end positions to a particular place.
- # [22:17] <AryehGregor> I need to verify those are the same for the expected and actual.
- # [22:17] <AryehGregor> Which means the start/end nodes must be in the same place in their respective DOMs.
- # [22:18] <AryehGregor> Hmm, I can make it separate tests if I can run a function from the iframe in the parent.
- # [22:18] * Quits: msucan (~robod@92.84.204.232) (Quit: .)
- # [22:18] <AryehGregor> Can I do something like iframe.contentWindow.someFunction()?
- # [22:18] <jgraham> AryehGregor: Yes
- # [22:18] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: jeremyselier)
- # [22:18] <AryehGregor> Okay, good.
- # [22:18] <jgraham> same origin all these things are unrestricted
- # [22:18] * Quits: plainhao (~plainhao@208.75.85.237) (Quit: plainhao)
- # [22:18] * Joins: othermaciej_ (~mjs@17.246.19.183)
- # [22:19] <syskk> TabAtkins: thanks! olalonde@gmail.com
- # [22:19] <AryehGregor> Hmm. I just realized that I'm not actually testing anything in the cases where the range isn't in the actual document. Oops.
- # [22:19] * AryehGregor needs to fix that
- # [22:20] <zewt> the danger of writing tests that aren't regression tests: they're hard to test. heh
- # [22:22] * Joins: jamesr_ (~jamesr@216.239.45.19)
- # [22:23] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [22:23] <AryehGregor> See, I knew my tests weren't good enough.
- # [22:25] * Quits: dave_levin (~dave_levi@nat/google/x-lyfqubswtxsjnydo) (Remote host closed the connection)
- # [22:25] * Joins: dave_levin (~dave_levi@nat/google/x-wjmaahzqouhgvcfq)
- # [22:25] * Quits: smaug____ (~chatzilla@a91-154-41-83.elisa-laajakaista.fi) (Remote host closed the connection)
- # [22:26] <zewt> need to write meta-tests to test the tests
- # [22:28] * Joins: Xano_ (~bart@524B818E.cm-4-4c.dynamic.ziggo.nl)
- # [22:28] * Joins: nessy (~Adium@74.125.56.18)
- # [22:28] * Quits: Xano (~bart@524B818E.cm-4-4c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
- # [22:28] * Xano_ is now known as Xano
- # [22:29] <AryehGregor> jgraham, iframe.contentWindow doesn't seem to have the methods I put on it in the iframe.
- # [22:29] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [22:30] * AryehGregor Googles it
- # [22:30] * bga_|away is now known as bga_
- # [22:31] <AryehGregor> Oh, wait, maybe that's just a WebKit bug.
- # [22:31] <AryehGregor> Boo.
- # [22:33] * Quits: stevela_ (~stevela@nat/google/x-ohibxmnqecoatipx) (Quit: stevela_)
- # [22:36] * Joins: wolfman2000 (~wolfman20@rrcs-70-63-208-211.midsouth.biz.rr.com)
- # [22:38] * Quits: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi) (Ping timeout: 246 seconds)
- # [22:39] * Quits: FastJack (~fastjack@dumpstr.net) (Read error: Operation timed out)
- # [22:41] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [22:41] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [22:42] <TabAtkins> syskk: You still here? I've read the Geolocation spec more carefully, and found that your case is already addressed.
- # [22:42] * Joins: FastJack (~fastjack@dumpstr.net)
- # [22:42] <TabAtkins> syskk: getCurrentPosition takes three args - a success callback (for when the user grants their location), an error callback (for when they don't), and an options object.
- # [22:44] <TabAtkins> syskk: In the options, you can define a timeout. If you set the timeout to 0, the function will return a cached Position if possible (if they'd previously granted permission, and the last Position isn't too old); otherwise, it just immediately fires the error callback without prompting the user.
- # [22:44] <syskk> TabAtkins: doesn't really help. the success callback is called regardless if the user chose to always share position
- # [22:44] <TabAtkins> Nope, it isn't. Check step 3 of the algorithm at http://dev.w3.org/geo/api/spec-source.html#api_description
- # [22:45] <syskk> ok I will
- # [22:45] <TabAtkins> "If the value of the timeout variable is 0, invoke the errorCallback (if present)..."
- # [22:45] <Moo-_-_> hmm
- # [22:46] <TabAtkins> In order to properly grab the cached Position when it exists, you also have to set a maximumAge on the options object with an appropriately high value.
- # [22:46] <zewt> hmm, but if there's no cached position (eg. GPS isn't started up), you can't distinguish it "don't already have permission" (don't know if that matters for his case)
- # [22:46] <Moo-_-_> may I propose new <notsafeinworktag> for HTML?
- # [22:47] <TabAtkins> zewt: Yeah, that's the one caveat - it doesn't address the case where the user has granted you permission previously (or instructed the browser to auto-grant permission to everyone), but you haven't yet extracted a position, or it's just *really* old.
- # [22:48] <syskk> TabAtkins: that's what I thought earlier. I can check the timestamp of the cache object and compare with the current time. I think this could solve the problem
- # [22:49] <zewt> (without squinting too hard at what you're suggesting, it's making brittle-hack alarm bells go off)
- # [22:49] <TabAtkins> zewt: It sounds like it was an *intended* hack, though.
- # [22:49] <zewt> TabAtkins: syskk's hack, not yours
- # [22:50] <jamesr_> can i suggest a <badidea> tag in HTML for new tag proposals?
- # [22:50] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [22:50] <zewt> zero-timeouts for "nonblocking retrieve from cache but don't wait" is ordinary enough
- # [22:50] <zewt> jamesr: we already have a syntax for that, <!-- you write them like this -->
- # [22:51] <TabAtkins> syskk: You don't need to check the timestamp at all. If the success callback fires, you *know* you got a cached position, not a live one. If the error callback fires, you get a Position with its 'code' attribute set to TIMEOUT.
- # [22:52] <zewt> AryehGregor: i'm fiddling around with your iframe stuff (since I havn't needed to mess with iframes very much), and I feel like I'm doing something dumb, because it seems like the <script>s aren't being executed at all
- # [22:52] <TabAtkins> Geolocation.getCurrentPosition(function(){ /* Permission was already granted. */}, function(){ /* It wasn't granted. /*}, {maximumAge:9999999999999, timeout:0});
- # [22:52] <zewt> alert(), console.log, even straight-up syntax errors show nothing (in Chrome and FF4)
- # [22:52] <AryehGregor> zewt, that sounds unlikely.
- # [22:52] <AryehGregor> alert() and console.log might be suppressed, maybe?
- # [22:52] <zewt> hit some cache glitches but dealt with those
- # [22:52] <AryehGregor> From iframes, that is.
- # [22:53] <AryehGregor> Maybe it also doesn't log errors from iframes?
- # [22:53] <AryehGregor> I dunno.
- # [22:53] <zewt> alert maybe, console.log seems unlikely
- # [22:53] <zewt> and syntax errors more unlikely
- # [22:53] <AryehGregor> Try having your script put some visible content in the iframe.
- # [22:53] <AryehGregor> See if that works.
- # [22:53] <zewt> i know I hit some caching glitches, but I hacked around those to make sure it was reloading
- # [22:53] <syskk> TabAtkins: clicking the "Share location" in FF/chrome does trigger the success callback so no way to know. I'll do some test and see if I can get something out of the error callback like you suggest
- # [22:53] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [22:54] <zewt> gah
- # [22:54] <zewt> it's interpreting the files at text instead of html. that would do it, heh
- # [22:54] <TabAtkins> syskk: Sounds like a bug, then.
- # [22:54] * zewt fixes MIME type
- # [22:54] <AryehGregor> Yeah, I noticed that on your site.
- # [22:54] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:56] * Joins: Rik` (~Rik`@2a01:e35:139b:b390:daa2:5eff:fe97:85ed)
- # [22:56] <jgraham> alert and console should work from iframes
- # [22:57] <zewt> yeah, it just wasn't loading the file as HTML at all
- # [22:57] * Quits: eric_carlson (~eric_carl@2620:0:1b00:1191:217:f2ff:fe03:a2e) (Quit: eric_carlson)
- # [22:58] <zewt> AryehGregor: instead of running the scripts in the iframes, might be simpler to move those entire scripts to the main script and pass them a window object to work on
- # [22:58] <AryehGregor> Hmm, maybe.
- # [23:00] <zewt> wonder if you can you create an iframe with no data, to just get a new empty window/document without needing a dummy external resource
- # [23:00] <TabAtkins> syskk: I'm still sending an email to the list, just modifying it based on the new understanding.
- # [23:01] <TabAtkins> <iframe src="data:text/html,<!doctype html>"></iframe>
- # [23:01] <TabAtkins> (Need the doctype to forced the page into standards mode.)
- # [23:01] <TabAtkins> Alternately, <iframe srcdoc=""></iframe>
- # [23:01] <zewt> then you get rid of the entire caching issue as a bonus
- # [23:02] * Quits: jacobolus (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [23:02] <syskk> TabAtkins: yep. thanks
- # [23:03] * Joins: stevela_ (~stevela@74.125.59.1)
- # [23:05] <jgraham> <iframe src="about:blank"> might work
- # [23:05] <jgraham> But abut:blank is a bit special
- # [23:05] <TabAtkins> That'll give you a yucky quirks-mode page.
- # [23:05] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:05] <TabAtkins> Also: it's crazy.
- # [23:06] * Quits: aho (~nya@fuld-590c69b3.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [23:06] * Quits: othermaciej_ (~mjs@17.246.19.183) (Quit: othermaciej_)
- # [23:06] * Quits: kal-EL_ (~jor-EL@host124-67-dynamic.17-79-r.retail.telecomitalia.it) (Remote host closed the connection)
- # [23:08] <TabAtkins> syskk: Sent, and cc'd you.
- # [23:08] <TabAtkins> And now, I'm off for the day to go man the booth at GDC.
- # [23:13] * Joins: ben_h (~ben@128.250.195.142)
- # [23:16] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:17] * Joins: jacobolus (~jacobolus@c-174-63-81-29.hsd1.ma.comcast.net)
- # [23:19] * Quits: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor)
- # [23:26] <AryehGregor> Yay, my tests found another spec bug.
- # [23:33] * Quits: Necrathex (~nectop@dhcp-077-249-098-024.chello.nl) (Quit: Necrathex)
- # [23:34] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [23:44] * Quits: stevela_ (~stevela@74.125.59.1) (Quit: stevela_)
- # [23:47] * bga_ is now known as bga_|away
- # [23:48] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:55] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [23:57] * Joins: homata_ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [23:58] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Quit: ap)
- # [23:59] * Joins: ap (~ap@17.246.18.165)
- # Session Close: Thu Mar 03 00:00:00 2011
The end :)