08:45 | <mathiasbynens> | annevk: is it fair to say Mozilla is supportive of `timezonechange` (https://github.com/whatwg/html/pull/3047)? |
08:45 | <mathiasbynens> | (your helpful involvement in the thread implies support, but I don't see it explicitly articulated anywhere) |
08:49 | <annevk> | mathiasbynens: we definitely were at some point, but I'd have to double check |
08:51 | <mathiasbynens> | annevk: i'm asking for the "intent to prototype" blink-dev thread, fwiw |
08:51 | <mathiasbynens> | https://groups.google.com/a/chromium.org/d/msg/blink-dev/4BUSE2aTQEc/bNQv4jyTCQAJ |
08:52 | <lilltiger> | just drop timezones all-toghter.. just causes issues |
08:52 | <annevk> | mathiasbynens: the answer right now is unknown, I've asked some folks, and you could also ask on https://github.com/mozilla/standards-positions though prolly a bit heavyweight |
08:53 | <annevk> | lilltiger: yeah, mathiasbynens, why not add Swatch Internet Time to JavaScript instead? |
08:53 | <mathiasbynens> | setTimeout(fn, 42beats); |
08:55 | <lilltiger> | annevk: I had never heard of SIT, but yes, something like that, not sure of 1000 is a good number to use, but makes a lot more sense then timezones |
08:56 | <lilltiger> | I would be happy to just scrap all timezones and keep 24h/days, but might be some better way |
08:56 | <mathiasbynens> | annevk: thanks, I've filed https://github.com/mozilla/standards-positions/issues/241 |
08:58 | <annevk> | As a European living in Europe it'd be quite easy to adjust to a world without timezones, but not sure the remainder of the world sees it that way |
08:58 | <annevk> | Maybe first we can get rid of daylight saving time and such |
09:00 | <lilltiger> | annevk: well I wouldent care if would adjust it to the day/night cyckle of china.. as long as I can say 13:45 and evryone all over the world would instatly know when that would be for them.. |
12:16 | <MikeSmith> | annevk: what’s the deal with the DocumentEvent interface that was in DOM Level 2 Events? |
12:16 | <MikeSmith> | it was never implemented anywhere? |
12:16 | <MikeSmith> | https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document |
12:17 | <annevk> | MikeSmith: old-style mixin |
12:17 | <MikeSmith> | ah |
12:17 | <annevk> | MikeSmith: these days we define createEvent() directly on Document |
12:17 | <MikeSmith> | yeah OK |
12:17 | <annevk> | (and I think it was implemented as such too) |
12:17 | <MikeSmith> | k |
12:17 | <MikeSmith> | old DOM specs are very confusing |
12:18 | <annevk> | Yeah, I'm glad we managed to replace them |
15:02 | <zcorpan> | annevk: in https://github.com/web-platform-tests/wpt/issues/18354 "Framing URIs in non-"allow-same-origin" frames." |
15:03 | <zcorpan> | annevk: does that mean like coop-sandbox.https.html but without allow-same-origin? |
15:05 | <annevk> | zcorpan: I suspect so |