Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent "response body info" vs "resource info" names #403

Open
arai-a opened this issue Aug 22, 2024 · 1 comment
Open

Inconsistent "response body info" vs "resource info" names #403

arai-a opened this issue Aug 22, 2024 · 1 comment
Assignees

Comments

@arai-a
Copy link

arai-a commented Aug 22, 2024

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"

@clelland clelland self-assigned this Aug 27, 2024
@clelland
Copy link
Contributor

Thanks! That's definitely some confusion there; both of those should refer to [=resource info=] instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants