Options:
- # Session Start: Sat Jul 24 00:00:00 2010
- # Session Ident: #whatwg
- # [00:01] * Quits: cardona507 (~cardona50@184-194-15-196.pools.spcsdns.net) (Ping timeout: 276 seconds)
- # [00:01] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [00:01] * Quits: dbaron (~dbaron@nat/mozilla/x-tmzelpyioocsmpyu) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:05] * Joins: dbaron (~dbaron@nat/mozilla/x-empogqqnplymlglc)
- # [00:05] * Quits: dylanclendenin (~deepthawt@c-24-5-147-21.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [00:19] <Hixie> aho, TabAtkins: ok so just to clarify, i meant an image, not text, and by "freely redistributable" i meant "has a known copyright situation" :-P
- # [00:19] <Hixie> Lachy: unfortunately not
- # [00:19] <TabAtkins> Hixie: Wait, what? You want an image of text of an image?
- # [00:20] <Hixie> i want an image
- # [00:20] * Quits: aroben (~aroben@unaffiliated/aroben) (Quit: aroben)
- # [00:20] <Hixie> ascii art image
- # [00:20] <Hixie> a text/plain graphic
- # [00:20] <Hixie> not a text/plain graphic of text :-)
- # [00:20] <AryehGregor> Who's Sergey, and what blog post?
- # [00:20] <TabAtkins> ...
- # [00:20] <Hixie> which is what aho suggested :-)
- # [00:20] <TabAtkins> So is this going to be text, or pixels?
- # [00:20] <Hixie> text
- # [00:21] <TabAtkins> Okay, that's what I thought. I was confused why you were telling me this.
- # [00:22] <nimbupani> Would it be appropriate to ask questions about inset box-shadows here?
- # [00:23] <TabAtkins> You could try, but they kind of confused me.
- # [00:24] <TabAtkins> s/ed/e/
- # [00:24] <nimbupani> ok :)
- # [00:24] <nimbupani> http://dl.dropbox.com/u/952/pola/index.html
- # [00:24] <nimbupani> (sorry please refresh)
- # [00:24] <nimbupani> so two images. the one on right has box-shadow without inset
- # [00:25] <nimbupani> the one on left has with inset.
- # [00:25] <nimbupani> so the box shadow on right renders correctly, but the one on left does not render at all, even tho spec says box-shadows apply to all elements.
- # [00:25] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # [00:26] <TabAtkins> You been able to do get the inset to work on anything else?
- # [00:26] * Joins: eighty4 (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [00:26] <nimbupani> yeah it works on non-img elms
- # [00:27] <TabAtkins> Then it's a browser bug.
- # [00:27] <nimbupani> but its like cross-browser :)
- # [00:27] <TabAtkins> Then file it on multiple browsers. ^_^
- # [00:27] <TabAtkins> There's no reason an inset shadow shouldn't work on an image.
- # [00:28] <nimbupani> yeah :(
- # [00:31] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [00:33] <Lachy> AryehGregor, Sergey is someone who e-mailed Hixie and i to review and publish a post on the whatwg blog.
- # [00:37] <hober> TabAtkins: how'd the panel go on Wednesday?
- # [00:37] <TabAtkins> Good times.
- # [00:38] <TabAtkins> I messed up my demo by hacking at it while starting the panel, but we saved it with another demo I'd written earlier.
- # [00:38] <TabAtkins> I recommend against flying twice in one day, though.
- # [00:38] <TabAtkins> I just wish we hadn't been kicked out of the room. I always love the Q&A - people ask great questions at places like that.
- # [00:43] <estellevw> nimbupani: The inset shadow is working
- # [00:43] <estellevw> it's just appearing behind the image
- # [00:43] <estellevw> set the opacity to 0.5, and you'll see what i mean
- # [00:43] <nimbupani> estellevw: but it should appear in front of it ideally :/
- # [00:43] <TabAtkins> Yeah, that's a bug. inset bugs go on top of the element.
- # [00:44] <estellevw> even on embedded content?
- # [00:44] <TabAtkins> Yes?
- # [00:44] <estellevw> spec unmemorized: if all browsers have same issue, that might need to be delineated
- # [00:45] <estellevw> should be a given, but ...
- # [00:45] <nimbupani> estellevw: i dont see the shadows on chrome/firefox as you said
- # [00:45] <nimbupani> oh wait let me use a higher pixel value
- # [00:46] <nimbupani> no o.
- # [00:46] * Quits: aroben (~aroben@unaffiliated/aroben) (Quit: aroben)
- # [00:46] <estellevw> nimbupani: I used firebug to set opacity to 0.5
- # [00:46] <estellevw> and change shadow to inset
- # [00:46] <estellevw> img {
- # [00:46] <estellevw> -moz-box-shadow:2px 2px 5px black inset;
- # [00:46] <estellevw> display:block;
- # [00:46] <estellevw> opacity:0.5;
- # [00:46] <estellevw> }
- # [00:47] <nimbupani> http://dl.dropbox.com/u/952/pola/index.html
- # [00:47] <nimbupani> i cannot see any shadow.
- # [00:48] * Quits: aho (~nya@fuld-4d00d7df.pool.mediaWays.net) (Read error: Connection reset by peer)
- # [00:48] <estellevw> FF 3.6.7
- # [00:49] <Hixie> man i cannot find any ascii art with a clearly reusable copyright license
- # [00:49] <nimbupani> I am on that too, can you send me a screenshot?
- # [00:49] <nimbupani> use gyazo if you can :)
- # [00:50] * Joins: cardona507 (~cardona50@173-128-133-46.pools.spcsdns.net)
- # [00:50] <estellevw> so weird. I reloaded and it disappeared. Where should i send screenshot?
- # [00:50] <nimbupani> let me PM you.
- # [00:55] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:59] <estellevw> so, if a box shadow is placed on a transparent gif, you can see it. The image is appearing on top of the shadow, not the other way around
- # [00:59] <TabAtkins> Yeah, that's definitely a bug.
- # [01:03] <estellevw> nimbupani: did you change the code, because now it's work in Opera 10.6, but it wasn't before
- # [01:04] <nimbupani> the image on the right will work.
- # [01:04] <nimbupani> because it is transparent png.
- # [01:04] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [01:04] <nimbupani> so you are right it IS rendering box-shadow but changing opacity will not show that.
- # [01:04] <estellevw> ah, ok
- # [01:04] <nimbupani> but using transparent png does.
- # [01:07] * Quits: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com) (Quit: ChatZilla 0.9.86 [Firefox 3.6.6/20100625231939])
- # [01:09] * Joins: dandaman (~Daniel.Sa@216.52.240.243)
- # [01:10] <dandaman> when i set a <td> tag's style="width:200" and put stuff in it, the table cell won't expand right? only if the stuff i put in it overflows right?
- # [01:11] <dandaman> like if i put a 50px image inside the cell, the cell will still stay at width 200 right?
- # [01:11] <dandaman> not 250
- # [01:11] <TabAtkins> Yeah.
- # [01:12] <dandaman> well then i might as well shoot myself in the head because i have no idea what is wrong with my code then...
- # [01:13] * Joins: dbaron_ (~dbaron@nat/mozilla/x-cdjothkfxlsebyfl)
- # [01:16] * Quits: dbaron (~dbaron@nat/mozilla/x-empogqqnplymlglc) (Read error: Operation timed out)
- # [01:21] * Quits: Smylers (~smylers@host86-163-20-209.range86-163.btcentralplus.com) (Ping timeout: 265 seconds)
- # [01:22] * jlebar_ is now known as jlebar
- # [01:24] <dandaman> are there any other ways to get the width of your screen or browser
- # [01:25] <dandaman> because screen.width is simply not working for me
- # [01:25] <dandaman> even though it should...
- # [01:29] <estellevw> is the device element supported by any browser?
- # [01:31] * Quits: eighty4 (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [01:41] <TabAtkins> No, it's just a sketch at this point.
- # [01:42] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [01:46] <dandaman> ok i found the problem
- # [01:46] <dandaman> this is the weirdest thing ever
- # [01:47] <dandaman> so i have this function
- # [01:47] <dandaman> http://pastebin.com/D7hFrpnq
- # [01:47] <dandaman> http://pastebin.com/EERy5RZm
- # [01:48] <dandaman> sorry, that function
- # [01:48] * Quits: dglazkov (~dglazkov@nat/google/x-sjcgotwriewqvxky) (Quit: dglazkov)
- # [01:48] <dandaman> theWidth is 1280 on my desktop
- # [01:48] <dandaman> which is fine
- # [01:48] <dandaman> but line #11 screws up apparently
- # [01:48] <dandaman> because line 12 alerts 5330
- # [01:48] <dandaman> instead of 6400 which is what 1280*5 is
- # [01:48] <dandaman> when i change line 11 to say ...=6400+'px'; it works though
- # [01:48] <dandaman> ideas?
- # [01:49] * Quits: jamesr (~jamesr@nat/google/x-zqvkioebnyduydbr) (Remote host closed the connection)
- # [01:49] * Joins: jamesr (~jamesr@nat/google/x-vtvnayaphuuzbfgd)
- # [01:50] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [01:51] * Joins: cying (~cying@173-13-176-102-sfba.hfc.comcastbusiness.net)
- # [01:51] <dandaman> this happens with 2 browsers im trying it on
- # [01:54] <nimbupani> dbaron_: can I explain why I think this is a bug https://bugzilla.mozilla.org/show_bug.cgi?id=581601
- # [01:55] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Ping timeout: 276 seconds)
- # [01:57] * Quits: cardona507 (~cardona50@173-128-133-46.pools.spcsdns.net) (Ping timeout: 240 seconds)
- # [01:58] <dandaman> nevermind found it
- # [01:59] * Joins: everton (~everton@w0109-113-152-72-195.uqwimax.jp)
- # [02:01] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [02:06] * Quits: abarth (~abarth@c-98-210-108-185.hsd1.ca.comcast.net) (Quit: abarth)
- # [02:13] * Joins: JonathanNeal__ (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [02:13] * Quits: JonathanNeal__ (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Read error: Connection reset by peer)
- # [02:14] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [02:15] * Quits: cying (~cying@173-13-176-102-sfba.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [02:16] * Quits: JonathanNeal_ (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [02:21] * Joins: cying (~cying@173-13-176-102-sfba.hfc.comcastbusiness.net)
- # [02:26] * Quits: dbaron_ (~dbaron@nat/mozilla/x-cdjothkfxlsebyfl) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:32] * Parts: dandaman (~Daniel.Sa@216.52.240.243)
- # [02:39] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ⌘Q)
- # [02:42] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [02:42] * Joins: nessy (~Adium@124-168-158-57.dyn.iinet.net.au)
- # [02:44] * Quits: tndH (~Rob@adsl-87-102-89-10.karoo.KCOM.COM) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [02:47] * Quits: micheil (~micheil@124-170-55-41.dyn.iinet.net.au) (Quit: micheil)
- # [02:53] * Quits: jlebar (~jlebar@nat/mozilla/x-cjwyjcfxsvfcjqsc) (Quit: Leaving)
- # [02:58] * Joins: bobchao (~cctw@112-105-101-98.adsl.dynamic.seed.net.tw)
- # [02:58] * Quits: bobchao (~cctw@112-105-101-98.adsl.dynamic.seed.net.tw) (Client Quit)
- # [02:59] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [03:26] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [03:27] * Joins: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp)
- # [03:29] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [03:34] * Quits: kennyluck (~kennyluck@EM111-188-33-1.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [03:37] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
- # [04:01] * Joins: erlehmann_ (~erlehmann@dslb-188-103-027-237.pools.arcor-ip.net)
- # [04:05] * Quits: erlehmann (~erlehmann@dslb-094-223-093-119.pools.arcor-ip.net) (Ping timeout: 265 seconds)
- # [04:17] * Joins: kennyluck (~kennyluck@EM111-188-37-61.pool.e-mobile.ne.jp)
- # [04:17] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [04:23] * Parts: everton (~everton@w0109-113-152-72-195.uqwimax.jp)
- # [04:28] * Joins: othermaciej (~mjs@17.246.19.185)
- # [04:29] <othermaciej> AryehGregor: one thing screen readers could do (though I am not sure any do) is alert you to the presence of an image without describing it
- # [04:29] <othermaciej> for empty alt, most screen readers skip the image entirely
- # [04:30] <othermaciej> for missing alt, most read the filename, even if it is not human readable (so you get to hear "eye em gee zero zero three seven five four dot jay pee gee"
- # [04:33] <jamesr> that's a funny picture
- # [04:40] * Quits: jamesr (~jamesr@nat/google/x-vtvnayaphuuzbfgd) (Quit: jamesr)
- # [04:52] * Quits: kennyluck (~kennyluck@EM111-188-37-61.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [05:02] * Quits: mamund (mamund@frost.nullshells.net) (Ping timeout: 260 seconds)
- # [05:03] * Joins: mamund (mamund@2001:49f0:1017::2)
- # [05:03] * Joins: jamesr (~jamesr@c-24-6-103-140.hsd1.ca.comcast.net)
- # [05:08] * Quits: jamesr (~jamesr@c-24-6-103-140.hsd1.ca.comcast.net) (Client Quit)
- # [05:10] * Quits: othermaciej (~mjs@17.246.19.185) (Quit: othermaciej)
- # [05:16] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [05:17] * Quits: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36) (Quit: weinig)
- # [05:19] * Quits: slightlyoff (~slightlyo@nat/google/x-bkxqmawwndfjyzxy) (Quit: slightlyoff)
- # [05:23] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [05:23] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [05:24] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [05:28] <estellevw> Do any browser support menu/command or details/summary?
- # [05:31] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Connection reset by peer)
- # [05:32] * Quits: cying (~cying@173-13-176-102-sfba.hfc.comcastbusiness.net) (Quit: cying)
- # [05:38] * Quits: michaeln (~michaeln@nat/google/x-qjwqlxqgkjmugfzy) (Quit: Leaving.)
- # [05:43] * erlehmann_ is now known as erlehmann
- # [05:48] * Quits: MikeSmithX (~MikeSmith@EM111-188-4-224.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [05:53] * Joins: MikeSmithX (~MikeSmith@EM111-188-28-127.pool.e-mobile.ne.jp)
- # [06:06] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [06:08] * Quits: ericc|away (~ericc@2620:0:1b00:1191:223:32ff:feb1:5d30) (Quit: ericc|away)
- # [06:28] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [06:30] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [06:44] * Quits: othree (~othree@admin39.ct.ntust.edu.tw) (Read error: Connection reset by peer)
- # [07:00] * Quits: MikeSmithX (~MikeSmith@EM111-188-28-127.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [07:03] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [07:05] <estellevw> Does HTML5 do anything to help the issue that <input type="file" /> in the past has been almost impossible to style?
- # [07:06] <estellevw> Is there a different file selection mechanism?
- # [07:07] <estellevw> And anyone know if webkit plans on following the suggested spec presentation order? "the element is expected to render as an 'inline-block' box containing a span of text giving the filename(s) of the selected files, if any, followed by a button that, when activated, provides the user with a file picker from which the selection can be changed."
- # [07:07] <estellevw> right now the button preceded text, rather than an input box preceding a button (like IE, FF and Opera)
- # [07:22] * Joins: micheil (~micheil@124-170-55-41.dyn.iinet.net.au)
- # [07:27] <estellevw> <crickets>
- # [07:35] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [07:43] * Quits: jwalden (~waldo@adsl-70-131-107-7.dsl.emhril.sbcglobal.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.4/20100622203044])
- # [07:44] * Joins: jedmund (~justin@adsl-75-37-35-211.dsl.pltn13.sbcglobal.net)
- # [08:06] * Joins: TelFiRE (~TelFiRE@c-24-10-155-57.hsd1.ut.comcast.net)
- # [08:11] * Joins: baba (~sallabanc@69.50.70.12)
- # [08:13] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Quit: weinig)
- # [08:17] * Quits: estellevw (~estelle@adsl-99-170-149-16.dsl.pltn13.sbcglobal.net) (Ping timeout: 264 seconds)
- # [08:38] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [08:40] * Joins: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp)
- # [08:41] * Joins: estellevw (~estelle@adsl-76-254-4-20.dsl.pltn13.sbcglobal.net)
- # [08:41] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 276 seconds)
- # [08:46] * Joins: cypha (~sallabanc@69.50.70.12)
- # [08:48] * Quits: baba (~sallabanc@69.50.70.12) (Ping timeout: 260 seconds)
- # [08:48] * Joins: beilabs (~beilabs@ppp121-44-41-162.lns20.syd6.internode.on.net)
- # [08:51] * Quits: yoshiaki (~yoshiaki@p3073-ipngn2001marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [08:53] <beilabs> I'm using a cache manifest file, and I have the files that I want to be cached all listed there....does this mean that I can add a path to a file I have never visited before and then it should be automatically cached once I visit a page with the manifest set up correctly? Or do I need to visit it at least one time?
- # [08:55] <beilabs> think I found the answer: Whenever the user browses to the page corresponding to a document to which a cache manifest is associated, the browser must check on the server if the latter has been modified:
- # [08:55] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [09:13] * Quits: Heimidal_ (~heimidal@c-71-237-116-77.hsd1.co.comcast.net) (Remote host closed the connection)
- # [09:29] * Quits: kbrosnan (~kbrosnan@ip24-250-54-36.ri.ri.cox.net) (Ping timeout: 276 seconds)
- # [09:33] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 265 seconds)
- # [09:34] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [09:41] * Joins: kbrosnan (~kbrosnan@ip24-250-54-36.ri.ri.cox.net)
- # [09:48] * Joins: mpt (~mpt@canonical/mpt)
- # [09:54] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [09:58] <estellevw> The pattern attribute: reading the spec it seems to be case insensitive, but the implementation seems to be case sensitive.
- # [09:59] <estellevw> am i wrong about the spec, or is webkit and opera wrong on the implmentation?
- # [09:59] <estellevw> example at http://www.standardista.com/webkit/ch4/color.html
- # [10:00] <estellevw> Constraint validation: If the element's value is not the empty string, and the element's pattern attribute is specified and the attribute's value, when compiled as a JavaScript regular expression with the global, ignoreCase, and multiline flags disabled (see ECMA262 Edition 5, sections 15.10.7.2 through 15.10.7.4), compiles successfully but the resulting regular expression does not match the entirety of the element's value, the
- # [10:00] <estellevw> suffering from a pattern mismatch. [ECMA262]
- # [10:00] <estellevw> i find that confusing
- # [10:00] <estellevw> or does that mean it has to be case sensitive?
- # [10:04] <jgraham> If ignoreCase is disabled it is case sensitive, yes
- # [10:07] * Quits: smaug_ (~chatzilla@cs181150024.pp.htv.fi) (Ping timeout: 258 seconds)
- # [10:09] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:19] * Joins: Peter`- (~peter@h89030.upc-h.chello.nl)
- # [10:30] * Joins: Ms2ger (~Ms2ger@91.181.101.38)
- # [10:41] * Joins: Smylers (~smylers@host86-184-39-56.range86-184.btcentralplus.com)
- # [10:43] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [10:48] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [10:52] * Joins: ROBOd (~robod@109.96.228.93)
- # [10:56] * Quits: Peter- (~peter@5ED0FB51.cable.ziggo.nl) (Ping timeout: 264 seconds)
- # [11:02] * Joins: Peter- (~peter@5ED0FB51.cable.ziggo.nl)
- # [11:17] * Joins: maikmerten (~maikmerte@port-92-201-130-17.dynamic.qsc.de)
- # [11:20] * Quits: hamcore (rhythm@unaffiliated/msmosso)
- # [11:30] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [12:02] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
- # [12:22] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [12:27] * Joins: mpt (~mpt@canonical/mpt)
- # [12:37] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [12:42] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
- # [12:50] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Quit: No Ping reply in 180 seconds.)
- # [12:51] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [12:55] * Joins: tndH (~Rob@adsl-87-102-89-10.karoo.KCOM.COM)
- # [12:59] <beilabs> Is window.openDatabase supported in Firefox 3.6+?
- # [13:00] * Joins: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com)
- # [13:08] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [13:09] <jgraham> beilabs: Firefox don't and won't support WebSQL
- # [13:09] <jgraham> They believe it is not a good technology
- # [13:10] <beilabs> jgraham, yeah, did a bit of reading on it since,
- # [13:10] <beilabs> going down this route instead http://github.com/marcuswestin/store.js
- # [13:10] <beilabs> Had everything working perfectly in chrome
- # [13:10] <beilabs> then went to FFox, to realize that.
- # [13:10] <beilabs> doh
- # [13:11] <beilabs> jgraham, do you have any references where Mozilla mention that it's a bad tech?
- # [13:14] <jgraham> http://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/ has some points
- # [13:16] <beilabs> jgraham, thanks dude
- # [14:18] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 240 seconds)
- # [14:23] <Workshiva> jgraham: Who supports WebSQL now?
- # [14:23] <Ms2ger> Opera and WebKit?
- # [14:23] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [14:38] * Quits: nessy (~Adium@124-168-158-57.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:46] * Quits: Ms2ger (~Ms2ger@91.181.101.38) (Ping timeout: 245 seconds)
- # [14:56] * Joins: mpt (~mpt@canonical/mpt)
- # [15:02] * Quits: jedmund (~justin@adsl-75-37-35-211.dsl.pltn13.sbcglobal.net) (Quit: jedmund)
- # [15:10] * Joins: Ms2ger (~Ms2ger@91.181.101.38)
- # [15:11] * Quits: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com) (Ping timeout: 245 seconds)
- # [15:14] * Joins: kennyluck (~kennyluck@EM114-48-167-113.pool.e-mobile.ne.jp)
- # [15:31] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [15:32] * Quits: beilabs (~beilabs@ppp121-44-41-162.lns20.syd6.internode.on.net) (Ping timeout: 276 seconds)
- # [15:35] * Joins: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com)
- # [15:39] <jgraham> Yeah, opera and Webkit
- # [15:45] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [15:49] <Slaanesh> Is Opera going to keep supporting it?
- # [15:55] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [15:56] <jgraham> I don't know of any plans not to
- # [15:58] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [15:58] <Slaanesh> Bah
- # [15:59] <Slaanesh> Kill it before it gets even more entrenched, I say
- # [16:00] <jgraham> I'm not sure that we could kill it in general by dropping support
- # [16:01] <Slaanesh> Could at least limit it to iphone apps
- # [16:01] <jgraham> My understanding is that a lot of the users are people labouring under the assumption that mobile === Webkit
- # [16:01] * Joins: bobchao (~cctw@112.105.140.77)
- # [16:02] <jgraham> The concept of "iPhone apps" that are actually just websites that can be accessed by many types of device makes no sense to me
- # [16:03] <hsivonen> jgraham: it's kinda sad that authors are so ready to jump back to the monoculture mindset after the last time
- # [16:03] <jgraham> hsivonen: Really.
- # [16:03] <Slaanesh> hsivonen: But it's much more cool and elegant this time
- # [16:04] <jgraham> I guess it is easy to believe that the problems last time were because Microsoft are evil
- # [16:07] <jgraham> Rather than the IMHO more likely truth that they were the inevitable result of insufficient competition
- # [16:09] * Quits: Ms2ger (~Ms2ger@91.181.101.38) (Quit: Leaving)
- # [16:12] <jgraham> Oh man, a proposal for more document.write like functionality
- # [16:13] <jgraham> That's just waht the world needs
- # [16:13] <gsnedders> Totally. It's beautiful design.
- # [16:16] <Slaanesh> Did I tell you guys about the chrome bug where document.write() with a script tag interrupts script execution to run the new script?
- # [16:20] <hsivonen> Slaanesh: that's not enough detail to know if it's a bug
- # [16:22] <Slaanesh> <script>document.write('<script src=x.js></script>');console.log(1);</script> will sometimes (but not always) execute x.js before logging 1
- # [16:23] <hsivonen> Slaanesh: ok. that's a bug.
- # [16:24] <hsivonen> Slaanesh: my guess would be to look at the interaction of resource loads from cache and script execution
- # [16:29] * Joins: mpt (~mpt@canonical/mpt)
- # [16:29] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [16:34] * Quits: wakaba (~wakaba@35.72.102.121.dy.bbexcite.jp) (Ping timeout: 240 seconds)
- # [16:35] * Joins: wakaba (~wakaba@35.72.102.121.dy.bbexcite.jp)
- # [16:50] * Quits: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [17:08] * Joins: gonemad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [17:10] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [17:22] * Joins: Smylers1 (~smylers@host86-183-56-219.range86-183.btcentralplus.com)
- # [17:24] * Quits: Smylers (~smylers@host86-184-39-56.range86-184.btcentralplus.com) (Ping timeout: 245 seconds)
- # [17:24] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Read error: Connection reset by peer)
- # [17:24] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [17:59] * Quits: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com) (Ping timeout: 240 seconds)
- # [17:59] * Joins: colapop_ (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com)
- # [18:00] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [18:00] * colapop_ is now known as colapop
- # [18:01] * Joins: EclipseGc (~EclipseGc@ip68-12-160-21.ok.ok.cox.net)
- # [18:01] <EclipseGc> hah, nice
- # [18:02] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [18:02] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Client Quit)
- # [18:25] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [18:39] * Joins: KrocCamen (~kroc@cpc3-lanc2-0-0-cust544.brig.cable.ntl.com)
- # [18:39] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [18:42] * Quits: cypha (~sallabanc@69.50.70.12) (Ping timeout: 265 seconds)
- # [18:43] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [18:52] * Quits: TelFiRE (~TelFiRE@c-24-10-155-57.hsd1.ut.comcast.net) (Ping timeout: 260 seconds)
- # [19:02] * Joins: jedmund (~justin@adsl-75-37-35-211.dsl.pltn13.sbcglobal.net)
- # [19:12] * Joins: seventh (galofort@208.98.1.237)
- # [19:40] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [19:44] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [19:46] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 265 seconds)
- # [19:50] * Quits: Smylers1 (~smylers@host86-183-56-219.range86-183.btcentralplus.com) (Ping timeout: 246 seconds)
- # [19:56] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [19:59] * Quits: jedmund (~justin@adsl-75-37-35-211.dsl.pltn13.sbcglobal.net) (Quit: jedmund)
- # [20:03] * Quits: maikmerten (~maikmerte@port-92-201-130-17.dynamic.qsc.de) (Remote host closed the connection)
- # [20:06] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [20:23] * Joins: bentruyman (~bentruyma@c-71-194-42-115.hsd1.il.comcast.net)
- # [20:24] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [20:27] * Quits: volkmar (~volkmar@gentoo/developer/volkmar) (Ping timeout: 276 seconds)
- # [20:27] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [20:27] * Quits: bentruyman (~bentruyma@c-71-194-42-115.hsd1.il.comcast.net) (Ping timeout: 240 seconds)
- # [20:30] * Joins: hamcore (rhythm@unaffiliated/msmosso)
- # [20:36] * Joins: cyberix (twruottu@melkki.cs.helsinki.fi)
- # [20:36] <cyberix> How do I construct a blob?
- # [20:47] * Quits: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net) (Quit: weinig)
- # [20:55] * Joins: volkmar (~volkmar@rps1542.ovh.net)
- # [20:55] * Quits: volkmar (~volkmar@rps1542.ovh.net) (Changing host)
- # [20:55] * Joins: volkmar (~volkmar@gentoo/developer/volkmar)
- # [20:56] * Quits: gonemad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [20:59] * Quits: bobchao (~cctw@112.105.140.77) (Quit: Leaving.)
- # [21:02] * Quits: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com) (Ping timeout: 245 seconds)
- # [21:02] * Joins: gasull (~gasull@c-98-210-153-96.hsd1.ca.comcast.net)
- # [21:03] * Joins: colapop (~colapop@68-190-151-103.dhcp.eucl.wi.charter.com)
- # [21:03] * Joins: bobchao (~cctw@112.105.140.77)
- # [21:03] * Parts: gasull (~gasull@c-98-210-153-96.hsd1.ca.comcast.net) ("Leaving.")
- # [21:03] * Quits: bobchao (~cctw@112.105.140.77) (Client Quit)
- # [21:05] * Joins: eighty4 (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [21:10] * Quits: KrocCamen (~kroc@cpc3-lanc2-0-0-cust544.brig.cable.ntl.com) (Quit: KrocCamen)
- # [21:15] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [21:15] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [21:16] * Quits: kennyluck (~kennyluck@EM114-48-167-113.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [21:19] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [21:22] * Quits: drry (~drry@unaffiliated/drry) (Quit: Tiarra 0.1+svn-37682M: SIGTERM received; exit)
- # [21:22] * Joins: kennyluck (~kennyluck@EM114-48-0-187.pool.e-mobile.ne.jp)
- # [21:24] * Joins: drry (~drry@unaffiliated/drry)
- # [21:30] * Quits: EclipseGc (~EclipseGc@ip68-12-160-21.ok.ok.cox.net) (Quit: EclipseGc)
- # [21:47] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [21:47] * Joins: EclipseGc (~EclipseGc@65.64.83.127)
- # [21:51] * Joins: aho (~nya@fuld-4d00d58b.pool.mediaWays.net)
- # [21:59] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [22:01] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [22:08] * Joins: bentruyman (~bentruyma@c-71-194-42-115.hsd1.il.comcast.net)
- # [22:14] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [22:25] * Quits: kennyluck (~kennyluck@EM114-48-0-187.pool.e-mobile.ne.jp) (Quit: kennyluck)
- # [22:38] * Joins: dglazkov (~dglazkov@nat/google/x-cxvbqwvrzjapgmxi)
- # [22:40] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [22:42] * Quits: dglazkov (~dglazkov@nat/google/x-cxvbqwvrzjapgmxi) (Client Quit)
- # [22:44] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [22:47] * Joins: dglazkov (~dglazkov@nat/google/x-yuocgaredkdzcoyb)
- # [22:47] * Quits: dglazkov (~dglazkov@nat/google/x-yuocgaredkdzcoyb) (Client Quit)
- # [22:54] * Joins: EclipseGc_ (~EclipseGc@mds-65-64-83-45.meridiandata.com)
- # [22:55] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [22:56] * Quits: EclipseGc (~EclipseGc@65.64.83.127) (Ping timeout: 265 seconds)
- # [22:56] * EclipseGc_ is now known as EclipseGc
- # [22:56] * Quits: roc (~roc@121.98.230.221) (Ping timeout: 240 seconds)
- # [22:59] * Quits: bentruyman (~bentruyma@c-71-194-42-115.hsd1.il.comcast.net) (Quit: I will always love you.)
- # [23:03] * Joins: roc (~roc@121.98.230.221)
- # [23:12] * Quits: ROBOd (~robod@109.96.228.93) (Quit: .)
- # [23:18] * Quits: slartsa (~lari@adsl-77-109-247-233.kymp.net) (Quit: akka käski sammuttamaa)
- # [23:29] * Joins: baba (~sallabanc@69.50.70.12)
- # [23:38] * Joins: nessy (~Adium@124-168-158-57.dyn.iinet.net.au)
- # [23:49] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: davidhund)
- # [23:55] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [23:55] * Quits: roc (~roc@121.98.230.221) (Quit: roc)
- # [23:58] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # Session Close: Sun Jul 25 00:00:00 2010
The end :)