diff options
Diffstat (limited to 'devdocs/html/attributes%2Frel%2Fmanifest.html')
| -rw-r--r-- | devdocs/html/attributes%2Frel%2Fmanifest.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/devdocs/html/attributes%2Frel%2Fmanifest.html b/devdocs/html/attributes%2Frel%2Fmanifest.html new file mode 100644 index 00000000..c3c6c0fd --- /dev/null +++ b/devdocs/html/attributes%2Frel%2Fmanifest.html @@ -0,0 +1,53 @@ +<header><h1>rel=manifest</h1></header><div class="section-content"> +<div class="notecard experimental" id="sect1"><p><strong>Experimental:</strong> <strong>This is an <a href="https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Experimental_deprecated_obsolete#experimental">experimental technology</a></strong><br>Check the <a href="#browser_compatibility">Browser compatibility table</a> carefully before using this in production.</p></div> <p>The <code>manifest</code> keyword for the <a href="../../element/link#rel"><code>rel</code></a> attribute of the <a href="../../element/link"><code><link></code></a> element indicates that the target resource is a <a href="https://developer.mozilla.org/en-US/docs/Web/Manifest">Web app manifest</a>.</p> +</div> +<h2 id="specifications">Specifications</h2> +<div class="_table"><table class="standard-table"> +<thead><tr><th scope="col">Specification</th></tr></thead> +<tbody><tr><td><a href="https://html.spec.whatwg.org/multipage/links.html#link-type-manifest">HTML Standard <br><small># link-type-manifest</small></a></td></tr></tbody> +</table></div> +<h2 id="browser_compatibility">Browser compatibility</h2> +<div class="_table"><table> +<thead> +<tr id="bct-browser-type"> +<th></th> +<th colspan="6">Desktop</th> +<th colspan="6">Mobile</th> +</tr> +<tr id="bct-browsers"> +<th></th> +<th>Chrome</th> +<th>Edge</th> +<th>Firefox</th> +<th>Internet Explorer</th> +<th>Opera</th> +<th>Safari</th> +<th>WebView Android</th> +<th>Chrome Android</th> +<th>Firefox for Android</th> +<th>Opera Android</th> +<th>Safari on IOS</th> +<th>Samsung Internet</th> +</tr> +</thead> +<tbody><tr> +<th><code>manifest</code></th> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-yes">39</td> +<td class="bc-supports-yes">39</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-no">No</td> +<td class="bc-supports-yes">4.0</td> +</tr></tbody> +</table></div><div class="_attribution"> + <p class="_attribution-p"> + © 2005–2023 MDN contributors.<br>Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.<br> + <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/manifest" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/manifest</a> + </p> +</div> |
