Skip to content

Commit 1d74176

Browse files
authored
Flag private-network-access as discontinued (#2097)
As explained in WICG/private-network-access#148 and https://developer.chrome.com/blog/local-network-access, the `local-network-access` proposal replaces `private-network-access`, and both specs define (roughly) the same Web IDL in practice. This update flags the `private-network-access` as being discontinued and obsoleted by `local-network-access`.
1 parent 86cc0a9 commit 1d74176

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

specs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,13 @@
817817
"url": "https://wicg.github.io/prefer-current-tab/",
818818
"standing": "good"
819819
},
820-
"https://wicg.github.io/private-network-access/",
820+
{
821+
"url": "https://wicg.github.io/private-network-access/",
822+
"standing": "discontinued",
823+
"obsoletedBy": [
824+
"local-network-access"
825+
]
826+
},
821827
"https://wicg.github.io/responsive-image-client-hints/",
822828
"https://wicg.github.io/sanitizer-api/",
823829
"https://wicg.github.io/savedata/",

0 commit comments

Comments
 (0)