<fencedframe> is deprecated - #45578
Merged
Josh-Cena merged 2 commits intoSep 8, 2026
Merged
Conversation
eeminionn
requested review from
wbamberg
and
a lite review from Copilot
and removed request for
a team
September 8, 2026 18:46
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The newly added <fencedframe> row is out of alphabetical order within the “Obsolete and deprecated elements” table, which otherwise appears alphabetized.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Moves the <fencedframe> entry in the HTML element reference index to match its deprecated/obsolete status, aligning the page’s categorization with issue #45573.
Changes:
- Removed
<fencedframe>from the “Embedded content” section table. - Added
<fencedframe>to the “Obsolete and deprecated elements” section table.
File summaries
| File | Description |
|---|---|
| files/en-us/web/html/reference/elements/index.md | Re-categorizes <fencedframe> from embedded content to obsolete/deprecated elements. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
239
to
242
| | {{HTMLElement("dir")}} | Container for a directory of files and/or folders, potentially with styles and icons applied by the user agent. Do not use this obsolete element; instead, you should use the {{HTMLElement("ul")}} element for lists, including lists of files. | | ||
| | {{HTMLElement("font")}} | Defines the font size, color and face for its content. | | ||
| | {{HTMLElement("fencedframe")}} | Represents a nested browsing context, like `<iframe>` but with more native privacy features built in. | | ||
| | {{HTMLElement("frame")}} | Defines a particular area in which another HTML document can be displayed. A frame should be used within a {{HTMLElement("frameset")}}. | |
Contributor
|
Preview URLs (1 page) (comment last updated: 2026-09-08 18:52:44) |
JuanVqz
added a commit
to seeker8/translated-content
that referenced
this pull request
Sep 9, 2026
- reference/elements: elimina la fila duplicada de <head> y repone la fila de <script> que faltaba en la tabla de Scripting - reference/elements: mueve <fencedframe> a la tabla de elementos obsoletos y actualiza l10n.sourceCommit a 005ee0dd (mdn/content#45578) - reference/elements: corrige erratas y tildes, "Ver también" -> "Véase también" e "Interface" -> "la interfaz" - reference/elements: actualiza el enlace a viewBox a la ruta nueva (Web/SVG/Reference/Attribute/viewBox) y quita dos fragmentos que no existen en la traducción de Content_categories - reference: corrige erratas en las descripciones nuevas - web/html: restaura el cuerpo que está en main, que es una traducción más reciente que la incluida en la rama
JuanVqz
added a commit
to mdn/translated-content
that referenced
this pull request
Sep 9, 2026
* [es] - add short-title to web, html, html/reference adn html/reference/elements * [es] - WIP update translation of HTML Elements * [es] - WIP update translation for html elements * [es] - update translation for HTML reference * [es] - WIP update HTML translation * [es] - WIP update HTML translation * [es] - WIP update translation for es/docs/Web/HTML and es/docs/Web * [es] - remove events from referencia de tecnología web to match the english content and update sourceCommit * [es] - update translation for html reference and landing * [es] - WIP update translation for reference/elements * [es] - WIP update translation for reference/elements * [es] - update translation for some of the elements in html/elements reference * [es] - WIP update translation for more element descriptions * [es] - WIP add more translation for inline text semantics section * [es] - WIP finish inline text semantic elements * [es] - update descriptions for image and media elements * [es] update elements reference for svg, scripting and demarcating edits sections * [es] update translation for table elements section * [es] - WIP start forms translation/update * [es] - WIP finish forms translation * [es] - WIP finish translation for interactive elements and web components sections * [es] finish translation * Update files/es/web/html/reference/elements/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/es/web/html/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/index.md Co-authored-by: Juan Vásquez <juan@ombulabs.com> * Update files/es/web/html/reference/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/es/web/html/reference/elements/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [es] fix callouts * Update files/es/web/html/reference/elements/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/es/web/html/reference/elements/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [es] fix more callouts from review * Update files/es/web/html/reference/elements/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [es] fix more callouts from review * [es] fix more callouts from review * fix(es): corregir erratas y restaurar contenido en las páginas de HTML - reference/elements: elimina la fila duplicada de <head> y repone la fila de <script> que faltaba en la tabla de Scripting - reference/elements: mueve <fencedframe> a la tabla de elementos obsoletos y actualiza l10n.sourceCommit a 005ee0dd (mdn/content#45578) - reference/elements: corrige erratas y tildes, "Ver también" -> "Véase también" e "Interface" -> "la interfaz" - reference/elements: actualiza el enlace a viewBox a la ruta nueva (Web/SVG/Reference/Attribute/viewBox) y quita dos fragmentos que no existen en la traducción de Content_categories - reference: corrige erratas en las descripciones nuevas - web/html: restaura el cuerpo que está en main, que es una traducción más reciente que la incluida en la rama --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Juan Vásquez <juan@ombulabs.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses #45573: listed in the wrong section
Changed files
files/en-us/web/html/reference/elements/index.mdValidation
git diff --check: passedFixes #45573