Inconsistent "response body info" vs "resource info" names
@clelland is already working on this.
Since Aug 27, 2024.
- Dominant language
- Bikeshed
- Stars
- 135
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
https://w3c.github.io/resource-timing/#dfn-resource-info
A PerformanceResourceTiming has an associated response body info resource info.
This section uses "response body info" as type name, and "resource info" as item name,
but some other section refers the item as "response body info" name:
https://w3c.github.io/resource-timing/#dfn-setup-the-resource-timing-entry
Set entry's response body info to bodyInfo.
https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-transfersize
Return this's response body info's encoded size plus 300.
I suppose those sections should also call the item "resource info", such as "this's resource info"
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.