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 references to <link>, and a few other concepts #326

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Apr 17, 2024

The spec re-defined the <link> element with an incorrect fragment. This update uses Bikeshed's "link defaults" mechanism instead to fix the broken link. This would close #324.

The spec also re-defined a couple of terms that did not need to be re-defined (since the HTML spec already exports them). Links to Media Capture and Streams also needed fixing. These issues were reported by Bikeshed during build as warnings.

One problem remains: the reference to "nested browsing contexts" is invalid, see #325.


Preview | Diff

The spec re-defined the `<link>` element with an incorrect fragment. This
update uses Bikeshed's "link defaults" mechanism instead to fix the broken
link. This would close #324.

The spec also re-defined a couple of terms that did not need to be re-defined
(since the HTML spec already exports them). Links to Media Capture and Streams
also needed fixing. These issues were reported by Bikeshed during build as
warnings.

One problem remains: the reference to "nested browsing contexts" is invalid,
see #325.
@marcoscaceres marcoscaceres merged commit 6879d52 into main May 13, 2024
2 checks passed
@marcoscaceres marcoscaceres deleted the fix-xref branch May 13, 2024 10:00
github-actions bot added a commit that referenced this pull request May 13, 2024
SHA: 6879d52
Reason: push, by marcoscaceres

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Broken references in Media Session
3 participants