Skip to content

Commit

Permalink
Remove HTML Imports (#9292)
Browse files Browse the repository at this point in the history
This is no longer supported in any browser.

Closes #9235
  • Loading branch information
ddbeck authored Sep 27, 2021
1 parent 6d4fbc7 commit cf8bcd9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 47 deletions.
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11242,6 +11242,7 @@
/en-US/docs/Web/Web_APIs /en-US/docs/Web/API
/en-US/docs/Web/Web_Components/Custom_Elements /en-US/docs/Web/Web_Components/Using_custom_elements
/en-US/docs/Web/Web_Components/Custom_Elements/Custom_Elements_with_Classes /en-US/docs/Web/Web_Components/Using_custom_elements
/en-US/docs/Web/Web_Components/HTML_Imports /en-US/docs/Web/Web_Components
/en-US/docs/Web/Web_Components/Shadow_DOM /en-US/docs/Web/Web_Components/Using_shadow_DOM
/en-US/docs/Web/XSLT/EXSLT /en-US/docs/Web/EXSLT
/en-US/docs/Web/XSLT/Elements /en-US/docs/Web/XSLT/Element
Expand Down
12 changes: 0 additions & 12 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -157138,18 +157138,6 @@
"kohei.yoshino"
]
},
"Web/Web_Components/HTML_Imports": {
"modified": "2020-10-15T21:30:02.826Z",
"contributors": [
"ExE-Boss",
"RayannTedds",
"paulie4",
"indolering",
"chrisdavidmills",
"markg",
"teoli"
]
},
"Web/Web_Components/Using_custom_elements": {
"modified": "2020-11-07T18:06:44.658Z",
"contributors": [
Expand Down
6 changes: 0 additions & 6 deletions files/en-us/web/html/link_types/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
<td>{{HTMLElement("link")}}</td>
<td>{{HTMLElement("a")}}, {{HTMLElement("area")}}, {{HTMLElement("form")}}</td>
</tr>
<tr>
<td><code>import</code> {{Experimental_Inline}}</td>
<td><a href="/en-US/docs/Web/Web_Components/HTML_Imports">HTML Imports</a></td>
<td>{{HTMLElement("link")}}</td>
<td>{{HTMLElement("a")}}, {{HTMLElement("area")}}, {{HTMLElement("form")}}</td>
</tr>
<tr>
<td><code>index</code> {{deprecated_inline}}</td>
<td>Indicates that the page is part of a <em>hierarchical</em> structure and that the hyperlink leads to the top level resource of that structure.<br>
Expand Down
29 changes: 0 additions & 29 deletions files/en-us/web/web_components/html_imports/index.html

This file was deleted.

0 comments on commit cf8bcd9

Please sign in to comment.