04:40
<bakkot>

devsnek: it's two linebreaks in the the

        <td>
          An object that all standard built-in iterator objects indirectly inherit from

          <p><ins>The initial value of the *"prototype"* data property of %Iterator%; i.e., %Iterator.prototype%</ins></p>
        </td>

bits

04:41
<bakkot>
ecmarkup ought to give location information; odd that it doesn't
04:42
<bakkot>
seems to be because it's in a table, though I don't know why that should prevent it from giving location information
04:42
<bakkot>
oh, no, I do know why
04:42
<bakkot>
sigh
04:59
<bakkot>
https://github.com/tc39/ecmarkup/pull/329 has a fix so that ecmarkup will properly give location information for this case
05:00
<bakkot>
anyway the actual fix is to delete one of the linebreaks in the above snippet, and the same in the other place that happens
05:00
<bakkot>
ecmarkdown is sensitive about multiple consecutive linebreaks, for some reason