Options:
- # Session Start: Sat Oct 11 00:00:00 2008
- # Session Ident: #whatwg
- # [00:25] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 110 (Connection timed out))
- # [00:26] * Joins: annevk2 (n=annevk@77.163.243.203)
- # [00:35] * Quits: hallvors (n=hallvord@7.84-49-178.nextgentel.com) (Read error: 110 (Connection timed out))
- # [00:40] <annevk2> Hixie, can't you be on the panel?
- # [00:40] <Hixie> i'll be editing html5.
- # [00:40] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 54 (Connection reset by peer))
- # [00:41] <annevk2> hmm, what if I edit it an hour for you (preferably a different hour, so I can watch the show :) )
- # [00:41] <Hixie> i don't see the point in participating. what difference does it make if the webarch document changes, even if we do convince people to change it?
- # [00:42] <annevk2> i was mostly concerned with the entertainment value
- # [00:42] <Hixie> if you want entertainment... the meeting is in a casino.
- # [00:42] <Hixie> and gsnedders and BenMillard will have a PS2
- # [00:46] <annevk2> i think i'd have more of a laugh during that panel, but we'll see :)
- # [00:49] <annevk2> Philip`, dunno
- # [00:49] <annevk2> (re wildcard domains)
- # [00:50] * Philip` is trying to write some quick tests, but forgot how buggy browsers are
- # [00:51] <Philip`> (My current problem is that I can add a certain key into Firefox's globalStorage, which is impossible to remove again)
- # [00:52] <Philip`> annevk2: Is there a thing where you can type in subdomain names and IPs, so you could put something like "*.philip" in the subdomain thing and point it at my server?
- # [00:52] <annevk2> I can make a custom DNS record
- # [00:52] <annevk2> I'm not sure if it does wildcards
- # [00:52] <annevk2> but give me an IP and I'll try
- # [00:53] <Philip`> 92.243.11.39 would be nice
- # [00:54] <annevk2> "We have now added the A record for *.philip.html5.org with value 92.243.11.39. Our DNS servers will start serving this record within a couple of minutes."
- # [00:55] <Hixie> if that works i'll be impressed
- # [00:55] <Philip`> $ hostx foo.philip.html5.org ns1.dreamhost.com
- # [00:55] <Philip`> foo.philip.html5.org A 92.243.11.39
- # [00:56] <Philip`> Looks like that does work - thanks!
- # [00:56] <Hixie> wow
- # [00:56] <Hixie> i am shocked
- # [00:56] <Hixie> that's awesome
- # [00:56] <Hixie> time to set up wildcard domains everywhere!
- # [00:56] * Philip` wonders what to do now that he has control of an infinite number of origins
- # [00:56] <Hixie> not infinite
- # [00:56] <Hixie> just very very large
- # [00:57] <Hixie> (dns names are length-limited and character-set limited)
- # [00:57] <Philip`> Close enough to infinite for all practical purposes :-)
- # [00:57] <Philip`> and for many impractical purposes too
- # [00:57] <annevk2> btw, DreamHost still claims www.philip and ftp.philip, fwiw
- # [00:58] * Hixie turned off ftp
- # [00:58] <annevk2> ok, both btw and fwiw is a bit too much
- # [00:58] <Hixie> and you can turn off www, iirc
- # [00:58] <Hixie> dunno if that affects dns though
- # [00:58] <annevk2> I thought you could only make it redirect
- # [00:58] <annevk2> (which I do for all sites)
- # [01:00] <Hixie> hm maybe
- # [01:00] <Hixie> i thought you could disable it
- # [01:00] * Joins: dglazkov (n=dglazkov@nat/google/x-74ad4c21ffa9e8dc)
- # [01:00] <Hixie> i forget
- # [01:02] * Parts: BenMillard (n=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [01:11] * Quits: smedero (n=smedero@mdp-nat251.mdp.com)
- # [01:12] <Philip`> Is there a way to clear globalStorage in Firefox?
- # [01:12] <Philip`> (via the UI)
- # [01:13] <annevk2> btw, I can probably make *.philip.html5.org point back to the same server as philip.html5.org if you want
- # [01:13] <annevk2> why are you testing something that's removed from the specification?
- # [01:13] <Hixie> annevk2: that won't work
- # [01:13] <Hixie> annevk2: because philip.html5.org, if it's dreamhost, is a virtual server
- # [01:14] <annevk2> hmm yeah, I suppose it would be a bit unclear where the requests go
- # [01:14] <Philip`> It's apparently possible to set ServerAlias *.example.com in Apache, but I don't know if Dreamhost supports that
- # [01:15] <Hixie> you might be able to ask them for it
- # [01:15] <annevk2> Hixie, though actually, it seems all my domains have a unique value for the A record, so maybe it's possible
- # [01:15] <Hixie> annevk2: it's not a dns problem, it's an apache problem
- # [01:16] <Philip`> annevk2: Because it's kind of close to localStorage, which makes it easier to attempt to write tests for localStorage and to discover likely bugs
- # [01:19] <gavin> Philip`: at the bottom of Options->Advanced->Network, perhaps?
- # [01:20] <gavin> Philip`: there's also "Offline Website data" in Tools->Clear Private Data
- # [01:20] <Philip`> gavin: That Network -> Offline Storage thing seems different, since the list is empty and 'clear now' doesn't clear globalStorage
- # [01:21] <Philip`> gavin: Clear Private Data doesn't seem to clear it, either
- # [01:21] <annevk2> oops
- # [01:21] <gavin> uh, that sounds like a bug
- # [01:21] <gavin> I'm not really familiar with the various *storages
- # [01:21] <gavin> file a bug, cc dcamp?
- # [01:26] <annevk2> does anyone have a bot hitting html5.org a lot?
- # [01:27] <Hixie> not to my knowledge
- # [01:27] <Philip`> Oh, looks like clearing cookies works, as long as you restart the browser
- # [01:27] <Hixie> which pages?
- # [01:27] <Philip`> annevk2: Google might have one
- # [01:27] * Philip` keeps getting a x\uFFFDy key which he seems unable to delete
- # [01:27] <annevk2> it's not really a problem, but there is this thing that hits its 170000 times a month and probably more and identifies itself as "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
- # [01:28] <annevk2> and one that does it 20000+ and says "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) Fetch API Request"
- # [01:28] <Philip`> From the same IP?
- # [01:28] <Hixie> neither of those are google
- # [01:28] <annevk2> no
- # [01:28] <Hixie> unless we have a rogue server
- # [01:28] <Hixie> (which is possible)
- # [01:28] <Hixie> which IPs?
- # [01:28] <annevk2> Google respects robots.txt no?
- # [01:29] <Hixie> unless we have a bug
- # [01:29] <Hixie> (which is possible)
- # [01:29] <annevk2> it's hitting /tools/web-apps-tracker which is not allowed to be indexed
- # [01:29] <Hixie> which IPs?
- # [01:29] <annevk2> nr1 IP is 203.162.3.165 but that's only 6000
- # [01:29] <Hixie> maybe that's why i was feeling the pain from html5.org :-)
- # [01:29] <annevk2> nr 2 is 203.160.1.70 with 4000
- # [01:29] <Hixie> 203.162.3.165 is in vietnam, of all places
- # [01:30] <Hixie> 203.162.3.165 appears to be a spam harvester
- # [01:31] <Hixie> 203.160.1.70 looks like it's related
- # [01:32] <annevk2> maybe a simple solution for now would be to just ban IE 5.5 :)
- # [01:34] * Joins: hdh000 (n=hdh@58.187.61.132)
- # [01:37] <Hixie> so does any browser support <form accept-charset> ?
- # [01:38] <Philip`> I thought they all did
- # [01:39] <annevk2> making some UTF-8 page, declare windows-1252 in that attribute, and see what happens?
- # [01:39] <annevk2> s/making/make/
- # [01:39] <Philip`> since I'm fairly sure I've had to use it to make forms always submit UTF-8
- # [01:39] <Hixie> i can't get forms to submit as anything but utf-8
- # [01:40] <annevk2> http://twitter.com/waka/statuses/953993561
- # [01:41] * annevk2 has not tried charsets+forms, but thinks that what Hixie says is weird
- # [01:41] <Hixie> fixed
- # [01:42] <Philip`> http://philip.html5.org/misc/form.html
- # [01:43] <Philip`> First goes to http://philip.html5.org/misc/form.html?foo=t%E9st, second goes to http://philip.html5.org/misc/form.html?foo=t%C3%A9st
- # [01:43] <Philip`> in Opera 9.5 and Firefox 3
- # [01:43] <annevk2> confirmed
- # [01:43] <Philip`> ...but not IE8
- # [01:43] <Hixie> add <input type=hidden name=_charset_> to those forms?
- # [01:44] <Philip`> Done
- # [01:45] <Hixie> they all send back C3 A9 when i paste it into the live dom viewer
- # [01:46] <annevk2> Opera is consistent, IE6 does iso always for Philip`'s example
- # [01:46] <Philip`> What if you do accept-charset=iso-8859-1 explicitly?
- # [01:46] <Hixie> same
- # [01:46] <Hixie> always utf-8
- # [01:46] <Hixie> i wonder why
- # [01:47] <annevk2> so for a UTF-8 page accept-charset is ignored?
- # [01:47] <Hixie> could be
- # [01:47] <annevk2> it makes some sense
- # [01:47] <Philip`> Hmm, IE8 is a bit buggy - now that I have three identical forms on that page, it puts inconsistent spacing between them :-/
- # [01:47] <Hixie> Philip`: can you make a copy of that page for utf-8?
- # [01:48] <annevk2> and utf-16 pretty please?
- # [01:48] <Hixie> also if you could cook me dinner that'd be awesome
- # [01:49] <Philip`> http://philip.html5.org/demos/charset/form/
- # [01:50] * Quits: hdh00 (n=hdh@58.187.61.132) (Read error: 110 (Connection timed out))
- # [01:50] <annevk2> the utf-16 page is utf-8
- # [01:51] <Philip`> That's because I haven't finished writing it :-)
- # [01:51] * Joins: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au)
- # [01:51] <Philip`> Ahh, help!
- # [01:51] <Philip`> I pressed alt+right in IE8, and now the menu bar and toolbar and everything has slid off the top of the screen
- # [01:51] <Philip`> and I can't work out how to get it back
- # [01:52] <annevk2> the UTF-8 one works identical to the ISO encoded one in Opera/Firefox
- # [01:52] <annevk2> that is, accept-charset is acknowledged
- # [01:52] <gsnedders> BenMillard: If you don't have it, get my phone number from http://stuff.gsnedders.com/http-parsing.html
- # [01:52] <gsnedders> BenMillard: probably the only safe way to contact me until TPAC now
- # [01:54] * Quits: gsnedders (n=gsnedder@host81-156-236-33.range81-156.btcentralplus.com) ("Killin' teh intarwebs")
- # [01:54] <Philip`> annevk2: (UTF-16 is there now)
- # [01:55] <Hixie> i don't understand what IE is doing
- # [01:55] <Hixie> IE8b2
- # [01:55] <Hixie> it doesn't work at all half the time
- # [01:55] <Philip`> Hixie: I've got your dinner ready here, you'd better come now or it'll get cold
- # [01:56] <Hixie> :-)
- # [01:56] <annevk2> hmm, in Opera default will say _charset_ UTF-8
- # [01:56] <annevk2> in Firefox it says UTF-16LE but seems to submit UTF-8
- # [01:59] * Joins: aboodman2 (n=aboodman@nat/google/x-e01961b19ac7d123)
- # [02:00] * Quits: aboodman (n=aboodman@nat/google/x-fa1ec58c96b10849) (Nick collision from services.)
- # [02:00] * aboodman2 is now known as aboodman
- # [02:00] * Joins: aboodman2 (n=aboodman@nat/google/x-7624b0e3e5fb78e4)
- # [02:01] * Philip` adds POST to those pages
- # [02:01] <Hixie> oh i know what's confusing me
- # [02:01] <Hixie> <meta charset> is ignored if you're document.write()ing
- # [02:01] <Hixie> so all these docs are utf-8 when i put them in the dom viewer
- # [02:02] * Joins: weinig (n=weinig@17.203.15.250)
- # [02:17] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [02:18] <Hixie> hmm
- # [02:18] * Hixie learns of a security vulnerability caused by flash allowing Content-Type to be set cross-domain
- # [02:19] <olliej> yay flash!
- # [02:20] * Quits: dglazkov (n=dglazkov@nat/google/x-74ad4c21ffa9e8dc)
- # [02:36] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [02:45] * Quits: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [02:54] * Joins: aboodman3 (n=aboodman@67.218.107.31)
- # [02:58] <weinig> Hixie: really?!
- # [03:00] <sicking> Hixie, "set cross-domain"?
- # [03:01] <Hixie> as in, for a cross-domain request
- # [03:03] * Quits: aboodman (n=aboodman@nat/google/x-e01961b19ac7d123) (Read error: 110 (Connection timed out))
- # [03:04] <sicking> Hixie, ah
- # [03:04] * Quits: hdh000 (n=hdh@58.187.61.132) (Remote closed the connection)
- # [03:04] <sicking> Hixie, i thought they only allowed that when there was a crossdomain.xml file there?
- # [03:05] <Hixie> apparently not, though even if that was that was the case, given how easy it is to trick a server into serving a crossdomain.xml file...
- # [03:12] * Quits: aaronlev_ (n=chatzill@g226143090.adsl.alicedsl.de) ("ChatZilla 0.9.83-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [03:24] * Joins: zcorpan_ (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [03:29] * Quits: zcorpan_ (n=zcorpan@c83-252-193-84.bredband.comhem.se) (Read error: 60 (Operation timed out))
- # [03:35] * Joins: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au)
- # [03:38] * Quits: aboodman3 (n=aboodman@67.218.107.31)
- # [03:43] <Hixie> WF2 integration status: 100% [#############] Please Stand By...
- # [03:43] <Hixie> WF2 integration status: Complete.
- # [03:44] <Hixie> well, mostly. i still need to go through and copy examples over and do a thorough review of the material in wf2 to make sure it's all moved over.
- # [03:45] <Hixie> but next week i'll start focusing on the feedback that built up over the last 6 weeks
- # [03:49] * Quits: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [04:07] * Joins: eric_carlson_ (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [04:10] * Quits: john_fallows (n=j_r_fall@adsl-76-202-78-147.dsl.pltn13.sbcglobal.net) (Remote closed the connection)
- # [04:16] * Quits: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Read error: 110 (Connection timed out))
- # [04:21] * Quits: erlehmann (n=nils@dslb-088-074-203-032.pools.arcor-ip.net) (Read error: 110 (Connection timed out))
- # [04:21] * Joins: erlehmann (n=nils@dslb-088-074-210-047.pools.arcor-ip.net)
- # [04:24] * Quits: franksalim (n=frank@adsl-76-202-78-147.dsl.pltn13.sbcglobal.net) ("Leaving")
- # [04:25] <wakaba> Hixie: accept-charset DOM attribute -> acceptCharset?
- # [04:45] * Quits: Mustafa51 (n=mustafa@122.164.155.107)
- # [04:56] * Joins: renke4 (n=user@Lcb3b.l.pppool.de)
- # [04:57] * Quits: aboodman2 (n=aboodman@nat/google/x-7624b0e3e5fb78e4) (Read error: 110 (Connection timed out))
- # [04:59] * Quits: weinig (n=weinig@17.203.15.250)
- # [05:04] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [05:05] * Joins: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au)
- # [05:17] * Quits: renke3 (n=user@Lcd9c.l.pppool.de) (No route to host)
- # [05:29] <dglazkov> ping annevk2
- # [05:29] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [05:35] * Quits: famicom (i=famicom@5ED2F98E.cable.ziggo.nl) ("Leaving")
- # [05:56] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [05:56] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [05:58] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [05:59] * Joins: weinig_ (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [05:59] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [05:59] * Quits: weinig_ (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [06:00] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [06:12] * Joins: erlehmann_ (n=nils@dslb-088-074-210-047.pools.arcor-ip.net)
- # [06:14] * Quits: erlehmann (n=nils@dslb-088-074-210-047.pools.arcor-ip.net) (Read error: 104 (Connection reset by peer))
- # [06:22] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [06:23] * Joins: Mustafa51 (n=mustafa@122.165.2.34)
- # [06:25] * Quits: Mustafa51 (n=mustafa@122.165.2.34) (Client Quit)
- # [06:25] * Joins: Mustafa51 (n=mustafa@122.165.2.34)
- # [06:36] * Joins: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [06:51] * Quits: csarven (n=csarven@modemcable150.182-202-24.mc.videotron.ca) (Read error: 110 (Connection timed out))
- # [06:56] * Joins: aboodman3 (n=aboodman@dsl081-073-212.sfo1.dsl.speakeasy.net)
- # [06:56] * aboodman3 is now known as aboodman
- # [07:10] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [08:15] * olliej is now known as fakeolliej
- # [08:27] * Joins: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp)
- # [08:33] * Quits: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [08:39] * Quits: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [08:49] * Joins: wakaba_ (n=wakaba@30.165.210.220.dy.bbexcite.jp)
- # [08:49] * Quits: wakaba_ (n=wakaba@30.165.210.220.dy.bbexcite.jp) (Client Quit)
- # [09:04] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [09:04] * fakeolliej is now known as olliej
- # [09:13] * olliej is now known as fakeolliej
- # [09:15] <erlehmann_> sometimes, old people are awesome - "man, the last time I had to throw together some HTML, I was constantly doing things like \begin{center}."
- # [09:22] * Parts: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [09:34] <annevk2> Hixie, not WF2 feedback from the last few years? :)
- # [09:49] * weinig is now known as weinig|zZz
- # [10:02] * Joins: Maurice` (i=copyman@cc90688-a.emmen1.dr.home.nl)
- # [10:16] * Joins: smedero (n=smedero@pia145-154.pioneernet.net)
- # [10:18] * Quits: smedero (n=smedero@pia145-154.pioneernet.net) (Client Quit)
- # [10:23] * Joins: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [10:26] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [10:29] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [10:34] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [10:35] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [10:37] <annevk2> it's a bit sad that external data providers for <select> and <datalist> are gone
- # [10:40] * Joins: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au)
- # [10:44] <zcorpan> no one-liner google suggest? :(
- # [10:45] <annevk2> indeed
- # [10:46] <annevk2> though hopefully now that it's somewhat simpler other browsers will implement the new form controls
- # [10:46] <annevk2> can always be added back in in forms v3
- # [10:53] <annevk2> Web Forms 2.0 had a five year anniversary since the first official draft September 5
- # [10:55] * Quits: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [10:56] * Quits: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [11:57] * Joins: hdh (n=hdh@58.187.60.252)
- # [12:41] * Joins: ROBOd (n=robod@89.122.216.38)
- # [13:34] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [13:40] * Joins: Philip`_ (n=philip@zaynar.demon.co.uk)
- # [13:49] * Joins: Philip`__ (n=philip@zaynar.demon.co.uk)
- # [13:53] * Quits: Philip` (n=philip@zaynar.demon.co.uk) (Read error: 110 (Connection timed out))
- # [14:00] * Joins: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au)
- # [14:00] * Joins: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [14:01] * Quits: Philip`_ (n=philip@zaynar.demon.co.uk) (Read error: 110 (Connection timed out))
- # [14:06] * Quits: nessy (n=nessy@124-168-133-222.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [14:07] * Philip`__ is now known as Philip`
- # [14:09] * Quits: erlehmann_ (n=nils@dslb-088-074-210-047.pools.arcor-ip.net)
- # [14:10] * Joins: renke3 (n=user@Lc72a.l.pppool.de)
- # [14:12] * Quits: renke3 (n=user@Lc72a.l.pppool.de) (Remote closed the connection)
- # [14:12] * Joins: renke2 (n=user@Lc72a.l.pppool.de)
- # [14:28] * Quits: renke4 (n=user@Lcb3b.l.pppool.de) (Read error: 110 (Connection timed out))
- # [14:30] * Joins: Philip`_ (n=philip@zaynar.demon.co.uk)
- # [14:30] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [14:36] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [14:41] * Joins: Philip`__ (n=philip@zaynar.demon.co.uk)
- # [14:41] * Quits: Philip` (n=philip@zaynar.demon.co.uk) (Read error: 110 (Connection timed out))
- # [14:43] * Philip`__ is now known as Philip`
- # [14:43] <hsivonen> Philip`__: yes, it it typical for French books to have the spine text upside-down when the cover of the book faces up
- # [14:44] * Philip` wonders what caused the differing conventions
- # [14:44] <hsivonen> French book spine text is one of the great mysteries of local customs
- # [14:45] <Dashiva> Are their bookshelves RTL?
- # [14:52] * Quits: Philip`_ (n=philip@zaynar.demon.co.uk) (Read error: 113 (No route to host))
- # [15:11] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [15:19] * Joins: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com)
- # [15:23] * Joins: othermaciej_ (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [15:23] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 54 (Connection reset by peer))
- # [15:26] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [15:36] <hsivonen> http://help.yahoo.com/l/us/yahoo/search/webcrawler/slurp-14.html
- # [15:44] <Philip`> Seems nicer than Google's approach of using magic comments to indicate regions of the page that should be processed differently
- # [15:51] * eric_carlson_ is now known as eric_carlson
- # [15:54] * Quits: Mustafa51 (n=mustafa@122.165.2.34)
- # [15:59] <annevk2> maybe we should host Anolis on Google App Engine?
- # [15:59] <Philip`> That won't work, since the CPU quota per request is tiny
- # [16:03] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [16:03] * Quits: othermaciej_ (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [16:04] <annevk2> Philip`, where is that stated?
- # [16:05] * annevk2 only sees a daily limit
- # [16:06] <Philip`> annevk2: Not sure, but I've seen people on blogs complaining that it doesn't like them spending more than fractions of a second on a request
- # [16:06] <annevk2> pointers?
- # [16:08] <annevk2> hmm
- # [16:08] <annevk2> "Google App Engine does not support any data structure that is larger than 1MB in size."
- # [16:08] <annevk2> and "Not only are your calls limited to returning in 10 seconds but if you actually try to do anything too stressful within those calls, you will quickly hit the short-term high CPU quota limit."
- # [16:08] <annevk2> from http://aralbalkan.com/1504
- # [16:12] <annevk2> there's http://www.10gen.com/ which seems to be competing with GAE
- # [16:13] <Philip`> What's wrong with where it's currently hoste?
- # [16:13] <Philip`> s//d/
- # [16:13] <annevk2> my version is too slow :)
- # [16:13] <annevk2> but yeah, prolly not much
- # [16:14] <Philip`> Parallelised scalable hosting things won't help when the problem is that a single serial Python script is too slow
- # [16:15] * Parts: annevk2 (n=annevk@77.163.243.203)
- # [16:16] * Joins: annevk2 (n=annevk@77.163.243.203)
- # [16:28] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [16:48] <hsivonen> how didn't this issue surface during the long ARIA naming debate: http://annevankesteren.nl/2008/10/ie8-bad-update#comment-6641
- # [16:52] <annevk2> in retrospect ariavaluenow etc. would've been better
- # [16:53] <annevk2> also more consistent with on*
- # [16:58] <takkaria> you wonder why IE can't special-case aria attributes, really, in pre-IE8 mode
- # [16:58] <hsivonen> I also wonder why people from MS were silent on this
- # [16:58] <annevk2> that should be doable too, yes
- # [16:59] <annevk2> hsivonen, yeah, see my comment further down, no idea :/
- # [16:59] <hsivonen> and if non-MS people would have caught this had ARIA been specced in a more open way
- # [16:59] <annevk2> they're still silent on it
- # [17:03] * Philip` notes that IE8 returns undefined, not null, when getting nonexistent keys
- # [17:12] <takkaria> I wonder if the IE team ever tries to run other people's testsuites
- # [17:13] <Philip`> I'm not aware that any other people have made testsuites for all this stuff
- # [17:18] * Parts: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [17:24] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [17:25] * Joins: Mustafa51 (n=mustafa@122.164.176.205)
- # [17:33] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [17:33] <takkaria> I thought firefox had tests for localStorage, I may be wrong though
- # [18:08] * Joins: othermaciej_ (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [18:08] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [18:17] * othermaciej_ is now known as othermaciej
- # [18:20] <annevk2> Firefox does not support it...
- # [18:22] <annevk2> oh wait, maybe it did land like a week ago
- # [18:22] <annevk2> bug is not closed though
- # [18:23] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [18:31] * Joins: hdh0 (n=hdh@58.187.60.252)
- # [18:32] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [18:36] * Quits: hdh (n=hdh@58.187.60.252) (Read error: 60 (Operation timed out))
- # [18:43] * Quits: dglazkov_ (n=dglazkov@72.14.224.1)
- # [18:51] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [19:00] <Philip`> https://bugzilla.mozilla.org/show_bug.cgi?id=422526
- # [19:00] <Philip`> Doesn't seem to be checked in yet
- # [19:00] <Philip`> unless I'm just looking in the wrong place
- # [19:13] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [19:18] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [19:38] * Joins: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [19:46] * Parts: zcorpan (n=zcorpan@c83-252-193-84.bredband.comhem.se)
- # [20:01] * Joins: erlehmann (n=nils@echelon.ext.c-base.org)
- # [20:01] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [20:02] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [20:02] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [20:03] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [20:07] * Quits: dglazkov_ (n=dglazkov@72.14.224.1)
- # [20:10] * Philip` sees http://www.legendscrolls.co.uk/webstandards/html5
- # [20:22] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [20:31] * Quits: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com) ("Leaving")
- # [20:33] <erlehmann> http://www.secondose.com/wp-content/uploads/2008/10/lovestory.jpg
- # [21:02] * Joins: famicom (i=famicom@5ED2F98E.cable.ziggo.nl)
- # [21:16] * Joins: hdh00 (n=hdh@58.187.60.252)
- # [21:23] * Quits: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net) (Read error: 104 (Connection reset by peer))
- # [21:23] * Joins: othermaciej (n=mjs@207.88.181.2.ptr.us.xo.net)
- # [21:35] * Quits: hdh00 (n=hdh@58.187.60.252) (Remote closed the connection)
- # [21:36] * Quits: hdh0 (n=hdh@58.187.60.252) (Read error: 110 (Connection timed out))
- # [22:14] <gpy> im hungry
- # [22:14] <gpy> how is that supposed to be solved..
- # [22:16] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [22:17] * weinig|zZz is now known as weinig
- # [22:19] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [22:24] * Quits: renke2 (n=user@Lc72a.l.pppool.de) (Remote closed the connection)
- # [22:24] * Joins: renke2 (n=user@Lc72a.l.pppool.de)
- # [22:27] * Quits: aboodman (n=aboodman@dsl081-073-212.sfo1.dsl.speakeasy.net) (Read error: 110 (Connection timed out))
- # [22:28] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:34] * Quits: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [22:41] * Joins: aboodman (n=aboodman@dsl081-073-212.sfo1.dsl.speakeasy.net)
- # [22:41] * Quits: aboodman (n=aboodman@dsl081-073-212.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [23:54] <tiglionabbit> oh I just thought of something. Of the new form fields that are included for the sake of client-side validation, we have url, but we don't have phone number. Quite often I see the annoying pattern of 3 text fields with javascript jumps between them. It would be great to see a standard phone number field that eliminated this bad practice
- # [23:56] <Philip`> tiglionabbit: How would you validate a phone number?
- # [23:57] <tiglionabbit> start with the country code, or intuit it from the user's locale if you can't, then check if it follows the correct pattern
- # [23:57] <Philip`> Could the pattern be anything more complex than /\d+/?
- # [23:57] <tiglionabbit> what would be really nice would be to see a form field that behaves like a cell phone does when you start entering a number
- # [23:58] <tiglionabbit> formatting it with hyphons and parenthesis as you type
- # [23:58] <tiglionabbit> that are not actually part of the text
- # [23:59] <Philip`> I'd assume that's a huge amount of work to cover every locale, and would be out of date quite quickly
- # [23:59] <tiglionabbit> do cell phones have this problem?
- # Session Close: Sun Oct 12 00:00:00 2008
The end :)