| 00:09 | <laughinghan> | dbaron: thank you so much!! (re fixing :target to respect pushState) |
| 00:15 | <TabAtkins> | terinjokes: Yeah, we don't yet have a great index of property values. Coming in the nearish future. |
| 01:23 | <MikeSmith> | it would be great if somebody has time to post a comment correcting http://stackoverflow.com/questions/37521172/is-javascript-location-href-call-is-asynchronous/37521290#37521290 and/or post an actual right answer |
| 01:29 | <caitp> | i would if I could understand the spec conventions in html |
| 01:54 | <MikeSmith> | hey caitp |
| 01:55 | <MikeSmith> | what do the spec conventions in HTML have to do with it |
| 01:57 | <caitp> | not sure how else i'd produce an accurate answer for something that isn't really my domain |
| 01:57 | <caitp> | spec conventions would have to do with understanding the specified algorithm enough to answer correctl |
| 01:57 | <caitp> | y |
| 11:14 | <smaug____> | no zcorpan |
| 11:52 | <nox> | Can anyone try http://w3c-test.org/domparsing/createContextualFragment.html on Edge and tell me if 'Namespace generally shouldn't matter' and '<html> in a different namespace shouldn't be special' pass? |
| 12:58 | <mathiasbynens> | annevk: 👍🏻 |
| 13:57 | <annevk> | mathiasbynens: are you here? 😊 |
| 14:08 | <nox> | annevk: Ping? |
| 14:09 | <nox> | annevk: http://logs.glob.uno/?c=mozilla%23content&s=2+Jun+2016&e=2+Jun+2016#c378961 https://github.com/w3c/web-platform-tests/issues/3103 |
| 14:11 | <annevk> | nox: that looks complicated |
| 14:11 | <nox> | Heh. |
| 14:11 | <nox> | annevk: Not urgent. |
| 14:11 | <nox> | annevk: But I think the spec contradicts the tests for this. Or the opposite. |
| 14:11 | <annevk> | nox: maybe zcorpan can help? I'm at a conf, back Monday |
| 14:11 | <nox> | annevk: Have fun. |
| 15:35 | <mathiasbynens> | annevk: unfortunately not — watched the livestream though |
| 17:31 | <Domenic> | nox: those two pass, first test and last two tests fail |
| 17:31 | <nox> | Domenic: Ok thanks. |
| 17:34 | <smaug____> | does Chrome have something similar to FF's about:memory? |
| 17:35 | <nox> | Domenic: Btw, https://github.com/whatwg/html/issues/1376 |
| 17:35 | <Domenic> | nox: yeah... too much to do... |
| 17:36 | <wanderview> | smaug____: maybe this? https://developer.chrome.com/devtools/docs/heap-profiling?csw=1 |
| 17:38 | <smaug____> | thanks |
| 17:39 | smaug____ | kicks chrome and its data: handling |
| 17:40 | <smaug____> | and now it crashed |
| 17:41 | <TabAtkins> | MikeSmith: I'm pretty sure that answer is correct - the navigation is async, so the page will continue executing things until it gets unloaded. |
| 17:43 | <MikeSmith> | TabAtkins: ah, OK |