Clean up cross references/versioning
@caribouW3 is already working on this.
Since May 11, 2021.
- Dominant language
- Bikeshed
- Stars
- 135
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
In https://github.com/whatwg/fetch/pull/1202 we're making Fetch's integration with Resource Timing more concrete. This creates a weird situation however where we "Mark resource timing" ends up pointing to https://www.w3.org/TR/resource-timing-2/#dfn-mark-resource-timing whereas otherwise we reference the editor's draft at https://w3c.github.io/resource-timing/. This also leads to a double entry in the References section with both RESOURCE-TIMING and RESOURCE-TIMING-2. (Disregard for now that one is marked as non-normative. That's a bug in Fetch though it's mostly because of this since if the term would point to the editor's draft as expected it would be associated with RESOURCE-TIMING and it would all be good.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.