Options:
- # Session Start: Tue Apr 30 00:00:00 2013
- # Session Ident: #whatwg
- # [00:01] * Joins: zapo (~sumo@acd41300654.wireless.rit.edu)
- # [00:04] <Hixie> TabAtkins: is there a CSS equivalent to :-moz-first-node/:-moz-last-node? (matches same as :first-child/:last-child but only if there's no non-whitespace text nodes before/after the node)
- # [00:06] * Quits: weinig (~weinig@17.114.111.225) (Quit: weinig)
- # [00:06] * Joins: annevk (~annevk@2.25.61.48)
- # [00:07] * Quits: Badreddin (~Nur@189.192.138.187) (Ping timeout: 272 seconds)
- # [00:07] * Joins: Badreddin (~Nur@189.192.138.187)
- # [00:07] * Joins: benbarnett (~Adium@46-64-75-135.zone15.bethere.co.uk)
- # [00:08] * Quits: benbarnett (~Adium@46-64-75-135.zone15.bethere.co.uk) (Client Quit)
- # [00:08] * Quits: tobie (~tobielang@31-35-77.wireless.csail.mit.edu) (Quit: tobie)
- # [00:11] * Quits: annevk (~annevk@2.25.61.48) (Ping timeout: 276 seconds)
- # [00:14] <Hixie> man, describing elements that match :-moz-first-node is a maze of twisty negations
- # [00:14] <lecuyer> Hixie: is that meaning that with <div>here's text<span>hi</span></div> that `div span:-moz-first-node` wouldn't match?
- # [00:16] * Quits: izhak (~izhak@31.47.123.21) (Read error: Operation timed out)
- # [00:16] * jonlee is now known as jonlee|afk
- # [00:16] * jonlee|afk is now known as jonlee
- # [00:19] * Joins: reybango (~reybango@2001:4898:0:fff:0:5efe:ac12:885c)
- # [00:20] <Hixie> lecuyer: yeah
- # [00:21] <Hixie> anyone got a good term to mean "an element or a text node that is not merely inter-element whitespace"?
- # [00:21] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 264 seconds)
- # [00:22] * Joins: weinig (~weinig@17.114.111.225)
- # [00:22] * Quits: reybango (~reybango@2001:4898:0:fff:0:5efe:ac12:885c) (Client Quit)
- # [00:22] * Joins: reybango_ (uid11414@gateway/web/irccloud.com/x-ufnectlvekxqwgtc)
- # [00:22] <lecuyer> Hixie: "unfortunate" ;)
- # [00:22] * Quits: reybango_ (uid11414@gateway/web/irccloud.com/x-ufnectlvekxqwgtc) (Client Quit)
- # [00:22] * Parts: kmczn (~kevin@static-24-113-122-130.wavecable.com)
- # [00:23] * Joins: reybango (uid11414@gateway/web/irccloud.com/x-ypsaidyopvenearz)
- # [00:26] <Hixie> I'm going with "purple" until someone has a better term. :-)
- # [00:27] <lecuyer> Hixie: are you trying to name a pseudo selector or describe TEXT_NODEs in a spec?
- # [00:28] <Hixie> just trying to describe "an element or a text node that is not merely inter-element whitespace" for spec purposes
- # [00:29] <astearns> Hixie: didn't you use 'palpable' for something similar?
- # [00:29] * Quits: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [00:29] <Hixie> that's something else
- # [00:30] <Hixie> but yes
- # [00:30] <Hixie> unfortunately i went to the thesaurus and none of "palpable"'s synonyms are words i can use
- # [00:30] <Hixie> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15993 for context)
- # [00:32] * Quits: sindresorhus (~sindresor@82.147.51.146) (Quit: WeeChat 0.4.0)
- # [00:34] * Quits: caiogondim (~caio.gond@186.192.87.53) (Quit: caiogondim)
- # [00:34] * Quits: necolas (~necolas@8.25.197.25) (Remote host closed the connection)
- # [00:35] <astearns> Hixie: how about 'substantial'
- # [00:35] <Hixie> that could work
- # [00:35] <Hixie> noted on the bug
- # [00:36] * jonlee is now known as jonlee|afk
- # [00:36] <TabAtkins> Hixie: There is no equivalent to :moz-first-node/last-node.
- # [00:36] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [00:37] * Joins: birtles (~chatzilla@61-121-216-2.bitcat.net)
- # [00:37] * jonlee|afk is now known as jonlee
- # [00:38] * ojan_away is now known as ojan
- # [00:39] * Quits: jryans (~jryans@rrcs-24-73-248-195.sw.biz.rr.com) (Quit: Be back later)
- # [00:45] <lecuyer> astearns: how do you feel about arbitrarily nested pseudo-elements?
- # [00:45] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
- # [00:46] <TabAtkins> Hixie: The phrasing we use in CSS for "purple" is "not an anonymous inline containing only collapible whitespace".
- # [00:51] * heycam|away is now known as heycam
- # [00:52] <Hixie> TabAtkins: hm, good point, white-space:pre should stop this too, huh
- # [00:53] <Hixie> though i guess gecko doesn't
- # [00:54] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [00:54] <Hixie> hm, no, gecko _is_ affected
- # [00:54] <Hixie> wtf
- # [00:56] <MikeSmith> .win 14
- # [00:57] <Hixie> TabAtkins: so:
- # [00:57] <Hixie> A node is significant if it generates a box that is not an inline box
- # [00:57] <Hixie> containing only collapsible whitespace.
- # [00:57] <Hixie> ...?
- # [00:57] <zewt> let's let win 8 run its course
- # [00:58] * Quits: Badreddin (~Nur@189.192.138.187) (Ping timeout: 272 seconds)
- # [00:58] * Joins: Badreddin (~Nur@189.192.138.187)
- # [00:58] * Quits: ap (~ap@17.245.104.102) (Ping timeout: 245 seconds)
- # [00:59] <TabAtkins> anonymous inline box
- # [01:00] <TabAtkins> ("inline box" also describes inline elements)
- # [01:00] <Hixie> is it anonymous if it has an explicit node?
- # [01:01] <Hixie> so:
- # [01:01] <Hixie> A node is significant if it is an element or if it generates a box that is not
- # [01:01] <Hixie> an anonymous inline box containing only collapsible whitespace.
- # [01:01] <Hixie> ...?
- # [01:01] <TabAtkins> anonymous boxes come from bare text only.
- # [01:01] <Hixie> bare text has a node :-)
- # [01:01] <Hixie> aren't table rows and such anonymous too?
- # [01:02] <Hixie> the ones that are implied?
- # [01:02] <TabAtkins> Those aren't anonymous inlines. ^_^
- # [01:02] * Joins: ap (~ap@2620:149:4:1b01:b0c3:aa53:3f32:9768)
- # [01:02] * Quits: othermaciej (~mjs@17.114.108.14) (Quit: othermaciej)
- # [01:02] <Hixie> you said "anonymous boxes"! :-P
- # [01:02] <TabAtkins> Bah.
- # [01:02] <Hixie> anyway the dfn above is right, right?
- # [01:03] <TabAtkins> If you can use HTML node concepts, just say "element node, or text node that doesn't just contain collapsible whitespace".
- # [01:04] * Joins: othermaciej (~mjs@17.114.108.14)
- # [01:05] <Hixie> that's what i had, but as you made me realise, it's wrong
- # [01:05] <Hixie> because what matters is whether the white-space actually gets collapsed or not
- # [01:05] <Hixie> that is, white-space:pre matters
- # [01:07] <TabAtkins> Yeah, wrong word. I have the right wording in antoher spec. One sec.
- # [01:08] <TabAtkins> http://dev.w3.org/csswg/selectors/#the-blank-pseudo "characters affected by whitespace processing".
- # [01:08] <TabAtkins> Oh wait, you *want* white-space pre to matter?
- # [01:09] <Hixie> apparently
- # [01:09] <TabAtkins> In that case, "collapsed whitespace".
- # [01:09] <Hixie> (i mean, what i actually want is neither here nor there on this issue)
- # [01:09] <TabAtkins> "doesn't contain only collapsed whitespace"
- # [01:10] <Hixie> as in:
- # [01:10] <Hixie> A node is significant if it is an element or if it is a Text node that does not
- # [01:10] <Hixie> contain only collapsed whitespace.
- # [01:10] <Hixie> ..?
- # [01:11] <TabAtkins> Now it's easier to phrase it in positive terms: "or if it is a Text node that contains anything other than collapsed whitespace".
- # [01:12] <Hixie> is "collapsed whitespace" actually defined anywhere? http://www.w3.org/TR/css3-text/#white-space-rules vaguely defines "collapsible", but it seems what i actually want is to invoke hte word "removed" from that algorithm
- # [01:13] <Hixie> "A node is significant if it is an element or if it is a Text node that contains preserved white space or text that is not collapsible" ?
- # [01:13] * jonlee is now known as jonlee|afk
- # [01:13] <Hixie> "A node is significant if it is an element or if it is a Text node that contains preserved white space or characters that are not collapsible white space" ?
- # [01:13] <Hixie> with [CSS] at the end :-)
- # [01:13] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: miketaylr)
- # [01:14] <Hixie> (Note that this means :-moz-empty and :blank aren't the same after all)
- # [01:14] <Hixie> (unless i'm mistaken)
- # [01:15] <TabAtkins> i like the last one, though it's verbose. It feels pretty precise.
- # [01:15] <TabAtkins> You mean :-moz-only-whitespace?
- # [01:15] <Hixie> yeah
- # [01:16] <Hixie> i'm wrong though
- # [01:16] <TabAtkins> Yes, that is a different condition than Moz's - the selector *cannot* depend on whether white-space:pre is set.
- # [01:16] <TabAtkins> It can only rely on whether characters in the content are "normally" collapsible.
- # [01:16] <Hixie> the selector doesn't seem to depend on white-space, now i'm just confused
- # [01:18] <Hixie> oh duh
- # [01:18] <Hixie> i am dumbo
- # [01:18] <TabAtkins> Heh.
- # [01:18] <Hixie> had a newline, made it look like it was margin plus the line with whitespace
- # [01:19] <zewt> wow, new gmail is even worse than i thought
- # [01:19] <zewt> i try to scroll down past a compose box, and it scrolls the whole compose instead of letting me leave the compose box scrolled where it is and scroll the whole box
- # [01:19] <zewt> gripegripe
- # [01:20] <Hixie> WebKit/Blink are affected by white-space, but Gecko isn't
- # [01:20] <Hixie> interestingly IE isn't either; I really think my hypothesis above is correct
- # [01:20] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [01:21] <astearns> lecuyer: I have started to become convinced that pseudo-element use cases are better served by HTML templates
- # [01:21] <Hixie> TabAtkins: amusingly i tried to give you credit for the big breakthrough i had an now it just looks in the bug like you were wrong, sorry about that :-)
- # [01:21] <astearns> lecuyer: CSS doesn't do structure, HTML does. Why invent CSS structure when you can re-use HTML?
- # [01:22] <TabAtkins> zewt: I find the new compose *really* useful. It's an interesting behavioral mix of "as tall as all the contents" and "no taller than the screen", which works really well for me most of the time.
- # [01:22] <TabAtkins> zewt: In the case you're complaining about, I pop the message out instead, because that's typically what I really want to do anyway.
- # [01:23] <zewt> i edit replies nonlinearly, and i often want to skim down to a reply (past the point where the compose box landed) then go back to what I was writing, but now I can't leave the compose box where it is
- # [01:23] <zewt> i guess, or i can leave the cursor in place and hit an arrow key to scroll to it
- # [01:24] <TabAtkins> That works too (and I'm already used to doing that for text editors, when I need to quickly check another section of the spec for the text I'm currently writing).
- # [01:25] * Quits: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
- # [01:26] * Quits: lecuyer (~user@144.142.12.1) (Read error: Operation timed out)
- # [01:31] * Joins: Jedi_ (~Jedi@jedi.org)
- # [01:34] * jonlee|afk is now known as jonlee
- # [01:37] * Quits: othermaciej (~mjs@17.114.108.14) (Read error: Connection reset by peer)
- # [01:38] * Joins: othermaciej (~mjs@17.114.108.14)
- # [01:39] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 245 seconds)
- # [01:42] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 245 seconds)
- # [01:43] * Joins: lerc_ (~quassel@121-74-236-56.telstraclear.net)
- # [01:44] * jonlee is now known as jonlee|afk
- # [01:47] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [01:47] * jonlee|afk is now known as jonlee
- # [01:52] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:65b3:9658:9f67:a0ee)
- # [01:54] * Quits: jsbell (jsbell@nat/google/x-bucbmfslxmngxcxm) (Quit: There's no place like home...)
- # [01:54] * ojan is now known as ojan_away
- # [01:57] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:65b3:9658:9f67:a0ee) (Ping timeout: 245 seconds)
- # [01:57] * Quits: sgalineau (~sylvaing@sjfw1-a.adobe.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:57] * jonlee is now known as jonlee|afk
- # [01:57] * Joins: tantek (~tantek@md90536d0.tmodns.net)
- # [02:01] * jonlee|afk is now known as jonlee
- # [02:02] * Quits: jonlee (~jonlee@17.212.153.19) (Quit: jonlee)
- # [02:04] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [02:08] * Joins: jimmyalcala (~jimmyalca@186.93.255.73)
- # [02:09] * Quits: lerc (~quassel@121-74-236-56.telstraclear.net) (Read error: Connection reset by peer)
- # [02:09] * Quits: danielfilho (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [02:10] * Quits: tantek (~tantek@md90536d0.tmodns.net) (Quit: tantek)
- # [02:11] * Quits: bholley (~bholley@nat/mozilla/x-psmokfxelffrcwlk) (Quit: bholley)
- # [02:14] * Quits: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 246 seconds)
- # [02:17] * Joins: tantek (~tantek@md90536d0.tmodns.net)
- # [02:18] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [02:19] * Joins: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3)
- # [02:29] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [02:30] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [02:31] * Joins: vitor-br (~vitor@186-241-243-181.user.veloxzone.com.br)
- # [02:32] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [02:33] * Quits: garciawebdev (~garciaweb@11-223-235-201.fibertel.com.ar) (Remote host closed the connection)
- # [02:34] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [02:39] * Quits: tantek (~tantek@md90536d0.tmodns.net) (Quit: tantek)
- # [02:42] * Quits: YourWebDevGuy (~yourwebde@75.92.84.106) (Ping timeout: 256 seconds)
- # [02:43] * Quits: ap (~ap@2620:149:4:1b01:b0c3:aa53:3f32:9768) (Quit: ap)
- # [02:44] * Quits: zapo (~sumo@acd41300654.wireless.rit.edu) (Ping timeout: 256 seconds)
- # [02:47] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [02:50] * Joins: AladinBouzerd_ (~aladinbou@41.104.87.216)
- # [02:53] * Quits: AladinBouzerd (~aladinbou@41.104.87.216) (Ping timeout: 248 seconds)
- # [03:00] * Joins: YourWebDevGuy (~yourwebde@75.92.84.106)
- # [03:02] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [03:06] * Quits: othermaciej (~mjs@17.114.108.14) (Quit: othermaciej)
- # [03:07] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [03:08] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: goodbye cruel world)
- # [03:15] * Joins: othermaciej (~mjs@17.114.108.14)
- # [03:19] * Joins: nessy1 (~silviapf@stargate.it.nicta.com.au)
- # [03:20] * Quits: Badreddin (~Nur@189.192.138.187) (Ping timeout: 272 seconds)
- # [03:25] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Ping timeout: 245 seconds)
- # [03:25] * Joins: zapo (~sumo@129.21.88.27)
- # [03:28] * Quits: jmason (~jmason@174.137.103.143) (Ping timeout: 258 seconds)
- # [03:29] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [03:39] * Quits: othermaciej (~mjs@17.114.108.14) (Quit: othermaciej)
- # [03:44] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [03:45] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
- # [03:48] * Quits: weinig (~weinig@17.114.111.225) (Quit: weinig)
- # [03:52] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [03:52] * Joins: Badreddin (~Nur@189.192.155.69)
- # [03:59] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [04:03] * Joins: richt (~richt@222.233.254.208)
- # [04:05] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [04:18] * Joins: danielfilho (~danielfil@200.233.52.248)
- # [04:19] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [04:21] * Joins: dbaron (~dbaron@50.0.192.124)
- # [04:30] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [04:30] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [04:30] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:31] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [04:33] * Quits: AladinBouzerd_ (~aladinbou@41.104.87.216) (Ping timeout: 240 seconds)
- # [04:34] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 20.0/20130401111945])
- # [04:34] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [04:37] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [04:38] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 256 seconds)
- # [04:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:40] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [04:43] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [04:44] * Joins: ehsan (~ehsan@24.212.206.174)
- # [04:44] * Quits: Benvie (~brandon@199.87.85.221) (Ping timeout: 260 seconds)
- # [04:44] * Joins: Benvie (~brandon@204.28.118.69)
- # [04:45] * Joins: IroquoisTwist (~IroquoisT@2602:306:c503:dfa0:51ce:7057:b0e9:41b6)
- # [04:59] * Joins: Spencer__ (~Spencer@31.205.26.243)
- # [04:59] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [05:00] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [05:03] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [05:06] * Joins: a-ja (~Instantbi@70.230.162.176)
- # [05:12] * Quits: Spencer__ (~Spencer@31.205.26.243) (Ping timeout: 256 seconds)
- # [05:17] * Joins: weinig (~weinig@24.130.60.35)
- # [05:24] <Hixie> nessy1: yt?
- # [05:24] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [05:26] * Joins: tantek (~tantek@m830536d0.tmodns.net)
- # [05:27] * Quits: tantek (~tantek@m830536d0.tmodns.net) (Client Quit)
- # [05:37] * Quits: weinig (~weinig@24.130.60.35) (Ping timeout: 276 seconds)
- # [05:37] * Joins: xjiujiu (~quassel@218.77.14.202)
- # [05:38] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [05:40] <abarth> Hixie: does the html spec define what happens if you point an iframe at a SWF?
- # [05:40] <abarth> Hixie: I couldn't find it in the navigation algorithm
- # [05:40] <abarth> http://www.whatwg.org/specs/web-apps/current-work/#navigate step 23 seems to be close
- # [05:41] <abarth> but doesn't saw what to do if you get a mime type that should be handled by a plugin
- # [05:43] <Hixie> yeah, should do...
- # [05:44] <Hixie> step 23 "A type that will use an external application to render the content in the browsing context"
- # [05:44] <Hixie> "Follow the steps given in the plugin section, and abort these steps"
- # [05:44] <Hixie> http://www.whatwg.org/specs/web-apps/current-work/#read-plugin
- # [05:44] <abarth> ah
- # [05:44] <abarth> thanks
- # [05:45] <abarth> so, in CSP
- # [05:45] <abarth> we want the document created there to inherit the plugin-types directive from the parent browsing context's CSP policy
- # [05:46] <Hixie> wouldn't you always want that?
- # [05:46] <abarth> I can write that in the CSP spec
- # [05:46] <abarth> no, in general
- # [05:46] <abarth> CSP is a per-document policy
- # [05:46] <abarth> the policy doesn't spam over child iframes
- # [05:47] <Hixie> http://www.whatwg.org/specs/web-apps/current-work/#implement-the-sandboxing
- # [05:47] <Hixie> says it does
- # [05:47] <abarth> yeah, sandbox spams over children
- # [05:47] <Hixie> oh that's the sandboxing flags
- # [05:47] <Hixie> not CSP
- # [05:47] <abarth> right
- # [05:47] <Hixie> right
- # [05:47] <Hixie> ok
- # [05:47] * Joins: weinig (~weinig@24.130.60.35)
- # [05:47] <abarth> the question is whether we should spec this kind of thing in CSP or in HTML
- # [05:47] <Hixie> i don't normatively reference CSP at all so far
- # [05:47] <abarth> ok, i can spec it in CSP
- # [05:47] <Hixie> so, i'm happy to do it, but it's probably best for HTML to provide a hook for you
- # [05:48] <abarth> yeah, can you just give these sorts of documents a name?
- # [05:48] <Hixie> yeah, one sec
- # [05:48] <abarth> e.g., "a plugin document" ?
- # [05:48] <abarth> thanks
- # [05:49] <Hixie> "plugin document" it is
- # [05:50] <Hixie> what is the name of the thing you're using this for? to ensure iframes can't be used to evade... what?
- # [05:50] <Hixie> plugin policies?
- # [05:50] <Hixie> plugin directives?
- # [05:50] <abarth> yeah, plugin-types let you say which plugin times are allowed
- # [05:51] <abarth> so, plugin-types application/pdf
- # [05:51] <abarth> would mean that you can only have PDF plugins
- # [05:51] <abarth> not SWF or silverlight or whatever
- # [05:51] <abarth> that works fine, except that you could bypass it with <iframe>
- # [05:51] <abarth> since <iframe> creates a new document
- # [05:51] <abarth> which wouldn't have the restriction
- # [05:51] <abarth> <iframe src="foo.swf">
- # [05:51] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 256 seconds)
- # [05:53] * heycam is now known as heycam|away
- # [05:56] <Hixie> abarth: but what is plugin-types called?
- # [05:56] <Hixie> a directive?
- # [06:02] * Joins: Iroquois_ (~IroquoisT@108-80-61-250.lightspeed.sntcca.sbcglobal.net)
- # [06:03] <abarth> yes
- # [06:03] <Hixie> k
- # [06:03] <Hixie> is there a typographic convention for these?
- # [06:04] <Hixie> "<code>plugin-types</code> directive"?
- # [06:04] <Hixie> (e.g. CSS properties use "the 'foo' property")
- # [06:04] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [06:04] <abarth> Yeah <code>plugin-types</code>
- # [06:04] <abarth> the verb is "enforce"
- # [06:04] <abarth> so, you'd say something like "enforce the <code>plugin-types
- # [06:05] <abarth> </code> directive
- # [06:05] <abarth> "
- # [06:05] <Hixie> i'm using "evade"
- # [06:05] <Hixie> cos it's the negative
- # [06:05] <abarth> :)
- # [06:05] * Quits: IroquoisTwist (~IroquoisT@2602:306:c503:dfa0:51ce:7057:b0e9:41b6) (Ping timeout: 245 seconds)
- # [06:06] <Hixie> ok, spec is building and change should be committed momentarily
- # [06:08] <abarth> thanks
- # [06:13] * Joins: drdt (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [06:18] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [06:22] * Quits: Iroquois_ (~IroquoisT@108-80-61-250.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [06:31] * Joins: roc (~chatzilla@60.234.66.20)
- # [06:33] * Quits: drdt (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: drdt)
- # [06:35] * Krinkle is now known as Krinkle|detached
- # [06:46] * Joins: IroquoisTwist (~IroquoisT@108-80-61-250.lightspeed.sntcca.sbcglobal.net)
- # [06:46] * Quits: IroquoisTwist (~IroquoisT@108-80-61-250.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [06:47] * Joins: IroquoisTwist (~IroquoisT@2602:306:c503:dfa0:3453:b309:7aa0:d3b1)
- # [06:50] * heycam|away is now known as heycam
- # [06:53] * Quits: dbaron (~dbaron@50.0.192.124) (Ping timeout: 255 seconds)
- # [07:00] * Joins: annevk (~annevk@2.25.61.48)
- # [07:02] * Quits: IroquoisTwist (~IroquoisT@2602:306:c503:dfa0:3453:b309:7aa0:d3b1) (Remote host closed the connection)
- # [07:08] * Quits: roc (~chatzilla@60.234.66.20) (Ping timeout: 240 seconds)
- # [07:11] * Joins: tantek (~tantek@m830536d0.tmodns.net)
- # [07:17] * Joins: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr)
- # [07:18] * Quits: annevk (~annevk@2.25.61.48) (Remote host closed the connection)
- # [07:29] * Quits: danielfilho (~danielfil@200.233.52.248) (Remote host closed the connection)
- # [07:31] * Joins: Cromulent (~Cromulent@cpc4-reig5-2-0-cust637.6-3.cable.virginmedia.com)
- # [07:32] * Joins: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net)
- # [07:40] * Quits: isherman-book (~Adium@173-167-102-230-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [07:42] * Joins: IroquoisTwist (~IroquoisT@2602:306:c503:dfa0:1826:fa71:353f:ba18)
- # [07:46] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [07:47] * Joins: richt_ (~richt@91.216.105.42)
- # [07:47] * Joins: annevk (~annevk@2.25.61.48)
- # [07:49] * Quits: JohnAlbin (~JohnAlbin@111-250-146-153.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [07:49] * ImBcmDth is now known as ImBcmSlp
- # [07:50] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-simzunatdtytbdpv) (Write error: Broken pipe)
- # [07:50] * Quits: sawrubh (uid6719@gateway/web/irccloud.com/x-wzhqyveyikafseot) (Read error: Operation timed out)
- # [07:50] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-wyuppaaoxhkagrmf)
- # [07:50] * Joins: sawrubh (uid6719@gateway/web/irccloud.com/x-fpjvfdkahzgecodj)
- # [07:51] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 256 seconds)
- # [07:54] * Quits: Cromulent (~Cromulent@cpc4-reig5-2-0-cust637.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [07:55] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [08:03] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
- # [08:07] * Joins: birtles_ (~chatzilla@61-121-216-2.bitcat.net)
- # [08:10] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Ping timeout: 240 seconds)
- # [08:10] * birtles_ is now known as birtles
- # [08:17] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [08:19] * Quits: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr) (Ping timeout: 245 seconds)
- # [08:20] * Quits: tantek (~tantek@m830536d0.tmodns.net) (Quit: tantek)
- # [08:28] * Quits: annevk (~annevk@2.25.61.48) (Remote host closed the connection)
- # [08:35] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [08:37] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [08:39] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 272 seconds)
- # [08:49] * Joins: hallvors (~hallvord@2001:4c28:20:70:1c63:a505:eff6:5b4)
- # [08:49] * Quits: IroquoisTwist (~IroquoisT@2602:306:c503:dfa0:1826:fa71:353f:ba18) (Remote host closed the connection)
- # [08:50] * Joins: sedovsek (~robert@89.143.12.238)
- # [08:57] * Quits: eresair (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [09:02] * Joins: SimonSapin (~simon@vev69-1-82-232-219-95.fbx.proxad.net)
- # [09:03] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [09:06] * Quits: nessy1 (~silviapf@stargate.it.nicta.com.au) (Quit: Leaving.)
- # [09:09] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [09:10] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [09:11] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 246 seconds)
- # [09:11] * Quits: oal (uid4126@gateway/web/irccloud.com/x-nftganewczhfvmln)
- # [09:15] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [09:18] * Joins: drdt (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [09:22] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [09:24] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [09:27] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [09:29] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
- # [09:34] * Joins: Ms2ger (~Ms2ger@193.190.253.146)
- # [09:43] * Joins: charlie (~charlie@46.7.56.116)
- # [09:44] * Joins: hasather (~hasather@80.91.33.141)
- # [09:56] * Quits: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 246 seconds)
- # [10:01] * Quits: drdt (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: drdt)
- # [10:01] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:05] * Joins: zcorpan (~zcorpan@static-212-247-211-195.cust.tele2.se)
- # [10:06] * Joins: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3)
- # [10:11] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [10:11] * Parts: a-ja (~Instantbi@70.230.162.176)
- # [10:26] * Quits: zcorpan (~zcorpan@static-212-247-211-195.cust.tele2.se) (Remote host closed the connection)
- # [10:28] * Joins: benbarnett (~Adium@80.87.30.115)
- # [10:29] * Joins: JibberJim (~opera@2.220.172.58)
- # [10:30] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [10:31] * Quits: jgornick (~jgornick@c-66-41-28-205.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
- # [10:31] * Joins: annevk (~annevk@207.218.72.65)
- # [10:32] <annevk> fyi, I might have missed some memos
- # [10:32] * Quits: richt_ (~richt@91.216.105.42) (Remote host closed the connection)
- # [10:32] * Joins: richt (~richt@222.233.254.208)
- # [10:36] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 245 seconds)
- # [10:39] * Joins: zcorpan (~zcorpan@static-212-247-211-195.cust.tele2.se)
- # [10:40] <annevk> So I could have sworn I filed a bug on Web IDL to move DOM exceptions there. I guess I didn't...
- # [10:41] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:d046:9e0f:1492:73aa)
- # [10:41] <heycam> sounds familiar
- # [10:41] <heycam> http://lists.w3.org/Archives/Public/public-script-coord/2013JanMar/0049.html
- # [10:42] <heycam> seems reasonable at this point, too, now that SVGException is gone
- # [10:43] <Ms2ger> Working on webidl again? :)
- # [10:43] <heycam> next week
- # [10:44] <heycam> will be at a web dev conference thurs/fri, so preparing my presentation for then atm
- # [10:44] <annevk> W3C mailing list search did not find that for my email combined with the keyword "exception" :/
- # [10:44] <annevk> heycam: do I need to file a bug or will you handle it?
- # [10:44] <heycam> I'll handle it
- # [10:44] <heycam> I've kept a track of what things I've addressed on the list
- # [10:50] * Joins: nonge (~nonge@p508298C0.dip0.t-ipconnect.de)
- # [10:53] * Quits: nonge_ (~nonge@p5B32614E.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
- # [10:54] * Joins: richt (~richt@125.131.77.132)
- # [10:55] * Joins: richt_ (~richt@91.216.105.26)
- # [10:57] * Quits: birtles (~chatzilla@61-121-216-2.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [10:58] * Quits: richt (~richt@125.131.77.132) (Ping timeout: 245 seconds)
- # [10:59] * Joins: yorick (~yorick@oftn/member/yorick)
- # [10:59] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:d046:9e0f:1492:73aa) (Remote host closed the connection)
- # [11:00] * Joins: disedente (~disedente@188.27.90.76)
- # [11:05] * Quits: Areks (~Areks@rs.gridnine.com) (Read error: Connection reset by peer)
- # [11:06] * Quits: Ms2ger (~Ms2ger@193.190.253.146) (Ping timeout: 260 seconds)
- # [11:17] * Joins: izhak (~izhak@31.47.118.163)
- # [11:17] * Joins: khamian (~khamian@89-72-122-195.dynamic.chello.pl)
- # [11:18] * heycam is now known as heycam|away
- # [11:21] * Joins: tomasf_ (~tomasf@77.72.97.10.c.fiberdirekt.net)
- # [11:23] * Quits: izhak (~izhak@31.47.118.163) (Ping timeout: 245 seconds)
- # [11:34] <annevk> Wow, that W3C survey is the worst. I give up.
- # [11:36] <SimonSapin> annevk: the one to win an ipad?
- # [11:36] <annevk> Yes
- # [11:36] <SimonSapin> It looks so much like spam that I didn’t even try
- # [11:36] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
- # [11:37] <jgraham> ?
- # [11:37] <annevk> I didn't see the iPad bit initially. I thought it was about improving the W3C, but it's a load of bullocks. They've really no idea what they're doing I think...
- # [11:37] <SimonSapin> https://twitter.com/w3c/status/328946308146688001
- # [11:37] <annevk> Bunch of members, some money, some plans on how to get more money, and that's it...
- # [11:38] <annevk> Which is not really what you'd expect from an organization behind the standards of the web.
- # [11:39] * Joins: richt (~richt@125.131.77.132)
- # [11:40] * Quits: richt_ (~richt@91.216.105.26) (Ping timeout: 240 seconds)
- # [11:40] <jgraham> Yeah, so after all the first questions were about money, and there were about 30 different boxes to tick for senion management job titles and about 10 for the other 99%, I think I am not the target audience for this survey
- # [11:40] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [11:41] <jgraham> (sorry, 39/9)
- # [11:42] * Joins: Areks (~Areks@rs.gridnine.com)
- # [11:45] <annevk> The job title one was already ridiculous. And field your organization is involved in did not list "web".
- # [11:49] <Workshiva> I wonder what the mimimum money made is to finish the survey
- # [11:52] * Quits: khamian (~khamian@89-72-122-195.dynamic.chello.pl)
- # [11:54] * Quits: richt (~richt@125.131.77.132) (Ping timeout: 252 seconds)
- # [11:58] * Quits: vitor-br (~vitor@186-241-243-181.user.veloxzone.com.br) (Quit: Saindo)
- # [11:58] * Joins: vitor-br (~vitor@186-241-243-181.user.veloxzone.com.br)
- # [11:59] * Joins: AladinBouzerd (~aladinbou@41.104.87.216)
- # [12:02] <svl> I got to page 37 on that survey, and then: "Server Error in '/W3CT' Application."
- # [12:02] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [12:03] * Quits: zcorpan (~zcorpan@static-212-247-211-195.cust.tele2.se) (Remote host closed the connection)
- # [12:04] <jgraham> svl: Oh, so it's modern art. Makes sesne I guess.
- # [12:05] <svl> I managed to get further by hitting back, and then the previous button
- # [12:05] <svl> so yes, I'd say that's an accurate description. :)
- # [12:05] <jgraham> I think karlcow will approve
- # [12:06] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [12:08] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [12:11] * Joins: richt (~richt@222.233.254.208)
- # [12:12] <hallvors> annevk: any further thoughts on the XHR pull request?
- # [12:13] <annevk> hallvors: I don't get email from GitHub so I didn't know you replied yet :)
- # [12:13] <hallvors> GitHub spams way too much ;-)
- # [12:14] <annevk> That's probably why I disabled it. I do get some OS notifications now and then, if I happen to be online.
- # [12:14] <jgraham> Yeah, it relly does
- # [12:14] <jgraham> *really
- # [12:15] <annevk> hallvors: so I think the main question is why browsers feel the need to terminate the request in that case.
- # [12:15] <annevk> hallvors: because the whole point of checking this in open() is so that the Document can go away. If the document can never go away...
- # [12:16] <hallvors> it's probably just simpler to avoid zombie requests associated with no longer existing windows..
- # [12:17] <hallvors> you mean - open() needs a document (to resolve URLs and such) but the rest of the algorithm doesn't?
- # [12:18] <hallvors> - and that's the point of making open() throw but not interrupt anything else
- # [12:19] <hallvors> I think we should go ask a couple of implementors at this point :)
- # [12:19] <annevk> Yes and agreed
- # [12:20] <hallvors> (though I note that they seem to have collectively voted for "terminate the request" already)
- # [12:20] <annevk> smaug____: ^^
- # [12:20] <hallvors> -Gecko, Presto and Chromium, that is -
- # [12:20] <hallvors> don't have IE 10 and the test framework doesn't really work in IE8
- # [12:21] <annevk> I have IE10, do you have a URL?
- # [12:22] * ShaneHud1on is now known as ShaneHudson
- # [12:22] <smaug____> annevk: not sure I understand the question ..
- # [12:22] <smaug____> something about XHR
- # [12:22] <wilhelm> hallvors: browserstack.com is your friend.
- # [12:23] <annevk> smaug____: window1 does something like new window2.XMLHttpRequest; then does .open(); then at some point window2 is navigated
- # [12:24] <annevk> smaug____: given that all the information for the request is known, why is it terminated?
- # [12:24] <hallvors> (window2 might also be removed: IFRAME removed, popup closed etc)
- # [12:24] <smaug____> I'd expect XHR is terminated
- # [12:24] <hallvors> http://w3c-test.org/web-platform-tests/submissions/103/XMLHttpRequest/ look at the tests with -multi-window in name
- # [12:24] <annevk> smaug____: correct, but why?
- # [12:24] <smaug____> annevk: because all the network connections related to window2 are cancelled
- # [12:24] <smaug____> there is a load group
- # [12:25] <smaug____> and all the loads (network connections) in that group are terminated
- # [12:26] <annevk> hallvors: looks like IE follows the spec, assuming the tests match what you think should happen
- # [12:26] * Krinkle|detached is now known as Krinkle
- # [12:26] <hallvors> wilhelm: I suppose browserstack.com doesn't let me attach a debugger and step through some random stuff in IE ;-)
- # [12:26] <hallvors> annevk: what exactly do the tests say in IE?
- # [12:27] <annevk> for 4 I get 'assert_equals: responseText is empty on inactive document error condition expected "" but got "bottom\n"'
- # [12:27] <annevk> for 2 I get 'assert_throws: open() when associated document's IFRAME is removed function "function() { client.open("GET", "folder.txt"..." did not throw'
- # [12:27] <hallvors> smaug____: is that implementation hard to change if the spec says something else?
- # [12:27] <annevk> for 3 I get 'assert_throws: send() when associated document's IFRAME is removed function "function() { client.send(null) }" did not throw'
- # [12:27] <smaug____> I don't see reason to change it ;)
- # [12:28] <annevk> for 5 I get 'assert_throws: function "function() { client.open("GET", "...") }" threw object "TypeError: Permission denied" that is not a DOMException INVALID_STATE_ERR: property "code" is equal to undefined, expected 11'
- # [12:28] <smaug____> but yes, it would be somewhat hard to change
- # [12:28] <hallvors> smaug____: me neither but the spec currently dictates something else :)
- # [12:28] <hallvors> so you'll have to convince Anne if you don't want to change it ;-)
- # [12:28] <smaug____> and it would be odd to change
- # [12:29] <annevk> I suspect I reverse engineered IE as I remember at some point bz asking questions about the multi-window stuff and saying there were compatibility issues there.
- # [12:29] <smaug____> then the behavior of var img = new window2.Image(); img.src = "foo.gif"; should be changed too
- # [12:29] <hallvors> (or vote for accepting https://github.com/whatwg/xhr/pull/3 ;))
- # [12:29] <annevk> If those are gone.... Then we can do something else.
- # [12:29] <smaug____> and Audio and whatelse
- # [12:30] <annevk> smaug____: I think those are different. They use the entry script's document.
- # [12:30] <smaug____> so?
- # [12:30] <annevk> smaug____: so window2 is not very relevant there.
- # [12:31] <smaug____> well, if you just pass such Img object from window2's context
- # [12:31] <annevk> smaug____: whereas for XMLHttpRequest it is
- # [12:32] <annevk> Might still be some oddities with the prototype chain I suppose... Meh
- # [12:33] <wilhelm> hallvors: Yes, it only has the built-in devtools.
- # [12:33] * Joins: izhak (~izhak@31.47.118.163)
- # [12:35] * Krinkle is now known as Krinkle|detached
- # [12:35] <annevk> Sooo anyway. If we go with that kind of fetch management. We should probably document that in some way centrally. So a global scope can just say that it terminates all ongoing fetch requests and they report to their callers in an appropriate fashion.
- # [12:36] <annevk> E.g. I doubt you'd get a network error if some part of the response has already been retrieved. It would probably just terminate earlier, although maybe we should signal that kind of error still if we can trust Content-Length somehow?
- # [12:38] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [12:38] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
- # [12:38] <annevk> Awesome, http://info.cern.ch/hypertext/WWW/TheProject.html uses <header> to mean <head>.
- # [12:38] * Joins: richt (~richt@222.233.254.208)
- # [12:39] <hallvors> for XHR I think firing an error event makes sense
- # [12:39] <annevk> And uses identifiers that start with a digit. That should never have been disallowed.
- # [12:40] <annevk> hallvors: that's too simple. What if data is already being processed?
- # [12:43] * Joins: zcorpan (~zcorpan@static-212-247-211-195.cust.tele2.se)
- # [12:43] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 255 seconds)
- # [12:46] <hallvors> well, what happens if there is some network error while data is being processed but the request is not completed?
- # [12:48] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [12:49] <annevk> I think you cannot distinguish that from Content-Length being wrong at the moment.
- # [12:49] <hallvors> is there no error event?
- # [12:50] <annevk> The "network error" bit is really only distinguishing up until all header data has been processed. I think after that you'd just get load.
- # [12:51] <annevk> Fetch will define most of that and XMLHttpRequest will simply reference it at that point, hopefully obsoleting most of the text around the subject.
- # [12:55] <hallvors> But spec does say under "infrastructure for send()": If there is a network error -> In case of DNS errors, TLS negotiation failure, or other type of network errors, this is a network error.
- # [12:57] <annevk> Yeah I'm not sure that's accurate
- # [12:57] <annevk> Well, most of it is of course. It's not clear if it's a network error if the server just stops transmitting at some point. Or you close the receiving end.
- # [13:00] <hallvors> So if the server just closes down the connection and you haven't received "Content-Length" amount of data, you think the script should not be informed with an error event that something odd happened?
- # [13:01] <annevk> I'm saying is not informed, because browsers have to deal with faulty Content-Length. Reporting it in some fashion might still make sense though.
- # [13:01] <hallvors> BTW Anne - I wanted to ask you about this: https://github.com/hallvors/web-platform-tests/commit/890a45686adceb8be18c3fa832ab54ad1fd5b7b5
- # [13:02] <hallvors> As the spec is written one still gets the readystatechange event with readyState 4, then an error event.
- # [13:02] <annevk> Right, I'm saying that I think the specification is wrong there.
- # [13:02] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [13:02] <hallvors> Yes. This is actually a bit awkward.
- # [13:03] <hallvors> scripts that see readystatechange and readyState == 4 shouldn't have to wait for a potential error event to be certain that the request finished OK
- # [13:03] <annevk> Regarding the test, yeah, credential throwing was removed.
- # [13:04] <hallvors> OK, test will be aligned shortly :)
- # [13:04] * Quits: zcorpan (~zcorpan@static-212-247-211-195.cust.tele2.se) (Remote host closed the connection)
- # [13:04] <hallvors> I guess we could spec a request.errorState property .. or something.
- # [13:05] <hallvors> request.errorState = 0 means no problem, 1 means network error..
- # [13:05] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [13:05] <annevk> We already that with .status being 0
- # [13:05] <annevk> And non-zero meaning no network error. But there's other classes of errors such as mismatched Content-Length...
- # [13:08] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [13:09] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [13:14] * Joins: AladinBouzerd_ (~aladinbou@41.104.39.27)
- # [13:17] * Quits: izhak (~izhak@31.47.118.163) (Ping timeout: 256 seconds)
- # [13:17] * Joins: sedovsek (~robert@89.143.12.238)
- # [13:17] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 245 seconds)
- # [13:17] * Quits: AladinBouzerd (~aladinbou@41.104.87.216) (Ping timeout: 240 seconds)
- # [13:18] * Quits: sedovsek (~robert@89.143.12.238) (Client Quit)
- # [13:20] * Joins: [[zzz]] (~q@node-c6y.pool-125-25.dynamic.totbb.net)
- # [13:20] * Quits: barneybook (~kvirc@36-224-117-16.dynamic-ip.hinet.net) (Read error: Connection reset by peer)
- # [13:23] * Joins: Ms2ger (~Ms2ger@vpnk044.ugent.be)
- # [13:24] * Quits: [[zz]] (~q@node-78g.pool-125-25.dynamic.totbb.net) (Ping timeout: 272 seconds)
- # [13:26] * Joins: zcorpan (~zcorpan@94.234.170.216)
- # [13:26] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox_ben)
- # [13:35] * Quits: zcorpan (~zcorpan@94.234.170.216) (Remote host closed the connection)
- # [13:35] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [13:36] * Joins: zcorpan (~zcorpan@c-5eeaaad8-74736162.cust.telenor.se)
- # [13:37] * Joins: sedovsek (~robert@89.143.12.238)
- # [13:44] * Quits: zcorpan (~zcorpan@c-5eeaaad8-74736162.cust.telenor.se) (Ping timeout: 256 seconds)
- # [13:46] * Quits: zapo (~sumo@129.21.88.27) (Quit: leaving)
- # [13:48] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [13:55] * Joins: zcorpan (~zcorpan@c-5eeaaa42-74736162.cust.telenor.se)
- # [14:06] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [14:10] * Joins: Bonga_ (~Bonga@41.39.122.237)
- # [14:13] * Quits: Badreddin (~Nur@189.192.155.69) (Ping timeout: 272 seconds)
- # [14:20] * Quits: Ms2ger (~Ms2ger@vpnk044.ugent.be) (Ping timeout: 245 seconds)
- # [14:27] * Joins: jmason (~jmason@174.137.103.143)
- # [14:31] * Joins: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net)
- # [14:31] * Joins: tobie (~tobielang@31-35-21.wireless.csail.mit.edu)
- # [14:31] * Joins: caiogondim (~caio.gond@186.192.87.53)
- # [14:32] * Joins: scor (scor@nat/acquia/x-rjgmbvxkbdyngraa)
- # [14:32] * Quits: scor (scor@nat/acquia/x-rjgmbvxkbdyngraa) (Changing host)
- # [14:32] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:35] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [14:35] <SteveF> hober: you awake?
- # [14:39] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [14:45] * Joins: Ms2ger (~Ms2ger@vpnk043.ugent.be)
- # [14:46] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (Quit: WeeChat 0.4.0)
- # [14:46] * Joins: yoshiki (yoshiki@nat/google/x-qabsakekzaphmtpk)
- # [14:48] * Quits: yoshiki__ (yoshiki@nat/google/x-tkdqenswftenmhta) (Ping timeout: 264 seconds)
- # [14:50] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [14:50] * Joins: djc (~djc@gentoo/developer/djc)
- # [14:52] <djc> so I can't create an account on www.w3.org/Bugs, is that something I can complain about here?
- # [14:52] * Joins: barneybook (~kvirc@114-44-251-139.dynamic.hinet.net)
- # [14:52] * ImBcmSlp is now known as ImBcmDth
- # [14:52] <djc> keeps saying I have an invalid token, even when I say I want to commit anyway
- # [14:53] * Quits: hallvors (~hallvord@2001:4c28:20:70:1c63:a505:eff6:5b4) (Ping timeout: 245 seconds)
- # [15:00] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (Quit: WeeChat 0.4.0)
- # [15:00] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:00] <annevk> djc: best to ask in #sysreq on the W3C IRC server
- # [15:01] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [15:08] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [15:12] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [15:13] * Joins: ryuone_ (~ryuone@133.242.16.101)
- # [15:13] * Quits: YourWebDevGuy (~yourwebde@75.92.84.106) (Ping timeout: 264 seconds)
- # [15:14] * Quits: ryuone (~ryuone@133.242.16.101) (Ping timeout: 256 seconds)
- # [15:14] * Quits: tomasf_ (~tomasf@77.72.97.10.c.fiberdirekt.net) (Quit: tomasf_)
- # [15:16] * Joins: AladinBouzerd (~aladinbou@41.104.45.133)
- # [15:16] * Joins: richt (~richt@222.233.254.208)
- # [15:16] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 252 seconds)
- # [15:17] * Quits: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net) (Ping timeout: 252 seconds)
- # [15:18] * Quits: AladinBouzerd_ (~aladinbou@41.104.39.27) (Ping timeout: 245 seconds)
- # [15:18] * Joins: mygan (~mygan@78-70-166-27-no181.tbcn.telia.com)
- # [15:19] * Joins: AladinBouzerd_ (~aladinbou@41.104.43.230)
- # [15:20] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:20] * Quits: AladinBouzerd (~aladinbou@41.104.45.133) (Ping timeout: 240 seconds)
- # [15:22] <djc> annevk: thanks, that worked
- # [15:22] * Parts: djc (~djc@gentoo/developer/djc)
- # [15:22] <annevk> yw
- # [15:24] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
- # [15:24] * Joins: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net)
- # [15:26] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [15:28] * Quits: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net) (Ping timeout: 252 seconds)
- # [15:32] * Quits: zcorpan (~zcorpan@c-5eeaaa42-74736162.cust.telenor.se) (Remote host closed the connection)
- # [15:32] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 245 seconds)
- # [15:33] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [15:33] <annevk> Grmbl. HTTP authentication fffffffffuuuuuuuu. Man, have to actually hit a key multiple times these days to repeat it.
- # [15:36] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:2d29:27c8:c87e:7579)
- # [15:40] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:2d29:27c8:c87e:7579) (Ping timeout: 264 seconds)
- # [15:42] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [15:49] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [15:52] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [15:54] * Joins: danielfilho (~danielfil@200.233.52.248)
- # [15:58] * Quits: Lachy (~Lachy@cm-84.215.19.229.getinternet.no) (Quit: Computer has gone to sleep.)
- # [16:00] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [16:00] <matjas> annevk: which OS?
- # [16:02] * Joins: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net)
- # [16:02] * Joins: kmczn (~kevin@static-24-113-122-130.wavecable.com)
- # [16:04] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [16:05] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [16:05] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [16:06] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [16:06] <annevk> matjas: OS X
- # [16:06] <matjas> annevk: then check this out: https://github.com/mathiasbynens/dotfiles/blob/f21a29cd78d65300e6853338864b5c9507f0e1ca/.osx#L148-L152
- # [16:07] <annevk> matjas: haha, madness
- # [16:07] <matjas> run those two commands, reboot, and you’ll be able to comfortably type ffffffffuuuuuuu again
- # [16:08] * Quits: mygan (~mygan@78-70-166-27-no181.tbcn.telia.com) (Ping timeout: 268 seconds)
- # [16:08] * Quits: kennyluck (~kennyluck@101.18.192.69) (Quit: kennyluck)
- # [16:09] * Quits: Kolombiken (~Adium@94.137.124.2) (Read error: Connection reset by peer)
- # [16:09] * Quits: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net) (Ping timeout: 245 seconds)
- # [16:09] * Joins: Kolombiken1 (~Adium@gateway.creuna.se)
- # [16:09] * Quits: Ms2ger (~Ms2ger@vpnk043.ugent.be) (Ping timeout: 245 seconds)
- # [16:09] * Joins: kennyluck (~kennyluck@101.18.192.69)
- # [16:14] * Joins: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net)
- # [16:14] * Krinkle|detached is now known as Krinkle
- # [16:18] * Quits: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net) (Ping timeout: 252 seconds)
- # [16:22] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Remote host closed the connection)
- # [16:22] * Quits: xjiujiu (~quassel@218.77.14.202) (Read error: Connection reset by peer)
- # [16:24] * Joins: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt)
- # [16:27] * Joins: zcorpan (~zcorpan@94.234.170.66)
- # [16:32] * Joins: sgalineau (~sylvaing@sjfw1.adobe.com)
- # [16:32] * Joins: Lachy (~Lachy@cm-84.215.19.229.getinternet.no)
- # [16:34] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [16:34] * Joins: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net)
- # [16:35] * Quits: JohnAlbin (~JohnAlbin@111-250-150-178.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [16:36] * Parts: mitemitreski (~mitemitre@212.120.17.179)
- # [16:37] * Quits: AladinBouzerd_ (~aladinbou@41.104.43.230) (Ping timeout: 240 seconds)
- # [16:37] * Joins: AladinBouzerd (~aladinbou@41.108.16.196)
- # [16:37] * Joins: ehsan (~ehsan@66.207.208.98)
- # [16:44] * Joins: AladinBouzerd_ (~aladinbou@41.108.121.191)
- # [16:46] * Quits: AladinBouzerd (~aladinbou@41.108.16.196) (Ping timeout: 240 seconds)
- # [16:48] * Quits: Kolombiken1 (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [16:49] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [16:53] * Joins: Ms2ger (~Ms2ger@206.211-64-87.adsl-dyn.isp.belgacom.be)
- # [16:54] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
- # [16:54] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [16:54] * Joins: richt (~richt@222.233.254.208)
- # [16:55] * Joins: jryans (~jryans@office.massrel.com)
- # [16:55] * Quits: zcorpan (~zcorpan@94.234.170.66) (Remote host closed the connection)
- # [16:59] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 272 seconds)
- # [17:00] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [17:03] * Joins: kestutis (~kestutis@46-37-58-172.dsl.cnl.uk.net)
- # [17:04] * Quits: kestutis (~kestutis@46-37-58-172.dsl.cnl.uk.net) (Read error: Connection reset by peer)
- # [17:04] * Joins: anthonym (anthonym@pdpc/supporter/professional/anthonym)
- # [17:04] * Joins: kestutis (~kestutis@46-37-58-172.dsl.cnl.uk.net)
- # [17:05] * Parts: anthonym (anthonym@pdpc/supporter/professional/anthonym)
- # [17:09] * Quits: SimonSapin (~simon@vev69-1-82-232-219-95.fbx.proxad.net) (Quit: Leaving.)
- # [17:10] * Quits: danielfilho (~danielfil@200.233.52.248) (Remote host closed the connection)
- # [17:12] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [17:13] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [17:13] * Quits: JibberJim (~opera@2.220.172.58) (Ping timeout: 245 seconds)
- # [17:15] * Joins: AladinBouzerd__ (~aladinbou@41.108.121.191)
- # [17:16] * Quits: kestutis (~kestutis@46-37-58-172.dsl.cnl.uk.net) (Read error: Connection reset by peer)
- # [17:17] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 248 seconds)
- # [17:18] * Quits: AladinBouzerd_ (~aladinbou@41.108.121.191) (Ping timeout: 240 seconds)
- # [17:18] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
- # [17:20] <gsnedders> What kind of security question is "What is your mother's first name?". That's a matter of public record!
- # [17:22] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [17:25] * Joins: jsbell (jsbell@nat/google/x-yvbrwbcvohpbbzjo)
- # [17:26] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 260 seconds)
- # [17:27] * Joins: richt (~richt@222.233.254.208)
- # [17:28] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [17:32] <tantek> gsnedders: http://tantek.com/2013/059/t5/high-school-city-grow-up-security-facebook-fail
- # [17:34] * Joins: globbot (~logbot@lump.glob.com.au)
- # [17:35] <Ms2ger> gsnedders, what's her maiden name? :)
- # [17:36] <gsnedders> Ms2ger: That's also a matter of public record. ;P
- # [17:39] * Joins: eresair (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
- # [17:39] * marcosc notes nerds making mom jokes.
- # [17:41] <Ms2ger> Yo momma's maiden name's so fat, it isn't accepted as an answer to the security question?
- # [17:43] * Joins: danielfilho (~danielfil@200.233.52.248)
- # [17:45] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [17:52] * Joins: JibberJim (~opera@80-42-214-163.dynamic.dsl.as9105.com)
- # [17:55] * [[zzz]] is now known as [[zz]]
- # [17:56] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 252 seconds)
- # [18:03] * Joins: dbaron (~dbaron@50.0.192.124)
- # [18:15] * Joins: lecuyer (~user@144.142.12.1)
- # [18:16] * Quits: charlie (~charlie@46.7.56.116) (Remote host closed the connection)
- # [18:16] * Quits: benbarnett (~Adium@80.87.30.115) (Ping timeout: 252 seconds)
- # [18:18] * Joins: cabanier (~cabanier@192.150.22.55)
- # [18:21] * blink-bot is now known as dglazkov
- # [18:22] <dglazkov> good morning, Whatwg!
- # [18:23] * Quits: tobie (~tobielang@31-35-21.wireless.csail.mit.edu) (Quit: tobie)
- # [18:24] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Read error: Connection reset by peer)
- # [18:24] * Joins: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net)
- # [18:24] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [18:27] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [18:28] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [18:28] * Quits: sgalineau (~sylvaing@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [18:30] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [18:31] * Joins: cabanier (~cabanier@192.150.22.55)
- # [18:32] * Joins: newtron (~newtron@184.175.16.72)
- # [18:34] * Joins: ap_ (~ap@2620:149:4:1b01:b0c3:aa53:3f32:9768)
- # [18:34] * Joins: rubatdub (~khalil@213.188.180.185)
- # [18:36] * Joins: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr)
- # [18:39] * Joins: YourWebDevGuy (~yourwebde@75.92.84.106)
- # [18:44] * ImBcmDth is now known as ImBcmAwy
- # [18:50] <annevk> Is someone working on making specification annotations work better across specifications?
- # [18:50] <annevk> I'd like to annotate some bits in "Fetch" with "needs review and tests" or some such
- # [18:51] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 256 seconds)
- # [18:52] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [18:52] <annevk> Also, http://fetch.spec.whatwg.org/#basic-fetch is becoming increasingly more complicated to follow. I guess that needs some restructuring too. Maybe separate out the various URL schemes?
- # [18:52] <tantek> annevk - there's a whole Open Annotation community group at W3C that has a big RDF model/schema/vocab for annotations and everything - I'm sure they'd be willing to help you out. ;)
- # [18:53] <annevk> tantek: suggestion troll? :p
- # [18:53] <tantek> more like a combination of "good morning humor" and "be careful what you ask for" :)
- # [18:54] <tantek> though I suppose there's a question of in which direction is the trolling occuring
- # [18:54] * Joins: globbot (~logbot@lump.glob.com.au)
- # [18:54] * Joins: say2joe (~say2joe@204.56.108.2)
- # [18:54] * Ms2ger assumes tantek is the troll :)
- # [18:56] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [18:59] * Joins: garciawebdev (~garciaweb@190.244.74.107)
- # [19:00] * Joins: cabanier (~cabanier@192.150.22.55)
- # [19:01] * Quits: dbaron (~dbaron@50.0.192.124) (Ping timeout: 248 seconds)
- # [19:02] <annevk> http://html-differences.whatwg.org/
- # [19:02] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [19:04] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:05] * Krinkle is now known as Krinkle|detached
- # [19:05] * Parts: disedente (~disedente@188.27.90.76)
- # [19:09] * Joins: tobie (~tobielang@31-35-21.wireless.csail.mit.edu)
- # [19:17] * Quits: danielfilho (~danielfil@200.233.52.248) (Remote host closed the connection)
- # [19:19] * Joins: erichynds (~ehynds@64.206.121.41)
- # [19:20] * Joins: Redface (~Redface@219.255.246.7)
- # [19:20] <Redface> hi
- # [19:21] * ImBcmAwy is now known as ImBcmDth
- # [19:23] * Krinkle|detached is now known as Krinkle
- # [19:25] * Quits: ehsan (~ehsan@66.207.208.98) (Ping timeout: 245 seconds)
- # [19:30] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [19:31] * Quits: YourWebDevGuy (~yourwebde@75.92.84.106) (Ping timeout: 245 seconds)
- # [19:34] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
- # [19:34] * Joins: richt (~richt@222.233.254.208)
- # [19:37] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (Ping timeout: 260 seconds)
- # [19:38] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [19:39] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 272 seconds)
- # [19:43] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [19:47] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [19:47] * Joins: ehsan_ (~ehsan@66.207.208.98)
- # [19:50] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [19:51] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [19:51] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [19:51] * SteveF_ is now known as SteveF
- # [19:52] * Quits: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr) (Ping timeout: 272 seconds)
- # [19:52] * Joins: weinig (~weinig@17.212.155.191)
- # [19:52] * Quits: tobie (~tobielang@31-35-21.wireless.csail.mit.edu) (Quit: tobie)
- # [19:55] * Quits: Redface (~Redface@219.255.246.7) (Remote host closed the connection)
- # [19:56] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [19:59] * Joins: rniwa (~rniwa@17.212.154.114)
- # [19:59] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [19:59] * Joins: tobie (~tobielang@31-35-21.wireless.csail.mit.edu)
- # [20:01] * Quits: ^esc (~esc_ape@178.115.251.34.wireless.dyn.drei.com) (Read error: Connection reset by peer)
- # [20:02] * Joins: ^esc (~esc_ape@178.115.251.34.wireless.dyn.drei.com)
- # [20:02] * Joins: alrra (~alrra@188.24.66.95)
- # [20:02] * Quits: alrra (~alrra@188.24.66.95) (Changing host)
- # [20:02] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [20:03] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (Ping timeout: 272 seconds)
- # [20:09] * Joins: danielfilho (~danielfil@200.232.113.107)
- # [20:13] * Quits: danielfilho (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [20:13] * Joins: yoshiki__ (yoshiki@nat/google/x-hjwymcmsonxntqqr)
- # [20:17] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [20:17] * Joins: TabAtkins_ (~tabatkins@216.239.45.72)
- # [20:17] * Joins: nonge_ (~nonge@p508298C0.dip0.t-ipconnect.de)
- # [20:18] * Joins: jgraham_ (~jgraham@web91.webfaction.com)
- # [20:19] * Joins: cabanier1 (~cabanier@192.150.22.55)
- # [20:19] * Quits: yoshiki (yoshiki@nat/google/x-qabsakekzaphmtpk) (Ping timeout: 268 seconds)
- # [20:19] * Quits: nonge (~nonge@p508298C0.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
- # [20:19] * Quits: nephyrin (~neph@nat/mozilla/x-jbkgzwyzhlnnvmqp) (Ping timeout: 268 seconds)
- # [20:19] * Quits: TabAtkins (~tabatkins@216.239.45.72) (Ping timeout: 268 seconds)
- # [20:19] * Quits: ricea (ricea@nat/google/x-fusaiduuyqgplozu) (Ping timeout: 268 seconds)
- # [20:19] * Quits: jgraham (~jgraham@web91.webfaction.com) (Ping timeout: 268 seconds)
- # [20:19] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-egtaddwuwdjouyry) (Ping timeout: 268 seconds)
- # [20:19] * Quits: cabanier (~cabanier@192.150.22.55) (Read error: Connection reset by peer)
- # [20:20] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-cyzkngwibilivofo)
- # [20:21] * Joins: ricea (ricea@nat/google/x-vsgjanviovpxqulm)
- # [20:21] * Joins: tantek (~tantek@m880536d0.tmodns.net)
- # [20:26] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:27] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [20:29] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Client Quit)
- # [20:32] * Joins: marcosc_ (~marcosc@bl4-68-236.dsl.telepac.pt)
- # [20:32] * linclark is now known as linclark|afk
- # [20:33] * Quits: tantek (~tantek@m880536d0.tmodns.net) (Quit: tantek)
- # [20:33] * Quits: marcosc (~marcosc@bl10-104-253.dsl.telepac.pt) (Ping timeout: 256 seconds)
- # [20:39] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 252 seconds)
- # [20:39] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [20:44] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [20:53] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:2d1d:9acc:2eb:3267)
- # [20:56] * linclark|afk is now known as linclark
- # [20:58] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [21:03] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [21:05] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:2d1d:9acc:2eb:3267) (Remote host closed the connection)
- # [21:10] * Quits: cabanier1 (~cabanier@192.150.22.55) (Quit: Leaving.)
- # [21:10] * Quits: weinig (~weinig@17.212.155.191) (Read error: Operation timed out)
- # [21:13] * Joins: othermaciej (~mjs@17.114.108.14)
- # [21:19] * Quits: Ms2ger (~Ms2ger@206.211-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [21:20] * Joins: krawchyk_ (~krawchyk@65.220.49.251)
- # [21:20] * Quits: ^esc (~esc_ape@178.115.251.34.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [21:21] * Quits: krawchyk_ (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [21:23] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [21:23] * Quits: krawchyk (~krawchyk@65.220.49.251) (Ping timeout: 252 seconds)
- # [21:24] * Joins: ^esc (~esc_ape@77.117.247.154.wireless.dyn.drei.com)
- # [21:24] * Quits: kennyluck (~kennyluck@101.18.192.69) (Quit: kennyluck)
- # [21:28] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [21:32] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
- # [21:33] * Quits: erichynds (~ehynds@64.206.121.41) (Read error: Operation timed out)
- # [21:36] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [21:37] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [21:37] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [21:40] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 272 seconds)
- # [21:40] * SteveF_ is now known as SteveF
- # [21:44] * Joins: nimbu1 (~nimbu@sjfw1.adobe.com)
- # [21:44] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Ping timeout: 245 seconds)
- # [21:45] <cabanier> Hixie: ping
- # [21:46] <annevk> Hixie: with respect to strategy, I'd rather do the minimum possible I suppose
- # [21:46] <annevk> Hixie: I hope at some point we can figure out a sane way to define all the event stuff
- # [21:46] <annevk> Hixie: event loop stuff*
- # [21:52] <cabanier> Hixie: do you remember why measureText requires the font to be local. Why not enforce CORS?
- # [21:55] * Joins: bzed_ (~bzed@devel.recluse.de)
- # [21:55] * Joins: YourWebDevGuy (~yourwebde@75.92.84.106)
- # [21:56] * Quits: bzed (~bzed@devel.recluse.de) (Ping timeout: 245 seconds)
- # [21:56] * bzed_ is now known as bzed
- # [21:58] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:59] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [21:59] * Krinkle is now known as Krinkle|detached
- # [22:00] * Quits: marcosc_ (~marcosc@bl4-68-236.dsl.telepac.pt) (Remote host closed the connection)
- # [22:01] * Quits: tobie (~tobielang@31-35-21.wireless.csail.mit.edu) (Quit: tobie)
- # [22:03] * Quits: rubatdub (~khalil@213.188.180.185) (Ping timeout: 272 seconds)
- # [22:15] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
- # [22:18] * Quits: doublec (~doublec@unaffiliated/doublec) (Quit: Bye)
- # [22:18] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [22:19] * Joins: yorick (~yorick@oftn/member/yorick)
- # [22:20] * nimbu1 is now known as divya
- # [22:21] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [22:25] * Joins: rubatdub (~khalil@213.188.180.185)
- # [22:26] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [22:28] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [22:30] * Quits: ap_ (~ap@2620:149:4:1b01:b0c3:aa53:3f32:9768) (Quit: ap_)
- # [22:30] * Joins: ap (~ap@2620:149:4:1b01:b0c3:aa53:3f32:9768)
- # [22:32] * Joins: danielfilho (~danielfil@200.232.113.107)
- # [22:32] * Joins: Smylers (~smylers@host86-168-221-39.range86-168.btcentralplus.com)
- # [22:33] * Quits: divya (~nimbu@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [22:34] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:35] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [22:38] * Joins: tobie (~tobielang@31-35-21.wireless.csail.mit.edu)
- # [22:42] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 264 seconds)
- # [22:51] * Krinkle|detached is now known as Krinkle
- # [22:52] * Quits: danielfilho (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [22:53] * Quits: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:54] * Joins: Badreddin (~Nur@189.192.155.69)
- # [22:54] * Joins: dbaron (~dbaron@v-1045.fw1.sfo1.mozilla.net)
- # [22:55] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [22:55] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
- # [22:57] * Quits: newtron (~newtron@184.175.16.72) (Remote host closed the connection)
- # [22:57] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:59] * Quits: jmason (~jmason@174.137.103.143) (Quit: Leaving)
- # [23:01] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [23:04] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
- # [23:06] * Joins: isherman-book (Adium@nat/google/x-gfwwjpaaxizpjgvv)
- # [23:09] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
- # [23:15] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [23:20] * Quits: tobie (~tobielang@31-35-21.wireless.csail.mit.edu) (Quit: tobie)
- # [23:26] * Joins: annevk (~annevk@2.25.61.48)
- # [23:27] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 245 seconds)
- # [23:29] * Joins: sgalineau (~sylvaing@sjfw1-a.adobe.com)
- # [23:29] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:30] * Quits: jernoble (~jernoble@17.212.152.13) (Ping timeout: 256 seconds)
- # [23:30] * Joins: jernoble (~jernoble@17.212.152.13)
- # [23:30] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [23:31] * Quits: annevk (~annevk@2.25.61.48) (Ping timeout: 255 seconds)
- # [23:33] * Quits: doublec (~doublec@unaffiliated/doublec) (Quit: Bye)
- # [23:33] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [23:34] * Joins: tobie (~tobielang@31-35-21.wireless.csail.mit.edu)
- # [23:37] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [23:37] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
- # [23:40] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [23:42] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:46] * Joins: danielfilho (~danielfil@200.232.113.107)
- # [23:48] * Joins: annevk (~annevk@2.25.61.48)
- # [23:52] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [23:56] * Joins: vcarbune (~vcarbune@vpn-global-dhcp2-214.ethz.ch)
- # [23:57] * Joins: newtron (~newtron@184.175.16.72)
- # [23:58] * Quits: tobie (~tobielang@31-35-21.wireless.csail.mit.edu) (Quit: tobie)
- # Session Close: Wed May 01 00:00:00 2013
The end :)