if (i === 0 && child.startsAt > item.contentStartsAt) {
        const childContent = html.substring(item.contentStartsAt, child.startsAt);

        const childText: ObjectIndexItemWithContent = {
          tagName: "#text",