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 some links missing https:// #3

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The purpose of this repo is to track Web-interop details related to the global `

Web-interoperable runtimes other than web browsers should not implement these
APIs. If they do so, they use a consistent
[navigator compatibility mode](html.spec.whatwg.org/multipage/#concept-navigator-compatibility-mode),
[navigator compatibility mode](https://html.spec.whatwg.org/multipage/#concept-navigator-compatibility-mode),
and they must implement all listed APIs (if applicable to the compatibility
mode). Additionally, their value of `navigator.userAgent` should also be
consistent with web browsers of the same navigator compatibility mode.
Expand All @@ -30,7 +30,7 @@ The purpose of this repo is to track Web-interop details related to the global `
runtime) may implement them as well, if other platform details are exposed to
author code through other means. Other runtimes should not implement it, but
if they do, they must use `"en-US"` as the single
[plausible language](html.spec.whatwg.org/multipage/#a-plausible-language).
[plausible language](https://html.spec.whatwg.org/multipage/#a-plausible-language).

Runtimes which implement these properties should also support the
[`languagechange`](https://html.spec.whatwg.org/multipage/#event-languagechange)
Expand Down Expand Up @@ -65,4 +65,4 @@ The purpose of this repo is to track Web-interop details related to the global `
- **[`plugins`, `mimeTypes`, `javaEnabled()`, `pdfViewerEnabled`](https://html.spec.whatwg.org/multipage/#pdf-viewing-support)**

Runtimes other than browsers should not support these properties or methods.
(The assumption is that no such runtimes would have support for PDF viewing.)
(The assumption is that no such runtimes would have support for PDF viewing.)