00:42
<Ben Ho>
sideshowbarker: Will add you to the issue I made earlier, thank you!
12:21
<Yoav Weiss>
Hey folks! I'm playing around with module scripts and I see that a module script struct is being passed to EcmaScript and back through a ParseModule.[[HostDefined]] item. I'm wondering if that is done by value or by reference. More explicitly, if I later change the module script struct, would that change be reflected when grabbing that ParseModule.[[HostDefined]]?
13:29
<rshadr>

Hello, I have a question regarding the HTML Standard:

Here, on step 4.13.6 of the "adoption agency algorithm" (https://html.spec.whatwg.org/multipage/parsing.html#adoption-agency-algorithm), it is stated that a new element must be created with X settings [...] and the entry for node must be replaced in the list of active formatting elements. However, by step 4.13.4, it is by now possible that node is not in the list anymore, yet the statement was not covered with a "continue" like 4.13.5; In this instance, what should the implementation do if node isn't in the list of active formatting elements?

15:25
<zcorpan (OOO until July 29)>
rshadr: file a spec issue please