File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-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 : low
9+ baseline_low_date : 2024-04-18
10+ support :
11+ chrome : " 124"
12+ chrome_android : " 124"
13+ edge : " 124"
14+ firefox : " 123"
15+ firefox_android : " 123"
16+ safari : " 17.4"
17+ safari_ios : " 17.4"
18+ compat_features :
19+ - api.Document.parseHTMLUnsafe_static
20+ - api.Element.setHTMLUnsafe
21+ - 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