-
Notifications
You must be signed in to change notification settings - Fork 306
Bump @mdn/browser-compat-data from 7.3.14 to 7.3.15 #4021
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
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 |
|---|---|---|
|
|
@@ -2,8 +2,12 @@ | |
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| status: | ||
| baseline: false | ||
| baseline: low | ||
|
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. Safari has a rendering bug (https://bugs.webkit.org/show_bug.cgi?id=27684) that can make it seem like this doesn't work (https://bugs.webkit.org/show_bug.cgi?id=162592). I don't think this is worth holding things up for. Advancing. |
||
| baseline_low_date: 2026-05-07 | ||
| support: | ||
| chrome: "148" | ||
| chrome_android: "148" | ||
| edge: "148" | ||
| firefox: "65" | ||
| firefox_android: "65" | ||
| safari: "7" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,9 +2,11 @@ | |
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| status: | ||
| baseline: false | ||
| baseline: low | ||
| baseline_low_date: 2026-05-05 | ||
|
Comment on lines
+5
to
+6
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. Like |
||
| support: | ||
| chrome: "80" | ||
| chrome_android: "148" | ||
| edge: "80" | ||
| firefox: "114" | ||
| firefox_android: "114" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,15 @@ status: | |
| baseline: false | ||
| support: {} | ||
| compat_features: | ||
| # baseline: false | ||
| # support: | ||
| # chrome: "148" | ||
| # chrome_android: "148" | ||
| # edge: "148" | ||
| - api.HTMLMediaElement.loading | ||
|
|
||
| # ⬇️ Same status as overall feature ⬇️ | ||
| # baseline: false | ||
| # support: {} | ||
| - html.elements.audio.loading | ||
| - html.elements.video.loading | ||
|
Comment on lines
+17
to
19
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. Lazy loading didn't follow from the API data above. Needs an upstream PR. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find any relevant bugs on this one. Advancing.