Options:
- # Session Start: Wed Aug 10 00:00:00 2011
- # Session Ident: #whatwg
- # [00:00] <jgraham> (quantum entanglement seems rather different because the entangled parts resolve into different states as needed to preserve physical invariants. Whereas here the ports presumably have the same information on both ends)
- # [00:01] <jgraham> I just mean taht postMessage(message, ports, targetOrigin) seems inconsistent with postMessage(message, targetOrigin)
- # [00:01] <jgraham> I would expect the additional argument to be last
- # [00:02] <Hixie> ah well the other way to look at it is postMessage() has two forms, (message) and (message, transferrables), and Window just adds an argument on the end of those
- # [00:02] <jgraham> (also entanglement suggests there is some kind of randomness which I assume there is not)
- # [00:02] <Hixie> depends which postMessage() you think of as canonical :-)
- # [00:02] <Hixie> yeah entanglement certainly isn't an exact metaphor
- # [00:03] * Joins: micheil (~micheil@93-97-176-250.zone5.bethere.co.uk)
- # [00:04] <zcorpan> jgraham: we implement all arguments to postMessage
- # [00:04] <jgraham> Well I don't find it as easy to view so the current spec makes sense and I would expect people to get it wrong more often this way around. But I don't feel strongly enough to dpend time advocating changing it or anything
- # [00:05] <jgraham> zcorpan: Oh, we implement the message channels stuff?
- # [00:05] <zcorpan> yes
- # [00:05] * Quits: stefan-_ (~music@hiwi0.wi2.uni-trier.de) (Remote host closed the connection)
- # [00:05] <jgraham> Well I guess I should stop complaining about it now then ;)
- # [00:05] <Philip`> Hixie: About the canvas bug: I guess it depends on whether you think training authors to ignore non-machine-checkable conformance requirements is a problem, or if that's already a lost cause and so the spec might as well give some idealistic vision instead
- # [00:05] <zcorpan> since 10.60
- # [00:05] <jgraham> Ah, I thought we had just got workers, not the other stuff too
- # [00:06] <zewt> (i already pretty much ignore those "requirements"; they frankly seem rather nonsense to me)
- # [00:06] <zewt> (that one being a solid example of why)
- # [00:06] <zcorpan> it was implemented at the same time as workers
- # [00:06] <jgraham> Yeah, makes sense
- # [00:06] <Hixie> Philip`: yeah
- # [00:06] <zewt> (speaking as a random author :)
- # [00:06] <jgraham> (it still wouldn't be a big pain to change the argument order if it really helped. I can't image much depends on this yet)
- # [00:07] <jgraham> *imagine
- # [00:07] <jgraham> (But liek I say I really don't care all that much)
- # [00:07] <zcorpan> jgraham: we asked for the spec to change to the order it has now :)
- # [00:08] <jgraham> zcorpan: Well that was silly :p
- # [00:08] <jgraham> zcorpan: You mean you did? Why?
- # [00:08] <zcorpan> jgraham: makes sense to have the optional argument last
- # [00:09] <Hixie> hey, wait, yeah, what are you saying jgraham
- # [00:09] <Hixie> the order isn't what you said it was
- # [00:09] <Hixie> the order you described is what i would expect
- # [00:09] <Hixie> but yeah, we changed it
- # [00:10] * smaug____ needs to tests message channels and ports in Opera, since Webkit is too buggy
- # [00:10] <Hixie> smaug____: file bugs :-)
- # [00:10] <jgraham> Oh, in that case obviously zcorpan is an eminently sensible individual with good taste
- # [00:10] <smaug____> I'll file a bug to remove MessageChannel :p
- # [00:10] <jgraham> and I am probably tired enough to not notice when I am reading an old draft
- # [00:10] <jgraham> :)
- # [00:10] <jgraham> I think this suggests that sleep might be a good thing
- # [00:11] <Hixie> in oher news, what is with chrome stripping off a leading "javascript:" when i post a url into the url bar
- # [00:11] <Hixie> damn silly computers trying to stop me hurting myself
- # [00:11] <zewt> your browser knows best!
- # [00:11] <zcorpan> jgraham: actually it was sof and tarquin who pushed for changing the order, but i guess i did the emailing to public lists
- # [00:12] <zcorpan> smaug____: opera should be compliant as far as i know
- # [00:12] <smaug____> Hixie: I think other browsers are doing similar silly things. In FF there is at least some hidden pref to get back reasonable javascript: handling
- # [00:12] <zcorpan> lemme know if you find bugs :)
- # [00:12] <jgraham> zcorpan: Ah, well obviously Opera is full of people with good taste (as long as you define good taste as "agree with me" :) )
- # [00:13] <zewt> doesn't everyone?
- # [00:13] <jgraham> Hixie: A few scams on facebook and this is what happens :(
- # [00:15] <zewt> if they turn into "open the javascript console and paste this", will browsers start removing javascript consoles? heh
- # [00:15] * Quits: Zeddy (~Zeddy@cable-prv-fe9cdc00-246.dhcp.inet.fi)
- # [00:16] <Hixie> "type in the following C code and compile it, then run it with sudo"
- # [00:16] <zcorpan> yeah try that on facebook
- # [00:17] <Hixie> (i guess that explains the way iOS prevents the user from having access to the machine)
- # [00:17] <zewt> well, mobile devices are as interested in protecting the carrier from the user than the user from the internet
- # [00:20] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Ping timeout: 276 seconds)
- # [00:21] * Quits: cpearce (~chatzilla@ip-118-90-75-31.xdsl.xnet.co.nz) (Ping timeout: 258 seconds)
- # [00:22] <zcorpan> maybe webidl can add a way to annotate an attribute so that it gets enumberable:false
- # [00:24] <smaug____> zcorpan: Opera seems to work well. The API is still bizarre
- # [00:24] <zcorpan> http://dev.w3.org/2006/webapi/WebIDL/ needs more google juice (compared to TR/)
- # [00:25] <zcorpan> smaug____: agree it's a bit confusing
- # [00:25] <zcorpan> smaug____: not convinced we should change it
- # [00:25] * Joins: nessy (~Adium@74.125.56.18)
- # [00:31] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [00:32] * zcorpan -> sleep
- # [00:32] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Quit: zcorpan)
- # [00:36] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [00:40] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Read error: Operation timed out)
- # [00:46] * Quits: KillerX (~anant@nat/mozilla/x-mlztibwlebbjfkfe) (Remote host closed the connection)
- # [00:46] * Joins: KillerX (~anant@nat/mozilla/x-hcwrykafannkdnyz)
- # [00:51] * Joins: jacobolus (~jacobolus@sjc-static-208.57.178.24.mpowercom.net)
- # [00:57] * Joins: wolfman2000 (~wolfman20@74.223.168.14.nw.nuvox.net)
- # [01:02] * Joins: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [01:02] * Quits: ttepasse- (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # [01:10] <Hixie> http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks is rather humbling.
- # [01:15] * Quits: smaug____ (~chatzilla@a91-154-41-96.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 8.0a1/20110806030740])
- # [01:20] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [01:27] * Quits: KillerX (~anant@nat/mozilla/x-hcwrykafannkdnyz) (Quit: KillerX)
- # [01:27] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [01:28] * Joins: mpt (~mpt@canonical/mpt)
- # [01:31] * Quits: tjay_ (~tjay_@ip51ccc57d.adsl-surfen.hetnet.nl) (Quit: tjay_)
- # [01:32] * Joins: davidb_ (~davidb@bas4-kitchener06-1128762161.dsl.bell.ca)
- # [01:37] * Quits: hij1nx (~hij1nx@207.239.107.3) (Quit: hij1nx)
- # [01:45] <hober> Hixie: indeed, hence dbaron's bug
- # [01:46] <Hixie> hm?
- # [01:46] <dbaron> http://www.w3.org/Bugs/Public/show_bug.cgi?id=13718
- # [01:48] <Hixie> ah, interesting. hadn't seen that one yet.
- # [01:48] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 258 seconds)
- # [01:48] <Hixie> can't really argue with the first point.
- # [01:48] <Hixie> for the second point, we tried that. people didn't go for it.
- # [01:49] <Hixie> or rather, we tried making <q> that.
- # [01:49] <Hixie> there isn't really a use case for the described element.
- # [01:49] <dbaron> for people who like semantics? :-)
- # [01:50] <dbaron> alternatively, deprecate <q> in favor of quotation marks
- # [01:51] <Hixie> semantics isn't a use case on its own
- # [01:51] <Hixie> the HTML spec already says that there's no reason to use <q> rather than quotation marks
- # [01:51] <Hixie> "The use of q elements to mark up quotations is entirely optional; using explicit quotation punctuation without q elements is just as correct."
- # [01:52] <Hixie> there's even an example
- # [01:55] * Quits: davidb_ (~davidb@bas4-kitchener06-1128762161.dsl.bell.ca) (Quit: davidb_)
- # [01:55] * Joins: MikeSmith_ (~MikeSmith@50.27.208.218)
- # [01:56] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [01:58] * Quits: MikeSmith (~MikeSmith@50.27.208.218) (Ping timeout: 252 seconds)
- # [01:58] * MikeSmith_ is now known as MikeSmith
- # [02:02] * eric_carlson is now known as ericc|away
- # [02:11] <Hixie> heycam: are you going to drop [AllowAny]?
- # [02:11] <Hixie> heycam: in http://www.w3.org/Bugs/Public/show_bug.cgi?id=12870 you suggest i use it but the spec says it might go away
- # [02:14] <heycam> Hixie, probably not going to drop it
- # [02:14] <Hixie> k
- # [02:14] <heycam> Hixie, it's kind of ugly, but... *shrug*
- # [02:14] <Hixie> is there anything in JS that has a [[Call]] thingy but is not a Function?
- # [02:15] <heycam> Hixie, in the spec, I don't think so. but isn't there something with RegExp objects?
- # [02:16] <heycam> (might be completely wrong here)
- # [02:16] * Hixie tries setTimeout with a RegEcp
- # [02:16] <Hixie> RegExp
- # [02:17] <Hixie> ...i have no idea what i would test
- # [02:17] <heycam> maybe they're not going to be callable forever... https://bugzilla.mozilla.org/show_bug.cgi?id=582717
- # [02:17] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 260 seconds)
- # [02:19] <Hixie> Having the domintro blocks and IDL blocks match isn't a goal, btw.
- # [02:19] <heycam> Hixie, ok, I understand that
- # [02:19] <heycam> you want to omit the finicky details
- # [02:19] <Hixie> I mean, they both have to match the same reality, but it's no problem if they use different arguments and stuff
- # [02:19] <Hixie> yeah
- # [02:19] <Hixie> (different argument names, that is)
- # [02:20] <Hixie> gotta love using more fancy webidl syntax though
- # [02:20] <heycam> except when it looks crazy and distracting
- # [02:26] * Quits: astearns (~anonymous@192.150.22.5) (Quit: astearns)
- # [02:26] * Joins: davidb (~davidb@bas4-kitchener06-1128762161.dsl.bell.ca)
- # [02:31] * Quits: micheil (~micheil@93-97-176-250.zone5.bethere.co.uk) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [02:32] * Joins: micheil (~micheil@2001:470:92f1:0:fa1e:dfff:feda:a04e)
- # [02:36] * Joins: shetech (~shetech@c-76-126-167-49.hsd1.ca.comcast.net)
- # [02:40] * Joins: benjoffe (~benjoffe@nat/yahoo/x-dzzlhylqtiboxhvi)
- # [02:40] * Quits: davidb (~davidb@bas4-kitchener06-1128762161.dsl.bell.ca) (Quit: davidb)
- # [02:41] * Quits: benjoffe (~benjoffe@nat/yahoo/x-dzzlhylqtiboxhvi) (Remote host closed the connection)
- # [02:41] * Joins: benjoffe (~benjoffe@nat/yahoo/x-dvvnwhdprffroazp)
- # [02:43] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [02:55] * Quits: jacobolus (~jacobolus@sjc-static-208.57.178.24.mpowercom.net) (Ping timeout: 250 seconds)
- # [02:55] * Quits: othermaciej (~mjs@17.246.17.189) (Quit: othermaciej)
- # [02:57] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:57] * Joins: robman (~robman@eth4853.nsw.adsl.internode.on.net)
- # [03:00] * Quits: ap (~ap@2620:149:4:401:14ef:e1b2:a19b:dd60) (Quit: ap)
- # [03:07] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [03:08] * Joins: othermaciej (~mjs@67.218.103.125)
- # [03:12] * Joins: othermaciej_ (~mjs@67.218.103.125)
- # [03:12] * Quits: othermaciej (~mjs@67.218.103.125) (Read error: Connection reset by peer)
- # [03:12] * othermaciej_ is now known as othermaciej
- # [03:17] * Quits: tndH (~Rob@adsl-83-100-253-226.karoo.KCOM.COM) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [03:24] <gsnedders> heycam, Hixie: yeah, there's agreement between all major browser vendors to drop [[Call]] from RegExp. Some already have, some haven't, AFAIK.
- # [03:24] <gsnedders> (IE never had [[Call]] on RegExp)
- # [03:25] * Joins: MikeSmith_ (~MikeSmith@50.27.208.218)
- # [03:25] <gsnedders> Ah, gone in Fx5. Probably in Saf5.1, too, though I'm not digging through SVN at this time to see if they have.
- # [03:26] * Joins: MikeSmith__ (~MikeSmith@50.27.208.218)
- # [03:26] <gsnedders> Opera 11.50 dropped it too
- # [03:27] * gsnedders wishes all this stuff happened in public and not emails between JS developers — but it's considered off-topic for es-discuss as it's non-standard
- # [03:28] <AryehGregor> Use whatwg. :)
- # [03:28] * Quits: MikeSmith (~MikeSmith@50.27.208.218) (Ping timeout: 258 seconds)
- # [03:28] * MikeSmith__ is now known as MikeSmith
- # [03:29] <Hixie> yeah you're welcome to use whatwg
- # [03:29] <Hixie> don't forget to update the relevant whatwg wiki page
- # [03:29] * Quits: MikeSmith_ (~MikeSmith@50.27.208.218) (Ping timeout: 252 seconds)
- # [03:31] * Joins: jdong_ (~quassel@222.126.155.250)
- # [03:32] * Quits: DaFireball (~Vuurbal@240-216-164-193.fiber.trined.nl)
- # [03:33] * Joins: jacobolus (~jacobolus@70-90-173-45-California.hfc.comcastbusiness.net)
- # [03:34] * Quits: sicking (~chatzilla@nat/mozilla/x-stipxjwypownearv) (Ping timeout: 250 seconds)
- # [03:39] * Quits: micheil (~micheil@2001:470:92f1:0:fa1e:dfff:feda:a04e) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [03:43] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [03:50] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [03:54] * Joins: agektmr (~Adium@220.109.219.244)
- # [04:02] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [04:03] * Joins: MikeSmith_ (~MikeSmith@50.27.208.218)
- # [04:06] * Quits: MikeSmith (~MikeSmith@50.27.208.218) (Ping timeout: 252 seconds)
- # [04:06] * MikeSmith_ is now known as MikeSmith
- # [04:14] * Quits: dbaron (~dbaron@173-228-28-196.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:18] <MikeSmith> Hixie: I'll split bug 12986
- # [04:18] <MikeSmith> (the big "Last Call comments to HTML5" one)
- # [04:19] <zewt> If you're having problems seeing the site, it may be because Grooveshark doesn't support your current zoom level. To remedy this problem, simply press CTRL+0 (CMD+0 for Mac users) to return to your browser's default zoom level.
- # [04:19] <zewt> gross
- # [04:22] * Quits: othermaciej (~mjs@67.218.103.125) (Quit: othermaciej)
- # [04:30] <MikeSmith> Hixie: 13590 too
- # [04:31] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [04:36] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [04:41] * Quits: jacobolus (~jacobolus@70-90-173-45-California.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [04:43] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [04:49] * Joins: astearns_ (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [04:50] * Quits: jwalden (~waldo@nat/mozilla/x-nnwzfnqqnvakpvkw) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.18/20110621100037])
- # [04:52] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [04:52] * astearns_ is now known as astearns
- # [04:55] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 240 seconds)
- # [05:06] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [05:16] * Quits: wolfman2000 (~wolfman20@74.223.168.14.nw.nuvox.net) (Remote host closed the connection)
- # [05:17] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [05:17] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [05:20] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 255 seconds)
- # [05:23] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [05:24] * Joins: nonge_ (~nonge@p5082A57A.dip.t-dialin.net)
- # [05:28] * Quits: nonge (~nonge@p50829E1C.dip.t-dialin.net) (Ping timeout: 276 seconds)
- # [05:44] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 255 seconds)
- # [05:45] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [05:45] * Joins: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [05:55] <MikeSmith> that was fun
- # [05:56] * Joins: janv_ (~varga@195.91.87.57)
- # [05:56] * Quits: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 264 seconds)
- # [05:57] * Joins: ezoe (~ezoe@112-68-244-129f1.kyt1.eonet.ne.jp)
- # [06:06] * Joins: jacobolus (~jacobolus@70-90-173-45-California.hfc.comcastbusiness.net)
- # [06:08] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 250 seconds)
- # [06:28] * Joins: ben_h (~ben@128.250.195.138)
- # [06:34] <Hixie> MikeSmith: thanks dude
- # [06:35] <MikeSmith> no problem man
- # [06:35] <MikeSmith> I should have done it from the beginning
- # [06:35] <MikeSmith> was just being lazy
- # [06:37] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [06:39] <Hixie> heh
- # [06:42] <MikeSmith> Hixie: if I missed any others that need splitting, let me know
- # [06:43] <MikeSmith> btw, hsivonen can read your mind
- # [06:43] <MikeSmith> you made this change recently:
- # [06:43] <MikeSmith> http://html5.org/tools/web-apps-tracker?from=6387&to=6388
- # [06:43] <MikeSmith> about the <link> element for microdata
- # [06:44] <MikeSmith> but hsivonen already implemented checking for it in validator.nu exactly it that way last year
- # [06:46] <Hixie> cool
- # [06:50] * Quits: shetech (~shetech@c-76-126-167-49.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [06:54] * Quits: ezoe (~ezoe@112-68-244-129f1.kyt1.eonet.ne.jp) (Ping timeout: 250 seconds)
- # [06:59] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [07:18] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
- # [07:21] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [07:24] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [07:31] * heycam is now known as heycam|away
- # [07:35] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [07:37] * Quits: CvP (~CvP@123.49.21.41) (Quit: [ UPP ] > all)
- # [07:42] * Joins: rimantas (~rimliu@93.93.57.193)
- # [07:47] * Quits: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 260 seconds)
- # [07:47] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [07:47] * Joins: ezoe (~ezoe@203-140-89-122f1.kyt1.eonet.ne.jp)
- # [07:52] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 250 seconds)
- # [07:54] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 255 seconds)
- # [07:58] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [07:59] * Quits: jacobolus (~jacobolus@70-90-173-45-California.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [08:01] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Client Quit)
- # [08:02] * Joins: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de)
- # [08:02] * Quits: robman (~robman@eth4853.nsw.adsl.internode.on.net) (Ping timeout: 255 seconds)
- # [08:03] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
- # [08:11] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [08:13] <Hixie> does css have a way to remove whitespace nodes these days?
- # [08:13] <Hixie> e.g. if i have <div><span/> <span/></div> and want to have the two spans be inline-blocks that touch, no space from the space character?
- # [08:26] * Joins: cpearce (~chatzilla@ip-118-90-11-94.xdsl.xnet.co.nz)
- # [08:29] <benjoffe> Hixie: 'whitespace: discard;' should do that I think
- # [08:29] <Hixie> oooh
- # [08:29] <Hixie> is that implemented anywhere?
- # [08:29] <benjoffe> Not sure
- # [08:31] <benjoffe> white-space-collapse: discard;
- # [08:32] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [08:32] * Joins: roc (~chatzilla@121.98.230.221)
- # [08:34] <MikeSmith> Dadhacker: Revolutions That Weren’t - http://www.dadhacker.com/blog/?p=1444 scroll down to the "Ex Em Hell" part
- # [08:34] <MikeSmith> "What we actually got: Any number of crappy serialization schemes and over-designed and under-implemented replacements for INI files. Undebuggable configuration files, poorly written attempts at replacements to already perfectly awful tools (yes, ANT and MSBuild, I’m thinking of you), and a lot of other smelly garbage littered with angle brackets."
- # [08:35] <MikeSmith> "We are still living this nightmare, with no end in sight."
- # [09:01] * Quits: ben_h (~ben@128.250.195.138) (Quit: ben_h)
- # [09:04] * Joins: woef (~woef@79.232-136-217.adsl-static.isp.belgacom.be)
- # [09:04] * Joins: erlehmann (~erlehmann@82.113.99.32)
- # [09:06] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [09:08] * Quits: espadrine (~thaddee_t@acces0186.res.insa-lyon.fr) (Quit: espadrine)
- # [09:09] * Joins: brucel (~brucel@cpc3-smal11-2-0-cust48.perr.cable.virginmedia.com)
- # [09:12] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 240 seconds)
- # [09:15] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
- # [09:17] * Joins: Frozen (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2)
- # [09:23] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
- # [09:27] * Joins: agektmr (~Adium@p2020-ipbf4910marunouchi.tokyo.ocn.ne.jp)
- # [09:30] * Joins: Ms2ger (~Ms2ger@91.181.29.250)
- # [09:32] * Joins: rtuin (~rtuin@dsl-087-195-129-241.solcon.nl)
- # [09:37] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
- # [09:37] * Joins: espadrine (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr)
- # [09:41] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [10:05] * Quits: benjoffe (~benjoffe@nat/yahoo/x-dvvnwhdprffroazp) (Remote host closed the connection)
- # [10:07] * Quits: agektmr (~Adium@p2020-ipbf4910marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # [10:10] * Joins: smaug____ (~chatzilla@a91-154-41-96.elisa-laajakaista.fi)
- # [10:15] * Quits: swarren08 (~swarren08@173.218.169.72) (Read error: Connection reset by peer)
- # [10:19] <zcorpan> selectors has [foo^=bar], [foo$=bar] and [foo*=bar] but no way to match case-insensitively
- # [10:20] <zcorpan> [foo=/bar/i]
- # [10:21] <jgraham> Of course what selectors needs is to look even more like perl
- # [10:22] <zcorpan> is there a punctuation character that is usually used to indicate case-insensitivity?
- # [10:23] <jgraham> Well, I don't think using random punctuation would be *better*. I mean selectors is already a giant mess
- # [10:23] <woef> It would be nicer if html would be case-insensitive in the first place.
- # [10:24] <jgraham> But giving people /foo/i would make them think that foo was a regexp
- # [10:24] <zcorpan> woef: html *is* case-insensitive for various attribute values
- # [10:24] <jgraham> or /bar/i I guess, given your examples
- # [10:25] <zcorpan> yeah i was thinking maybe we should just allow full regexps. but maybe that's not acceptable
- # [10:25] <woef> zcorpan: so just css selector matching :)
- # [10:26] <zcorpan> woef: the problem is that selectors isn't case-insensitive
- # [10:26] <zcorpan> except there's an ugly hack to make it so for some attributes in text/html
- # [10:27] <jgraham> zcorpan: Well people could always write very slow regexp
- # [10:27] <zcorpan> yeah
- # [10:27] <jgraham> Or, I guess you could limit the syntax to real regexp and expect people to use something like that google library that is supposed to have good time behaviour in all cases
- # [10:28] <jgraham> But that seems like quite a lot of implementation complexity
- # [10:29] <jgraham> (re2)
- # [10:29] <zcorpan> yeah i'd like just a flag for case-insensitive, but would be nice if it could be used together with ^= $= and *=
- # [10:29] <jgraham> (but the site seems to be down)
- # [10:29] <zcorpan> and doesn't look like a smiley
- # [10:29] <zcorpan> ^_=
- # [10:29] <zcorpan> or, what the hell
- # [10:30] <zcorpan> ^:=
- # [10:31] <zcorpan> that looks ok
- # [10:32] <woef> http://images2.layoutsparks.com/1/112359/punisher-black-white-face.jpg -> looks a lit like the Punisher logo :p
- # [10:33] <zcorpan> awesome
- # [10:33] * jgraham doesn't like the fact that CSS loosk increasingly like a cat walking across the number keys whilst holding down shift
- # [10:34] * Quits: esc_ (~esc-ape@75.inst-3.ufg.ac.at) (Ping timeout: 276 seconds)
- # [10:35] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
- # [10:37] * Joins: esc_ (~esc-ape@75.inst-3.ufg.ac.at)
- # [10:38] <woef> ^_= looks like you just punched someone in the face. Which I guess is exactly what you want to do if you have to worry about case sensitivity in html attributes :x
- # [10:38] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [10:51] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
- # [10:57] * Joins: hta (~hta@62.20.124.50)
- # [11:04] * Quits: woef (~woef@79.232-136-217.adsl-static.isp.belgacom.be) (Ping timeout: 252 seconds)
- # [11:06] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [11:08] * Quits: nonge_ (~nonge@p5082A57A.dip.t-dialin.net) (Quit: Verlassend)
- # [11:09] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [11:20] * Quits: erlehmann (~erlehmann@82.113.99.32) (Quit: Ex-Chat)
- # [11:24] * Joins: danj (~danj@s15372200.onlinehome-server.info)
- # [11:24] * Joins: danj2 (~danj@s15372200.onlinehome-server.info)
- # [11:24] <Philip`> zcorpan: Maybe [lc(foo)^=bar] so it's case-sensitive matching a forced-to-lowercase value
- # [11:30] <zcorpan> wfm
- # [11:31] <zcorpan> but wouldn't you do [foo^=lc(bar)] ?
- # [11:33] * Quits: cpearce (~chatzilla@ip-118-90-11-94.xdsl.xnet.co.nz) (Ping timeout: 258 seconds)
- # [11:33] <Philip`> bar is the string the user typed into the selector and they'll have already written that in lowercase, so no
- # [11:34] * Parts: danj2 (~danj@s15372200.onlinehome-server.info) ("Came, saw, parted")
- # [11:34] <Philip`> foo is the attribute which they don't know the case of and want to force to lowercase before matching
- # [11:34] <zcorpan> fair enough
- # [11:36] * Joins: nessy (~Adium@124-169-135-125.dyn.iinet.net.au)
- # [11:45] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [11:46] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 250 seconds)
- # [11:48] * Joins: tomasf_ (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [11:49] * Quits: lhnz (~lhnz@188.223.83.48) (Ping timeout: 260 seconds)
- # [11:50] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
- # [11:51] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # [11:51] * Quits: espadrine (~thaddee_t@LNeuilly-152-22-27-243.w193-251.abo.wanadoo.fr) (Ping timeout: 255 seconds)
- # [11:51] * tomasf_ is now known as tomasf
- # [11:51] * Quits: Scorchin (u1242@gateway/web/irccloud.com/x-hubtbojvqrjdvzfg) (Excess Flood)
- # [11:51] * Joins: Scorchin (u1242@gateway/web/irccloud.com/x-asokahbasvghwacx)
- # [11:52] * Quits: ralphholzmann (~ralph@li76-151.members.linode.com) (Ping timeout: 255 seconds)
- # [11:52] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (Ping timeout: 255 seconds)
- # [11:52] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [11:53] * Quits: jmb (~jmb@mail.parsifal.org.uk) (Ping timeout: 255 seconds)
- # [11:53] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 255 seconds)
- # [11:53] * Quits: danj (~danj@s15372200.onlinehome-server.info) (Remote host closed the connection)
- # [11:54] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [11:54] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # [11:57] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [11:58] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [12:01] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
- # [12:02] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [12:07] * Quits: jochen__ (~jochen@nat/google/x-pdeakevudqbolsat) (Remote host closed the connection)
- # [12:07] * Joins: jochen__ (~jochen@nat/google/x-opkldcznyyhcbvba)
- # [12:27] * Joins: jgraham_ (~jgraham@web22.webfaction.com)
- # [12:27] * Joins: othermaciej_ (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [12:31] * Quits: brucel (~brucel@cpc3-smal11-2-0-cust48.perr.cable.virginmedia.com) (Ping timeout: 255 seconds)
- # [12:31] * Quits: broquaint (cc7f47dac7@78.47.79.137) (Ping timeout: 255 seconds)
- # [12:31] * Quits: Ms2ger (~Ms2ger@91.181.29.250) (Ping timeout: 255 seconds)
- # [12:31] * Quits: boblet (u1921@gateway/web/irccloud.com/x-vdezxevpoyrvtflm) (Ping timeout: 255 seconds)
- # [12:31] * Quits: jgraham (~jgraham@web22.webfaction.com) (Ping timeout: 255 seconds)
- # [12:31] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [12:31] * othermaciej_ is now known as othermaciej
- # [12:34] * Joins: broquaint (17248695dc@78.47.79.137)
- # [12:40] * Joins: Ms2ger (~Ms2ger@91.181.29.250)
- # [12:45] <gsnedders> jgraham_: re2 is O(n) when matching, though can be O(n^2) compiling the regexp. It's the tradeoff you make for converting the NFA to a DFA.
- # [12:53] <Philip`> O(n^2) memory usage too, I think
- # [13:02] <jgraham_> gsnedders: But you could compile once per document rather than once per match, so it seems much more acceptable
- # [13:02] <jgraham_> Memory usage might be more of an issue
- # [13:02] <jgraham_> Not that I am advocating this at all
- # [13:02] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [13:07] <Ms2ger> MikeSmith, might be good to redirect http://people.w3.org/mike/web-platform/
- # [13:07] <Ms2ger> Or at least remove D3C :)
- # [13:09] <Ms2ger> MikeSmith, and add a link to xml-stylesheet?
- # [13:10] * Joins: tndH (~Rob@adsl-83-100-253-226.karoo.KCOM.COM)
- # [13:16] <MikeSmith> Ms2ger: done and done
- # [13:16] <MikeSmith> thanks
- # [13:16] <Ms2ger> Thanks
- # [13:17] <Ms2ger> I think that was the reason I've got "<?xml-stylesheet" written on my desk
- # [13:17] * Ms2ger gets an eraser
- # [13:18] <MikeSmith> heh
- # [13:19] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [13:19] * Joins: stefan-_ (~music@hiwi0.wi2.uni-trier.de)
- # [13:25] <gsnedders> Philip`: Indeed.
- # [13:27] <zcorpan> Ms2ger: surely you had it on your desk because you wanted to praise me for having worked on it
- # [13:28] <Ms2ger> zcorpan, it's a mess of a spec
- # [13:28] <Ms2ger> zcorpan, I mean, er..
- # [13:28] <Ms2ger> Huh
- # [13:28] <Ms2ger> http://html5.org/tools/web-apps-tracker?from=6403&to=6404
- # [13:29] * Joins: ben_h (~ben@124-168-92-245.dyn.iinet.net.au)
- # [13:29] * Quits: ben_h (~ben@124-168-92-245.dyn.iinet.net.au) (Client Quit)
- # [13:30] <zcorpan> Ms2ger: i blame the WG for working against me :P
- # [13:30] <Ms2ger> I guess that's actually true
- # [13:32] * Ms2ger shakes his fist at XMLCore
- # [13:36] <MikeSmith> nice, I just committed revision 666 of the validator.nu schema
- # [13:37] * MikeSmith breaks out some champagne and upside-down crosses
- # [13:40] * Joins: MikeSmith_ (~MikeSmith@50.27.208.218)
- # [13:42] <MikeSmith_> test automation UI that Francois set up is nice:
- # [13:42] <MikeSmith_> http://w3c-test.org/framework/suite/nav-timing-default/
- # [13:43] <zcorpan> MikeSmith: what wsa the commit?
- # [13:43] <Ms2ger> Section "4.3: The"
- # [13:43] * Quits: MikeSmith (~MikeSmith@50.27.208.218) (Ping timeout: 252 seconds)
- # [13:43] * MikeSmith_ is now known as MikeSmith
- # [13:44] <MikeSmith> zcorpan: https://bitbucket.org/validator/syntax/changeset/51b2578b6d58
- # [13:45] * Quits: ezoe (~ezoe@203-140-89-122f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # [13:46] <zcorpan> evil
- # [13:47] <jgraham_> MikeSmith: Uh, opinions about that might vary :)
- # [13:47] <MikeSmith> well, it's a start
- # [13:47] <MikeSmith> it was totally manual before
- # [13:47] <jgraham_> I was quite surprised that it auto0submitted my results to the W3C
- # [13:48] <jgraham_> Maybe it said somewhere that it would, but that makes it pretty toxic for people who don't work entirely in public
- # [13:49] * jgraham_ is now known as jgraham
- # [13:49] <jgraham> I should point this out on the mailing list
- # [13:51] <MikeSmith> oh
- # [13:51] <MikeSmith> yeah
- # [13:51] <MikeSmith> true
- # [13:52] <MikeSmith> needs a warning and/or confirmation dialog of some kind
- # [13:52] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [13:55] <jgraham> In general I am a test-framework skeptic
- # [13:55] <Ms2ger> [x] Report test results automatically (when possible)
- # [13:55] * Ms2ger missed that as well the first time
- # [13:56] <jgraham> I don't think the problem it is trying to solve ("we need test reports to get to CR") is actually the right problem to focus on
- # [13:57] <jgraham> The right problem to focus on is "how do we get vendors running all the tests every day"
- # [13:57] <jgraham> Once you have that, the "we need the results" thing becomes trivial
- # [13:57] <Ms2ger> Working on that...
- # [13:58] <Ms2ger> (And IE every three days, I presume)
- # [13:58] <jgraham> Heh
- # [13:58] * jgraham is working on it too
- # [13:59] <Ms2ger> Next up: useful tests
- # [13:59] <jgraham> Yep. We are getting there, slowly
- # [14:00] <Ms2ger> And mostly on Opera's back, or so it seems
- # [14:01] <Ms2ger> <noscript><p>Enable JavaScript and reload</p></noscript> <-- Is that common in your tests? :)
- # [14:01] <jgraham> That is in our internal guidelines
- # [14:01] <jgraham> I have suggested it is silly
- # [14:02] <jgraham> But apparently it isn't so silly that the people who have been doing it habitually want to stop
- # [14:03] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:03] <Ms2ger> The same guidelines that want window.undefined? :)
- # [14:03] * Joins: ralphholzmann (~ralph@li76-151.members.linode.com)
- # [14:04] <jgraham> No, that's just Tarquin :)
- # [14:04] <zcorpan> maybe i should start writing window.frames.self.undefined
- # [14:04] <zcorpan> you can almost form a sentence with attributes that return window
- # [14:07] <zcorpan> hmm there weren't more than those, how disappointing
- # [14:07] <Ms2ger> Gecko has _content
- # [14:07] <Ms2ger> And content
- # [14:07] <Ms2ger> Not sure what they do exactly
- # [14:08] <zcorpan> huh, didn't know about those
- # [14:08] * Joins: woef (~woef@91.183.84.141)
- # [14:09] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
- # [14:10] <Ms2ger> Interestingly enough, if you set window.content yourself, _content will mirror that
- # [14:12] <zcorpan> window === content // false
- # [14:12] <zcorpan> window === _content // false
- # [14:12] <zcorpan> content is enumerable but _content is not
- # [14:13] <zcorpan> _content = 1 does nothing
- # [14:14] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Read error: Connection reset by peer)
- # [14:14] <Ms2ger> Nope
- # [14:15] <Ms2ger> We only handle it when getting
- # [14:15] * Ms2ger wants all this code to die
- # [14:16] <zcorpan> is there a bug?
- # [14:17] <Ms2ger> For getting bindings that don't suck as much? Yes, probably
- # [14:19] <zcorpan> i meant for dropping content and _content
- # [14:20] <Ms2ger> Might be something for extensions
- # [14:24] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
- # [14:25] * Joins: zdobersek (~zan@cpe-46-164-8-99.dynamic.amis.net)
- # [14:28] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [14:31] <zcorpan> MikeSmith: is it possible to tweak the settings for which emails go to public-html-bugzilla so that if only the cc list is changed, don't send an email?
- # [14:31] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [14:32] <Ms2ger> Should be
- # [14:33] <MikeSmith> zcorpan: yeah
- # [14:33] <MikeSmith> will do that in a bit
- # [14:33] <MikeSmith> but now, breakfast
- # [14:34] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
- # [14:37] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Read error: Connection reset by peer)
- # [14:44] * Quits: nessy (~Adium@124-169-135-125.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:46] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [15:03] * Joins: jonatasnona (~jonatas@lba.inpa.gov.br)
- # [15:07] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:12] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Ping timeout: 276 seconds)
- # [15:16] * Quits: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Operation timed out)
- # [15:24] * Parts: hsivonen (~hsivonen@kekkonen.cs.hut.fi)
- # [15:25] * helen is now known as KittyGirl
- # [15:25] * Joins: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [15:27] * Joins: saba (~foo@unaffiliated/saba)
- # [15:28] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:31] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Ping timeout: 240 seconds)
- # [15:33] * Joins: stefan-__ (~music@swhpet3041.uni-trier.de)
- # [15:36] * Joins: ZombieLoffe (~ZombieL@unaffiliated/zombieloffe)
- # [15:37] * Quits: stefan-_ (~music@hiwi0.wi2.uni-trier.de) (Ping timeout: 250 seconds)
- # [15:37] * Joins: MikeSmith_ (~MikeSmith@50.27.208.218)
- # [15:38] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [15:38] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:38] * Quits: stefan-__ (~music@swhpet3041.uni-trier.de) (Quit: Verlassend)
- # [15:39] * Joins: stefan-_ (~music@swhpet3041.uni-trier.de)
- # [15:40] * Quits: MikeSmith (~MikeSmith@50.27.208.218) (Ping timeout: 250 seconds)
- # [15:40] * MikeSmith_ is now known as MikeSmith
- # [15:45] * Quits: stefan-_ (~music@swhpet3041.uni-trier.de) (Ping timeout: 276 seconds)
- # [15:46] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: blast off!)
- # [15:46] * Joins: davidb (~davidb@corp.tor1.mozilla.com)
- # [15:46] * Quits: Ankheg (~Ankheg@91.224.77.4) (Read error: Connection reset by peer)
- # [15:49] * Joins: zdobersek1 (~zan@90.157.246.163)
- # [15:49] * Quits: zdobersek (~zan@cpe-46-164-8-99.dynamic.amis.net) (Ping timeout: 240 seconds)
- # [15:50] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # [15:57] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # [15:58] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
- # [16:04] * Quits: MacTed (~Thud@63.119.36.36) (Ping timeout: 240 seconds)
- # [16:04] * Quits: tndH (~Rob@adsl-83-100-253-226.karoo.KCOM.COM) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [16:05] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [16:08] <benjoffe_> I'm surprised that no browser has implemented a special readable stylesheet for html pages that have no styles or scripts
- # [16:09] <Ms2ger> I'm not
- # [16:09] <Ms2ger> There is lots of other stuff to do
- # [16:10] <miketaylr> safari has that reader/readability feature
- # [16:10] <benjoffe_> This wouldn't be hard to implement, and there's tonnes of pages out there like this, especially academic content
- # [16:11] <benjoffe_> miketaylr: I'm thinking something like that but with all the links and forms styled well inline too
- # [16:13] <AryehGregor> You can use a bookmarklet.
- # [16:13] <AryehGregor> I have one called Readability.
- # [16:13] <AryehGregor> I use it for pages with horrible contrast or such.
- # [16:15] <benjoffe_> I know there's ways for me to consume this content, but I'm just surprised none of them have anything decent on by default
- # [16:16] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [16:16] * Joins: micheil (~micheil@92.40.254.238.threembb.co.uk)
- # [16:16] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [16:19] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [16:21] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
- # [16:23] <AryehGregor> Someone seriously needs to tell Google Maps about the 184th Street entrance to the 181st Street A station. And the Bennett Avenue entrance to the 190th A. It seems to think there's only one entrance to each station, and it totally messes up the directions it gives.
- # [16:24] <AryehGregor> Like thinking it makes as much sense to tell you to walk to 181st and St. Nicholas to get to the 1 as walking to 181st and Fort Washington to get to the A, when you're starting at 184th and Overlook and there's an entrance to the A like fifty feet away.
- # [16:24] <gsnedders> AryehGregor: Not as bad as Subway station closest to me, it's ignorant of there is a staircase down from bridge to where it is, so makes you go a huge long way around
- # [16:24] * Quits: micheil (~micheil@92.40.254.238.threembb.co.uk) (Remote host closed the connection)
- # [16:25] <zewt> as much as I like gmaps, I really wish Garmin would make an Android release
- # [16:25] * Joins: micheil (~micheil@92.40.254.238.threembb.co.uk)
- # [16:25] <AryehGregor> It does that with the 190th A.
- # [16:26] <AryehGregor> There's an entrance on Bennett and one on Fort Washington, and to get from one to the other you have to walk several blocks around because Fort Washington is on top of a cliff overlooking Bennett at that point.
- # [16:26] <AryehGregor> Google Maps only knows about the Fort Washington entrance.
- # [16:27] <gsnedders> It's really quite amusing around where I used to live: such a random selection of footpaths on it.
- # [16:27] * AryehGregor tries http://maps.google.com/support/bin/answer.py?answer=162873
- # [16:28] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [16:29] * Quits: micheil (~micheil@92.40.254.238.threembb.co.uk) (Remote host closed the connection)
- # [16:29] <zewt> is glenn adams trolling? heh
- # [16:29] * Joins: micheil (~micheil@92.40.254.238.threembb.co.uk)
- # [16:29] <Ms2ger> zewt, no comment :)
- # [16:33] <jgraham> Someone should tell him why W3C publishes "technical recommendations"
- # [16:33] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [16:34] <Ms2ger> De Jure Standards, I'm telling you!
- # [16:34] <gsnedders> AryehGregor: Not available in the UK, so can't do that for here…
- # [16:34] <jgraham> SOmeone whould tell me how the fuck I have managed to break virtualbox so that installing guest additions has no effect
- # [16:35] <zewt> through the power of song
- # [16:36] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [16:36] * Joins: MacTed (~Thud@63.119.36.36)
- # [16:41] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [16:42] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [16:50] * Joins: CvP (~CvP@123.49.20.184)
- # [16:52] * Quits: rtuin (~rtuin@dsl-087-195-129-241.solcon.nl) (Quit: Leaving)
- # [16:54] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Remote host closed the connection)
- # [16:57] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [16:58] * Quits: hta (~hta@62.20.124.50) (Quit: Leaving.)
- # [16:59] * Joins: hta (~hta@62-20-124-50.customer.telia.com)
- # [17:01] * Quits: zdobersek1 (~zan@90.157.246.163) (Ping timeout: 252 seconds)
- # [17:01] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # [17:02] * Quits: CvP (~CvP@123.49.20.184) (Quit: [ UPP ] > all)
- # [17:03] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
- # [17:04] * Joins: wakaba_0 (~wakaba_@202.157.197.113.dy.bbexcite.jp)
- # [17:05] * Quits: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:09] * Joins: wakaba_1 (~wakaba_@202.157.197.113.dy.bbexcite.jp)
- # [17:09] * Quits: wakaba_0 (~wakaba_@202.157.197.113.dy.bbexcite.jp) (Ping timeout: 240 seconds)
- # [17:09] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [17:12] * Joins: hij1nx (~hij1nx@207.239.107.3)
- # [17:14] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [17:17] * Joins: zdobersek (~zan@cpe-46-164-14-117.dynamic.amis.net)
- # [17:21] * Joins: agektmr (~Adium@p2020-ipbf4910marunouchi.tokyo.ocn.ne.jp)
- # [17:23] * Quits: wakaba_1 (~wakaba_@202.157.197.113.dy.bbexcite.jp) (Quit: Leaving...)
- # [17:25] * Joins: CvP (~CvP@123.49.20.126)
- # [17:28] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Ping timeout: 260 seconds)
- # [17:28] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
- # [17:29] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Computer has gone to sleep.)
- # [17:31] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [17:31] * Quits: zdobersek (~zan@cpe-46-164-14-117.dynamic.amis.net) (Ping timeout: 255 seconds)
- # [17:39] <dglazkov> good morning, Whatwg!
- # [17:43] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [17:44] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [17:46] * Joins: zdobersek (~zan@cpe-46-164-7-119.dynamic.amis.net)
- # [17:48] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [17:49] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [17:52] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [18:07] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 276 seconds)
- # [18:08] * Joins: TabAtkins_ (~chatzilla@76-253-1-30.lightspeed.sntcca.sbcglobal.net)
- # [18:12] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [18:18] * Joins: KillerX (~anant@nat/mozilla/x-hogfivclpoeapbqa)
- # [18:20] * ericc|away is now known as eric_carlson
- # [18:25] * Quits: agektmr (~Adium@p2020-ipbf4910marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # [18:26] * abarth is now known as abarth|gardener
- # [18:33] * Joins: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net)
- # [18:47] * Joins: stefan-_ (~music@hiwi0.wi2.uni-trier.de)
- # [18:48] * Joins: maikmerten (~maikmerte@port-92-201-210-59.dynamic.qsc.de)
- # [18:54] * Quits: timeless (d04149cb@firefox/developer/timeless) (Ping timeout: 252 seconds)
- # [18:55] * Quits: davidb (~davidb@corp.tor1.mozilla.com) (Quit: davidb)
- # [18:56] * Joins: sicking (~chatzilla@nat/mozilla/x-evetuwqphxftrpsr)
- # [18:57] * Joins: ap (~ap@2620:149:4:401:4c94:127b:bd39:92)
- # [19:01] * Joins: gesa (~aki@173-11-35-205-Minnesota.hfc.comcastbusiness.net)
- # [19:01] * Joins: kennyluck (~kennyluck@114-43-125-134.dynamic.hinet.net)
- # [19:02] * Joins: Extraterrestrial (~extraterr@173-11-35-205-Minnesota.hfc.comcastbusiness.net)
- # [19:02] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [19:02] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Client Quit)
- # [19:03] * AryehGregor does not understand how someone can *consistently* misspell his name as "Areyeh" when communicating in a text medium where his name is presented with the correct spelling on every post
- # [19:04] <gesa> Someone doesn't know how to properly utilize copy & paste. Clearly
- # [19:05] * Quits: gesa (~aki@173-11-35-205-Minnesota.hfc.comcastbusiness.net) (Quit: gesa)
- # [19:06] * Quits: zdobersek (~zan@cpe-46-164-7-119.dynamic.amis.net) (Read error: Operation timed out)
- # [19:06] * Joins: zdobersek (~zan@cpe-46-164-4-39.dynamic.amis.net)
- # [19:08] <Philip`> AryehGregor: Some people consistently can't even spell "Philip" :-(
- # [19:08] * Quits: cying (~cying@c-71-202-136-62.hsd1.ca.comcast.net) (Quit: cying)
- # [19:08] <Ms2ger> Phillip`: Hmm?
- # [19:09] * Philip` generally avoids referring to people by name entirely, and sticks with pronouns where possible, else is careful to double-check and/or copy-and-paste their names
- # [19:12] * jgraham gets Philip wrong at least 50% of the time unless there is tab completion
- # [19:14] * Quits: TabAtkins_ (~chatzilla@76-253-1-30.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 258 seconds)
- # [19:14] * Quits: Extraterrestrial (~extraterr@173-11-35-205-Minnesota.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
- # [19:16] <jgraham> (otoh, people very often forget that the possesive of James is spelt James')
- # [19:16] <Ms2ger> Jame's or James's?
- # [19:17] <zewt> james's
- # [19:17] <zewt> there is not more than one jame :)
- # [19:17] <jgraham> mmm jam
- # [19:17] <jgraham> Sorry we were talking about food, right?
- # [19:18] <jgraham> I believe that the extra s is also acceptable
- # [19:18] <zewt> people regularly call me "glen", even when writing my name in an email where my name, correctly spelled, is right there on screen
- # [19:18] <zewt> i'd consider james' flatly incorrect, fwiw
- # [19:19] * Ms2ger raises a FORMAL COMPLAINT against James'
- # [19:19] <jgraham> Well maybe I get it wrong then :p But the mistake I had in mind was not having any suffix at all
- # [19:19] <gsnedders> zewt: What is your name?
- # [19:20] <zewt> glenn
- # [19:20] <gsnedders> I see all kinds of variations of Geoffrey. Most commonly "Geoffery".
- # [19:20] <Ms2ger> Are you the Glenn on webapps?
- # [19:20] <zewt> there are two Glenns on webapps
- # [19:20] <zewt> one of which I am not
- # [19:20] <jgraham> zewt: You should tell the other Gleen that he is brining your name into disrepute
- # [19:20] <Ms2ger> It would be weird if you were both
- # [19:20] <zewt> i'm certainly not the one (seemingly) trolling against whatwg today, heh
- # [19:21] <Ms2ger> Good
- # [19:21] <jgraham> Not much weirder than the two Philip Taylors on public-html
- # [19:21] <zewt> it's sad when it's more important to explain clearly who you are not than who you are
- # [19:21] <zewt> it sure is confusing when hixie refers to "Ian"
- # [19:21] <Ms2ger> That
- # [19:21] * Philip` would generally consider "James'" to be probably technically acceptable but old-fashioned and silly, kind of like "an historic" or "the data are"
- # [19:22] * Ms2ger thinks Philip` is an hero
- # [19:22] * jgraham thinks that insisting data is plural is... very annoying
- # [19:22] <zewt> i'd personally consider it technically incorrect because the "s'" construction is for plural possessives
- # [19:23] <zewt> at least "an historic" and "data are" i know where they come from
- # [19:23] <Ms2ger> Octopodes, I'm telling you
- # [19:25] <Philip`> zewt: It's not childrens' etc - I see it as more related to ending with an s rather than being a plural (and rather than being a plural that ends with an s)
- # [19:25] <zewt> and i assume everyone else over 20 is also righteously infuriated over such nonsense as "on accident"
- # [19:26] <Philip`> (though I'm just going by what seems right, rather than what is officially right in some sense)
- # [19:27] <jgraham> Yeah, I would also say "gsnedders'" but "zewt's"
- # [19:27] <zewt> Philip`: but the "'s" is pronounced as a separate "s", where "s'" is not; for example, we do pronounce two s's in "boss's"
- # [19:27] <jgraham> (umm, obviously the latter)
- # [19:27] <zewt> likewise for "james's", it's not pronounced as "james desk"
- # [19:27] <Ms2ger> !summon timeless
- # [19:27] <Philip`> zewt: Surely nobody would say something like that by purpose?
- # [19:27] <zewt> *smack*
- # [19:28] <jgraham> zewt: You seem to be mistakenly assuming a clean mapping between English spelling and pronounciation
- # [19:28] <zewt> people under around 20 seem to be saying "on purpose" a lot, which makes me sad (there are some others, though I'm having trouble recalling them off-hand)
- # [19:29] <zewt> there's a reasonably consistent mapping between "s'" and "s's" and one or two s sounds, in all cases I can think of
- # [19:29] <zewt> english certainly isn't a consistent language, but that doesn't mean it has no consistencies at all :)
- # [19:29] <Ms2ger> Those it has are probably accidents
- # [19:31] <MikeSmith> it would be very cool to actually rescind a Rec
- # [19:31] <MikeSmith> for a number of reasons
- # [19:31] <MikeSmith> including having a precedent
- # [19:31] <zewt> show that it can be done? heh
- # [19:32] * Quits: micheil (~micheil@92.40.254.238.threembb.co.uk) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [19:33] <Philip`> Let's rescind them all and start again from scratch
- # [19:34] <Ms2ger> Philip`, want to write two paragraphs to rescind Views?
- # [19:34] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [19:35] <Philip`> Since I don't know what it is, no
- # [19:35] <timeless> anyone here familiar w/ <input type=number> ?
- # [19:38] <Ms2ger> Ah, timeless
- # [19:38] <Ms2ger> timeless, want to write two paragraphs to rescind Views? :)
- # [19:40] * Quits: timeless (d04149cb@firefox/developer/timeless) (Ping timeout: 252 seconds)
- # [19:41] <Philip`> I guess that's a no?
- # [19:41] * Joins: cying (~cying@173-228-29-224.dsl.static.sonic.net)
- # [19:41] * Quits: hta (~hta@62-20-124-50.customer.telia.com) (Quit: Leaving.)
- # [19:42] <Ms2ger> :(
- # [19:42] * Joins: ezoe (~ezoe@61-205-124-155f1.kyt1.eonet.ne.jp)
- # [19:55] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [20:03] * Joins: aki_ (~aki@173-11-35-205-Minnesota.hfc.comcastbusiness.net)
- # [20:03] * aki_ is now known as gesa
- # [20:05] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [20:06] * Quits: Obvious (tachikoma@188.226.74.2) (Read error: Connection reset by peer)
- # [20:06] * Joins: jamesr (~jamesr@216.239.45.21)
- # [20:07] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [20:08] * Joins: The_8472 (~stardive@azureus/The8472)
- # [20:08] * Joins: Obvious (tachikoma@188.226.74.2)
- # [20:11] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [20:18] <Ms2ger> So delete window.Node should do what?
- # [20:18] * Joins: jernoble (~jernoble@17.203.12.89)
- # [20:19] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 240 seconds)
- # [20:22] * Quits: jonatasnona (~jonatas@lba.inpa.gov.br) (Quit: Saindo)
- # [20:26] <AryehGregor> Nothing good, I suspect.
- # [20:26] <Ms2ger> >.<
- # [20:27] <Ms2ger> It seems like the answer is "Nothing", but I can't figure out why that is
- # [20:29] * AryehGregor recommends summoning heycam|away
- # [20:30] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [20:30] <Ms2ger> I tried
- # [20:30] <Ms2ger> He's always away
- # [20:30] <Ms2ger> I mean, it's past 6AM in NZ
- # [20:31] * Joins: dbaron (~dbaron@nat/mozilla/x-axlhgeszqsjiulbt)
- # [20:32] * Joins: mpilgrim (~pilgrim@97.67.219.162)
- # [20:38] * Joins: J_Voracek (~J_Voracek@64.134.144.143)
- # [20:38] * Quits: J_Voracek (~J_Voracek@64.134.144.143) (Client Quit)
- # [20:39] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [20:40] <gsnedders> Ms2ger: Well, I guess window.Node.[[Configurable]] = false
- # [20:41] <Ms2ger> No
- # [20:41] <gsnedders> Ms2ger: But I guess you mean in IDL terms?
- # [20:41] <Ms2ger> The property has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true }.
- # [20:42] <Ms2ger> http://dev.w3.org/2006/webapi/WebIDL/#es-interfaces
- # [20:42] * Joins: astearns (~anonymous@192.150.22.5)
- # [20:43] * Joins: belajar (~belajar@114.79.62.129)
- # [20:43] <gsnedders> Ms2ger: The global object is odd and defined nowhere in real terms :(
- # [20:43] * Ms2ger sighs
- # [20:44] * Ms2ger files a bug
- # [20:44] * Quits: belajar (~belajar@114.79.62.129) (Client Quit)
- # [20:46] * Joins: w3ztb0y (~belajar@114.79.63.129)
- # [20:46] <gsnedders> Ms2ger: Look at self and parent for the *real* gfun.
- # [20:46] <gsnedders> *fun
- # [20:46] <Ms2ger> No thanks
- # [20:46] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [20:46] <w3ztb0y> is there any indonesian people??
- # [20:47] <Ms2ger> Presumably there are
- # [20:47] <Ms2ger> AFAIK, Indonesia hasn't been abandoned
- # [20:47] <AryehGregor> Even if it had, wouldn't there still be Indonesian expatriates?
- # [20:48] <Ms2ger> Would you call them Indonesian people in that case? Presumably yes.
- # [20:49] <AryehGregor> Sure.
- # [20:49] <TabAtkins> Hixie: whitespace-collapse:discard isnt' yet implemented anywhere afaik. But it's definitely awesome, for precisely the case you mention.
- # [20:50] <AryehGregor> it does sound awesome.
- # [20:50] <AryehGregor> w3ztb0y, no, no one here is Indonesian.
- # [20:50] <TabAtkins> zcorpan, others: Selectors 4 introduced a way to match attributes case-insensitively a few weeks ago.
- # [20:50] <Hixie> TabAtkins: yeah once i saw it i realised it was what we were talking about back in 2003 or so
- # [20:50] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 252 seconds)
- # [20:50] <Hixie> TabAtkins: i still think we should get rid of the three properties and still only use white-space, with whatever keywords make sense
- # [20:50] <Ms2ger> Hixie, then it should be implemented in 5 years or so
- # [20:51] <Hixie> TabAtkins: since the vast majority of the combinations make no sense at all
- # [20:51] <Ms2ger> Send email to www-style
- # [20:51] <AryehGregor> TabAtkins, won't that force browsers to keep a separate case-normalized copy of every attribute value? Do they actually want to do that?
- # [20:51] <Hixie> Ms2ger: dude, you obviously aren't familiar with the csswg's specs' schedules (especially fantasai's...)
- # [20:51] <Ms2ger> The CSSWG apparently thinks you don't know about www-style
- # [20:52] <Hixie> by "the CSSWG" do you mean daniel? :-)
- # [20:53] * Parts: w3ztb0y (~belajar@114.79.63.129)
- # [20:54] <TabAtkins> Hixie: Nah, fantasai was making fun of you for saying that you weren't sure how to ask the CSSWG to handle ::paragraphs.
- # [20:54] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [20:54] <Hixie> what i wasn't sure about was whether there was some convenient way to just reassign the bug
- # [20:55] <TabAtkins> No, we don't use the bugtracker for feature requests.
- # [20:55] <Hixie> lame
- # [20:55] <TabAtkins> Those are solely handled on the mailing list.
- # [20:55] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [20:55] <Hixie> where are they tracked?
- # [20:55] <Ms2ger> The editor's heads
- # [20:55] <Hixie> i'm going to go back to "lame"
- # [20:55] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [20:55] <Ms2ger> Hmm
- # [20:55] <TabAtkins> Various places. We're consolidating to *tracking* on a bugtracker.
- # [20:56] <TabAtkins> s/a bugtracker/bugzilla/
- # [20:56] <Ms2ger> That's a bit of a strange picture
- # [20:56] <TabAtkins> But discussion shouldn't ever happen on bugzilla.
- # [20:56] <Ms2ger> *The editors' heads
- # [20:56] <TabAtkins> /lunch
- # [20:56] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # [20:57] <Hixie> well where discussion happens is not really my concern
- # [20:57] <Hixie> i just wanted to get the bug off my list :-P
- # [20:57] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [20:57] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Remote host closed the connection)
- # [20:57] <zewt> when you run out of space, do you have to buy a razor
- # [20:57] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [20:58] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 246 seconds)
- # [21:03] * Quits: timeless (d04149cb@firefox/developer/timeless) (Ping timeout: 252 seconds)
- # [21:04] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
- # [21:05] * Quits: sicking (~chatzilla@nat/mozilla/x-evetuwqphxftrpsr) (Ping timeout: 240 seconds)
- # [21:17] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [21:23] * jernoble is now known as jer|afk
- # [21:32] * Quits: zdobersek (~zan@cpe-46-164-4-39.dynamic.amis.net) (Ping timeout: 252 seconds)
- # [21:35] * Quits: maikmerten (~maikmerte@port-92-201-210-59.dynamic.qsc.de) (Remote host closed the connection)
- # [21:47] * Joins: zdobersek (~zan@cpe-46-164-1-197.dynamic.amis.net)
- # [21:48] * Joins: necolas (~necolas@5e0129ee.bb.sky.com)
- # [21:48] * Quits: ZombieLoffe (~ZombieL@unaffiliated/zombieloffe)
- # [21:49] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Remote host closed the connection)
- # [21:51] * Quits: necolas (~necolas@5e0129ee.bb.sky.com) (Remote host closed the connection)
- # [21:51] * Joins: necolas (~necolas@5e0129ee.bb.sky.com)
- # [21:53] * jer|afk is now known as jernoble|afk
- # [21:53] * jernoble|afk is now known as jer|afk
- # [21:58] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:58] * Joins: sicking (~chatzilla@nat/mozilla/x-myhiygyewvygmdqr)
- # [21:58] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [22:00] * Quits: mpilgrim (~pilgrim@97.67.219.162) (Ping timeout: 246 seconds)
- # [22:02] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Ping timeout: 246 seconds)
- # [22:07] * Quits: zdobersek (~zan@cpe-46-164-1-197.dynamic.amis.net) (Quit: Leaving.)
- # [22:09] <TabAtkins> Hixie: I think that wrapping and whitespace collapsing and newline collapsing are all distinct, and useful to control separately, so the separate properties are good.
- # [22:12] * jgraham blinks
- # [22:13] <TabAtkins> jgraham: Don't stop blinking!
- # [22:14] <jgraham> TabAtkins: It's OK I think that I will keep blinking for as long as I keep getting email about the W3C test framework thing.
- # [22:15] <jgraham> It is being built with a set of assumptions that are quite alien to me
- # [22:15] * jgraham should try to ignore it
- # [22:17] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [22:23] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [22:24] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [22:36] <Hixie> TabAtkins: i think giving authors switches where the majority of possible setting combinations are bad when we can enumerate the good ones is bad UI
- # [22:36] <matjas> is there a point in using @defer when you only use a single <script> and it’s at the bottom, right before </body>?
- # [22:36] <Hixie> not really
- # [22:38] <matjas> not really or not at all?
- # [22:38] <matjas> what is the point?
- # [22:39] <Hixie> there's no point that i can think of
- # [22:39] <Ms2ger> Being fancy! :)
- # [22:39] <Hixie> there are some subtle minor differences, but nothing useful i don't think
- # [22:43] <matjas> Hixie: it seems to make a difference in rendering, at least in Chrome
- # [22:43] <matjas> compare http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bj1hfff2_0_f&t=1313008395 and http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bj1hfft2_0_f&t=1313008412
- # [22:44] <matjas> first test is blank until the script is loaded, second test (with @defer) displays the table “immediately”, then shows the last line after the script is loaded
- # [22:44] * Quits: Frozen (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2) (Remote host closed the connection)
- # [22:44] <Ms2ger> QoI
- # [22:44] <Hixie> that's a browser detail
- # [22:46] * Joins: jdalton (~jdalton@cpe-71-67-166-59.insight.res.rr.com)
- # [22:46] * Joins: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [22:48] <Hixie> jgraham: 504ing
- # [22:53] * Joins: othermaciej (~mjs@17.246.19.163)
- # [22:57] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [22:58] * Joins: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
- # [23:04] * Quits: sicking (~chatzilla@nat/mozilla/x-myhiygyewvygmdqr) (Ping timeout: 258 seconds)
- # [23:06] * Joins: sicking (~chatzilla@nat/mozilla/x-bdbvivrvrbydmgpv)
- # [23:06] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:08] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [23:09] * Quits: Ms2ger (~Ms2ger@91.181.29.250) (Quit: nn)
- # [23:10] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:10] * Joins: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [23:10] * Quits: gesa (~aki@173-11-35-205-Minnesota.hfc.comcastbusiness.net) (Quit: gesa)
- # [23:11] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [23:14] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [23:15] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [23:28] <jgraham> Hixie: I really don't know what to do. The only message in the logs is about the ekkepalive connection being closed which afaict from the docs is an effect rather than the cause
- # [23:29] <jgraham> *keepalive
- # [23:29] <Hixie> any idea _which_ connection?
- # [23:29] <Hixie> when does the problem occur?
- # [23:29] * heycam|away is now known as heycam
- # [23:33] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Read error: Operation timed out)
- # [23:36] <jgraham> Well I assume that what's happening is that the host has changed their setup to use nginx as a frontend for all requests and then send them to apache if needed. And sometimes the script takes a little bit too long and nginx gets bored waiting for a response
- # [23:36] <Hixie> aaah
- # [23:36] <Hixie> interesting
- # [23:36] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:36] <Hixie> no way to change the timeout?
- # [23:36] <Hixie> maybe make your script send stuff back regularly?
- # [23:37] <Hixie> i ignore what you send back, iirc
- # [23:37] <Hixie> oh no wait
- # [23:37] <jgraham> I'm looking to see if there is a timeout
- # [23:37] <Hixie> that's for the multipage thing
- # [23:37] <Hixie> i actually use your output
- # [23:37] <Hixie> you could send back something in a comment at the top that i then strip out
- # [23:37] <Hixie> <!-- progress... line 1000... line 2000... line 3000...
- # [23:37] <Hixie> or whatever
- # [23:42] <jgraham> I probably can
- # [23:42] <jgraham> But it is going to be a crazy hack
- # [23:43] <Hixie> up to you :-)
- # [23:43] <Hixie> on my end the entire pipeline is one long series of crazy hacks
- # [23:43] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
- # [23:44] <Philip`> Only a long series, not a complex interconnected DAG?
- # [23:45] <Philip`> (or even a cyclic one)
- # [23:46] <gsnedders> Philip`: Then it wouldn't be a DAG
- # [23:46] <jgraham> gsnedders: That's presumably why he said "or even"
- # [23:46] <Philip`> I didn't mean to imply it would be
- # [23:48] <jgraham> Hixie: I think it is too late at night for crazy hacks right now. Hopefully I will wake up with a better idea than I have right now
- # [23:54] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [23:57] * Quits: MikeSmith (~MikeSmith@50.27.208.218) (Quit: MikeSmith)
- # Session Close: Thu Aug 11 00:00:01 2011
The end :)