Skip to content

Commit c099527

Browse files
authored
Pin <fencedframe> support to the element itself (#3246)
1 parent b306282 commit c099527

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

features/fencedframe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: <fencedframe>
22
description: The `<fencedframe>` element embeds another HTML page into the current page in a more secure and privacy-preserving way than `<iframe>` elements.
33
spec: https://wicg.github.io/fenced-frame/
4+
status:
5+
compute_from: html.elements.fencedframe
46
compat_features:
57
- api.Fence
68
- api.Fence.getNestedConfigs

features/fencedframe.yml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "128"
8-
chrome_android: "128"
9-
edge: "128"
7+
chrome: "126"
8+
chrome_android: "126"
9+
edge: "126"
1010
compat_features:
11+
# ⬇️ Same status as overall feature ⬇️
1112
# baseline: false
1213
# support:
1314
# chrome: "126"
@@ -35,7 +36,6 @@ compat_features:
3536
- http.headers.Content-Security-Policy.fenced-frame-src
3637
- http.headers.Sec-Fetch-Dest.fencedframe
3738

38-
# ⬇️ Same status as overall feature ⬇️
3939
# baseline: false
4040
# support:
4141
# chrome: "128"

0 commit comments

Comments
 (0)