Options:
- # Session Start: Tue Jun 21 00:00:00 2011
- # Session Ident: #whatwg
- # [00:01] * Joins: Morphous_ (jan@g228225091.adsl.alicedsl.de)
- # [00:02] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [00:02] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Client Quit)
- # [00:03] * Joins: stefan-_ (~music@hiwi0.wi2.uni-trier.de)
- # [00:06] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [00:10] * Joins: othermaciej_ (~mjs@17.246.19.36)
- # [00:11] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [00:11] * Joins: Workshiva (~Dashiva@74.125.121.65)
- # [00:12] * Quits: othermaciej (~mjs@17.203.15.180) (Ping timeout: 244 seconds)
- # [00:12] * othermaciej_ is now known as othermaciej
- # [00:15] * Joins: estes (~estes@2620:149:4:401:d69a:20ff:fed0:8cd2)
- # [00:15] * Joins: Lachy (~Lachlan@178.74.10.250)
- # [00:15] * Quits: Lachy (~Lachlan@178.74.10.250) (Client Quit)
- # [00:27] * Joins: roc (~chatzilla@121.98.230.221)
- # [00:29] * Quits: dbaron (~dbaron@nat/mozilla/x-oblifgfxeshmxqbf) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:33] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: brb, hopefully)
- # [00:33] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Read error: Operation timed out)
- # [00:33] * Joins: mpilgrim (~pilgrim@nat/google/x-tudgnsmovhjmeoqh)
- # [00:34] <Philip`> zewt: Seems quite appropriate, because in both cases you give a URL to the long content
- # [00:35] * Joins: dbaron (~dbaron@nat/mozilla/x-wzwzmglujiqlzsgl)
- # [00:41] * Joins: Yuhong (~chatzilla@50-47-173-54.evrt.wa.frontiernet.net)
- # [00:42] * Quits: clair (~clair@host86-163-151-50.range86-163.btcentralplus.com) (Quit: clair)
- # [00:43] * Joins: mpilgrim_ (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [00:43] * Quits: mpilgrim (~pilgrim@nat/google/x-tudgnsmovhjmeoqh) (Ping timeout: 264 seconds)
- # [00:43] * mpilgrim_ is now known as mpilgrim
- # [00:49] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [00:49] * Quits: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [00:51] <annevk> maybe DOM Core should also do document.contentType if we do charset et al
- # [00:52] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:52] * Quits: kalc4 (~kalc4@78.149.123.232) (Quit: kalc4)
- # [00:56] <Yuhong> http://www.reddit.com/r/programming/comments/cm02a/you_cant_parse_html_with_regular_expressions/c0tje4z
- # [00:56] <Yuhong> "The rules for parsing HTML have evolved into something quite horrific."
- # [00:56] <Yuhong> And it certainly don't help that browsers over time have parsed HTML in different ways.
- # [00:57] <Yuhong> For example, Mosaic treated tags as commands. For example, <li> outside <ol> would always result in a bullet.
- # [00:57] * Joins: mpilgrim_ (~pilgrim@nat/google/x-bnvbumahrxocldkx)
- # [00:57] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 250 seconds)
- # [00:59] <Hixie> Yuhong: still does!
- # [00:59] <AryehGregor> <li> outside -- yeah.
- # [00:59] * mpilgrim_ is now known as mpilgrim
- # [00:59] <AryehGregor> Was about to say.
- # [01:00] <Yuhong> In quirks mode for compatiblity. IE9 and Mozilla no longer does it in standards mode.
- # [01:00] <AryehGregor> orly?
- # [01:00] <AryehGregor> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cli%3Ehi
- # [01:01] <Hixie> if they don't then they're violating the spec :-)
- # [01:01] <Philip`> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!doctype%20html%3E%3Cli%3Ehi
- # [01:01] <AryehGregor> You said quirks mode, so you can also do standards mode if you like: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!doctype%20html%3E%3Cli%3Ehi
- # [01:01] <AryehGregor> Same result.
- # [01:01] <Philip`> I get no bullet point for the latter, in FF 4.0.1
- # [01:02] <AryehGregor> Oh.
- # [01:02] <AryehGregor> Nor do I.
- # [01:02] <Philip`> (There's still an li DOM node, it's just not styled)
- # [01:02] <Yuhong> Nor do I either.
- # [01:02] <AryehGregor> That seems evil.
- # [01:02] <AryehGregor> How could that be?
- # [01:02] <AryehGregor> It's display: list-item.
- # [01:02] <AryehGregor> Sounds like a Firefox bug.
- # [01:02] <Hixie> yeah you do
- # [01:02] <Hixie> it's just off the side of the screen
- # [01:02] <Hixie> add some margins
- # [01:02] <AryehGregor> Ah.
- # [01:02] * Joins: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10)
- # [01:03] <AryehGregor> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!doctype%20html%3E%3Cli%20style%3Dmargin-left%3A1em%3Ehi
- # [01:03] <AryehGregor> There you go.
- # [01:03] <AryehGregor> It seems like quirks mode triggers list-style-type: inside.
- # [01:03] <Hixie> it's a list-style-position issue iirc
- # [01:03] <AryehGregor> -position, whatever.
- # [01:03] <Hixie> yeah
- # [01:04] <Philip`> quirk.css says "li { list-style-position: inside }"
- # [01:04] <AryehGregor> li { list-style-position: inside } ..., ul li, ... { list-style-position: inherit } in Gecko's default CSS.
- # [01:04] <AryehGregor> In quirks.
- # [01:04] <AryehGregor> Mystery solved.
- # [01:05] <AryehGregor> I wonder if that's documented anywhere.
- # [01:05] <Yuhong> And as it happens, someone mentioned <wow that='is a > great idea'>.
- # [01:05] <Yuhong> And as it happens, Mosaic and Netscape 1.x would consider the first > to be the end of a tag.
- # [01:06] <Philip`> https://developer.mozilla.org/en/Mozilla_Quirks_Mode_Behavior documents it by reference to quirk.css
- # [01:06] <AryehGregor> Philip`, I really meant documented in a spec.
- # [01:07] <annevk> ah shit
- # [01:07] <annevk> why does Web IDL not link to the editor's draft?
- # [01:07] <annevk> heycam, ^^
- # [01:07] * Joins: mpilgrim_ (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [01:08] <heycam> annevk, doesn't it? :(
- # [01:08] <Hixie> TR/ page strikes again? :-)
- # [01:08] <heycam> on, on the TR version
- # [01:08] <annevk> yeah, on the TR version
- # [01:08] * heycam will add it to his xslt gunk
- # [01:08] <heycam> annevk, hi & wb btw :)
- # [01:08] * Quits: mpilgrim (~pilgrim@nat/google/x-bnvbumahrxocldkx) (Ping timeout: 276 seconds)
- # [01:09] <annevk> heycam, hey hey
- # [01:09] <annevk> heycam, can we have inheritance for dictionaries?
- # [01:09] <annevk> heycam, so I can have a basic InitEvent dictionary that specific events can extend?
- # [01:09] <heycam> annevk, if we need to -- I thought of it, but just decided to go without unless if was needed
- # [01:09] <heycam> ahh good idea
- # [01:09] <annevk> it would be kind of useful
- # [01:09] <heycam> perfect example for it
- # [01:09] <annevk> InitEvent would have cancel/bubble/type
- # [01:09] <heycam> file a bug please
- # [01:10] <annevk> InitCustomEvent : InitEvent would just have data
- # [01:10] <heycam> yep
- # [01:10] <annevk> well details
- # [01:10] <annevk> (silly name)
- # [01:10] <Yuhong> And yea, a lot of the error handling in HTML5 is to emulate the behavior of the old browsers like Mosaic.
- # [01:10] <heycam> (my fault maybe)
- # [01:10] <annevk> cool, will file a bug
- # [01:10] <heycam> actually, is it details or detail?
- # [01:10] <annevk> no s
- # [01:11] <Hixie> cc me on that bug if you file one
- # [01:11] <annevk> this way the new initEvent can just accept InitEvent dictionaries and no need to overload it for each new event class
- # [01:12] <annevk> and each new event class would just define its own dictionary inheriting from InitEvent
- # [01:12] <annevk> plus I guess some mapping
- # [01:12] * Quits: jacobolu_ (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [01:13] <Yuhong> BTW, it certainly didn't help that back in the time of Mosaic, the other common HTML parser, libwww, would not decode entities inside attribute values.
- # [01:14] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 244 seconds)
- # [01:15] <Yuhong> So there was no portable way of using the > character inside attribute values.
- # [01:16] * Joins: pdr2 (~pdr2@75-144-232-190-Atlanta.hfc.comcastbusiness.net)
- # [01:17] * Joins: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net)
- # [01:17] * Quits: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [01:17] <Yuhong> Of course, Netscape 2 fixed this problem long ago, breaking many pages that existed at this time, since it was a common typo.
- # [01:19] <annevk> done http://www.w3.org/Bugs/Public/show_bug.cgi?id=13004
- # [01:21] <heycam> thanks
- # [01:21] * Quits: pdr2 (~pdr2@75-144-232-190-Atlanta.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [01:21] * Joins: pdr2 (~pdr2@nat/google/x-glajmxkmyweaqnrp)
- # [01:22] <annevk> hopefully we can even drop initCustomEvent() if we do this quickly
- # [01:22] <annevk> and other newish init*Event() methods
- # [01:22] <heycam> yeah
- # [01:22] <heycam> some of them are quite hairy :(
- # [01:24] <Yuhong> And of course most pages that depends on the behavior of Mosaic regarding <li> do not have any CSS at all.
- # [01:24] <zewt> (if you're writing a book I think you're typing into the wrong window)
- # [01:25] <annevk> (if you are using logic you are too)
- # [01:25] * Joins: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net)
- # [01:26] * Quits: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [01:27] <zewt> annevk: yeah, i think I saw some mention of adding an initIDBVersionChangeEvent for IDB, would be nice to stop perpetuating that mess
- # [01:28] <zewt> http://www.w3.org/Bugs/Public/show_bug.cgi?id=10601 :(
- # [01:29] <annevk> zewt, maybe file a bug on Indexed DB alerting them of DOM Core plans?
- # [01:29] <annevk> zewt, definitely seems like it is not too late yet to change things around
- # [01:30] <smaug____> annevk: what about initCustomEvent
- # [01:31] <smaug____> it is implemented in several engines
- # [01:31] <smaug____> IIRC at least in 3
- # [01:31] <annevk> mutation events are too
- # [01:31] * smaug____ scrolls up to see the context
- # [01:31] <annevk> if we can replace it by a better API I would prefer that
- # [01:32] <smaug____> oh, btw, about mutation events
- # [01:32] <smaug____> there is the patch for replaments
- # [01:32] <annevk> what is the bug?
- # [01:32] <annevk> I'd love to follow that
- # [01:32] <smaug____> https://bugzilla.mozilla.org/show_bug.cgi?id=641821
- # [01:33] <annevk> thanks
- # [01:33] <smaug____> I'd like to get comments about the API
- # [01:33] <smaug____> see the patch, and look for nsIDOMNode.idl
- # [01:33] <smaug____> I simplified sicking's proposal
- # [01:35] <smaug____> I'd like to have some very simple API, which script libraries could then use to implement whatever filtering API they want
- # [01:35] <annevk> so you have to figure out yourself what attribute changed, which element was added, etc.?
- # [01:36] <annevk> you just get notified something changed relative to a certain node?
- # [01:36] <annevk> aah
- # [01:36] <annevk> the changetarget
- # [01:37] <smaug____> the changetarget just gives you the element on which the attribute was changed
- # [01:37] <annevk> so if you add an element, aNode is its new parent and the element itself is aChangeTarget?
- # [01:37] <smaug____> aNode is always the node to which you add the listener
- # [01:37] * Joins: nessy (~Adium@74.125.56.18)
- # [01:37] <smaug____> it is kind of event.currentTarget
- # [01:37] <smaug____> and changeTarget is like .target
- # [01:38] <smaug____> sicking's proposal didn't have changeTarget
- # [01:38] <annevk> but then in <div id=listener><div><div></div><div></div> when I remove the innermost <div> nothing is dispatched?
- # [01:38] <smaug____> it is hard to add more data if we want to handle innerHTML in any good way
- # [01:38] * Quits: mpilgrim_ (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Remote host closed the connection)
- # [01:39] * Joins: mpilgrim_ (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [01:39] <smaug____> annevk: childlistchanged is fired
- # [01:39] <annevk> but the childlist did not change
- # [01:39] <smaug____> node is id=listener, and changeTarget would be the parent of the innermost <div>
- # [01:40] <smaug____> it is the childlist of changetarget which changed
- # [01:40] <annevk> if you remove the child of id=listener are both node and changeTarget id=listener?
- # [01:40] <smaug____> yes
- # [01:41] <annevk> so you'd have to do bookkeeping yourself as to which child was actually removed
- # [01:41] <annevk> I guess I'm not really the right person to provide feedback on this
- # [01:41] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
- # [01:41] <annevk> I could blog about it though and see what people think
- # [01:41] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [01:41] <smaug____> sure
- # [01:41] <annevk> I know a few people that use mutation events a lot for their editing applications
- # [01:42] <smaug____> this was discussed in webapps
- # [01:42] <annevk> k
- # [01:42] * Quits: Morphous_ (jan@g228225091.adsl.alicedsl.de) (Ping timeout: 250 seconds)
- # [01:42] <smaug____> sicking's proposal, I mean
- # [01:42] <smaug____> I just simplified it a bit
- # [01:42] <annevk> yeah I saw some of that, I hadn't looked into it much so far; I guess I should since I think it probably needs to go in DOM Core...
- # [01:43] <smaug____> it doesn't need to go to DOM Core
- # [01:43] <annevk> at least I think it would make sense to define it alongside appendChild and what not
- # [01:43] <smaug____> could be separate spec
- # [01:44] <smaug____> the original proposal is http://www.w3.org/2008/webapps/wiki/MutationReplacement#MutationTarget_.28A_Mozilla_Proposal.29
- # [01:44] * Quits: stefan-_ (~music@hiwi0.wi2.uni-trier.de) (Remote host closed the connection)
- # [01:44] * Quits: Yuhong (~chatzilla@50-47-173-54.evrt.wa.frontiernet.net) (Quit: ChatZilla 0.9.87 [Firefox 4.0.1/20110413222027])
- # [01:45] <annevk> cool
- # [01:46] <annevk> qeueud
- # [01:46] <annevk> queued*
- # [01:47] <annevk> looks pretty simple and straightforward
- # [01:47] <annevk> well "pretty simple"
- # [01:47] * bga_ is now known as bga_|away
- # [01:49] <annevk> smaug____, what is your plan on phasing out the old mutation events?
- # [01:50] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [01:50] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [01:50] <smaug____> well, need to get this landed
- # [01:50] <smaug____> and then start warning about mutation events...
- # [01:51] <smaug____> and the spec for the replacement needs to be stable before warning
- # [01:51] * bga_|away is now known as bga_
- # [01:51] <smaug____> (so that API wouldn't be moz-prefixed)
- # [01:51] <annevk> so we could end up with two mutation APIs to support?
- # [01:52] <smaug____> that is ofc expected
- # [01:52] <smaug____> temporarily
- # [01:52] <annevk> I meant forever
- # [01:52] <smaug____> we can't remove mutation events before we have something for replament
- # [01:52] <annevk> if both gain traction and it turns out neither can get killed
- # [01:53] <smaug____> and unstable API isn't a replacement
- # [01:53] <smaug____> that would be unfortunate
- # [01:53] * Quits: Rik` (~Rik`@72.11.82.226) (Remote host closed the connection)
- # [01:53] <annevk> because then we have both sync and async notifications
- # [01:53] <smaug____> but I don't see any other way to get rid of mutation events
- # [01:53] <annevk> and the spec will be terrible
- # [01:53] <annevk> and the impls even worse
- # [01:53] <annevk> and authors will kill perf
- # [01:53] <annevk> or something
- # [01:54] <zewt> i'm not familiar with mutation events, but is it possible to implement this simpler interface in terms of the more complex existing mutation events?
- # [01:54] <smaug____> mutation callbacks are kind of sync, since they fire before the mutating method returns
- # [01:54] <jamesr> yes, but implementators are unwilling to remove mutation events without some sort of replacement
- # [01:54] <jamesr> zewt: in practice, or in spec-ese?
- # [01:54] <annevk> smaug____, that's not what the wiki page suggests
- # [01:54] <zewt> either, I guess--just a thought in terms of relative complexity
- # [01:54] <jamesr> in practice, existing mutation events are buggy and not fully interoperable. in spec-ese, existing mutation events are not specified in the slightest
- # [01:54] <annevk> smaug____, and wouldn't that give the same icky situations we have now?
- # [01:55] * Quits: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.17/20110428205629])
- # [01:55] <jamesr> conceptually i think you could but it's not very useful in practice
- # [01:55] <smaug____> annevk: wiki page is pretty clear. "I think we want the notifications to fire by the time that the function that caused the DOM mutation returned."
- # [01:55] <smaug____> annevk: and no, that doesn't cause the same problems
- # [01:55] <zewt> also, if this API can be implemented by users in javascript, i'd expect that to help encourage people to use it--if it's possible to use a compatibility layer for older browsers
- # [01:55] <annevk> smaug____, " Unfortunately these two goals are incompatible. I can't fully satisfy them both. So the sacrifice I made was that calls that happen inside of a notification no longer satisfy the second goal. This is accomplished by the flag and queue described in the algorithm [below]."
- # [01:56] <jamesr> zewt: in practice, no. webkit doesn't support attribute mutation events at all, for example, so AttributeChanged and SubtreeAttributeChanged would be impossible to emulate
- # [01:56] * Joins: Rik` (~Rik`@2001:470:8024:103:daa2:5eff:fe97:85ed)
- # [01:57] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [01:57] <jamesr> it also wouldn't be possible to match the timing
- # [01:57] * Joins: Morphous_ (jan@f048194158.adsl.alicedsl.de)
- # [01:57] <smaug____> it is interesting that webkit has managed to keep the code which dispatches DOMAttrModified disabled
- # [01:57] <smaug____> or perhaps the code has been removed now
- # [01:58] <jamesr> it's at least #ifdef'd out
- # [01:58] * Quits: Rik` (~Rik`@2001:470:8024:103:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [01:59] <jamesr> probably just gone at this point
- # [02:00] <smaug____> for other browsers one could write such DOMMutationEvent -> MutationCallback script
- # [02:01] <smaug____> IIRC, all non-webkit engines support the needed mutation events
- # [02:04] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [02:15] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:21] * heycam is now known as heycam|away
- # [02:27] * Quits: dbaron (~dbaron@nat/mozilla/x-wzwzmglujiqlzsgl) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:27] * Joins: dbaron (~dbaron@nat/mozilla/x-nkcobbrrblrcmmsi)
- # [02:29] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [02:30] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.87 [Firefox 4.0.1/20110413222027])
- # [02:32] * mpilgrim_ is now known as mpilgrim
- # [02:48] * Quits: eric_carlson_ (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson_)
- # [02:50] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:50] * Quits: estes (~estes@2620:149:4:401:d69a:20ff:fed0:8cd2) (Quit: estes)
- # [02:52] * Joins: ben_h (~ben@128.250.195.138)
- # [02:53] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [02:53] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:53] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Read error: Operation timed out)
- # [02:54] * Quits: smaug____ (~chatzilla@a91-154-46-14.elisa-laajakaista.fi) (Ping timeout: 244 seconds)
- # [03:05] * Joins: agektmr (~Adium@220.109.219.244)
- # [03:11] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [03:11] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.17/20110428205629])
- # [03:11] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [03:13] * Quits: jamesr (~jamesr@nat/google/x-pgldtdlxhpyqmtwe) (Quit: jamesr)
- # [03:15] * Quits: ezoe (~ezoe@112-68-250-132f1.kyt1.eonet.ne.jp) (Ping timeout: 264 seconds)
- # [03:15] * Quits: ap (~ap@17.203.14.199) (Quit: ap)
- # [03:17] * Quits: dave_levin (~dave_levi@nat/google/x-jgpxtgyccjqkzauq) (Quit: dave_levin)
- # [03:23] * Joins: jamesr (~jamesr@216.239.45.19)
- # [03:24] * Quits: DaFireball (~Vuurbal@240-216-164-193.fiber.trined.nl)
- # [03:34] * bga_ is now known as bga_|away
- # [03:34] * Quits: bga_|away (~bga@ppp91-122-184-42.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [03:35] * Joins: ben_alman_ (~cowboy@pool-74-104-156-115.bstnma.fios.verizon.net)
- # [03:35] * heycam|away is now known as heycam
- # [03:36] * Joins: yusukes (~yusukes@2401:fa00:4:1000:224:81ff:fec1:6444)
- # [03:37] * Quits: yusukes (~yusukes@2401:fa00:4:1000:224:81ff:fec1:6444) (Client Quit)
- # [03:44] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [03:45] * Quits: retornam (~retornam@2620:101:8003:200:1293:e9ff:fe5c:e6c5) (Quit: retornam)
- # [03:45] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 255 seconds)
- # [03:46] * Joins: weinig (~weinig@17.203.14.166)
- # [03:52] * Joins: ezoe (~ezoe@61-205-125-160f1.kyt1.eonet.ne.jp)
- # [03:56] * Joins: agektmr (~Adium@220.109.219.244)
- # [04:02] * Quits: othermaciej (~mjs@17.246.19.36) (Quit: othermaciej)
- # [04:06] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 264 seconds)
- # [04:06] * Quits: weinig (~weinig@17.203.14.166) (Quit: weinig)
- # [04:07] * Joins: weinig (~weinig@2620:149:4:401:c035:122c:f0c:51cf)
- # [04:07] * Joins: gsnedder1 (~gsnedders@204.232.194.186)
- # [04:08] * Joins: reggna_ (~reggna@godis.olf.sgsnet.se)
- # [04:08] * Joins: uf0 (deeznuts@2001:4d88:ffff:ffff:2:b320:d90a:b)
- # [04:08] * Joins: wirepair_ (fbi@random.supermario.org)
- # [04:09] * Joins: eighty4_ (~eighty4@li150-164.members.linode.com)
- # [04:12] * Joins: The_8472 (~stardive@azureus/The8472)
- # [04:12] * Quits: dbaron (~dbaron@nat/mozilla/x-nkcobbrrblrcmmsi) (*.net *.split)
- # [04:12] * Quits: reggna (~reggna@godis.olf.sgsnet.se) (*.net *.split)
- # [04:12] * Quits: _uf0 (deeznuts@2001:4d88:ffff:ffff:2:b320:d90a:b) (*.net *.split)
- # [04:12] * Quits: gsnedders (~gsnedders@204.232.194.186) (*.net *.split)
- # [04:12] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
- # [04:12] * Quits: ryuone (~ryuone@www1138ua.sakura.ne.jp) (*.net *.split)
- # [04:12] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [04:13] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [04:15] * Quits: jochen__ (~jochen@nat/google/x-jmztmogcjadmoiif) (Remote host closed the connection)
- # [04:15] * Joins: jochen__ (~jochen@nat/google/x-mfvtxpifnrjmsors)
- # [04:16] * Joins: othermaciej (~mjs@66.109.104.12)
- # [04:17] * Quits: pdr2 (~pdr2@nat/google/x-glajmxkmyweaqnrp) (Ping timeout: 246 seconds)
- # [04:17] * Joins: MikeSmith (~MikeSmith@EM114-48-1-143.pool.e-mobile.ne.jp)
- # [04:24] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [04:26] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Ping timeout: 240 seconds)
- # [04:27] * Quits: weinig (~weinig@2620:149:4:401:c035:122c:f0c:51cf) (Quit: weinig)
- # [04:28] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [05:05] * Joins: nonge_ (~nonge@p5082B036.dip.t-dialin.net)
- # [05:07] * Quits: othermaciej (~mjs@66.109.104.12) (Quit: othermaciej)
- # [05:09] * Quits: nonge__ (~nonge@p5082A08A.dip.t-dialin.net) (Ping timeout: 250 seconds)
- # [05:14] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [05:14] * Quits: jamesr (~jamesr@216.239.45.19) (Quit: jamesr)
- # [05:17] * Quits: CvP (~CvP@123.49.22.169) (Ping timeout: 264 seconds)
- # [05:27] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [05:40] * Quits: ezoe (~ezoe@61-205-125-160f1.kyt1.eonet.ne.jp) (Ping timeout: 240 seconds)
- # [05:40] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [05:41] * Joins: Rik` (~Rik`@64.128.85.190)
- # [05:58] * Joins: shiawuen (~shiawuent@bb115-66-151-94.singnet.com.sg)
- # [06:01] * Joins: retornam (~retornam@c-67-188-115-76.hsd1.ca.comcast.net)
- # [06:02] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [06:06] * Quits: nonge_ (~nonge@p5082B036.dip.t-dialin.net) (Read error: Operation timed out)
- # [06:07] * Joins: agektmr (~Adium@220.109.219.244)
- # [06:11] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [06:18] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [06:21] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Quit: Computer has gone to sleep.)
- # [06:22] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [06:32] * Quits: jdong_ (~quassel@222.126.155.250) (Remote host closed the connection)
- # [06:33] * heycam is now known as heycam|away
- # [06:39] * Joins: rimantas (~rimliu@93.93.57.193)
- # [06:40] * Joins: hdhoang (~hdhoang@2406:a000:f0ff:fffe::3461)
- # [06:42] * Joins: jacobolus (~jacobolus@199-83-220-148.PUBLIC.monkeybrains.net)
- # [06:53] * Quits: jacobolus (~jacobolus@199-83-220-148.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [07:02] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [07:05] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [07:08] * Joins: agektmr (~Adium@220.109.219.244)
- # [07:11] * Joins: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net)
- # [07:16] * Quits: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz) (Ping timeout: 264 seconds)
- # [07:18] * Joins: jdong (~quassel@222.126.155.250)
- # [07:19] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
- # [07:19] * Joins: jdong (~quassel@222.126.155.250)
- # [07:29] <Hixie> blimey
- # [07:29] <Hixie> some of these bugs sure are verbose
- # [07:29] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [07:30] <Hixie> actually it's not even that they're verbose, so much as they are written with very poor spacing and it makes reading them difficult
- # [07:39] * Joins: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [07:41] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [07:42] * Joins: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de)
- # [07:42] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [07:45] * Joins: CvP (~CvP@123.49.23.215)
- # [07:48] * Quits: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [07:55] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [07:57] <MikeSmith> Hixie: I hope it's not the ones I auto-posted from the comments list
- # [07:57] <MikeSmith> oh hey
- # [07:57] <MikeSmith> you fixed one of the editorial bugs I raised
- # [07:57] <MikeSmith> thanks
- # [07:58] <Hixie> it was marked "minor"
- # [07:58] <MikeSmith> yeah, it was minor
- # [07:58] * Joins: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net)
- # [07:58] <Hixie> i'm trying to get rid of all "minor" and "major" bugs :-)
- # [07:58] <Hixie> (the chairs are planning on taking over the priority field, so i'm moving to the severity field)
- # [07:59] <MikeSmith> that one was minor to the point that I myself had forgotten about it :)
- # [07:59] <Hixie> heh
- # [07:59] * Quits: CvP (~CvP@123.49.23.215) (Quit: [ UPP ] > all)
- # [08:09] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
- # [08:09] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 240 seconds)
- # [08:24] <jcranmer> Hixie: just make a Hixie-priority field ;-)
- # [08:27] * Joins: richt (~richt@pat-tdc.opera.com)
- # [08:33] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [08:38] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [08:39] * Joins: nonge (~nonge@p5B3262F9.dip.t-dialin.net)
- # [08:47] * hsivonen wonders how many Hixie-P1 bugs from the Netscape days remain unfixed
- # [08:47] <Hixie> surprisingly many
- # [08:47] <Hixie> last i checked
- # [08:48] <hsivonen> 8 says Bugzilla
- # [08:48] <Hixie> so still surprisingly many!
- # [08:48] <Hixie> any funny ones?
- # [08:49] <hsivonen> Undeclared entities are ignored when external DTD not found
- # [08:49] <hsivonen> Site navigation toolbar should be inside content frame
- # [08:49] <hsivonen> Render using OpenGL
- # [08:49] <Hixie> wait, "Undeclared entities are ignored when external DTD not found" is still _open_?!
- # [08:50] <Hixie> i assume the site nav toolbar bug is on seamonkey
- # [08:51] <hsivonen> Hixie: I marked undeclared entities WFM
- # [08:51] <hsivonen> and yes, the site nav bug is Seamonkey, so I'm not going to touch that one
- # [08:51] <Hixie> yeah that's a zombie bug at this point
- # [08:53] <hsivonen> it's a bit annoying how many INVALID/WONTFIX zombies there are that have been assigned to Seamonkey so they stay around as zombies even if no one is really fixing them in Seamonkey either
- # [08:53] <Hixie> only annoying from an OCD perspective, it really makes no difference in practice
- # [08:58] * eighty4_ is now known as eighty4
- # [08:58] * Quits: eighty4 (~eighty4@li150-164.members.linode.com) (Changing host)
- # [08:58] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [08:58] * Joins: CvP (~CvP@123.49.22.167)
- # [09:01] * Quits: _jgr (~jgr@CPE-60-231-55-57.lns3.cha.bigpond.net.au) (Ping timeout: 258 seconds)
- # [09:05] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [09:10] * Quits: CvP (~CvP@123.49.22.167) (Ping timeout: 276 seconds)
- # [09:13] * Joins: CvP (~CvP@123.49.21.20)
- # [09:14] * Joins: _jgr (~jgr@CPE-60-231-55-57.lns3.cha.bigpond.net.au)
- # [09:18] * _richardJ is now known as RichardJ
- # [09:20] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
- # [09:21] * Joins: jdong (~quassel@222.126.155.250)
- # [09:29] * Joins: woef (~woef@79.232-136-217.adsl-static.isp.belgacom.be)
- # [09:29] * Joins: MikeSmith_ (~MikeSmith@EM111-188-75-26.pool.e-mobile.ne.jp)
- # [09:32] * Quits: MikeSmith (~MikeSmith@EM114-48-1-143.pool.e-mobile.ne.jp) (Ping timeout: 250 seconds)
- # [09:32] * MikeSmith_ is now known as MikeSmith
- # [09:37] * Quits: retornam (~retornam@c-67-188-115-76.hsd1.ca.comcast.net) (Quit: retornam)
- # [09:40] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
- # [09:46] <Hixie> ok i'm way behind schedule for going to bed.
- # [09:46] <Hixie> nn
- # [09:48] <woef> Can anyone direct me to a propper explanation for the "form" attribute on inputs,
- # [09:48] <woef> ?
- # [09:49] * Joins: koskoz (koskoz@tri59-2-82-225-135-247.fbx.proxad.net)
- # [09:51] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
- # [09:51] * Joins: jdong (~quassel@222.126.155.250)
- # [09:53] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # [09:54] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
- # [09:55] * Joins: jdong (~quassel@222.126.155.250)
- # [10:03] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [10:09] * Quits: jdong (~quassel@222.126.155.250) (Remote host closed the connection)
- # [10:10] * Joins: jdong (~quassel@222.126.155.250)
- # [10:13] * Joins: Akilo (~kristof@lit75-1-81-57-239-230.fbx.proxad.net)
- # [10:14] * Joins: jeremyselier (~Jeremy@92.103.127.226)
- # [10:16] * Joins: Ms2ger (~Ms2ger@91.181.21.163)
- # [10:24] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [10:26] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [10:27] * Joins: mpt (~mpt@canonical/mpt)
- # [10:30] * Joins: payman (~payman@pat.se.opera.com)
- # [10:32] * Quits: Akilo (~kristof@lit75-1-81-57-239-230.fbx.proxad.net) (Quit: Ex-Chat)
- # [10:32] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [10:33] * Joins: agektmr (~Adium@220.109.219.244)
- # [10:34] * Joins: bzed_ (~bzed@devel.recluse.de)
- # [10:35] <koskoz> can I use the "section" tag to wrap multiple "article"?
- # [10:36] * Quits: bzed (~bzed@devel.recluse.de) (Ping timeout: 260 seconds)
- # [10:36] * bzed_ is now known as bzed
- # [10:36] <Ms2ger> Are the multiple articles a section of your page? :)
- # [10:37] <koskoz> Ms2ger: they represent one of the both columns
- # [10:38] <Ms2ger> And what's the other?
- # [10:38] * Joins: Akilo (~kristof@lit75-1-81-57-239-230.fbx.proxad.net)
- # [10:39] <koskoz> I used the "aside" tag for the other one, it's typicaly a side menu, with search box, categories, links and so on
- # [10:39] <Ms2ger> Then I'd use a div, I think
- # [10:40] <koskoz> Ms2ger: why so?
- # [10:40] <koskoz> "The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading." it could be right no?
- # [10:41] <Ms2ger> Do you have a heading?
- # [10:41] <jgraham> koskoz: Yes, you can wrap multiple articles in a section
- # [10:42] <jgraham> e.g. <section><h1>Sport</h1><article><h1>Murry wins at Wimbeldon</h1>[...]</article><article><h1>Peopole get excited by footballer</h1>[...]</article</section>
- # [10:42] <koskoz> Ms2ger: I have a heading per article
- # [10:43] <jgraham> But it only makes sense if the group of articles form a section of a larger page
- # [10:45] * Joins: zcorpan (~zcorpan@c-429de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [10:45] <koskoz> jgraham: I don't get it
- # [10:45] <jgraham> Is it me or is sicking abusing @hidden?
- # [10:45] * Quits: bzed (~bzed@devel.recluse.de) (Quit: Changing server)
- # [10:46] <jgraham> koskoz: A good example of when it is correct to wrap multiple articles in a <section> would be a news page that divided the <articles> into groups according to article type
- # [10:47] <annevk> holy shit
- # [10:47] <annevk> heycam|away is fast
- # [10:47] * Joins: bzed (~bzed@devel.recluse.de)
- # [10:47] <jgraham> Then each <article> would be a <section> with a heading indicating the type of the article
- # [10:48] <jgraham> But if one just had a group of articles one wanted to wrap for styling purposes (this would tyoically be indicated by the lack of an overall heading for the group), one would use <div>
- # [10:48] <jgraham> *typically
- # [10:49] <jgraham> annevk: At doing what?
- # [10:49] <annevk> adding inherited dictionaries
- # [10:49] <koskoz> jgraham: and if I had a title to this section and hide it?
- # [10:50] <jgraham> koskoz: That is OK if you think it's obvious to the reader but would be needed by e.g. a tool constructing the ToC
- # [10:54] * Joins: nessy (~Adium@124-168-8-33.dyn.iinet.net.au)
- # [10:55] * matjas is now known as mathias
- # [10:55] * mathias is now known as matjas
- # [10:57] <Ms2ger> TabAtkins, http://dev.w3.org/csswg/css3-lists/ has merge markers
- # [11:01] <woef> Any backlog with info on the form-attribute? :)
- # [11:01] <annevk> woef, what info?
- # [11:01] <zewt> everything would be a lot easier if we could access forward-logs
- # [11:02] <woef> Why for example it was added. I understand it's use, but it seems to conflict with a lot of best practices.
- # [11:02] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [11:03] * Quits: zcorpan (~zcorpan@c-429de355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [11:03] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [11:03] <annevk> woef, it was added for forms in tables among other things, iirc
- # [11:04] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [11:04] <annevk> woef, you have to elaborate a bit on the conflicts
- # [11:04] * Joins: zcorpan (~zcorpan@c-429de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [11:05] <woef> 1 tr is one form ... that indeed is a problem :)
- # [11:06] <woef> But the fact that you can place input elements outside it's structure and still have it belong to that structure is quite new in html.
- # [11:06] <woef> No other element like that exists currently
- # [11:06] <annevk> <label> / <input>
- # [11:06] <annevk> <img> <map>
- # [11:07] <MikeSmith> http://www.realityprime.com/articles/why-microsoft-and-internet-explorer-need-webgl
- # [11:07] <MikeSmith> blog posting Avi Bar-Zeev
- # [11:08] <MikeSmith> architect at Microsoft
- # [11:08] <woef> As for the label/input example, that's basically up to the htmler :)
- # [11:08] <woef> But yeah, it's possible to separate them from each other in the html.
- # [11:08] <MikeSmith> "There is clearly only one direction forward for Microsoft and 3D on the web. WebGL is the way."
- # [11:10] <woef> And as for image maps ... well :)
- # [11:10] <zewt> the whole thing just smells like "since we've always hated opengl we need to find some thin excuse to not support webgl"
- # [11:10] <zewt> not to state the obvious or anything, heh
- # [11:10] <woef> annevk: the thing that scares me a little is that this new addition is very easy to abuse.
- # [11:11] <woef> Put a "receive email" link somewhere outside a form (visually), but still submit it.
- # [11:11] <annevk> that's possible today too
- # [11:11] <woef> Yeah, but it's not all that easy.
- # [11:11] <annevk> CSS makes it surprisingly easy
- # [11:11] <annevk> or your form could just wrap the whole page
- # [11:12] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:12] <woef> Sure, but both solutions require some level of professionalism.
- # [11:12] <annevk> and CSS is going to make such things even easier, so if that is the problem forbidding form= is not going to solve it
- # [11:12] <woef> (ie knowing that you are abusing a system)
- # [11:14] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 276 seconds)
- # [11:15] <woef> Actually, a good example would be a dd-dt combo ... which are also impossible to wrap into one identifying html tag.
- # [11:16] <woef> But I also dislike those :p
- # [11:16] <woef> Can't come up with a good alternative for tr-forms though, so I guess it is quite helpful there.
- # [11:16] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [11:20] * Quits: ben_h (~ben@128.250.195.138) (Quit: ben_h)
- # [11:20] * Quits: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [11:22] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [11:23] * Joins: agektmr1 (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [11:24] * Quits: agektmr (~Adium@220.109.219.244) (Read error: Connection reset by peer)
- # [11:25] * Joins: kalc4 (~kalc4@78.145.30.62)
- # [11:25] <MikeSmith> http://paul.kinlan.me/webmessaging-is-broken
- # [11:31] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [11:33] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [11:34] * Joins: david_carlisle (~chatzilla@86.188.197.189)
- # [11:39] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [11:40] <annevk> oh
- # [11:40] <annevk> today the Dutch gov is voting on net neutrality
- # [11:51] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: This computer has gone to sleep)
- # [11:54] * Quits: agektmr1 (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [11:56] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 244 seconds)
- # [11:58] * Quits: CvP (~CvP@123.49.21.20) (Quit: [ UPP ] > all)
- # [11:59] * Joins: agektmr (~Adium@220.109.219.244)
- # [12:00] * Joins: agektmr1 (~Adium@220.109.219.245)
- # [12:01] * Joins: erlehmann (~erlehmann@82.113.99.53)
- # [12:02] * Quits: MikeSmith (~MikeSmith@EM111-188-75-26.pool.e-mobile.ne.jp) (Ping timeout: 250 seconds)
- # [12:04] * Quits: agektmr (~Adium@220.109.219.244) (Ping timeout: 276 seconds)
- # [12:05] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [12:07] * Joins: Lachy (~Lachlan@guest.opera.com)
- # [12:07] * Quits: temp01 (~temp01@unaffiliated/temp01) (Quit: Poof.)
- # [12:08] * Quits: Ms2ger (~Ms2ger@91.181.21.163) (Ping timeout: 250 seconds)
- # [12:12] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [12:13] * Joins: Ms2ger (~Ms2ger@91.181.147.198)
- # [12:23] * Quits: koskoz (koskoz@tri59-2-82-225-135-247.fbx.proxad.net) (Ping timeout: 264 seconds)
- # [12:28] * Joins: zdobersek (~zan@cpe-46-164-23-113.dynamic.amis.net)
- # [12:29] * Quits: Lachy (~Lachlan@guest.opera.com) (Quit: Leaving)
- # [12:29] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [12:33] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [12:38] * Joins: micheil (~micheil@109.231.193.164)
- # [12:38] * Quits: agektmr1 (~Adium@220.109.219.245) (Quit: Leaving.)
- # [12:41] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 260 seconds)
- # [12:42] * Joins: agektmr (~Adium@220.109.219.244)
- # [12:42] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [12:45] * gsnedder1 is now known as gsnedders
- # [12:45] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
- # [12:51] * Joins: GPHemsley (~GPHemsley@ool-45719d5e.dyn.optonline.net)
- # [12:51] * Quits: GPHemsley (~GPHemsley@ool-45719d5e.dyn.optonline.net) (Changing host)
- # [12:51] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [12:55] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [12:55] * Joins: smaug____ (~chatzilla@YYYKMMMDCCXCVIII.gprs.sl-laajakaista.fi)
- # [12:57] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [12:57] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Client Quit)
- # [12:58] <annevk> I wonder why we have add/remove for listeners rather than just toggle
- # [12:58] <annevk> I guess it doesn't really matter
- # [13:01] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [13:02] <annevk> Ms2ger, do we have a list or something of DOM Core related fixes to Gecko?
- # [13:02] <annevk> Just found out Node.prefix is now readonly! https://bugzilla.mozilla.org/show_bug.cgi?id=604592
- # [13:03] <Ms2ger> https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20sw%3A%5Bwdc%5D
- # [13:04] <Ms2ger> But that's hardly complete
- # [13:04] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [13:05] <asmodai> Oh the irony
- # [13:05] <asmodai> http://connect.microsoft.com/VisualStudio/feedback/details/676134/dos-vulnerability-in-silverlight-5s-3d-similar-to-webgl-dos-vulnerability
- # [13:06] * Joins: agektmr (~Adium@220.109.219.244)
- # [13:08] <Ms2ger> And see https://developer.mozilla.org/en/Firefox_7_for_developers and friends
- # [13:11] * Joins: CvP (~CvP@123.49.22.237)
- # [13:18] * Quits: shiawuen (~shiawuent@bb115-66-151-94.singnet.com.sg) (Quit: shiawuen)
- # [13:26] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:28] * Joins: ezoe (~ezoe@112-68-245-119f1.kyt1.eonet.ne.jp)
- # [13:29] * Quits: smaug____ (~chatzilla@YYYKMMMDCCXCVIII.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
- # [13:33] * Joins: demet8 (~demet8@7.186.8.67.cfl.res.rr.com)
- # [13:33] * Parts: demet8 (~demet8@7.186.8.67.cfl.res.rr.com)
- # [13:35] * Quits: simplicity- (~simpli@unaffiliated/simplicity-) (Read error: Connection reset by peer)
- # [13:36] * Quits: ben_alman_ (~cowboy@pool-74-104-156-115.bstnma.fios.verizon.net) (Ping timeout: 252 seconds)
- # [13:40] <gsnedders> Does JSC do type-specialization? If so, how long has it?
- # [13:41] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 244 seconds)
- # [13:42] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [13:43] * Joins: koskoz (koskoz@tri59-2-82-225-135-247.fbx.proxad.net)
- # [13:44] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:52] <erlehmann> someone hurt gruber for his email encoding. hnnng.
- # [13:52] * Joins: smaug____ (~chatzilla@a91-154-43-75.elisa-laajakaista.fi)
- # [13:52] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:57] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [13:58] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [13:59] * Joins: MikeSmith (~MikeSmith@EM1-112-237-181.pool.e-mobile.ne.jp)
- # [14:02] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Read error: Connection reset by peer)
- # [14:03] * Joins: retornam (~retornam@c-67-188-115-76.hsd1.ca.comcast.net)
- # [14:04] * Quits: koskoz (koskoz@tri59-2-82-225-135-247.fbx.proxad.net) (Ping timeout: 264 seconds)
- # [14:07] * Joins: agektmr (~Adium@220.109.219.244)
- # [14:12] * Quits: agektmr (~Adium@220.109.219.244) (Client Quit)
- # [14:12] * Quits: foolip (~philip@83.218.67.122) (Quit: Ex-Chat)
- # [14:22] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [14:22] * Joins: stefan-_ (~music@hiwi0.wi2.uni-trier.de)
- # [14:25] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [14:29] * Joins: mpt (~mpt@91.189.88.12)
- # [14:29] * Quits: mpt (~mpt@91.189.88.12) (Changing host)
- # [14:29] * Joins: mpt (~mpt@canonical/mpt)
- # [14:33] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [14:35] * Joins: bga_ (~bga@ppp91-122-184-42.pppoe.avangarddsl.ru)
- # [14:39] * Quits: nessy (~Adium@124-168-8-33.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:40] * Joins: MikeSmith_ (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp)
- # [14:40] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Read error: Connection timed out)
- # [14:40] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [14:41] * Joins: Martijnc (~Martijnc@d54C02C64.access.telenet.be)
- # [14:43] * Joins: _bga (~bga@95-55-35-104.dynamic.avangarddsl.ru)
- # [14:46] * Quits: hdhoang (~hdhoang@2406:a000:f0ff:fffe::3461) (Quit: Leaving.)
- # [14:46] * Quits: bga_ (~bga@ppp91-122-184-42.pppoe.avangarddsl.ru) (Ping timeout: 276 seconds)
- # [14:46] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Read error: No route to host)
- # [14:47] * Joins: foolip (~philip@83.218.67.122)
- # [14:49] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # [14:50] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [14:51] * Joins: hdhoang (~hdhoang@203.210.206.203)
- # [14:52] * Quits: retornam (~retornam@c-67-188-115-76.hsd1.ca.comcast.net) (Quit: retornam)
- # [14:53] * Quits: mpt (~mpt@canonical/mpt) (Read error: Operation timed out)
- # [14:54] <annevk> Ms2ger, nice
- # [14:54] <annevk> Ms2ger, oh it's all for Firefox 7?
- # [14:54] <annevk> whoa Gecko 7.0
- # [14:54] <annevk> I remember the days when going to Gecko 2.0 was considered controversial
- # [14:55] <asmodai> oh vey
- # [14:55] <asmodai> NL voting this afternoon on the cookies stuff
- # [14:56] * zcorpan wants a cookie
- # [14:56] <annevk> on cookies too?
- # [14:56] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Quit: Computer has gone to sleep.)
- # [14:57] <zcorpan> good thing my wife makes me cookies
- # [14:57] * Quits: richt (~richt@pat-tdc.opera.com) (Remote host closed the connection)
- # [14:57] <annevk> there's also https://www.bof.nl/2011/06/15/net-neutrality-in-the-netherlands-state-of-play/
- # [14:57] <asmodai> annevk: http://www.ikregeer.nl/documenten/kst-32549-34
- # [14:57] <asmodai> http://frontpage.fok.nl/nieuws/449622/1/1/50/kamer-koerst-af-op-strengere-eis-aan-cookies.html
- # [14:58] <annevk> hmm live streams van de Tweede Kamer require Windows Media Player?!
- # [14:58] <asmodai> From what I see so far it seems that any cookies related to behavioral advertising fall under Dutch laws wrt personal information protection
- # [14:58] <asmodai> annevk: wouldn't surprise me
- # [14:59] <annevk> VLC works it seems, but it looks boring
- # [15:00] * Quits: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de) (Ping timeout: 246 seconds)
- # [15:08] <annevk> Ms2ger, https://developer.mozilla.org/en/Firefox_7_for_developers do we still want to keep Node.normalize? I thought we removed that too...
- # [15:15] <zcorpan> "we are not going to remove the version header in the final.
- # [15:15] <zcorpan>
- # [15:15] <zcorpan> To be clear when we introduced the version header the idea was that it would be removed in the final;
- # [15:15] <zcorpan> however when developers started to use it, they found it useful
- # [15:15] <zcorpan> and since then we have heard only people asking to keep it even in the final,
- # [15:17] <annevk> if you keep changing the damn protocol all the time of course it is useful, the code you end up with however, sucks
- # [15:18] * Joins: mpt (~mpt@canonical/mpt)
- # [15:18] * Joins: david_carlisle_ (~chatzilla@86.188.197.189)
- # [15:18] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 240 seconds)
- # [15:18] * david_carlisle_ is now known as david_carlisle
- # [15:19] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Ping timeout: 258 seconds)
- # [15:20] * Joins: jonatasnona (~jonatas@lba.inpa.gov.br)
- # [15:21] <Ms2ger> annevk, I dunno about normalize
- # [15:22] * Quits: Rik` (~Rik`@64.128.85.190) (Ping timeout: 250 seconds)
- # [15:22] * Joins: retornam (~retornam@2620:101:8003:200:1293:e9ff:fe5c:e6c5)
- # [15:23] <annevk> Ms2ger, I mean we dropped that too in DOM Core so the release notes better not recommend it...
- # [15:26] <zcorpan> i was writing a reply about the versioning thing, but then i realized i was about to reply to an email about versioning, and then i realized that it was on hybi, so i discarded the email
- # [15:26] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [15:28] <annevk> wise man
- # [15:28] <_bga> > Specifying invalid values when calling setTransform(), bezierCurveTo(), or arcTo() no longer throws an exception; these calls are now correctly silently ignored.
- # [15:28] <_bga> silent errors?
- # [15:28] <_bga> :(
- # [15:30] * Joins: Rik` (~Rik`@64.128.85.190)
- # [15:31] <Ms2ger> Yep, should've complained about the spec if you didn't like it
- # [15:31] * Joins: yutak_home (~kee@ZH073144.ppp.dion.ne.jp)
- # [15:32] <zcorpan> s/should've complained/should complain/
- # [15:33] <smaug____> Ms2ger: are we dropping normalize?
- # [15:33] <Ms2ger> We dropped normalizeDocument
- # [15:33] <smaug____> ah, but not node.normalize()
- # [15:34] <Ms2ger> It's not in DOM Core, though
- # [15:34] <smaug____> normalize() is useful
- # [15:34] <smaug____> although, can be implemented in JS too
- # [15:34] <smaug____> but I don't quite see the reason to drop it
- # [15:35] * Ms2ger suggests www-dom ;)
- # [15:35] * Joins: rwaldron (~Rick@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
- # [15:35] * Joins: Scorchin (u1242@gateway/web/irccloud.com/x-pqodczhudvqdfwcc)
- # [15:36] <smaug____> Ms2ger: if you're dropping something from DOM Core, you should send email to www-dom ;)
- # [15:36] <Ms2ger> I'm not dropping anything, I'm just not adding it :)
- # [15:37] <smaug____> that way there is, hopefully, some reasoning written down why some things are in DOM 3 Core, but not in the next version
- # [15:38] <annevk> the reasoning is mostly dropping excess baggage not universally implemented
- # [15:38] <annevk> and adding things that are universally implemented or are deemed useful by everyone
- # [15:38] <zcorpan> smaug____: the draft lists stuff that has been dropped
- # [15:39] <smaug____> zcorpan: sure, but does it list *why* the stuff has been dropped
- # [15:39] <smaug____> there are cases like CDATASection which we may not be able to drop after all
- # [15:41] <annevk> if you find that something cannot be dropped or you think something should be kept just email the list
- # [15:42] <annevk> it's not set in stone, we just want to set a direction
- # [15:42] <mpilgrim> heycam|away: I know database.open() should throw TypeError (missing required argument), but
- # [15:42] <mpilgrim> heycam|away: what should database.open(null) do?
- # [15:43] <zcorpan> smaug____: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#goals
- # [15:44] <mpilgrim> heycam|away: er, and by "database.open()", I mean "indexedDB.open()" of course
- # [15:44] <Ms2ger> mpilgrim, either "null" or ""
- # [15:45] <jgraham> zcorpan: Accepting third party cookies from your wife could be a privacy risk. For example she might lace them with truth serum and start asking sifficult questions
- # [15:45] <Ms2ger> The spec currently requires "null", I believe
- # [15:46] <mpilgrim> that's insane
- # [15:46] <zcorpan> jgraham: i thought my wife was the second party
- # [15:47] <mpilgrim> Ms2ger: ^
- # [15:47] <jgraham> mpilgrim: Not according to the 262 people
- # [15:47] <Ms2ger> Why?
- # [15:47] <Ms2ger> It's what ES ToString does
- # [15:47] <mpilgrim> it's completely non-intuitive and only makes sense to a few specialized language geeks
- # [15:48] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:48] <jgraham> mpilgrim: Ah, welcome to the web. You must be new here
- # [15:49] <mpilgrim> why does the IndexedDB spec claim the argument is non-nullable if it does, in fact, accept null as a value?
- # [15:49] <jgraham> But it's no more unintuitive than null->"null" in all the other parts of the platform where that happens
- # [15:49] <jgraham> e.g. ["a", "b"].join(null)
- # [15:49] <Ms2ger> It also accepts true, or { toString: function() { return "hi" } }
- # [15:50] <Ms2ger> Or indexedDB.open(window.getSelection())
- # [15:50] <annevk> and during the net neutrality thing one of the parties made a mistake
- # [15:50] <annevk> lol
- # [15:50] <karlcow> http://www.developer.nokia.com/Resources/Library/Web/nokia-browsers/symbian-browsers/browser-73/html5-support.html
- # [15:50] <karlcow> <!DOCTYPE html>
- # [15:50] <karlcow> / Content goes here
- # [15:50] <karlcow> <html>
- # [15:50] <karlcow> huh?
- # [15:50] <annevk> although it really is not very funny if you consider what is at stake
- # [15:51] * Quits: esc_ (~esc-ape@75.inst-3.ufg.ac.at) (Read error: Connection reset by peer)
- # [15:53] * Joins: agektmr (~Adium@220.109.219.244)
- # [15:55] * Joins: pdr2 (~pdr2@nat/google/x-lubvzfirngelbywp)
- # [15:58] <annevk> smaug____, I'll make the changes you requested for .timeout btw
- # [15:58] <annevk> smaug____, when I get around to editing again
- # [15:58] <smaug____> annevk: ah, great
- # [15:58] <smaug____> I need to refresh my patch for .timeout
- # [15:58] * Ms2ger waits impatiently
- # [15:59] * Joins: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de)
- # [16:00] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [16:03] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [16:06] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [16:07] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [16:12] <asmodai> heh, AMD left BAPCo
- # [16:13] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [16:13] <annevk> http://www.nu.nl/internet/2545434/stemming-telecomwet-uitgesteld-fout-pvda.html omg
- # [16:14] <annevk> at least they can fix it...
- # [16:14] <Ms2ger> So I hear we released Fx5
- # [16:15] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [16:16] <asmodai> annevk: wtf
- # [16:16] <asmodai> annevk: What on earth is stopping them from correcting such a simple mistake?
- # [16:16] * Quits: zdobersek (~zan@cpe-46-164-23-113.dynamic.amis.net) (Ping timeout: 260 seconds)
- # [16:17] <annevk> it's always surprising how much worse gov politics is compared to standards politics
- # [16:17] <gsnedders> annevk: What's the act about?
- # [16:17] <Ms2ger> You mean, no decisions made on IRC?
- # [16:17] <Ms2ger> gsnedders, net neutrality
- # [16:18] <asmodai> they voted for 2 proposals
- # [16:18] <asmodai> 1 was voted and accepted
- # [16:18] <jgraham> Ms2ger: Nice (about fx5)
- # [16:18] <asmodai> then a 2nd was proposed with some exemption clause
- # [16:18] <asmodai> one party voted wrong
- # [16:18] <asmodai> and wanted to correct this, but this is apparently impossible and has to be redone tomorrow
- # [16:19] <Ms2ger> jgraham, well, it's pretty old by now ;)
- # [16:21] <annevk> asmodai, apparently "artikel 71 Reglement van Orde" forbids fixing it today
- # [16:22] <Ms2ger> I guess it prevents people from requesting too many revotes
- # [16:22] <jgraham> Ms2ger: Still, congrats on stepping up the release speed
- # [16:22] <Ms2ger> You're up next
- # [16:22] <Ms2ger> Or are you fast already?
- # [16:22] * Ms2ger can't follow Opera releases
- # [16:22] <jgraham> Hehe. Opera isn't that slow
- # [16:22] <asmodai> annevk: *groan*
- # [16:23] <jgraham> We do about 3 releases a year
- # [16:23] <asmodai> annevk: Oh well, like you said, will be fixed tomorrow.
- # [16:23] <asmodai> Nice to see net neutrality coming into effect.
- # [16:23] <Ms2ger> Hmmk
- # [16:23] <jgraham> Or have done in the recent past
- # [16:23] <jgraham> No idea about the future
- # [16:23] <Ms2ger> IE: you're up next
- # [16:24] <zcorpan> Ms2ger: IE's not here
- # [16:24] <Ms2ger> They wouldn't listen to me even if they were, so that's fine
- # [16:25] <jgraham> (the trick is to realise that Opera version numbers aren't that meaningful and X->X.Y0 can be just as big a change as X.Y0->X+1)
- # [16:25] <hsivonen> Ms2ger: Opera shipped more frequently first :-)
- # [16:26] <Ms2ger> Yeah, you're weird like that
- # [16:26] <Ms2ger> Who decides on version numbers? Marketing?
- # [16:26] * jgraham has exactly zero influence at least
- # [16:26] <woef> Opera has a marketing dep? :D
- # [16:27] <annevk> so document.contentType is actually a MIME type
- # [16:27] <hsivonen> Opera could be more advanced than Chrome if it incremented the major number for every releases that isn't a mere security patch
- # [16:27] <Ms2ger> annevk, welcome to the web :)
- # [16:29] <Ms2ger> Also, what do you think about making DocumentType.ownerDocument not insane?
- # [16:31] * Quits: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 246 seconds)
- # [16:31] <gsnedders> Ms2ger: How's that insane?
- # [16:31] <zcorpan> lol http://schema.org/SiteNavigationElement
- # [16:31] <Ms2ger> It can be null
- # [16:31] <gsnedders> jgraham: Well, in general X->X.Y0 seems to be a bigger change than X.Y0 -> X+1.
- # [16:32] <zcorpan> Ms2ger: you mean createDocumentType would set ownerDocument directly?
- # [16:32] <Ms2ger> Teah
- # [16:32] <Ms2ger> Y*
- # [16:33] <smaug____> yeah, document.implementation.createDocumentType() could set ownerDocument to document
- # [16:33] * zcorpan doesn't care either way
- # [16:33] <annevk> Ms2ger, go ahead
- # [16:33] * Joins: zdobersek (~zan@cpe-46-164-20-198.dynamic.amis.net)
- # [16:34] <zcorpan> otherwindow.document.implementation.createDocumentType() sets ownerDocument to otherwindow.document?
- # [16:34] <Ms2ger> Presumably
- # [16:35] <annevk> same as whatever otherwin.document.createElement would do
- # [16:35] <annevk> methinks
- # [16:38] * Quits: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [16:39] <zcorpan> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1043
- # [16:39] <zcorpan> inner in opera and firefox
- # [16:39] <zcorpan> chrome says "Log: "
- # [16:39] * Joins: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net)
- # [16:41] <annevk> maybe cross-origin restriction for data URLs
- # [16:42] <zcorpan> "When in quirks mode, empty <map>s are no longer skipped over in favor of non-empty ones when matching. See the Gecko notes on the <map> element for details." - wow i didn't know about this quirk
- # [16:42] <zcorpan> annevk: why wouldn't it throw then?
- # [16:43] <annevk> silent failure
- # [16:43] <Ms2ger> It was a weird one, too
- # [16:43] <Ms2ger> I blame our old HTML parser, which autoclosed maps on <map>
- # [16:43] <annevk> is that quirk removed now?
- # [16:44] <Ms2ger> Yeah
- # [16:45] <zcorpan> annevk: seems like there's no <title> element at all in the inner document
- # [16:45] <zcorpan> which is quite weird
- # [16:45] <annevk> hmm
- # [16:48] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [16:48] <zcorpan> if i change the data url to data:text/html,<title>inner</title><body> then chrome throws
- # [16:51] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Ping timeout: 250 seconds)
- # [16:54] * Quits: _jgr (~jgr@CPE-60-231-55-57.lns3.cha.bigpond.net.au) (Ping timeout: 252 seconds)
- # [16:55] * Quits: woef (~woef@79.232-136-217.adsl-static.isp.belgacom.be)
- # [16:56] * Quits: micheil (~micheil@109.231.193.164) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [16:57] * Quits: CvP (~CvP@123.49.22.237) (Quit: [ UPP ] > all)
- # [16:59] * Joins: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [17:03] * Joins: bentruym_ (~bentruyma@fw.moen.com)
- # [17:04] * Quits: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:04] * Joins: mokush_ (~quassel@188.24.41.206)
- # [17:07] * Quits: bentruym_ (~bentruyma@fw.moen.com) (Ping timeout: 258 seconds)
- # [17:08] * Quits: yutak_home (~kee@ZH073144.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [17:11] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 240 seconds)
- # [17:12] * Joins: esc_ (~esc-ape@75.inst-3.ufg.ac.at)
- # [17:19] <gsnedders> Are all cases where streaming is impossible a parse error?
- # [17:20] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 252 seconds)
- # [17:20] <gsnedders> (That's the assumption hsivonen's parser makes to use streaming, no?)
- # [17:21] <annevk> I think that was the idea
- # [17:21] * Joins: ryuone (~ryuone@www1138ua.sakura.ne.jp)
- # [17:25] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [17:27] * Quits: MikeSmith (~MikeSmith@EM1-112-237-181.pool.e-mobile.ne.jp) (Quit: What cannot be said will get wept.)
- # [17:27] * MikeSmith_ is now known as MikeSmith
- # [17:29] <annevk> smaug____, I will allow timeout to always be set
- # [17:30] <annevk> smaug____, i.e. remove all exceptions
- # [17:30] <smaug____> annevk: ok
- # [17:30] <smaug____> annevk: is that what I proposed?
- # [17:30] * Joins: hij1nx (~hij1nx@207.239.107.3)
- # [17:30] * smaug____ needs to find the email
- # [17:31] <annevk> your email could also be read as still throwing for UNSENT and DONE states
- # [17:31] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [17:31] <annevk> since open() resets timeout maybe it should still throw for UNSENT
- # [17:31] <annevk> or maybe open() should not reset timeout?
- # [17:32] <annevk> smaug____, http://www.w3.org/mid/4D7F6F94.4020405@helsinki.fi
- # [17:32] <smaug____> yeah, I found the email
- # [17:32] <smaug____> looking at the spec now
- # [17:32] <annevk> I haven't changed anything yet
- # [17:32] <annevk> well, not in the online copy
- # [17:34] <smaug____> annevk: I was just looking at when the timer is started
- # [17:34] <smaug____> so, when send() is called
- # [17:34] <smaug____> ok, then changing timeout at any time should be ok
- # [17:34] <smaug____> and no need to clear it when open is called, IMO
- # [17:39] * Quits: zcorpan (~zcorpan@c-429de355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [17:39] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [17:41] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [17:45] * eighty4 is now known as eighbo
- # [17:45] <annevk> whoa, overrideMimeType was hsivonen's first feedback on XHR if my acknowledgments section is correct
- # [17:45] * Quits: eric_carlson (~eric_carl@2620:149:4:401:217:f2ff:fe03:a2e) (Quit: eric_carlson)
- # [17:46] * eighbo is now known as eighty4
- # [17:46] * Quits: ezoe (~ezoe@112-68-245-119f1.kyt1.eonet.ne.jp) (Ping timeout: 276 seconds)
- # [17:47] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [17:47] * Joins: dbaron (~dbaron@nat/mozilla/x-qdbxvexnjzblvxvn)
- # [17:49] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [17:53] * Quits: Rik` (~Rik`@64.128.85.190) (Remote host closed the connection)
- # [17:53] * Joins: bga_ (~bga@95-55-35-104.dynamic.avangarddsl.ru)
- # [17:53] * Joins: eric_carlson (~eric_carl@2620:149:4:401:217:f2ff:fe03:a2e)
- # [17:55] * Quits: pdr2 (~pdr2@nat/google/x-lubvzfirngelbywp) (Remote host closed the connection)
- # [17:55] * Joins: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net)
- # [17:57] * Quits: _bga (~bga@95-55-35-104.dynamic.avangarddsl.ru) (Ping timeout: 276 seconds)
- # [17:57] <gsnedders> Hmm, Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] yet [#xN-#xN] "matches any Char with a value in the range(s) indicated (inclusive)", so it's impossible tell what's in Char until you know what's in Char. Yay XML!
- # [17:58] <Ms2ger> Nice
- # [17:59] <Philip`> Is the "/* any Unicode character, excluding the surrogate blocks, FFFE, and FFFF. */" comment normative?
- # [18:00] <gsnedders> Well, nothing says it isn't.
- # [18:00] * Quits: mokush_ (~quassel@188.24.41.206) (Remote host closed the connection)
- # [18:01] <gsnedders> Though that would imply U+0000 is a valid Char, which the common reading of Char implies is not
- # [18:01] * Quits: jonatasnona (~jonatas@lba.inpa.gov.br) (Quit: Saindo)
- # [18:02] * Joins: CvP (~CvP@123.49.23.93)
- # [18:03] <Philip`> Hmm, if I drag-select that comment in the XML spec in Opera (11.11), then click somewhere within that comment to deselect the text, the previously-selected text displays as red instead of black (until it's repainted)
- # [18:05] * Joins: pdr2 (~pdr2@nat/google/x-yqajcuboxnjuvmke)
- # [18:05] * Ms2ger blames XML
- # [18:07] <Philip`> The spec says <h5><a name="char32" id="char32"/>Character Range</h5>
- # [18:07] <Philip`> Opera thinks the <a> applies to at least the following few paragraphs, since it was never closed
- # [18:08] <Philip`> so the a:active { color: #C00; background: transparent } rule applies when you click any of those paragraphs
- # [18:08] <Philip`> but then the repainting thing is just an Opera bug
- # [18:08] <gsnedders> A fairly old one, too, I think
- # [18:09] <Philip`> Seems fair to blame XHTML-as-text/html for triggering the bug
- # [18:09] * Quits: hdhoang (~hdhoang@203.210.206.203) (Quit: Leaving.)
- # [18:10] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [18:10] <gsnedders> Yeah, that's why nothing was ever done about the parsing side of it
- # [18:12] <Philip`> It seems kind of bad for supposedly-reliable specs to be published with a dependence on non-standard parse error recovery behaviour
- # [18:12] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [18:13] <AryehGregor> Isn't it served with an XHTML doctype, so you should be parsing it as XML?
- # [18:13] <Philip`> No
- # [18:14] <Philip`> at least to Opera and Firefox, as far as I can see
- # [18:14] <jgraham> AryehGregor: Did you mean mime type?
- # [18:14] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [18:14] <AryehGregor> jgraham, no, I'm talking about standards fantasy land here, not real life.
- # [18:14] <Philip`> Oh, I misread
- # [18:14] <jgraham> (I thought pubrules were supposed to check for this kind of thing)
- # [18:15] <Philip`> It's XHTML 1.0 Transitional
- # [18:15] <Philip`> though it also says <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- # [18:15] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:15] <AryehGregor> So officially, it's your browser's fault for using a legacy parser, since XHTML is supposed to be parsed as XML.
- # [18:15] <annevk> smaug____, are you planning on sending an email to www-dom with your updated mutation events proposal?
- # [18:16] <smaug____> annevk: I'd like to get some feedback from jonas first
- # [18:16] <gsnedders> AryehGregor: But that's not what the (X)HTML WG said!
- # [18:16] <AryehGregor> Who says the XML WG has to agree with the XHTML WG?
- # [18:16] <Philip`> AryehGregor: But browsers can't parse XHTML as XML until the browser developers have read the XML spec
- # [18:17] <gsnedders> jgraham: pubrules didn't exist when XML 1.0 was published, I think
- # [18:17] <annevk> smaug____, fair enough, btw, is putting them on Node an intentional change versus putting them on Doc/DocFrag/Ele?
- # [18:17] <AryehGregor> Philip`, they also can't parse HTML as HTML until the browser developers read the HTML spec.
- # [18:17] <Philip`> which they can't do reliably, because the only available parser is broken
- # [18:17] <AryehGregor> HOW DO WE DEFINE ASCII?
- # [18:17] <AryehGregor> It can be taught as oral tradition, perhaps.
- # [18:17] <AryehGregor> Then we can start bootstrapping.
- # [18:17] <gsnedders> AryehGregor: EBCDIC?
- # [18:18] <Philip`> Just print out the ASCII spec
- # [18:18] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [18:18] <smaug____> annevk: it is
- # [18:18] <AryehGregor> Next question: how do we compile C compilers?
- # [18:18] <Philip`> and then mail copies of it to everyone who wants to implement it
- # [18:18] <AryehGregor> If they're written in C?
- # [18:18] <gsnedders> jgraham: No requirement to follow XHTML 1.0 App. C, either
- # [18:18] <smaug____> annevk: one could argue that the attribute listener thing doesn't need to be in Text nodes
- # [18:18] <smaug____> nor the childlist
- # [18:19] * Quits: lrvick (~lrvick@66.96.251.117) (Ping timeout: 264 seconds)
- # [18:19] <Philip`> Print-and-mail isn't feasible for bootstrapping HTML though, since it won't fit through your door's letter box
- # [18:20] <smaug____> but Node has .childnNodes etc anyway, so it feels more consistent to put the new methods to Node
- # [18:20] <Philip`> AryehGregor: You can probably compile C to assembly by hand without too much trouble
- # [18:21] <gsnedders> Philip`: You can probably read HTML given `more` by hand without too much trouble
- # [18:22] <annevk> smaug____, I guess sicking has made no progress with de-DOMification of Attr?
- # [18:22] <annevk> well, de-Nodeification
- # [18:22] <smaug____> not, yet
- # [18:22] <smaug____> he did make Node to inherit EventTarget
- # [18:23] <smaug____> (as a side note)
- # [18:23] <annevk> ooh
- # [18:23] <Ms2ger> And removed GetFeature
- # [18:24] <annevk> noticed that, sweet
- # [18:25] <gsnedders> GetFeature?
- # [18:26] <Ms2ger> Fiction
- # [18:26] <annevk> keeping childElementCount? :/
- # [18:26] * Joins: lrvick (~lrvick@66.96.251.117)
- # [18:27] * Joins: micheil (~micheil@217.171.129.80)
- # [18:27] <smaug____> annevk: ?
- # [18:27] <smaug____> isn't that from Element Traversal spec
- # [18:27] <Ms2ger> That's in DOM Core too, now
- # [18:27] <annevk> yeah, but a future draft suggested it would be removed again
- # [18:28] * Quits: erlehmann (~erlehmann@82.113.99.53) (Ping timeout: 250 seconds)
- # [18:28] <annevk> because you know, there's .children.length too
- # [18:28] <Ms2ger> Didn't want to fight that fight
- # [18:28] <Ms2ger> If you want to, feel free to :)
- # [18:28] <smaug____> hmm, what is children
- # [18:28] <smaug____> where is that coming from?
- # [18:29] <Ms2ger> IE
- # [18:29] <Ms2ger> (IIRC)
- # [18:29] <smaug____> ah, we do have it
- # [18:32] * Quits: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp) (Quit: hands busy doing other things)
- # [18:42] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [18:44] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [18:44] * Joins: ap (~ap@2620:149:4:401:226:4aff:fe14:aad6)
- # [18:46] * Joins: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp)
- # [18:46] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [18:54] * Joins: osqari (osqu@easyanticheat.fi)
- # [18:54] <osqari> hi, can i ask stuff about IE css styles here
- # [18:54] <osqari> didnt find anyplace else
- # [18:55] <osqari> and this is pretty complicated problem i think
- # [18:55] <The_8472> there is #css
- # [18:55] <osqari> ok
- # [18:55] <osqari> ty
- # [18:56] * Parts: osqari (osqu@easyanticheat.fi)
- # [18:56] * Joins: othermaciej (~mjs@67.218.106.108)
- # [18:58] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [19:02] * Quits: pdr2 (~pdr2@nat/google/x-yqajcuboxnjuvmke) (Remote host closed the connection)
- # [19:02] <asmodai> annevk: btw
- # [19:02] <asmodai> annevk: saw this?
- # [19:02] <asmodai> Waarschijnlijk kan de stemming niet over worden gedaan, aldus een woordvoerder van de Tweede Kamer. Om het amendement ongedaan te maken, zou een motie moeten worden ingediend om de wet te wijzigen.
- # [19:05] * Joins: pdr2 (~pdr2@nat/google/x-jwhkttkounnmkcgo)
- # [19:06] * Quits: weinig (~weinig@c-24-130-56-198.hsd1.ca.comcast.net) (Quit: weinig)
- # [19:07] <Ms2ger> Hah
- # [19:08] <annevk> oh
- # [19:08] * Joins: Rik` (~Rik`@199.223.125.118)
- # [19:08] <annevk> well, fuck
- # [19:12] <asmodai> Stupide.
- # [19:12] * Quits: micheil (~micheil@217.171.129.80) (Quit: micheil)
- # [19:13] <MikeSmith> ?
- # [19:13] <karlcow> なんでもない
- # [19:13] <karlcow> わたしもわかりません
- # [19:14] <The_8472> i see moonrunes
- # [19:14] <asmodai> MikeSmith: Dutch law stuff on net neutrality.
- # [19:14] <asmodai> karlcow: It's not bad to not understand :)
- # [19:15] <karlcow> asmodai: comment cela ?
- # [19:15] * karlcow wonders one day if we will have IRC channels with automagically translation of everything
- # [19:16] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [19:16] <karlcow> Prefs: translate everything I read in French.
- # [19:16] <Ms2ger> Mais pourquoi?
- # [19:16] <karlcow> Damn Ms2ger has already the plugin!
- # [19:16] <The_8472> google is working on that
- # [19:17] <Philip`> If only IRC had been based on XML, it could use xml:lang on every line of chat in order to support this properly
- # [19:17] <Ms2ger> RDF?
- # [19:17] <The_8472> i've read a presentation that they need to do one million lookups into a multi-terabyte database *per sentence* for google translate.
- # [19:17] <asmodai> Doesn't surprise me.
- # [19:18] <asmodai> Translation is such a fickle mistress.
- # [19:18] * Joins: dave_levin (~dave_levi@nat/google/x-pspfjvusfmvflfmp)
- # [19:18] <The_8472> Philip`, XMPP then
- # [19:19] * Philip` likes protocols in which he can make a roomful of people disconnect by transmitting ill-formed XML to them
- # [19:19] <karlcow> The_8472: the google is working on that is cool. The part where google would swallow everything is less cool ;)
- # [19:19] * karlcow likes local apps for some part of my communications.
- # [19:22] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 260 seconds)
- # [19:22] * Quits: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp) (Ping timeout: 255 seconds)
- # [19:22] * Quits: Obvious_MkII (tachikoma@188.226.74.2) (Ping timeout: 276 seconds)
- # [19:22] <AryehGregor> Like the part where you talk to yourself?
- # [19:23] <AryehGregor> Local is good for that.
- # [19:23] <The_8472> local application != local traffic
- # [19:24] <The_8472> anyway, xmpp allows you to keep everything local. your own server + your own client + federation = you can talk to anyone who supports it too
- # [19:24] * bga_ is now known as bga_|away
- # [19:24] <AryehGregor> And that's what Google uses for Google Talk, no?
- # [19:25] <The_8472> yeah
- # [19:25] <The_8472> i.e. you don't have to use google servers to talk to someone who uses talk
- # [19:26] * Joins: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp)
- # [19:27] * Quits: CvP (~CvP@123.49.23.93) (Quit: [ UPP ] > all)
- # [19:27] * Quits: jeremyselier (~Jeremy@92.103.127.226) (Quit: jeremyselier)
- # [19:27] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [19:27] * Quits: mven (~mven__@169.241.49.57) (Quit: Leaving)
- # [19:28] * Joins: mven (~mven__@169.241.49.57)
- # [19:28] * Joins: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1)
- # [19:29] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [19:32] <TabAtkins> Ms2ger: Thanks for the heads up. Didn't realize there were any in the visible html.
- # [19:33] <Ms2ger> Np
- # [19:33] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Quit: Computer has gone to sleep.)
- # [19:34] * Quits: smaug____ (~chatzilla@a91-154-43-75.elisa-laajakaista.fi) (Ping timeout: 258 seconds)
- # [19:37] * Joins: CvP (~CvP@123.49.23.31)
- # [19:37] * Quits: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp) (Quit: hands busy doing other things)
- # [19:37] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [19:37] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Ping timeout: 255 seconds)
- # [19:37] * Quits: Akilo (~kristof@lit75-1-81-57-239-230.fbx.proxad.net) (Quit: Ex-Chat)
- # [19:37] <AryehGregor> Okay, so how exactly does "var" work? I'm not understanding ES5 here after glancing at it. In particular, does it matter if you declare the same variable multiple times in one function?
- # [19:37] <AryehGregor> (using var)
- # [19:38] <AryehGregor> Like var foo = "x" in one code path and var foo = "y" in anotheR?
- # [19:38] <AryehGregor> another?
- # [19:40] <TabAtkins> AryehGregor: No.
- # [19:40] <TabAtkins> Once it's been declared in-scope, using var or not is irrelevant.
- # [19:40] <AryehGregor> Thought not.
- # [19:41] <gsnedders> AryehGregor: Start looking at 10.5
- # [19:41] <AryehGregor> Although I guess doing "var foo;" again will reset it to undefined?
- # [19:41] <AryehGregor> gsnedders, I did.
- # [19:41] <TabAtkins> AryehGregor: I guess? Dunno.
- # [19:41] <TabAtkins> AryehGregor: Anyway, the actual declaration of the variable is hoisted to the top of the scope.
- # [19:41] <AryehGregor> Oh, I see: "For each VariableDeclaration and VariableDeclarationNoIn d in code, in source text order do"
- # [19:41] <TabAtkins> 'let' will work differently and more sensibly.
- # [19:41] <gsnedders> AryehGregor: var foo; does nothing
- # [19:42] <AryehGregor> So basically, having "var foo" anywhere with or without an initializer just initializes to undefined at the beginning of the scope.
- # [19:42] <AryehGregor> Aside from that, "var foo = bar" is the same as "foo = bar", and "var foo" by itself does nothing.
- # [19:42] <AryehGregor> Okay.
- # [19:42] * Joins: hdhoang (~hdhoang@203.210.206.203)
- # [19:42] <gsnedders> AryehGregor: Stuff is *always* initalized to undefined at the beginning the scope
- # [19:43] <gsnedders> AryehGregor: It's only when you reach the VariableStatement during execution it gets its value
- # [19:43] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [19:43] <AryehGregor> You mean local variables, obviously, not global variables or arguments or such.
- # [19:43] <AryehGregor> Okay, makes sense now.
- # [19:44] <AryehGregor> I've been doing "var foo; if (x) { foo = y; } else { foo = z; }" because I wasn't sure where to put the var.
- # [19:44] * Joins: Rik` (~Rik`@199.223.125.118)
- # [19:44] <AryehGregor> I guess I can just do "if (x) { var foo = y; } else { foo = z; }".
- # [19:44] <AryehGregor> But that looks weird.
- # [19:44] <AryehGregor> As does using var twice.
- # [19:44] <AryehGregor> So I'll keep it as now and pretend it's like let.
- # [19:44] <gsnedders> AryehGregor: I'd just go for var before the if
- # [19:44] <Ms2ger> var foo = x ? y : z
- # [19:44] <Ms2ger> But I guess your blocks are more involved
- # [19:45] <AryehGregor> Yes, often.
- # [19:47] * bga_|away is now known as bga_
- # [19:47] * Joins: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp)
- # [19:47] <The_8472> <AryehGregor> But that looks weird. <- indeed, it does. mainly because curly brackets create a new scope block in other languages
- # [19:48] <AryehGregor> Which doesn't make a lot of sense for dynamic languages, though. In C or Java you need declarations anywhere for type.
- # [19:48] * bga_ is now known as bga_|away
- # [19:48] <AryehGregor> So you may as well use them for scoping too.
- # [19:49] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [19:49] <AryehGregor> Of course, this leads to kind of nasty stuff in JavaScript if you do want to create a new variable scope.
- # [19:49] <AryehGregor> Namely (function() {...})();.
- # [19:49] <The_8472> that there is no shorthand for functions is a problem with JS, yes
- # [19:49] <AryehGregor> Whereas in C you could just do { ... }.
- # [19:49] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [19:49] <Ms2ger> Or { ... }
- # [19:49] <The_8472> other dynamic languages usually have some nice way of creating closures
- # [19:49] * Ms2ger can't read
- # [19:50] <gsnedders> AryehGregor: eval in strict mode creates a new variable scope!
- # [19:50] <gsnedders> direct eval, that is
- # [19:50] <AryehGregor> Eval is even eviler, though.
- # [19:50] <The_8472> {args -> statements} is a common way to do it
- # [19:50] <AryehGregor> The_8472, that's only in what, Haskell?
- # [19:50] <The_8472> JS should have that too...
- # [19:51] <The_8472> groovy, scala, clojure...
- # [19:51] <AryehGregor> Functional languages?
- # [19:51] <The_8472> yeah
- # [19:51] <Philip`> for (var i = 0; i < 10; ++i) setTimeout((function(i) { return function() { alert(i) } })(i), 100); // this is hideous :-(
- # [19:51] <AryehGregor> Not C-like ones, which JS is.
- # [19:51] <The_8472> or multi-paradigm ones
- # [19:51] * Quits: othermaciej (~mjs@67.218.106.108) (Quit: othermaciej)
- # [19:51] <The_8472> java is not C-like
- # [19:51] <The_8472> err, javascript
- # [19:51] <gsnedders> AryehGregor: There's a Harmony strawman proposing ->
- # [19:51] <AryehGregor> Philip`, yeah, I've had to do that. :(
- # [19:51] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: mhausenblas)
- # [19:52] <Philip`> I tend to use the same name for the argument as for the variable it's capturing, and haven't yet decided whether that's a good or bad way to do it
- # [19:52] <The_8472> yeah, setTimeout behaves oddly.
- # [19:52] <Ms2ger> Philip`, argh, yes
- # [19:53] * Joins: Obvious (tachikoma@188.226.74.2)
- # [19:54] <The_8472> ah, besides a shorthand for function creation we also need a way to pass function as last argument after the parenthesis... then we could finally have DSLs!
- # [19:54] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [19:54] <gsnedders> The_8472: DSL?
- # [19:54] <The_8472> domain specific language
- # [19:55] <The_8472> ecmascript 5 does have something like missingmethod, right?
- # [19:55] <The_8472> those proxy things if i recall correctly
- # [19:55] <Philip`> The convention of only ever using var at the very top of a function makes sense in terms of matching the scoping semantics and avoiding confusion, but it's too much like old-fashioned C for me to willingly adopt that convention, so I just stick var in wherever is closest to the first use and not too visually misleading
- # [19:55] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Client Quit)
- # [19:56] <gsnedders> The_8472: Proxy things are proposed for Harmony
- # [19:57] <The_8472> ah, wasn't sure were that was. i just stumbled on the syntax recently
- # [19:57] <The_8472> *where
- # [19:57] <gsnedders> Well, tentatively approved for Harmony
- # [19:57] <The_8472> http://groovy.codehaus.org/Creating+XML+using+Groovy%27s+MarkupBuilder <- here, an example of a DSL using missingMethod + closure shorthands + the ability to pass parameters without having to use the ()
- # [19:58] * Quits: MikeSmith (~mikesmith@EM1-112-237-181.pool.e-mobile.ne.jp) (Ping timeout: 255 seconds)
- # [20:00] * Joins: Rik` (~Rik`@199.223.125.118)
- # [20:01] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: brb)
- # [20:01] * bga_|away is now known as bga_
- # [20:01] * bga_ is now known as bga_|away
- # [20:01] * bga_|away is now known as bga_
- # [20:03] * Joins: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10)
- # [20:05] * Joins: MikeSmith (~mikesmith@EM111-188-20-17.pool.e-mobile.ne.jp)
- # [20:05] * Joins: othermaciej (~mjs@17.246.18.85)
- # [20:06] * Quits: Necrathex (~nectop@82-170-160-25.ip.telfort.nl) (Quit: Necrathex)
- # [20:07] * Joins: jonatasnona (~jonatas@lba.inpa.gov.br)
- # [20:10] * gsnedders wonders how SSA works in theory given reads of variables higher up in the lexical scope that can be mutated by function calls
- # [20:13] <Philip`> If a variable is captured by a closure then you don't treat it like a normal variable, you treat it like an entry in a heap-allocated array that the closure has a copy of, or something like that, I think
- # [20:13] <Philip`> assuming that's what you mean
- # [20:13] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [20:14] <Philip`> (i.e. "var a = 1; var f = function() { ++a }; f()" is effectively translated to "var captured = [1]; var f = function() { ++captured[0]; }; f()")
- # [20:16] * Joins: weinig (~weinig@2620:149:4:401:d041:6fb7:ec17:f00e)
- # [20:16] <Hixie> @whatwg puppetmaster, whoever you are, you received a reply
- # [20:16] <Hixie> i guess i'l reply
- # [20:16] * Hixie tries to figure out the whatwg account's password
- # [20:21] <MikeSmith> "collectively the W3C's crazy uncle" http://mobile.twitter.com/diveintomark/status/81701979130314752
- # [20:22] <gsnedders> Philip`: Given var a = 1; var f = function() { a++; }; var g = function() { print(a); f(); print(a); }; how would you deal with it? Because if they refer to a single value, doesn't that mean they should have the same value?
- # [20:22] <MikeSmith> shit
- # [20:22] <MikeSmith> wrong chNnel
- # [20:22] <Hixie> hah
- # [20:22] <MikeSmith> fucking iPad
- # [20:22] <MikeSmith> fuck
- # [20:23] <MikeSmith> um
- # [20:23] <gsnedders> fuck?
- # [20:23] <MikeSmith> ignore please
- # [20:23] <MikeSmith> ignore me
- # [20:24] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [20:25] <AryehGregor> Seems quite relevant to this channel!
- # [20:25] <MikeSmith> no
- # [20:25] <MikeSmith> no relevance
- # [20:25] <MikeSmith> mistake
- # [20:26] <MikeSmith> I'm an idiot
- # [20:26] <MikeSmith> no hope
- # [20:26] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [20:26] * Quits: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.17/20110428205629])
- # [20:26] <MikeSmith> time for a j break
- # [20:27] <Hixie> i love that in http://lists.w3.org/Archives/Public/public-lod/2011Jun/0280.html bjoern says rdfa+whatwg were "mroe concerned with winning arguments than collaborating on problem solving" given the months we spent at the whatwg trying to collaborate and understand the problem, only to be told that we should just accept rdfa and shut up
- # [20:29] <AryehGregor> Presumably "problem solving" means "solving problems that the semantic web community deems important".
- # [20:32] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [20:36] * Joins: crash\ (bouncer@lubyte.de)
- # [20:36] <TabAtkins> C++ people, what does the <int> in min<int>(foo,bar) do?
- # [20:36] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [20:37] <Hixie> AryehGregor: yes, that's what we tried to do. for MONTHS.
- # [20:37] <bga_> template
- # [20:37] <Hixie> AryehGregor: it was like pulling teeth trying to get them to tell us what problems they wanted solving.
- # [20:37] <AryehGregor> Hixie, no, you don't acknowledge the validity of some of the problems they want to solve. E.g., "embed arbitrary machine-readable metadata in web pages with no specific uses in mind".
- # [20:37] * Joins: ttepasse (~ttepasse@dslb-088-077-081-029.pools.arcor-ip.net)
- # [20:37] <AryehGregor> You never attempted to solve that.
- # [20:38] <Hixie> well yeah, that's not a problem
- # [20:38] <Hixie> that's a solutoin
- # [20:38] * Quits: jernoble (~jernoble@2620:149:4:401:553d:5bff:67cf:daa0) (Quit: jernoble)
- # [20:38] <TabAtkins> bga_: Yes, but what are the practical implications? I had it suggested as a way to avoid a static cast in "min(foo, static_cast<size_t>(8))", where foo is a size_t as well.
- # [20:38] <Hixie> AryehGregor: my point is that we did try to collaborate. we tried and tried and tried.
- # [20:38] <Hixie> and then tried again.
- # [20:38] <Hixie> for months.
- # [20:39] <AryehGregor> Hixie, from their perspective, you didn't try to address their problems. I agree with you that their problems are largely invalid and don't need to be solved, but that does mean we aren't trying to solve them.
- # [20:39] * Joins: smaug____ (~chatzilla@a91-154-43-75.elisa-laajakaista.fi)
- # [20:39] <Ms2ger> TabAtkins, you have template <T> min (T foo, T bar)
- # [20:40] <Ms2ger> TabAtkins, and by adding <int>, you tell the compiler that T = int
- # [20:40] <TabAtkins> Ms2ger: Ah, hm. In that case I'd want to do a min<size_t>, since size_t may be larger than int.
- # [20:40] <Hixie> AryehGregor: there's clearly no question that we (knowingly) failed to do what they wanted
- # [20:40] <Ms2ger> Yes
- # [20:40] <Hixie> AryehGregor: but that doesn't mean we didn't try to collaborate
- # [20:41] <Ms2ger> (So when it knows that, it can do implicit conversions)
- # [20:41] <AryehGregor> Well, that depends on how you interpret the wording.
- # [20:41] <TabAtkins> Ms2ger: Thanks!
- # [20:41] <gsnedders> Hixie: To come up with some rough use-case for that solution: to include the semantics of any data gathered from a database, such that it is possible to recreate that database locally and query it while offline.
- # [20:41] <Ms2ger> Np
- # [20:41] <TabAtkins> The c++ I learned in high school was woefully inadequate for hacking modern stuff.
- # [20:42] <AryehGregor> Because C++ is ridiculously complicated.
- # [20:42] <gsnedders> Hixie: E.g., taking the dates of birth of historical figures from wikipedia, and being able to present a list of all of them ordered by (rough) year of birth.
- # [20:42] <Philip`> gsnedders: That's like "print(captured[0]); f(); print(captured[0]);", because references to a variable in the closure's environment are not the same as references to purely local variables, and the JITter will implement less efficient code for them
- # [20:42] <gsnedders> (Because I want to do that for a presentation I'm doing to argue that we know more about more recent people)
- # [20:43] <Hixie> gsnedders: i'm not arguing that there are no use cases, i'm just pointing out that they weren't giving them to us when we tried, for months, to work with them to make a list of use cases.
- # [20:43] <Hixie> gsnedders: and now bjoern is saying that we didn't try to collaborate and that's just frankly rude and misinformed.
- # [20:43] <gsnedders> Hixie: I'm sure I saw use-cases from time-to-time
- # [20:43] * Quits: MikeSmith (~mikesmith@EM111-188-20-17.pool.e-mobile.ne.jp) (Quit: hands busy doing other things)
- # [20:43] <Ms2ger> TabAtkins, you learned C++ in high school?
- # [20:44] <Hixie> gsnedders: yeah, i collected a whole wiki page of them and addressed each one individually in e-mails
- # [20:44] * Quits: ttepasse (~ttepasse@dslb-088-077-081-029.pools.arcor-ip.net) (Ping timeout: 240 seconds)
- # [20:44] <Hixie> gsnedders: it was like pulling teeth. For every 1000 lines of e-mail from them I'd get about 1 line of use case data
- # [20:44] * Joins: bentruyman (~bentruyma@173.230.149.104)
- # [20:44] <Hixie> and 900 lines telling me to just use rdfa
- # [20:45] <AryehGregor> And the other 99?
- # [20:45] <AryehGregor> Whitespace?
- # [20:45] <gsnedders> Hixie: And Microdata was the solution to that?
- # [20:45] <Hixie> gsnedders: microdata is a solution to the use cases that were presented
- # [20:45] <gsnedders> Ah.
- # [20:46] <TabAtkins> Ms2ger: Yeah? Is that weird?
- # [20:46] * gsnedders would still rather have some (subset of) RDF serialization, and an associated DOM API (though perhaps the one the RDFa WG is working on would be fine)
- # [20:46] <Ms2ger> Well, I got Pascal
- # [20:46] <Ms2ger> So I guess not that weird
- # [20:47] <gsnedders> I got BASIC.
- # [20:47] <Ms2ger> (And then moved to JS)
- # [20:47] <TabAtkins> Ah. Well, it was c++ for the first year, then the school switched to java for my 11th and 12th grade.
- # [20:47] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 258 seconds)
- # [20:47] <Ms2ger> Also, document.write
- # [20:48] <gsnedders> Ms2ger: yay!
- # [20:48] <Ms2ger> Come to think of it, that's how I got involved in web standards
- # [20:53] * Quits: jonatasnona (~jonatas@lba.inpa.gov.br) (Quit: Saindo)
- # [20:55] * Joins: Rik` (~Rik`@199.223.125.118)
- # [20:55] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [20:56] * Quits: hdhoang (~hdhoang@203.210.206.203) (Quit: Leaving.)
- # [20:57] * Quits: Martijnc (~Martijnc@d54C02C64.access.telenet.be) (Quit: Martijnc)
- # [20:59] * Joins: mpilgrim (~pilgrim@70-11-28-188.pools.spcsdns.net)
- # [20:59] <Ms2ger> Looking back at my code, "var" apparently wasn't part of the course
- # [21:06] <Philip`> Combining a language with optional variable declarations and a runtime environment with a large and unpredictable set of pre-defined names in the global scope, does not seem like the bestest idea ever
- # [21:13] * Joins: ezoe (~ezoe@203-140-88-254f1.kyt1.eonet.ne.jp)
- # [21:14] * Quits: nonge (~nonge@p5B3262F9.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [21:27] * Joins: nonge (~nonge@p5B326EEE.dip.t-dialin.net)
- # [21:28] * Quits: mven (~mven__@169.241.49.57) (Quit: Leaving)
- # [21:33] * Quits: smaug____ (~chatzilla@a91-154-43-75.elisa-laajakaista.fi) (Ping timeout: 255 seconds)
- # [21:42] * Joins: mven (~mven__@169.241.49.57)
- # [21:48] * Quits: bentruyman (~bentruyma@173.230.149.104) (Ping timeout: 258 seconds)
- # [21:49] * Quits: heycam|away (~cam@wok.mcc.id.au) (Ping timeout: 250 seconds)
- # [21:50] * Joins: heycam|away (~cam@wok.mcc.id.au)
- # [21:51] * Quits: Ms2ger (~Ms2ger@91.181.147.198) (Quit: nn)
- # [21:54] <annevk> Hixie, I did that initial reply
- # [21:55] <annevk> Hixie, maybe I should have used my own twitter account for more transparancy
- # [21:55] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [22:01] * Quits: pdr2 (~pdr2@nat/google/x-jwhkttkounnmkcgo) (Remote host closed the connection)
- # [22:02] * Joins: Rik` (~Rik`@199.223.125.118)
- # [22:03] * Quits: mpilgrim (~pilgrim@70-11-28-188.pools.spcsdns.net) (Ping timeout: 240 seconds)
- # [22:03] * Quits: Rik` (~Rik`@199.223.125.118) (Read error: Connection reset by peer)
- # [22:03] * Joins: zcorpan (~zcorpan@c-429de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [22:03] * Joins: Rik` (~Rik`@199.223.125.118)
- # [22:03] * Quits: othermaciej (~mjs@17.246.18.85) (Quit: othermaciej)
- # [22:05] * Joins: othermaciej (~mjs@17.246.18.85)
- # [22:06] * Quits: dbaron (~dbaron@nat/mozilla/x-qdbxvexnjzblvxvn) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:06] * Joins: dbaron (~dbaron@nat/mozilla/x-kwaiqgndjkckzrac)
- # [22:07] * Joins: smaug____ (~chatzilla@a91-154-43-75.elisa-laajakaista.fi)
- # [22:17] * Quits: zcorpan (~zcorpan@c-429de355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [22:27] * Quits: othermaciej (~mjs@17.246.18.85) (Ping timeout: 258 seconds)
- # [22:31] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [22:34] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [22:54] * Joins: othermaciej (~mjs@2620:149:4:401:7867:1a2d:1e0:606d)
- # [22:56] * Quits: mamund (~mamund@obsidian.nullshells.net) (Quit: leaving)
- # [22:56] * Joins: mamund (mamund@obsidian.nullshells.net)
- # [22:57] * Quits: zdobersek (~zan@cpe-46-164-20-198.dynamic.amis.net) (Quit: Leaving.)
- # [22:58] * bga_ is now known as bga_|away
- # [22:59] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:00] * Joins: Rik` (~Rik`@199.223.125.118)
- # [23:02] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [23:04] * Quits: CvP (~CvP@123.49.23.31) (Disconnected by services)
- # [23:04] * Joins: xCG (~CvP@123.49.23.31)
- # [23:05] * xCG is now known as CvP
- # [23:05] * Joins: estes (~estes@2620:149:4:401:d69a:20ff:fed0:8cd2)
- # [23:18] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [23:22] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [23:23] * Quits: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:25] * Quits: hij1nx (~hij1nx@207.239.107.3) (Quit: hij1nx)
- # [23:25] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:28] * Joins: Rik` (~Rik`@199.223.125.118)
- # [23:29] * Joins: jamesr (~jamesr@216.239.45.19)
- # [23:31] * Joins: cpearce (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [23:33] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
- # [23:33] * Quits: jamesr (~jamesr@216.239.45.19) (Remote host closed the connection)
- # [23:34] * Joins: jamesr (~jamesr@nat/google/x-zxgocqshbelrmpal)
- # [23:44] * Quits: Rik` (~Rik`@199.223.125.118) (Remote host closed the connection)
- # [23:45] * Quits: mamund (mamund@obsidian.nullshells.net) (Read error: Connection reset by peer)
- # [23:52] * Joins: mamund (mamund@obsidian.nullshells.net)
- # [23:52] * heycam|away is now known as heycam
- # Session Close: Wed Jun 22 00:00:00 2011
The end :)