Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken fragment references in spec #818

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix broken fragment references in spec #818

wants to merge 1 commit into from

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Nov 18, 2024

This fixes broken and obsolete fragment references in the spec.

Most updates are straightforward. A few notes:

  • tools.ietf.org now redirects to datatracker.ietf.org
  • The update drops any link to "handled" in HTML. Not sure where the term was defined but it no longer seems to exist.
  • "default classic script fetch options" is "default script fetch options" in practice. If "classic" matters, then that term no longer exists!

Not done as part of this update, but some of the references can likely be handled directly by Bikeshed without having to define more brittle anchors.


Preview | Diff

This fixes broken and obsolete fragment references in the spec.

Most updates are straightforward. A few notes:
- `tools.ietf.org` now redirects to `datatracker.ietf.org`
- The update drops any link to "handled" in HTML. Not sure where the term was
defined but it no longer seems to exist.
- "default classic script fetch options" is "default script fetch options" in
practice. If "classic" matters, then that term no longer exists!

Not done as part of this update, but some of the references can likely be
handled directly by Bikeshed without having to define more brittle anchors.
@whimboo
Copy link
Contributor

whimboo commented Nov 20, 2024

* `tools.ietf.org` now redirects to `datatracker.ietf.org`

Interesting, for me it actually forwards to https://authors.ietf.org/.

@tidoust
Copy link
Member Author

tidoust commented Nov 20, 2024

* `tools.ietf.org` now redirects to `datatracker.ietf.org`

Interesting, for me it actually forwards to https://authors.ietf.org/.

Ah, indeed, I hadn't noticed that the root URL forwarded somewhere else! I should have been more complete, as in "https://tools.ietf.org/html/rfc* now redirects to the RFC under datatracker.ietf.org". WebDriver Bidi links to RFCs, not to https://tools.ietf.org directly, for example: https://tools.ietf.org/html/rfc4648 forwards to https://datatracker.ietf.org/doc/html/rfc4648.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants