07:54
<bakkot>
yeah _a_ is turned to <var>a</var> (by ecmarkdown, via emdTextNode) pretty much everywhere
07:55
<bakkot>
callsite is https://github.com/tc39/ecmarkup/blob/a004ca7d8e95452e680e284c9a4a86a0d31e9914/src/Spec.ts#L1982 I believe
19:24
<Andreu Botella>
I was wondering whether promise jobs and Atomics.waitAsync effectively require ECMAScript implementers to have an event loop, or if those requirements could in theory be fulfilled in other ways