From d6aa2b4b0b63765f7e557644307c62031f23a4a6 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 6 Dec 2023 11:54:05 +0100 Subject: [PATCH] File report on Normative references to discontinued specs in Loading Signed Exchanges --- issues/webpackage-discontinuedreferences.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 issues/webpackage-discontinuedreferences.md diff --git a/issues/webpackage-discontinuedreferences.md b/issues/webpackage-discontinuedreferences.md new file mode 100644 index 00000000..25d247b6 --- /dev/null +++ b/issues/webpackage-discontinuedreferences.md @@ -0,0 +1,11 @@ +--- +Repo: 'https://github.com/WICG/webpackage' +Tracked: N/A +Title: Normative references to discontinued specs in Loading Signed Exchanges +--- + +While crawling [Loading Signed Exchanges](https://wicg.github.io/webpackage/loading.html), the following normative referenced were detected as pointing to discontinued specifications: +* [ ] [RFC7230](https://httpwg.org/specs/rfc7230.html) has been obsoleted by [rfc9110](https://httpwg.org/specs/rfc9110.html),[rfc9112](https://httpwg.org/specs/rfc9112.html) +* [ ] [RFC7231](https://httpwg.org/specs/rfc7231.html) has been obsoleted by [rfc9110](https://httpwg.org/specs/rfc9110.html) + +This issue was detected and reported semi-automatically by [Strudy](https://github.com/w3c/strudy/) based on data collected in [webref](https://github.com/w3c/webref/).