background-fetch icon indicating copy to clipboard operation
background-fetch copied to clipboard

Broken references in Background Fetch

Open dontcallmedom-bot opened this issue 2 years ago • 5 comments

While crawling Background Fetch, the following links to other specifications were detected as pointing to non-existing anchors, which should be fixed:

  • [ ] https://fetch.spec.whatwg.org/#concept-fetch-terminate
  • [ ] https://w3c.github.io/permissions/#permission-state
  • [ ] https://w3c.github.io/permissions/#dictdef-permissiondescriptor
  • [ ] https://w3c.github.io/permissions/#new-information-about-the-users-intent
  • [ ] https://w3c.github.io/webdriver/#dfn-extension-command
  • [ ] https://w3c.github.io/webdriver/#dfn-errors

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

dontcallmedom-bot avatar Oct 12 '22 12:10 dontcallmedom-bot

  • [ ] https://w3c.github.io/permissions/#permission-state

Attempting to fix this one in https://github.com/w3c/permissions/pull/385 - but it's going to need to be re-published to pick it up.

miketaylr avatar Oct 18 '22 01:10 miketaylr

  • [ ] https://w3c.github.io/permissions/#dictdef-permissiondescriptor

This one should be fixed just by republishing the spec.

miketaylr avatar Oct 18 '22 01:10 miketaylr

  • [ ] https://w3c.github.io/permissions/#new-information-about-the-users-intent

This should be fixed by re-publishing (it's now https://w3c.github.io/permissions/#dfn-new-information-about-the-user-s-intent... not sure why users vs user-s 🤷 )

miketaylr avatar Oct 18 '22 01:10 miketaylr

  • [ ] https://w3c.github.io/webdriver/#dfn-extension-command

The correct link is https://w3c.github.io/webdriver/#dfn-extension-commands, I would hope re-building would handle the singular vs plural.

miketaylr avatar Oct 20 '22 13:10 miketaylr

  • [ ] https://w3c.github.io/webdriver/#dfn-errors

This should be https://w3c.github.io/webdriver/#dfn-error, so same as above.

miketaylr avatar Oct 20 '22 13:10 miketaylr