diff --git a/issues/WebCryptoAPI-missingtask.md b/issues/WebCryptoAPI-missingtask.md deleted file mode 100644 index a183583..0000000 --- a/issues/WebCryptoAPI-missingtask.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -Title: Missing tasks in parallel steps in Web Cryptography API -Tracked: 'https://github.com/w3c/webcrypto/issues/368' -Repo: 'https://github.com/w3c/webcrypto' ---- - -While crawling [Web Cryptography API](https://w3c.github.io/webcrypto/), 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 [SubtleCrypto/encrypt()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-encrypt) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/sign()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-sign) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/digest()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-digest) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/generateKey()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-generateKey) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/deriveKey()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-deriveKey) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/deriveBits()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-deriveBits) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/importKey()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-importKey) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/exportKey()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-exportKey) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/wrapKey()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-wrapKey) algorithm resolves/rejects a promise directly in a step that runs in parallel -* [ ] The [SubtleCrypto/unwrapKey()](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto-method-unwrapKey) 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/css-overflow-3-brokenlinks.md b/issues/css-overflow-3-brokenlinks.md deleted file mode 100644 index 757b4a9..0000000 --- a/issues/css-overflow-3-brokenlinks.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -Title: '[css-overflow-3] Broken links in CSS Overflow Module Level 3' -Tracked: 'https://github.com/w3c/csswg-drafts/issues/11390' -Repo: 'https://github.com/w3c/csswg-drafts' ---- - -While crawling [CSS Overflow Module Level 3](https://drafts.csswg.org/css-overflow-3/), the following links to other specifications were detected as pointing to non-existing anchors: -* [ ] https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-start-target - -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/).