File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
feature-group-definitions Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Generated from: parse-html-unsafe.yml
2+ # Do not edit this file by hand. Edit the source file instead!
3+
4+ name : Unsafe HTML parsing methods
5+ description : The `Document.parseHTMLUnsafe()` static method and `setHTMLUnsafe()` method of `Element` and `ShadowRoot` TODO.
6+ spec : https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods
7+ status :
8+ baseline : false
9+ support :
10+ chrome : " 124"
11+ chrome_android : " 124"
12+ firefox : " 123"
13+ firefox_android : " 123"
14+ safari : " 17.4"
15+ safari_ios : " 17.4"
16+ compat_features :
17+ - api.Document.parseHTMLUnsafe_static
18+ - api.Element.setHTMLUnsafe
19+ - api.ShadowRoot.setHTMLUnsafe
Original file line number Diff line number Diff line change 1+ name : Unsafe HTML parsing methods
2+ description : The `Document.parseHTMLUnsafe()` static method and `setHTMLUnsafe()` method of `Element` and `ShadowRoot` TODO.
3+ spec : https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods
4+ compat_features :
5+ - api.Document.parseHTMLUnsafe_static
6+ - api.Element.setHTMLUnsafe
7+ - api.ShadowRoot.setHTMLUnsafe
You can’t perform that action at this time.
0 commit comments