After debugging https://github.com/parcel-bundler/parcel/pull/6752#issuecomment-908126589, the following XML: ```xml <xml><a/><b/></xml> ``` gives the same `startIndex` on the`b` `openTag` event as it did for the `a` `openTag` (`5`, rather than the expected `9`).