web-platform-tests / rfcs

web-platform-tests RFCs
74 stars 63 forks source link

Rename private to local in address space overrides #135

Closed johnathan79717 closed 11 months ago

johnathan79717 commented 1 year ago

In https://github.com/WICG/local-network-access/issues/91, we decided to rename Private Network Access to Local Network Access. The spec has already been renamed in https://github.com/WICG/local-network-access/pull/97. The latest spec: https://wicg.github.io/local-network-access/

Chromium has also renamed private to local in https://source.chromium.org/chromium/chromium/src/+/d5b320062c4982d2e215386e068826f8bc97c512 so the ip-address-overrides switch value needs to be updated too.

This PR makes the corresponding changes in the RFC.

cc @letitz

johnathan79717 commented 1 year ago

Thanks for the approval. Can someone with write access merge this PR?

jgraham commented 1 year ago

No, per the process we need at least a week to allow people to read the RFC and bring forward any concerns.

jgraham commented 1 year ago

Although we don't usually do in-place edits of RFCs like this.