Skip to content

Commit 98ef962

Browse files
committed
Add Document.parseHTMLUnsafe() and friends
1 parent 344dd39 commit 98ef962

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)