Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Further qualify regression comment
  • Loading branch information
ddbeck committed Aug 6, 2025
commit ef20f1a36a482178f76b4a040e66a3a41606b552
2 changes: 1 addition & 1 deletion features/parse-html-unsafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description: The `Document.parseHTMLUnsafe()` static method parses HTML into a D
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 the parsed HTML, then the elements' constructors and `connectedCallback()` methods are not called.
# 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