Options:
- # Session Start: Sat Oct 23 00:00:00 2010
- # Session Ident: #whatwg
- # [00:03] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:07] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [00:08] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a) (Quit: -)
- # [00:11] * Joins: JoePeck (~JoePeck@2620:0:1b00:1f02:fa1e:dfff:fed9:b9a)
- # [00:15] * Joins: f1lt3r (~f1lt3r@64.119.153.2)
- # [00:23] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f02:fa1e:dfff:fed9:b9a) (Quit: -)
- # [00:32] * Joins: Aleoss (AleossIRC@142.166.193.62)
- # [00:35] * Quits: jwalden (~waldo@nat/mozilla/x-iezwzwgsjmzjiawq) (Ping timeout: 250 seconds)
- # [00:36] * Quits: sebmarkbage (d5506daa@gateway/web/freenode/ip.213.80.109.170) (Ping timeout: 265 seconds)
- # [00:45] * Quits: f1lt3r (~f1lt3r@64.119.153.2) (Quit: less catch, more try)
- # [00:49] * Quits: MikeSmith (~MikeSmith@EM111-188-39-37.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [00:50] * Joins: jwalden (~waldo@nat/mozilla/x-ouzyeulbumglvwmp)
- # [00:55] * Joins: MikeSmith (~MikeSmith@EM114-48-65-141.pool.e-mobile.ne.jp)
- # [01:04] <annevk> AryehGregor, we hired someone who works from New York
- # [01:05] <annevk> AryehGregor, it depends on the position really, but we have several people working from home, including people working on the Core engine
- # [01:05] * annevk works from home too
- # [01:05] <annevk> mostly
- # [01:07] * gsnedders works from home
- # [01:14] <Hixie> annevk: wait, what's this about onformchange?
- # [01:18] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [01:19] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [01:20] <annevk> Hixie, you can do it via event capture instead
- # [01:20] <annevk> Hixie, you lose the event handler shortcuts, but the disadvantage is not very big, and the feature is not a major win
- # [01:22] * Quits: jwalden (~waldo@nat/mozilla/x-ouzyeulbumglvwmp) (Quit: back later)
- # [01:24] * gsnedders wonders if playing loud death metal at 8am every morning is a suitable response to drunk flatmates making noise until 3am or so, and if it'll get a point across
- # [01:25] * Joins: primal1 (~primal@pool-173-58-229-3.lsanca.fios.verizon.net)
- # [01:25] <annevk> i wouldn't count on it
- # [01:26] <gsnedders> Or playing it till 3am when they're having an early night
- # [01:27] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [01:36] <Hixie> annevk: how do you do capture handlers in markup? i don't understand
- # [01:37] * Joins: jamesr_ (~jamesr@nat/google/x-fjitlnefnymyckri)
- # [01:38] <jamesr_> annevk: any thoughts on http://lists.w3.org/Archives/Public/public-webapps/2010OctDec/0022.html ?
- # [01:40] <jamesr_> it's about XHR2's overrideMimeType
- # [01:43] <annevk> Hixie, well you don't
- # [01:43] <Hixie> annevk: that's the whole point of the feature
- # [01:44] <Hixie> so you can do e.g. <output onforminput="value = a.value * b.value"></output>
- # [01:45] <annevk> sure, but is that really worth all the added complexity?
- # [01:45] <Hixie> what extra complexity? it's two events
- # [01:45] <annevk> and two methods, no?
- # [01:45] <annevk> I don't care strongly
- # [01:46] <annevk> just happy to nuke features until demand is stronger
- # [01:46] <annevk> jamesr_, right yeah, I should answer that
- # [01:46] <annevk> jamesr_, I sort of wonder if it isn't already a problem with having both responseText and responseXML
- # [01:47] <jamesr_> .rT and .rX use the same encoding, no?
- # [01:47] <Hixie> well the methods just make things simpler to trigger
- # [01:47] <jamesr_> we just pass .rT to the XML parser to generate responseXML
- # [01:47] <annevk> jamesr_, I don't really like putting the complexity on authors; Mozilla indicated they would be willing to have both responseArrayBuffer and responseText; so did Maciej
- # [01:48] <jamesr_> responseArrayBuffer is orthogonal
- # [01:48] <annevk> no not really
- # [01:48] <jamesr_> if you are touching responseArrayBuffer then the overrideMimeType is irrelevant (since you are touching the raw bytes)
- # [01:48] <annevk> if responseArrayBuffer is always there overrideMimeType always working would not be an issue
- # [01:48] <jamesr_> i don't think so
- # [01:49] <jamesr_> depends on the exact semantics of responseArrayBuffer
- # [01:49] <annevk> because you could just recompute responseText et al when asked for
- # [01:49] <jamesr_> but that would _suck_ hardcore
- # [01:49] <jamesr_> re-decoding on access is unfeasible for XHR
- # [01:49] <jamesr_> i think mozilla tried that once
- # [01:49] <jamesr_> after you decode you have to store the decoded text
- # [01:49] <annevk> the Gecko developers are the ones not opposed
- # [01:49] <annevk> well sure, you can cache it
- # [01:50] <jamesr_> gecko doesn't support overrideMimeType as it is currently spec'd
- # [01:50] <annevk> I'm not saying you shouldn't do that
- # [01:50] <jamesr_> i don't think overrideMimeType should require keeping extra copies of the data around. whether responseArrayBuffer does is another discussion (that should probably happen on the list)
- # [01:51] <annevk> if responseArrayBuffer is always there I don't think that overrideMimeType always working adds much complexity
- # [01:51] <annevk> if resonseArrayBuffer is not always there that changes things
- # [01:52] <jamesr_> i don't think allowing overrideMimeType at arbitrary times adds much value, either
- # [01:52] <annevk> and yes, that should be discussed on the list; I myself have been occupied with some other things
- # [01:53] <jamesr_> the practical side of this is that pretty much everything in the world currently touches responseText and responseText only, so it's really important that we not regress that use case
- # [01:54] <jamesr_> anyway i understand being busy :). please respond when you do get a chance
- # [01:55] <jamesr_> i'm out for a while myself so i may not reply instantly
- # [01:55] * Quits: jamesr_ (~jamesr@nat/google/x-fjitlnefnymyckri) (Quit: jamesr_)
- # [01:55] * Quits: dglazkov (~dglazkov@nat/google/x-gdripnlydfrwhuiv) (Quit: dglazkov)
- # [01:55] <annevk> *sleep*
- # [01:56] * annevk puts xhr in his agenda
- # [01:58] * Quits: jacobolus (~jacobolus@beaker.cictr.com) (Remote host closed the connection)
- # [02:06] * Joins: Athox (~duckmysic@cF474BF51.dhcp.bluecom.no)
- # [02:07] * Quits: Anti-X (~duckmysic@77.19.199.0.tmi.telenormobil.no) (Ping timeout: 252 seconds)
- # [02:08] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [02:13] * Quits: Athox (~duckmysic@cF474BF51.dhcp.bluecom.no) (Ping timeout: 240 seconds)
- # [02:18] * Joins: Anti-X (~duckmysic@cF474BF51.dhcp.bluecom.no)
- # [02:20] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [02:22] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
- # [02:23] * Quits: jennb (~jennb@nat/google/x-rlakmpvqzwiobnph) (Quit: jennb)
- # [02:25] * Joins: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc)
- # [02:25] * Quits: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc) (Changing host)
- # [02:25] * Joins: aroben_ (~aroben@unaffiliated/aroben)
- # [02:28] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 240 seconds)
- # [02:31] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Quit: Leaving)
- # [02:33] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Quit: ap)
- # [02:38] * Quits: tonyg-cr (~Adium@nat/google/x-ketstktviegdfpkl) (Ping timeout: 272 seconds)
- # [02:48] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [02:57] * Quits: WHATWG (~apermanen@67-134-147-135.dia.static.qwest.net) (Quit: Leaving.)
- # [02:59] * Quits: aroben_ (~aroben@unaffiliated/aroben) (Ping timeout: 276 seconds)
- # [03:01] * Joins: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc)
- # [03:01] * Quits: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc) (Changing host)
- # [03:01] * Joins: aroben_ (~aroben@unaffiliated/aroben)
- # [03:09] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 272 seconds)
- # [03:11] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
- # [03:17] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
- # [03:18] * Joins: aroben (~aroben@2620:0:1b00:1191:582c:53a:861:38cc)
- # [03:18] * Quits: aroben (~aroben@2620:0:1b00:1191:582c:53a:861:38cc) (Changing host)
- # [03:18] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [03:18] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [03:21] * Quits: aroben_ (~aroben@unaffiliated/aroben) (Ping timeout: 272 seconds)
- # [03:24] * Joins: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com)
- # [03:24] * Quits: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com) (Changing host)
- # [03:24] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [03:27] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [03:28] * Joins: Edogaa (~Animeking@adsl-233-245-251.mia.bellsouth.net)
- # [03:51] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
- # [03:51] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
- # [03:52] * Quits: mamund (mamund@frost.nullshells.net) (Ping timeout: 250 seconds)
- # [03:52] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 240 seconds)
- # [04:01] * Joins: sroussey (~sroussey@adsl-69-234-110-67.dsl.irvnca.pacbell.net)
- # [04:01] * Quits: cryzed (~cryzed@i59F5F9C5.versanet.de) (Ping timeout: 252 seconds)
- # [04:01] <MikeSmith> sroussey: hola
- # [04:02] <sroussey> Hi
- # [04:05] <sroussey> So maybe next week I can come up with some idea of what a console object should contain. Some things are well supported (console.log) and some are not (console.groupCollapsed) across browsers. It would be nice if debug code didn't have to have browser switches.
- # [04:08] * Joins: paul_irish (~paul_iris@66.109.106.121)
- # [04:09] <Aleoss> TotalValidator says I should use the summary attribute of the table element to make it comply with WAI, but when I put it in, it says that I should consider an alternative to summary. Any ideas? I'm using HTML5.
- # [04:10] <Aleoss> Anyone?
- # [04:11] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [04:12] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:14] <MikeSmith> sroussey: that would be good
- # [04:14] <MikeSmith> sroussey: this is probably one the best places to get quick feedback
- # [04:15] <sroussey> :) Good to know
- # [04:15] <MikeSmith> Aleoss: no idea what TotalValidator is
- # [04:18] * Joins: jacobolu_ (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
- # [04:19] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Ping timeout: 264 seconds)
- # [04:31] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
- # [04:33] * Joins: kennyluck (~kennyluck@EM114-48-38-27.pool.e-mobile.ne.jp)
- # [04:34] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [04:35] * Quits: paul_irish (~paul_iris@66.109.106.121) (Remote host closed the connection)
- # [04:36] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:36] * Quits: kennyluck (~kennyluck@EM114-48-38-27.pool.e-mobile.ne.jp) (Client Quit)
- # [04:40] * Quits: estes (~aestes@17.246.19.229) (Quit: estes)
- # [04:41] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [04:42] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 240 seconds)
- # [04:43] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [04:46] * Quits: primal1 (~primal@pool-173-58-229-3.lsanca.fios.verizon.net) (Quit: Colloquy for iPad - http://colloquy.mobi)
- # [04:47] * micheil is now known as micheil_away
- # [04:58] <MikeSmith> I supposed "i utvikling" is probably not the best way to translate "in development"
- # [05:00] <MikeSmith> hmm
- # [05:00] <MikeSmith> or maybe it is
- # [05:00] <MikeSmith> http://da.wikipedia.org/wiki/Softwareudvikling
- # [05:01] <MikeSmith> is ud-/ut- a prefix of some kind?
- # [05:03] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [05:05] * Quits: jacobolu_ (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [05:07] <MikeSmith> out
- # [05:09] * Quits: dbaron (~dbaron@nat/mozilla/x-dkjnuhrqjbspgkiv) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [05:12] <MikeSmith> vikling = winding?
- # [05:23] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 252 seconds)
- # [05:30] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
- # [05:45] * Quits: Aleoss (AleossIRC@142.166.193.62) (Excess Flood)
- # [05:45] * Joins: Aleoss (AleossIRC@142.166.193.62)
- # [05:52] <aho> i want the jng format back
- # [05:53] <aho> in those cases where it makes sense to use, png32 is the only option, but unfortunately png32 is *much* larger
- # [05:53] <aho> https://bugzilla.mozilla.org/show_bug.cgi?id=195280 <- nowadays their reasoning looks sorta silly
- # [05:54] <aho> given that i've seen sites which use a >300kb png32 as workaround
- # [05:55] <aho> mng is sorta pointless though
- # [05:55] <aho> but just jng... how hard could it be? :>
- # [05:56] <aho> i mean... if you can decode jpg and if you can read a png... you already got all the parts you need for reading jng
- # [05:56] <aho> (yea, this isn't really the right place for this... just rambling a bit here) :>
- # [05:58] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
- # [06:00] <MikeSmith> what would be a good precise term to classify Firebug, Web Inspector, Dragonfly, etc.?
- # [06:01] <MikeSmith> Web developer debugging tools?
- # [06:01] <MikeSmith> Web application debugging tools
- # [06:04] <MikeSmith> or thinking of it in terms of what aspects of the tools have potential to be standardized across apps
- # [06:04] <MikeSmith> interfaces
- # [06:04] <aho> "web development tools" is used by wikipedia
- # [06:04] <MikeSmith> like the console object
- # [06:04] <MikeSmith> aho: yeah, not nearly precise enough for my needs
- # [06:04] <MikeSmith> Dreamweaver is a "web development tool"
- # [06:04] <aho> so is filezilla ;)
- # [06:05] <MikeSmith> "Web application debugging" interfaces
- # [06:05] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [06:05] <aho> but yea, it's odd that there doesnt seem to be a better name for this stuff
- # [06:05] <MikeSmith> dunno if "debugging" is the best word
- # [06:05] <MikeSmith> I guess I will go with "debugging" for now
- # [06:06] <MikeSmith> and "Web application debugging"
- # [06:06] <aho> you dont necessarily do debugging with it though
- # [06:06] <MikeSmith> rather than "Web developer debugging"
- # [06:06] <MikeSmith> aho: so what other tasks do you do?
- # [06:06] <aho> you can write css with it :>
- # [06:06] <MikeSmith> "debugging" is a pretty loose term in practice
- # [06:07] <aho> you can also do performance analysis stuff
- # [06:12] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [06:13] <MikeSmith> hmm
- # [06:13] <MikeSmith> true
- # [06:14] <MikeSmith> we have a group for that already
- # [06:14] <MikeSmith> Web Performance WG
- # [06:14] <MikeSmith> http://www.w3.org/2010/webperf/
- # [06:15] <MikeSmith> but that scope is too limiting
- # [06:15] <MikeSmith> it's only about performance
- # [06:17] * Joins: heycam (~cam@60.234.80.67)
- # [06:19] <MikeSmith> sroussey: any suggestions?
- # [06:29] * Quits: heycam (~cam@60.234.80.67) (Quit: bye)
- # [06:30] * Joins: heycam (~cam@wok.mcc.id.au)
- # [06:31] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 264 seconds)
- # [06:32] * Quits: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k562.webspeed.dk) (Quit: Leaving)
- # [06:36] * Joins: Heimidal (~heimidal@c-67-177-214-77.hsd1.co.comcast.net)
- # [06:36] * Quits: Heimidal (~heimidal@c-67-177-214-77.hsd1.co.comcast.net) (Changing host)
- # [06:36] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [06:36] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [06:42] <MikeSmith> goodbye datagrid
- # [06:42] <MikeSmith> we barely knew yah
- # [06:47] <karlcow> http://ajaxian.com/archives/birth-of-the-datagrid-element-in-html-5
- # [06:48] <karlcow> http://blog.whatwg.org/this-week-in-html-5-episode-31
- # [06:48] <karlcow> http://html5.org/tools/web-apps-tracker?from=2961&to=2962
- # [06:48] <karlcow> was looking for the inception date 2009-04-18
- # [06:49] <karlcow> to http://html5.org/tools/web-apps-tracker?from=5643&to=5644 2010-10-22 23:12
- # [06:50] * Quits: MikeSmith (~MikeSmith@EM114-48-65-141.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [06:55] * Joins: MikeSmith (~MikeSmith@EM114-48-223-83.pool.e-mobile.ne.jp)
- # [06:55] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
- # [07:09] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [07:30] * Quits: slartsa (~slartsa@alpha.pumppumedia.com) (Remote host closed the connection)
- # [07:35] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [07:57] * Joins: kennyluck (~kennyluck@dhcp-246-37.mag.keio.ac.jp)
- # [08:02] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [08:21] * Quits: heycam (~cam@wok.mcc.id.au) (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
- # [08:21] * Joins: heycam (~cam@wok.mcc.id.au)
- # [08:28] * Quits: heycam (~cam@wok.mcc.id.au) (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
- # [08:29] * Joins: heycam (~cam@wok.mcc.id.au)
- # [08:30] * Quits: Martijnc (~Martijnc@91.176.220.93) (Ping timeout: 250 seconds)
- # [08:31] * Quits: kennyluck (~kennyluck@dhcp-246-37.mag.keio.ac.jp) (Quit: kennyluck)
- # [08:35] * Joins: Martijnc (~Martijnc@91.176.116.129)
- # [08:36] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [08:46] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.10/20100920140826])
- # [08:50] * Joins: erlehmann (~erlehmann@89.204.137.9)
- # [08:58] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [09:05] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [09:05] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Excess Flood)
- # [09:06] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [09:18] * Parts: jwm (jwm@dev.dist.us)
- # [09:24] * Quits: cypha (~sallabanc@unaffiliated/cypha) (Ping timeout: 240 seconds)
- # [09:26] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Ping timeout: 250 seconds)
- # [09:27] * Joins: matjas (~matjas@91.182.215.158)
- # [09:30] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
- # [09:45] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [09:47] * Joins: ROBOd (~robod@89.123.140.142)
- # [09:47] * Quits: matjas (~matjas@91.182.215.158) (Remote host closed the connection)
- # [09:48] * Joins: matjas (~matjas@91.182.215.158)
- # [09:49] * Quits: matjas (~matjas@91.182.215.158) (Remote host closed the connection)
- # [10:02] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
- # [10:03] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
- # [10:15] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [10:16] * Joins: nessy (~Adium@124-168-60-18.dyn.iinet.net.au)
- # [10:20] * Joins: slartsa (~slartsa@68.68.18.83.customer.bluemilenetworks.com)
- # [10:21] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [10:22] * Parts: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) ("Leaving")
- # [10:25] * Quits: espadrine (~espadrine@acces0670.res.insa-lyon.fr) (Quit: espadrine)
- # [10:26] * Joins: cypha (~sallabanc@unaffiliated/cypha)
- # [10:29] * Joins: maikmerten (~maikmerte@port-92-201-196-131.dynamic.qsc.de)
- # [10:30] * Quits: Anti-X (~duckmysic@cF474BF51.dhcp.bluecom.no) (Ping timeout: 264 seconds)
- # [10:32] * Quits: cypha (~sallabanc@unaffiliated/cypha) (Ping timeout: 245 seconds)
- # [10:35] * Joins: Anti-X (~duckmysic@cAB76BF51.dhcp.bluecom.no)
- # [10:36] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Quit: ChatZilla 0.9.86 [Firefox 4.0b8pre/20101012184407])
- # [10:42] * Quits: Anti-X (~duckmysic@cAB76BF51.dhcp.bluecom.no) (Ping timeout: 255 seconds)
- # [10:49] * Joins: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no)
- # [10:56] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
- # [10:56] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [10:59] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [10:59] <annevk> yay Hixie for writing up that CP for ISSUE-27
- # [11:05] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:07] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
- # [11:10] <annevk> I do hope we get a replacement for <datagrid> within some reasonable amount of time
- # [11:10] * Quits: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no)
- # [11:23] <hsivonen> annevk: <table> + ARIA + JS lib
- # [11:27] <annevk> right, as I said...
- # [11:40] * Joins: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no)
- # [11:49] * Quits: aho (~nya@fuld-4d00d1ab.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [11:53] * Joins: beverloo (~peter@5ED75878.cm-7-8b.dynamic.ziggo.nl)
- # [12:04] * Joins: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk)
- # [12:13] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
- # [12:23] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
- # [12:24] * Quits: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no) (Ping timeout: 240 seconds)
- # [12:30] * Quits: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk) (Ping timeout: 276 seconds)
- # [12:31] * Joins: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no)
- # [12:34] * Joins: everton (~everton@216.131.110.172)
- # [12:35] * Quits: everton (~everton@216.131.110.172) (Client Quit)
- # [12:54] * Joins: MikeSmith_ (~MikeSmith@EM114-48-64-76.pool.e-mobile.ne.jp)
- # [12:57] * Quits: MikeSmith (~MikeSmith@EM114-48-223-83.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [12:57] * MikeSmith_ is now known as MikeSmith
- # [13:00] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [13:01] * maikmerten is now known as maik|afk
- # [13:13] * Quits: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no) (Ping timeout: 265 seconds)
- # [13:17] * Joins: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no)
- # [13:29] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [13:31] * Quits: erlehmann (~erlehmann@89.204.137.9) (Quit: Die demokratieerhaltende Whistleblower-Organisation Krautchan freut sich immer über Spenden.)
- # [13:32] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [13:37] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:37] * Quits: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no) (Ping timeout: 240 seconds)
- # [13:42] * Joins: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no)
- # [13:47] * micheil_away is now known as micheil
- # [13:51] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 265 seconds)
- # [13:55] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
- # [14:01] * Joins: maikmerten_ (~maikmerte@port-92-201-81-174.dynamic.qsc.de)
- # [14:04] * Quits: maik|afk (~maikmerte@port-92-201-196-131.dynamic.qsc.de) (Ping timeout: 252 seconds)
- # [14:08] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [14:14] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [14:14] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
- # [14:14] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [14:17] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:18] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 250 seconds)
- # [14:33] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [14:42] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
- # [14:42] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [14:42] * Quits: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no) (Ping timeout: 265 seconds)
- # [14:43] * Joins: Anti-X (~duckmysic@c557ABF51.dhcp.bluecom.no)
- # [14:44] <webr3> annevk, anybody from opera, is CORS "Access-Control-Allow-Origin" supported by opera?
- # [14:44] <gsnedders> webr3: No
- # [14:44] <gsnedders> webr3: But will be in future
- # [14:45] <webr3> lol gsnedders!
- # [14:45] <webr3> thought best to double check that one :p
- # [14:45] <gsnedders> webr3: Well, I _do_ fall into the "anybody from opera" category :)
- # [14:46] <Dashiva> What if I work for an opera house?
- # [14:48] <webr3> gsnedders, cool didn't realise - and thus apologies!
- # [14:48] * Quits: Anti-X (~duckmysic@c557ABF51.dhcp.bluecom.no) (Ping timeout: 272 seconds)
- # [14:48] <gsnedders> webr3: Not realizing seemed like the plausible explanation — no need to apologize! :)
- # [14:54] * Joins: Anti-X (~duckmysic@77.19.145.132.tmi.telenormobil.no)
- # [15:00] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
- # [15:07] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Remote host closed the connection)
- # [15:22] * Joins: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com)
- # [15:22] * Quits: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com) (Changing host)
- # [15:22] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [15:30] * Joins: Athox (~duckmysic@c0872BF51.dhcp.bluecom.no)
- # [15:33] * Quits: Anti-X (~duckmysic@77.19.145.132.tmi.telenormobil.no) (Ping timeout: 240 seconds)
- # [15:37] * Quits: Athox (~duckmysic@c0872BF51.dhcp.bluecom.no) (Ping timeout: 272 seconds)
- # [15:40] * Quits: nessy (~Adium@124-168-60-18.dyn.iinet.net.au) (Quit: Leaving.)
- # [15:42] * Joins: Anti-X (~duckmysic@77.17.203.116.tmi.telenormobil.no)
- # [15:45] * Joins: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k562.webspeed.dk)
- # [15:50] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [15:56] * Joins: Craig` (~craig@host81-141-115-0.wlms-broadband.com)
- # [15:57] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
- # [15:57] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [16:04] * Joins: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com)
- # [16:04] * Quits: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com) (Changing host)
- # [16:04] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [16:08] * Quits: Craig` (~craig@host81-141-115-0.wlms-broadband.com) (Quit: Leaving)
- # [16:10] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
- # [16:11] * Joins: Craig` (~craig@host81-141-115-0.wlms-broadband.com)
- # [16:20] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [16:39] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [16:56] * Joins: boogyman_ (~boogy@cpe-173-171-60-41.tampabay.res.rr.com)
- # [16:56] * Quits: boogyman_ (~boogy@cpe-173-171-60-41.tampabay.res.rr.com) (Changing host)
- # [16:56] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
- # [16:57] * Quits: boogyman_ (~boogy@unaffiliated/boogyman) (Read error: Connection reset by peer)
- # [16:58] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
- # [16:59] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Disconnected by services)
- # [16:59] * boogyman_ is now known as boogyman
- # [16:59] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [17:00] * Quits: benschwarz (~ben@59.167.185.148) (Quit: benschwarz)
- # [17:10] * Quits: micheil (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [17:10] * Joins: micheil_mbp (~micheil@124-149-173-56.dyn.iinet.net.au)
- # [17:11] * Quits: sean` (~Sean@84-106-110-173.cable.quicknet.nl) (Ping timeout: 252 seconds)
- # [17:11] * Joins: sean` (~Sean@84-106-110-173.cable.quicknet.nl)
- # [17:44] <sroussey> MikeSmith: we sometimes loosely use "Browser Tools" or Browser Developer Tools. Note that I've seen people reuse Web Inspector to attach to V8/node server side javascript, but I don't think we need worry about that for the console object
- # [17:44] * Quits: Craig` (~craig@host81-141-115-0.wlms-broadband.com) (Quit: Leaving)
- # [17:49] <micheil_mbp> sroussey: I've not seen that with v8/node, got a link?
- # [17:51] * Quits: micheil_mbp (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
- # [17:51] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
- # [17:53] <sroussey> http://github.com/dannycoates/node-inspector
- # [18:01] <micheil> ah
- # [18:01] <micheil> I always thought that was console based
- # [18:01] <micheil> (command line)
- # [18:10] <sroussey> It is, but you can have an agent relay events to a a browser, even events that are happening in the server itself
- # [18:10] <micheil> ah, cool
- # [18:10] <micheil> I've never really looked at it much
- # [18:13] <MikeSmith> sroussey: it seems like "browser tools" could mean a whole lot of things
- # [18:14] <MikeSmith> and "browser developer tools" sounds like something for developing browsers
- # [18:14] <sroussey> yes, true...
- # [18:15] <sroussey> Then you are back to "Web Developer Tools for Browsers" or some such.
- # [18:16] <MikeSmith> I'm at "Web application debugging"
- # [18:16] <MikeSmith> I'm not even sure about "tools"
- # [18:16] <MikeSmith> because what I need to describe are not the tools
- # [18:17] <MikeSmith> but the scope
- # [18:17] <MikeSmith> I am thinking "analysis" is another word that could be used
- # [18:17] <MikeSmith> "Web application analysis and debugging"
- # [18:17] <MikeSmith> maybe
- # [18:17] <MikeSmith> it's never fun to try to pick a name for any of this stuff
- # [18:18] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [18:24] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [18:24] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [18:26] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [18:32] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [18:33] <sroussey> No it is not!
- # [18:34] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
- # [18:34] <sroussey> No fun at all... but "Web application analysis and debugging" is pretty decent
- # [18:34] <Aleoss> MikeSmith: Pick an acronym that can sound dirty. ;)
- # [18:34] <sroussey> Probably the most accurate I've seen
- # [18:35] <MikeSmith> Aleoss: I always try
- # [18:35] <Aleoss> MikeSmith: Examples: CLIT (Continuum Level/INI Toolkit) or ASSS (A Small Subspace Server) for this game called Continuum
- # [18:35] <MikeSmith> heh
- # [18:35] <MikeSmith> I like the way you think
- # [18:35] <sroussey> Heh, makes WAAD seem so pedestrian
- # [18:35] <MikeSmith> :)
- # [18:37] * Joins: SavageX_ (~maikmerte@port-92-201-65-169.dynamic.qsc.de)
- # [18:40] * Quits: maikmerten_ (~maikmerte@port-92-201-81-174.dynamic.qsc.de) (Ping timeout: 245 seconds)
- # [18:40] <Aleoss> MikeSmith: Just do WAD (Web Analysis Debugging) and figure out how to prefix CUM to the start of it.
- # [18:42] <MikeSmith> that's what we need more of
- # [18:43] <MikeSmith> for the Web platform
- # [18:43] <MikeSmith> more Redd Foxx
- # [18:43] <MikeSmith> more Chinga Chavin
- # [18:43] <MikeSmith> more Blowfly
- # [18:44] <MikeSmith> or short of that, more Kool Keith at least
- # [18:44] <MikeSmith> or more Kinky Friedman
- # [18:56] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
- # [18:56] * Joins: justinhjohnson (~justinjn@c-76-120-71-255.hsd1.co.comcast.net)
- # [18:58] * Quits: MikeSmith (~MikeSmith@EM114-48-64-76.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [19:03] * Joins: MikeSmith (~MikeSmith@EM111-188-47-24.pool.e-mobile.ne.jp)
- # [19:04] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [19:05] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
- # [19:06] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [19:12] * Joins: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com)
- # [19:12] * Quits: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com) (Client Quit)
- # [19:14] * abarth is now known as abarth|class
- # [19:14] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Remote host closed the connection)
- # [19:15] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
- # [19:20] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [19:22] * Joins: Ms2ger (~Ms2ger@91.181.122.245)
- # [19:24] * Joins: matjas (~matjas@91.182.215.158)
- # [19:26] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [19:31] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
- # [19:39] * Quits: matjas (~matjas@91.182.215.158) (Remote host closed the connection)
- # [19:43] * Quits: Ms2ger (~Ms2ger@91.181.122.245) (Read error: Connection reset by peer)
- # [19:49] * Joins: Ms2ger (~Ms2ger@91.181.122.245)
- # [20:01] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [20:08] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [20:10] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [20:11] * Joins: cfq (~cfq@94-194-98-91.zone8.bethere.co.uk)
- # [20:16] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Ping timeout: 245 seconds)
- # [20:18] * Quits: cfq (~cfq@94-194-98-91.zone8.bethere.co.uk) (Quit: cfq)
- # [20:22] * Quits: SavageX_ (~maikmerte@port-92-201-65-169.dynamic.qsc.de) (Remote host closed the connection)
- # [20:24] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [20:26] * Joins: eboyjr (~eboyjr@unaffiliated/eboyjr)
- # [20:26] <eboyjr> I have a proposol for the DOM
- # [20:27] <eboyjr> I think that there should be an event for when window.location.href changes
- # [20:27] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [20:27] <eboyjr> Right now polling is not really the best way to do it
- # [20:27] <eboyjr> That's all thanks
- # [20:27] <eboyjr> :)
- # [20:28] <boogyman> eboyjr: as with the other channel, it's still okay to NOT use the enter button as punctuation :-s
- # [20:28] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
- # [20:29] <eboyjr> boogyman: Yeah whoops :/
- # [20:30] <Dashiva> eboyjr: Isn't that what onhashchange does?
- # [20:32] <eboyjr> Dashiva: Yeah it does, -.- thanks
- # [20:34] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [20:35] * Parts: eboyjr (~eboyjr@unaffiliated/eboyjr)
- # [20:45] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [20:47] * Joins: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net)
- # [20:47] * Quits: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [20:48] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [20:48] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [20:56] * Quits: cyphase (~cyphase@adsl-76-254-66-16.dsl.pltn13.sbcglobal.net) (Read error: Connection reset by peer)
- # [21:12] * Joins: cyphase (~cyphase@adsl-99-27-135-33.dsl.pltn13.sbcglobal.net)
- # [21:18] <karlcow> .
- # [21:19] * karlcow is not sure to understand hixie's answer. It seems to move the outpost of the issue. (cf. rel)
- # [21:20] <karlcow> RISKS
- # [21:20] <karlcow> We might have to update the spec at some point in the future if for
- # [21:20] <karlcow> whatever reason the registry moves to another URL. However, that's a risk
- # [21:20] <karlcow> regardless of what solution we use, since if someone sets up a competing
- # [21:20] <karlcow> registry that wins in the market, we'd have to update the spec to point to
- # [21:20] <karlcow> that registry even if the previosuly "official" one still existed.
- # [21:20] * Joins: aho (~nya@fuld-4d00d64c.pool.mediaWays.net)
- # [21:21] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [21:21] * karlcow wonders if a separate spec for rel values if it is expected to change more often would be needed and then could be used by other specs.
- # [21:23] <Hixie> the HTML spec is going to change far more often than the rel spec
- # [21:27] <karlcow> ok so no issue and no risk.
- # [21:33] * Joins: Athox (~duckmysic@c6078BF51.dhcp.bluecom.no)
- # [21:37] * Quits: Anti-X (~duckmysic@77.17.203.116.tmi.telenormobil.no) (Ping timeout: 265 seconds)
- # [21:46] * Athox is now known as Anti-X
- # [21:50] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [22:16] * Quits: cyphase (~cyphase@adsl-99-27-135-33.dsl.pltn13.sbcglobal.net) (Quit: http://www.cyphase.com/)
- # [22:28] * Quits: justinhjohnson (~justinjn@c-76-120-71-255.hsd1.co.comcast.net) (Quit: justinhjohnson)
- # [22:46] <MikeSmith> I can see it making sense to have a rel spec that normatively references the HTML5 spec
- # [22:46] <MikeSmith> and possibly other specs
- # [22:47] <MikeSmith> like the RFC that mnot mentions that defines use of the license link type for Atom
- # [22:48] <MikeSmith> I especially can see it making sense if it calms some people down and lets us move on
- # [22:49] <Ms2ger> You think those people are ready to be calmed down?
- # [22:50] <MikeSmith> Ms2ger: maybe not, but I hope it might help to redirect some energy to other places
- # [22:50] <MikeSmith> other places where it might be more productively applied
- # [22:51] <MikeSmith> it would be great if we had more people who understood the spirit of the "Something is wrong on the Internet" meme
- # [22:56] <Dashiva> Did you mean: Someone is wrong on the internet
- # [22:57] <Ms2ger> He meant "MikeSmith is wrong on the Internet."
- # [22:58] <MikeSmith> I am definitely wrooong
- # [22:58] <MikeSmith> just like am baaad
- # [22:58] <Dashiva> Can you please stop, I want to sleep tonight...
- # [22:58] <MikeSmith> and I am wicked
- # [22:59] <MikeSmith> I am the mutha who put the word "fuck" in muthafucker.
- # [23:00] <Dashiva> So how would you translate badass into Japanese?
- # [23:01] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 245 seconds)
- # [23:02] <MikeSmith> hmm
- # [23:02] <MikeSmith> good question
- # [23:02] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [23:02] <paul_irish> does a media query change selector specificity?
- # [23:03] <paul_irish> feels like it should.. though i see nothing in the specs indicating that.
- # [23:03] <MikeSmith> paul_irish: not in the CSS specs either?
- # [23:03] <MikeSmith> I mean, not just in the selector api spec
- # [23:04] <MikeSmith> Dashiva: I do realize the comic is "someone", but I think the meme is more about "something"
- # [23:04] <MikeSmith> but maybe that's just me
- # [23:04] * Quits: ROBOd (~robod@89.123.140.142) (Quit: .)
- # [23:04] <Dashiva> I think so
- # [23:05] <MikeSmith> well, then, no wonder more people don't understand it!
- # [23:05] <MikeSmith> I'm the only one who uses it that way
- # [23:05] <Dashiva> See the title text of the comic
- # [23:06] <MikeSmith> yeah, I remember that
- # [23:06] <MikeSmith> "they won't quit being wrong"
- # [23:06] <MikeSmith> or whatever it says
- # [23:07] <MikeSmith> anyway, something is clearly wrong on the Internet, if people can't just can't think about particular memes the same way I do
- # [23:07] <MikeSmith> paul_irish: I am looking at the specs now
- # [23:07] <MikeSmith> fwiw
- # [23:07] <Dashiva> But surely it's not only wrong on the internet :P
- # [23:08] <MikeSmith> heh
- # [23:08] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [23:09] <paul_irish> MikeSmith: just tested it in everywhere but IE and media queries seem to not increase specifity
- # [23:09] <MikeSmith> paul_irish: maybe dbaron would now
- # [23:09] <MikeSmith> *know
- # [23:09] <karlcow> someone can't be wrong in Japan :)
- # [23:10] <paul_irish> MikeSmith: Should i file a ticket somewhere so this can be noted in the selector api spec?
- # [23:10] <dbaron> media queries don't increase specificity
- # [23:10] <paul_irish> ta
- # [23:10] <MikeSmith> paul_irish: should file if it's not clear, yeah
- # [23:11] <MikeSmith> dbaron: is there a particular place in a spec where this is addressed that paul_irish might have missed?
- # [23:11] <dbaron> well, the spec doesn't say anything about them increasing specificity
- # [23:11] <dbaron> so there's no particular place
- # [23:11] <MikeSmith> heh
- # [23:11] <MikeSmith> fair enough
- # [23:12] <MikeSmith> so it might be worth adding something to make it clear
- # [23:12] <MikeSmith> I think anne is the one working most actively on the MQ spec right now
- # [23:12] <MikeSmith> paul_irish: CSS WG doesn't use bugzilla and doesn't have an automated tracker otherwise
- # [23:12] <MikeSmith> iirc
- # [23:13] <paul_irish> Oh! :) okay. i'll just bug anne next time i see him
- # [23:13] <MikeSmith> last time I had changes about MQ spec to suggest, I e-mailed them to anne and cc'ed www-archive
- # [23:16] * Joins: jaleks (~Jaleks@95.157.9.154)
- # [23:18] <MikeSmith> Dashiva: あいつすごい
- # [23:18] <MikeSmith> maybe
- # [23:18] <MikeSmith> すげぇあいつ
- # [23:19] * Parts: jaleks (~Jaleks@95.157.9.154)
- # [23:19] <MikeSmith> あいつスゲーなー
- # [23:19] <MikeSmith> etc.
- # [23:20] <karlcow> déclaration d'amour
- # [23:21] * Ms2ger wonders why there's no bugzilla component for web dom core
- # [23:21] <karlcow> すげぇ… hmmm ちょっと…
- # [23:21] <MikeSmith> やべあいつ
- # [23:21] <Dashiva> MikeSmith: Doesn't seem to convey the bad part of badass, though...
- # [23:21] <Dashiva> Maybe there are no badasses in Japan
- # [23:21] <MikeSmith> Dashiva: well, translation tools might not do anything useful with that
- # [23:22] <MikeSmith> but in practice
- # [23:22] <MikeSmith> やばい、すごい + あいつ
- # [23:22] <MikeSmith> actually, probably やばい more than すごい
- # [23:22] <MikeSmith> these days
- # [23:23] <karlcow> MikeSmith: what is the context of bad ass?
- # [23:24] <MikeSmith> I dunno
- # [23:24] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])
- # [23:24] <MikeSmith> normal context
- # [23:25] <karlcow> ok
- # [23:25] <karlcow> a tough, aggressive, or uncooperative person
- # [23:26] <MikeSmith> hmm
- # [23:26] <MikeSmith> maybe
- # [23:27] <MikeSmith> it's like the word "muthafucker" or "motherfucker"
- # [23:27] <MikeSmith> it could mean somebody who you think is really great
- # [23:27] <MikeSmith> or it could be somebody you just really hate
- # [23:28] <MikeSmith> it depends on how you use it
- # [23:28] * karlcow has someone whispering: やばい or いかつい or あぶない
- # [23:28] <MikeSmith> heh
- # [23:28] <karlcow> in the context of really bad.
- # [23:28] <Dashiva> Well, it's sort of both
- # [23:28] <MikeSmith> karlcow: ask your sources :)
- # [23:29] <MikeSmith> Dashiva: you know ちょう?
- # [23:29] <Dashiva> They have the ready-to-be-unleashed potential of being bad, but they aren't actually bad
- # [23:29] <Dashiva> 超?
- # [23:29] <MikeSmith> this could probably use a ちょう or チョー as well
- # [23:29] <Dashiva> The prefix for like "super" or "way"?
- # [23:29] <karlcow> あいつ(that guy),イカツイ(orやばいorあぶない)よな。
- # [23:30] <MikeSmith> yeah
- # [23:30] <MikeSmith> in sense of "super2
- # [23:30] <MikeSmith> karlcow: ah yeah
- # [23:30] <MikeSmith> イカツイ
- # [23:30] <MikeSmith> I hear
- # [23:30] <Aleoss> MikeSmith: Did you come up with a creative acronym? ;)
- # [23:30] <MikeSmith> sometimes
- # [23:30] <Dashiva> I guess that one is decent
- # [23:31] <karlcow> the positive way
- # [23:31] <karlcow> あいつ(that guy),やばい(orきてるorかっこいい..)
- # [23:31] <karlcow> but the most current, (she said), would be for positive or negative is やばい
- # [23:31] <MikeSmith> チョーやべ、あいつ
- # [23:31] <karlcow> the tone makes the difference
- # [23:32] <MikeSmith> yeah, if you say it to somebody while they are down on the ground and you are kicking them in the ribs, it has a bit of a different meaning
- # [23:32] <Dashiva> Should make a new word, やばかっこ or something
- # [23:34] <MikeSmith> Aleoss: working on it
- # [23:34] <karlcow> in French, I guess I would use "connard" (for the not positive way)
- # [23:35] <MikeSmith> Aleoss: been listening to me Blowfly album "Punk rock party"
- # [23:35] <MikeSmith> for inspiration
- # [23:36] <MikeSmith> which is a Blowfly pinnacle
- # [23:36] <MikeSmith> in a long career of pinnacles
- # [23:36] <MikeSmith> dude always outdoes himself
- # [23:36] <MikeSmith> and he's like, 100 years old now or something
- # [23:37] <MikeSmith> he is a genuine inspiration
- # [23:37] <MikeSmith> he should write motivational books
- # [23:37] <MikeSmith> like Deepak Chopra and such
- # [23:37] <MikeSmith> now that would be something
- # [23:37] <MikeSmith> Blowfly's Guide to Life
- # [23:37] <karlcow> http://en.wiktionary.org/wiki/badass
- # [23:38] <slartsa> hey, someone deleted my picture from that site!
- # [23:39] <karlcow> slartsa: lost+found@fromthatsite.com
- # [23:40] * Quits: Aleoss (AleossIRC@142.166.193.62) (Quit: We love you, Dark Continent! Good night!)
- # [23:40] <slartsa> it's hard being sarcastic in IRC
- # [23:41] <karlcow> and fantastic too
- # [23:41] <karlcow> or more exactly on any text only communication.
- # [23:42] <gsnedders> I find even audio makes a lot of humour hard
- # [23:42] <MikeSmith> heh, http://en.wiktionary.org/wiki/badass is funny
- # [23:42] <MikeSmith> "The virile guy just looks badass."
- # [23:43] <MikeSmith> now, there's a real-world sentence
- # [23:43] <karlcow> gsnedders: yep. audio only freaks me out too. I need the look/face/body language of people to have a better understanding.
- # [23:44] <karlcow> I have a record of EPIC misunderstandings with online written texts.
- # [23:44] <MikeSmith> holy god
- # [23:45] <MikeSmith> you learn something new every day
- # [23:45] <MikeSmith> "Paradoxically, Clarence Reid is a staunch, bible-toting Christian"
- # [23:45] <MikeSmith> http://www.nndb.com/people/559/000087298/
- # [23:45] * gsnedders basically fell out with an ex-gf (i.e., this is how she became an ex) by a misunderstanding on IM
- # [23:45] <MikeSmith> [[
- # [23:45] <MikeSmith> quick to call out hypocritical Christians who chastise him for his ways. "Those muthafuckas should all sit on a giant butt plug," he says. "Most of them don't truly understand what the Bible is saying"
- # [23:45] * karlcow has no idea what MikeSmith is talking about :)
- # [23:45] <MikeSmith> amen to that
- # [23:46] <MikeSmith> karlcow: most nobody else does either
- # [23:46] <MikeSmith> I reckon
- # [23:46] <MikeSmith> so I will shut up
- # [23:46] <karlcow> no no
- # [23:46] <MikeSmith> hey
- # [23:46] <karlcow> I would prefer to understand who is clarence reid
- # [23:47] <MikeSmith> the "sit on a giant butt plug" part makes me think of MLW
- # [23:47] <MikeSmith> maybe Blowfly is MLW!!
- # [23:47] <MikeSmith> it so fits
- # [23:47] <karlcow> giant butt plug can't be that bad. OT would say it's all a question of breathing
- # [23:47] <MikeSmith> heh
- # [23:47] <Ms2ger> MLW and MikeSmith both start with an M. Coincidence?
- # [23:48] <MikeSmith> Ms2ger: sign from God
- # [23:49] <karlcow> Ms2ger too with a M, and without forgetting the murderer of Dusseldorf
- # [23:49] <karlcow> Hans Beckert
- # [23:51] <karlcow> could that be a way to select Change Proposals? http://www.boingboing.net/2010/10/23/old-film-rejection-s.html
- # [23:58] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection reset by peer)
- # Session Close: Sun Oct 24 00:00:00 2010
The end :)