-
Notifications
You must be signed in to change notification settings - Fork 268
Add caniuse links where the IDs are different #3301
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| name: captureStream() for <audio> and <video> | ||
| description: The `captureStream()` method for `<audio>` and `<video>` elements returns a `MediaStream` for the media element's content. You can use this to record media or send it elsewhere, such as a canvas or WebRTC connection. | ||
| spec: https://w3c.github.io/mediacapture-fromelement/#html-media-element-media-capture-extensions | ||
| # https://caniuse.com/mediacapture-fromelement is not linked because it covers | ||
| # <audio>, <video>, and <canvas>, which are split here in web-features. | ||
| group: media-elements | ||
| compat_features: | ||
| - api.HTMLMediaElement.captureStream |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| name: HTTP Strict Transport Security | ||
| description: The `Strict-Transport-Security` HTTP response header informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS. Also known as HSTS. | ||
| spec: https://www.rfc-editor.org/rfc/rfc6797 | ||
| caniuse: stricttransportsecurity | ||
| group: security | ||
| compat_features: | ||
| - http.headers.Strict-Transport-Security |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| name: spellcheck | ||
| description: The `spellcheck` global HTML attribute sets whether the browser may check an element for spelling errors. | ||
| spec: https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck | ||
| caniuse: spellcheck-attribute | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We show this feature as Baseline high, while caniuse shows that no mobile browser fully supports this. Some sort of reconciliation is needed here.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. caniuse has this note:
This is arguably an instance of #1038. I'll comment on that issue.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the conflict here means that we still can't map it (or else we have to accept an exceptional case where we show widely available over a table that… looks different). |
||
| compat_features: | ||
| - api.HTMLElement.spellcheck | ||
| - html.global_attributes.spellcheck | ||
Uh oh!
There was an error while loading. Please reload this page.