Respec: Some refs from HTML starting with "DOM" aren't available

Created on 8 Apr 2021  路  3Comments  路  Source: w3c/respec

Important info

Description of problem

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.

bug

Most helpful comment

The definitions are there now, e.g. https://respec.org/xref/?term=dom+complete+time

All 3 comments

/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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sidvishnoi picture sidvishnoi  路  4Comments

sidvishnoi picture sidvishnoi  路  4Comments

saschanaz picture saschanaz  路  3Comments

xfq picture xfq  路  4Comments

marcoscaceres picture marcoscaceres  路  6Comments