Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
draft_date: 2024-10-21
name: Fenced Frame
description: TODO
name: <fencedframe>
description: The `<fencedframe>` element embeds another HTML page into the current page in a more secure and privacy-preserving way than `<iframe>` elements.
spec: https://wicg.github.io/fenced-frame/
compat_features:
- api.Fence
Expand All @@ -20,3 +19,7 @@ compat_features:
- html.elements.fencedframe
- html.elements.fencedframe.allow
- http.headers.Content-Security-Policy.fenced-frame-src
- html.elements.a.target.unfencedTop
- html.elements.fencedframe.height
- html.elements.fencedframe.width
- http.headers.Sec-Fetch-Dest.fencedframe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from: fenced-frame.yml
# Generated from: fencedframe.yml
# Do not edit this file by hand. Edit the source file instead!

status:
Expand Down Expand Up @@ -26,9 +26,13 @@ compat_features:
- api.HTMLFencedFrameElement.width
- api.Navigator.deprecatedReplaceInURN
- api.Window.fence
- html.elements.a.target.unfencedTop
- html.elements.fencedframe
- html.elements.fencedframe.allow
- html.elements.fencedframe.height
- html.elements.fencedframe.width
- http.headers.Content-Security-Policy.fenced-frame-src
- http.headers.Sec-Fetch-Dest.fencedframe

# ⬇️ Same status as overall feature ⬇️
# baseline: false
Expand Down