We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<portal>
1 parent 525956c commit 907e648Copy full SHA for 907e648
features/portal.yml
@@ -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
@@ -0,0 +1,6 @@
+# Generated from: portal.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: false
+ support: {}
0 commit comments