What happened (e.g., it crashed)?:
Some newly added HTML refs are available, but some aren't.
[=document load timing info/load event start time=] is available
[=document load timing info/DOM content loaded event start time=] is not available.
[=document load timing info/DOM complete=] is not available.
Seems like the struct fields starting with DOM are not available.
Expected behavior (e.g., it shouldn't crash):
The spec currently works around this by using data-cite, but really hard xrefs should be preferred.
/cc @marcoscaceres @tobie
the problem is with how reffy handles the extraction of definitions from HTML spec - once https://github.com/w3c/reffy/pull/561 gets merged, the next update of webref should fix this.
The definitions are there now, e.g. https://respec.org/xref/?term=dom+complete+time
Most helpful comment
The definitions are there now, e.g. https://respec.org/xref/?term=dom+complete+time