02:25
<shu>
bakkot: oops, had dumb bug in the AC PR: https://github.com/tc39/ecmarkup/pull/383
17:24
<shu>
that bug in CreateMappedArgumentsObject is weird
18:27
<bakkot>
it's because xrefs look for surrounding emu-meta tags
18:27
<bakkot>
I am pretty sure, anyway
18:28
<bakkot>
yeah: https://github.com/tc39/ecmarkup/blob/90438c13e442a2303830bd75d28a663e0e1fe12e/src/Xref.ts#L43-L69
18:28
<bakkot>
the xref sees its parent element is an emu-meta tag, adopts its effects, and deletes it from the list of tags to render
18:28
<bakkot>
easy fix is to say the xref also has to be the first child of the tag, I guess?
21:45
<shu>
yeah that sounds right