From 75ffbc3d6bc9bf140dd9a607bfc64e9928db5eea Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 11 Sep 2024 08:44:50 +0200 Subject: [PATCH] Drop/Ignore reports whose related issues have been closed --- issues/idle-detection-missingtask.md | 14 -------------- issues/navigation-timing-2-wrongcaseenumvalue.md | 2 +- issues/private-aggregation-api-brokenlinks.md | 10 ---------- 3 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 issues/idle-detection-missingtask.md delete mode 100644 issues/private-aggregation-api-brokenlinks.md diff --git a/issues/idle-detection-missingtask.md b/issues/idle-detection-missingtask.md deleted file mode 100644 index aa62be14..00000000 --- a/issues/idle-detection-missingtask.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -Title: Missing tasks in parallel steps in Idle Detection API -Tracked: 'https://github.com/WICG/idle-detection/issues/54' -Repo: 'https://github.com/WICG/idle-detection' ---- - -While crawling [Idle Detection API](https://wicg.github.io/idle-detection/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task: -* [ ] The [IdleDetector/requestPermission()](https://wicg.github.io/idle-detection/#dom-idledetector-requestpermission) algorithm resolves/rejects a promise directly in a step that runs in parallel - -See [Dealing with the event loop](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors) in the HTML specification for guidance on how to deal with algorithm sections that run *in parallel*. - -Cc @dontcallmedom @tidoust - -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/). diff --git a/issues/navigation-timing-2-wrongcaseenumvalue.md b/issues/navigation-timing-2-wrongcaseenumvalue.md index 899be595..00cc0703 100644 --- a/issues/navigation-timing-2-wrongcaseenumvalue.md +++ b/issues/navigation-timing-2-wrongcaseenumvalue.md @@ -1,6 +1,6 @@ --- Title: Enum values that ignore naming conventions in Navigation Timing Level 2 -Tracked: 'https://github.com/w3c/navigation-timing/issues/204' +Tracked: 'back_forward kept for backwards compat, see https://github.com/w3c/navigation-timing/issues/204#issuecomment-2341052363' Repo: 'https://github.com/w3c/navigation-timing' --- diff --git a/issues/private-aggregation-api-brokenlinks.md b/issues/private-aggregation-api-brokenlinks.md deleted file mode 100644 index 09c6a66c..00000000 --- a/issues/private-aggregation-api-brokenlinks.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -Title: Broken links in Private Aggregation API -Tracked: 'https://github.com/patcg-individual-drafts/private-aggregation-api/issues/157' -Repo: 'https://github.com/patcg-individual-drafts/private-aggregation-api' ---- - -While crawling [Private Aggregation API](https://patcg-individual-drafts.github.io/private-aggregation-api/), the following links to other specifications were detected as pointing to non-existing anchors: -* [ ] https://wicg.github.io/shared-storage/#run-op - -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/).