Skip to content

Commit 907e648

Browse files
authored
Add <portal> feature (discouraged) (#2593)
1 parent 525956c commit 907e648

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

features/portal.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Portals
2+
description: The `<portal>` HTML element embeds another page into the current page as a non-interactive preview.
3+
spec: https://wicg.github.io/portals/
4+
caniuse: portals
5+
discouraged:
6+
# "The Portals proposal is not currently being actively pursued."
7+
according_to:
8+
- https://github.com/WICG/portals/blob/421e74f5bb3e12d6d439ad19654a1463a5cb9b0a/README.md?plain=1#L1
9+
alternatives:
10+
- fencedframe
11+
- link-rel-prefetch
12+
- speculation-rules
13+
- view-transitions

features/portal.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: portal.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)