-
Notifications
You must be signed in to change notification settings - Fork 220
Bump @mdn/browser-compat-data from 6.0.36 to 6.0.37 #3200
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 |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| name: Unsanitized HTML parsing methods | ||
| description: The `Document.parseHTMLUnsafe()` static method parses HTML into a DOM tree, while the `setHTMLUnsafe()` method of `Element` and `ShadowRoot` parses and inserts HTML into an existing tree. No sanitization applies to these methods, so never call them with user-provided HTML strings. | ||
| spec: https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods | ||
| # TODO: https://github.com/web-platform-dx/web-features/issues/1971 | ||
| # Status changed: https://github.com/web-platform-dx/web-features/pull/3200 | ||
| # 2025-08-06 - low → false - In Safari, if there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and `connectedCallback()` methods are not called. | ||
| # References: | ||
| # - https://bugs.webkit.org/show_bug.cgi?id=296420 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,39 +2,30 @@ | |
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| status: | ||
| baseline: low | ||
| baseline_low_date: 2024-07-09 | ||
| baseline: false | ||
|
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. See mdn/browser-compat-data#27392. This regression needs some attention (as do the notes in BCD), so I'll come back to this tomorrow.
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've sent mdn/browser-compat-data#27522 upstream to improve the notes.
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. And mdn/browser-compat-data#27523 too |
||
| support: | ||
| chrome: "124" | ||
| chrome_android: "124" | ||
| edge: "124" | ||
| firefox: "128" | ||
| firefox_android: "128" | ||
| safari: "17.4" | ||
| safari_ios: "17.4" | ||
| compat_features: | ||
| # baseline: low | ||
| # baseline_low_date: 2024-04-18 | ||
| # baseline: false | ||
| # support: | ||
| # chrome: "124" | ||
| # chrome_android: "124" | ||
| # edge: "124" | ||
| # firefox: "123" | ||
| # firefox_android: "123" | ||
| # safari: "17.4" | ||
| # safari_ios: "17.4" | ||
| - api.Element.setHTMLUnsafe | ||
| - api.ShadowRoot.setHTMLUnsafe | ||
|
|
||
| # ⬇️ Same status as overall feature ⬇️ | ||
| # baseline: low | ||
| # baseline_low_date: 2024-07-09 | ||
| # baseline: false | ||
| # support: | ||
| # chrome: "124" | ||
| # chrome_android: "124" | ||
| # edge: "124" | ||
| # firefox: "128" | ||
| # firefox_android: "128" | ||
| # safari: "17.4" | ||
| # safari_ios: "17.4" | ||
| - api.Document.parseHTMLUnsafe_static | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
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 decided to let this regression through instead of overriding it. Points in favor:
The main point against would be that it's been Baseline low for a year and nobody's said anything until now.