Skip to content

Commit

Permalink
Add <fencedframe>
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Nov 14, 2024
1 parent 41e359d commit fdddd24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
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 content in a more secure and privacy-preserving way compared to `<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

0 comments on commit fdddd24

Please sign in to comment.