Skip to content

Commit 9124116

Browse files
authored
Remove docs for <portal> (#37880)
1 parent 78396d3 commit 9124116

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

files/en-us/web/html/element/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ In addition to regular multimedia content, HTML can include a variety of other c
137137
| {{HTMLElement("iframe")}} | Represents a nested browsing context, embedding another HTML page into the current one. |
138138
| {{HTMLElement("object")}} | Represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin. |
139139
| {{HTMLElement("picture")}} | Contains zero or more {{HTMLElement("source")}} elements and one {{HTMLElement("img")}} element to offer alternative versions of an image for different display/device scenarios. |
140-
| {{HTMLElement("portal")}} | Enables the embedding of another HTML page into the current one to enable smoother navigation into new pages. |
141140
| {{HTMLElement("source")}} | Specifies multiple media resources for the picture, the audio element, or the video element. It is a void element, meaning that it has no content and does not have a closing tag. It is commonly used to offer the same media content in multiple file formats in order to provide compatibility with a broad range of browsers given their differing support for [image file formats](/en-US/docs/Web/Media/Formats/Image_types) and [media file formats](/en-US/docs/Web/Media/Formats). |
142141

143142
## SVG and MathML

files/en-us/web/html/element/portal/index.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)