| 05:55 | <MikeSmith> | Domenic: I guess I wonder more why we would not want it to bubble, and also why the spec does not already explicitly says it does not bubble (if that is the intent) |
| 05:56 | <MikeSmith> | also wonder whether in implementations it actually does not bubble |
| 06:45 | <fujihiro> | MikeSmith: I got a reply from DreamHost: "You can change the DNS settings for a domain here: https://t.co/rrjkP65eof" |
| 06:45 | <fujihiro> | And, I found a document about how to remove IPv6 address: <https://help.dreamhost.com/hc/en-us/articles/216510458-IPv6> |
| 06:56 | <MikeSmith> | fujihiro: thanks will let Hixie know |
| 07:20 | <MikeSmith> | Domenic: d’oh nm, I actually took time to read that issue and see it says “Fire a simple event”. So I will shut up now… |
| 07:22 | <MikeSmith> | fujihiro: from what Hixie told me previously I think the problem was that he had already made changes and then Dreamhost came along and overwrote them |
| 08:22 | <fujihiro> | MikeSmith: I want to clarify. Do you mean the following? |
| 08:22 | <fujihiro> | 1) Hixie did set an IPv6 address |
| 08:22 | <fujihiro> | 2) Hixie removed the address |
| 08:22 | <fujihiro> | 3) DreamHost added an IPv6 address again |
| 08:29 | <MikeSmith> | fujihiro: yeah something like that I think |
| 08:30 | <fujihiro> | OK, I'll tell them. |
| 08:30 | <MikeSmith> | fujihiro: personally I think the best solution to this problem would be to move the whatwg.org hosting away from Dreamhost and over to some more modern provider like digitalocean or whatever, but it’s not up to me |
| 17:07 | <aklein> | Domenic: ping? |
| 17:07 | <Domenic> | aklein: pong |
| 17:07 | <aklein> | Domenic: looking at your <template> + custom elements thing...does importNode not work? |
| 17:08 | <Domenic> | aklein: no. importNode clones then adopts. |
| 17:09 | <aklein> | Domenic: really? that's not my reading of the spec |
| 17:10 | <aklein> | https://dom.spec.whatwg.org/#dom-document-importnode and https://dom.spec.whatwg.org/#concept-node-clone |
| 17:10 | <Domenic> | hmmm |
| 17:10 | <Domenic> | dominic may have confused me |
| 17:10 | <aklein> | the latter says "Let copy be the result of creating an element, given document..." |
| 17:11 | <Domenic> | right... |
| 17:11 | <aklein> | I know this pretty well because I helped come up with how instantiation from templates worked in v0 |
| 17:16 | <aklein> | guess we'll have to wait for dominicc to wake up, but I'm pretty sure everything is fine |
| 17:16 | <aklein> | (as long as we continue to be okay telling people they have to use importNode instead of cloneNode) |
| 17:17 | <Domenic> | I mean I think that's kind of wacky but I guess it's always been wacky |
| 21:41 | <zcorpan> | Domenic: re elm.style, i had glossed over it when adding [CEReactions] to cssom and later stumbled over it and realized i hadn't annotated elm.style with it (thinking since it forwards to elm.style.cssText, only that should have the annotation) |
| 21:41 | <Domenic> | ah interesting |
| 21:42 | <Domenic> | I guess it depends on exactly how PutForward interacts with [CEReactions]... |
| 21:42 | <zcorpan> | yeah |
| 21:42 | <Domenic> | So far we've added it to all the other [PutForwards] |
| 21:42 | <Domenic> | But I could see it in theory not being necessary |
| 21:43 | <zcorpan> | i'll leave that for you to decide one way or the other; pls file an issue on cssom if it should have more [CEReactions]s :-) |
| 21:43 | <zcorpan> | time to sleep |
| 21:44 | <Domenic> | sounds good |
| 22:36 | <Domenic> | ping wanderview to review https://github.com/whatwg/html/pull/1527 (not urgent) |
| 22:36 | <botie> | will do |
| 22:37 | <Domenic> | dang now we have this ticking time bomb. what will botie do with that command. it could be anything. |
| 23:40 | <smaug____> | jsbell: ping |
| 23:41 | <jsbell> | smaug_____: what's up? |
| 23:41 | <smaug____> | jsbell: in https://wicg.github.io/entries-api/ why you changed some callback interfaces to callbacks? |
| 23:41 | <smaug____> | I mean, in blink they are callback interfaces at least in .idl files |
| 23:41 | <jsbell> | (Did I see four underscores, or did I see five? Well did I? Do I feel lucky, punk?) |
| 23:41 | <jsbell> | looking.... |
| 23:42 | <smaug____> | (smaug has just a bit long tail here _____) |
| 23:43 | <jsbell> | smaug: tl;dr is probably that I don't understand the difference between "callback" and "callback interface", reading webidl now... |
| 23:44 | <smaug____> | jsbell: event listeners for example are callback interfaces |
| 23:44 | <smaug____> | so, function(event) {} or { handleEvent: function(event) {}} |
| 23:44 | <smaug____> | both work |
| 23:45 | <jsbell> | smaug: yeah, not sure why I left that out. I'll add it back. not intentional. |
| 23:45 | <smaug____> | thanks |
| 23:50 | <jsbell> | smaug: updated. Can you sanity check |
| 23:50 | <jsbell> | ? |
| 23:50 | <smaug____> | jsbell: will to in a bit |
| 23:50 | <smaug____> | do |