Skip to content

Commit

Permalink
remove the deprecated manifest HTML attribute (#33932)
Browse files Browse the repository at this point in the history
* remove the deprecated `manifest` HTML attribute

* chore: remove the related attribute descriptions
  • Loading branch information
yin1999 committed Jun 5, 2024
1 parent 42c7716 commit bf67198
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 50 deletions.
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12233,6 +12233,7 @@
/en-US/docs/Web/HTML/Element/h4 /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/Web/HTML/Element/h5 /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/Web/HTML/Element/h6 /en-US/docs/Web/HTML/Element/Heading_Elements
/en-US/docs/Web/HTML/Element/html/manifest /en-US/docs/Web/Manifest
/en-US/docs/Web/HTML/Element/image /en-US/docs/Web/HTML/Element/img
/en-US/docs/Web/HTML/Element/input/<input_type=_col_> /en-US/docs/Web/HTML/Element/col
/en-US/docs/Web/HTML/Element/input/<input_type=_colgroup_> /en-US/docs/Web/HTML/Element/colgroup
Expand Down
4 changes: 0 additions & 4 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -94609,10 +94609,6 @@
"alecananian"
]
},
"Web/HTML/Element/html/manifest": {
"modified": "2020-12-08T02:28:18.313Z",
"contributors": ["sideshowbarker", "bershanskiy"]
},
"Web/HTML/Element/i": {
"modified": "2020-10-15T21:11:43.020Z",
"contributors": [
Expand Down
17 changes: 0 additions & 17 deletions files/en-us/web/html/attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,23 +805,6 @@ Elements in HTML have **attributes**; these are additional values that configure
<td>{{ HTMLElement("meter") }}</td>
<td>Indicates the upper bound of the lower range.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/html#manifest">manifest</a></code>
{{deprecated_inline}}
</td>
<td>{{ HTMLElement("html") }}</td>
<td>
Specifies the URL of the document's cache manifest.
<div class="note">
<p>
<strong>Note:</strong> This attribute is obsolete, use
<a href="/en-US/docs/Web/Manifest"><code>&#x3C;link rel="manifest"></code></a>
instead.
</p>
</div>
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/max">max</a></code>
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/html/element/html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The **`<html>`** [HTML](/en-US/docs/Web/HTML) element represents the root (top-l

This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attributes).

- `manifest` {{deprecated_inline}}
- : Specifies the {{glossary("URI")}} of a resource manifest indicating resources that should be cached locally.
- `version` {{deprecated_inline}}
- : Specifies the version of the HTML {{glossary("Doctype", "Document Type Definition")}} that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration.
- `xmlns`
Expand Down
27 changes: 0 additions & 27 deletions files/en-us/web/html/element/html/manifest/index.md

This file was deleted.

0 comments on commit bf67198

Please sign in to comment.