| 05:15 | <annevk> | zcorpan: for https://github.com/whatwg/html/issues/296 it would be good to identify some WebSocket implementors |
| 05:15 | <annevk> | zcorpan: I cannot really think of any though |
| 05:16 | <zcorpan> | annevk: yeah i don't know either offhand but i can have a hunt in bug databases to find candidates |
| 06:22 | <zcorpan> | is @dwsinger on github David Singer ? |
| 06:23 | <MikeSmith> | zcorpan: yeah I think so |
| 06:23 | <zcorpan> | ty |
| 09:25 | <Ms2ger> | Anyone know where chrome's code to evaluate javascript: urls is? |
| 09:43 | <Ms2ger> | If people are into obfuscated code: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3720 |
| 09:47 | <MikeSmith> | Ms2ger: interesting |
| 09:48 | <MikeSmith> | and cool that every browser engine behaves differently with that |
| 09:49 | <MikeSmith> | well, didn't try Edge yet |
| 09:50 | <MikeSmith> | Ms2ger: is this exposing a spec bug or shortcoming? |
| 09:50 | <Ms2ger> | Several? :) |
| 09:50 | <MikeSmith> | gotta love that then |
| 09:50 | <Ms2ger> | I mean, Chrome is annoying about data urls, not sure what's specced there |
| 09:50 | <Ms2ger> | Firefox is correct per spec |
| 09:51 | <MikeSmith> | ok |
| 09:51 | <Ms2ger> | Chrome seems to match the spec too, doing it manually |
| 09:51 | <MikeSmith> | oh |
| 09:51 | <Ms2ger> | Servo doesn't |
| 09:53 | <Ms2ger> | MikeSmith, got any clever ideas to test `#` instead of `?`? |
| 09:53 | <MikeSmith> | hmm |
| 09:53 | <MikeSmith> | none jump to mind |
| 09:53 | <MikeSmith> | annevk might |
| 09:54 | <MikeSmith> | Hixie might too :) |
| 09:55 | <Ms2ger> | You don't have a zcorpan nearby? :) |
| 09:58 | <Ms2ger> | And really I was trying to answer two other questions about js urls... |
| 09:58 | Ms2ger | is bad at not shaving yaks |
| 11:51 | <zcorpan> | is @PoojaSanklecha a first-time contributor for html? (the contributors page doesn't seem to finish loading for me) |
| 11:52 | <Ms2ger> | There we have a zcorpan |
| 11:55 | <zcorpan> | Ms2ger: ok now i understand what this thing is doing |
| 11:55 | <zcorpan> | Ms2ger: what about # |
| 11:56 | <Ms2ger> | zcorpan, the spec says to parse the url and append ?<query>#<fragment> to the script if those are in the url |
| 11:57 | <Ms2ger> | zcorpan, I'm looking for a way to test that the fragment isn't forgotten |
| 11:58 | <zcorpan> | Ms2ger: <script>w(location.hash)</script>#foo |
| 11:58 | Ms2ger | idly wonders whether https://dom.spec.whatwg.org/#dom-document-contenttype can contain unpaired surrogates |
| 12:00 | <zcorpan> | (percent-escape the # if you want url inception) |
| 12:01 | <zcorpan> | i think i should go to gate |
| 15:24 | <zcorpan> | Ms2ger: isn't it just http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3722 ? |
| 15:26 | <zcorpan> | Ms2ger: or do you want something that is valid JS if it were truncated at the # ? |
| 15:27 | <Ms2ger> | That would be optimal |
| 15:34 | <zcorpan> | http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3723 |
| 15:35 | zcorpan | -> gate |
| 15:36 | <Ms2ger> | Oho, clever |
| 15:42 | <Ms2ger> | How would people feel about using USVString for things like TextDecoder#encoding, which are basically enums? |
| 17:57 | <caitp> | @-mentioning @WHATWG is pretty useless isn't it |
| 17:57 | <caitp> | well, if anyone gets that message, feel free to direct comments at me |
| 21:27 | <MikeSmith> | caitp: I read all the @whatwg messages, and I know annevk does also |
| 21:28 | <MikeSmith> | I don't know the answer to that question though (which particular threads) |
| 21:28 | <Domenic> | Same |
| 21:35 | <caitp> | i doubt if any of them are still active anyway |