16:52
<sideshowbarker>
Domenic: GPHemsley can’t connect to https://wiki.whatwg.org/wiki/Fork_tracking
16:53
<Domenic>
sideshowbarker: very weird... https://downforeveryoneorjustme.com/wiki.whatwg.org?proto=https
17:01
<sideshowbarker>
must be a routing issue
17:03
<sideshowbarker>
15. if-ae-9-2.tcore1.n75-newyork.as6453.net                                                                           0.0%    10  164.9 191.4 164.9 290.0  45.8
16. 66.110.96.26                                                                                                      0.0%    10  161.1 177.2 161.0 247.3  30.9
17. (waiting for reply)
17:05
<sideshowbarker>
d’oh, fixed it
17:06
<sideshowbarker>
I had an old 165.227.84.185 wiki.whatwg.org line in my /etc/hosts
17:31
<Domenic>
sideshowbarker: now that MDN seems to do more things with its issue tracker, should we add something to the PR template asking us to file an issue on MDN for changes that might require doc updates?
17:39
<annevk>
Interesting how a force push of main shows up in all PRs, but not https://github.com/whatwg/html/commits
18:00
<sideshowbarker>
Domenic: yeah, good idea — that would be great
18:01
<sideshowbarker>

speaking of MDN, we unfortunately still have many code examples there with iframes that call alert() — which outside of just being quaint and bad, no longer works in Chrome:

A different origin subframe tried to create a JavaScript dialog. This is no longer allowed and was blocked. See https://www.chromestatus.com/feature/5148698084376576 for more details.

20:29
<Domenic>
tabatkins: can you help find a reviewer for https://github.com/w3c/csswg-drafts/pull/6300 ?
20:29
<Domenic>
Although I guess I could ping emilio directly ^
23:57
<EveryOS>
Hello Section 4.2.6 of the WhatWG HTML spec specifies what immediately happens when a style element is encountered. It references CSSWG, which says that the stylesheet gets added to the "document or shadow root CSS style sheets". I was wondering when these are actually applied to the document? And when it is determined if a certain rule in the root CSS stylesheets applies to a certain element? What spec should I look at for info like this?