Skip to content

Commit

Permalink
Editorial: Add removal note at <html manifest> definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored and zcorpan committed Dec 14, 2016
1 parent 1788dbe commit 60e19b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -11908,6 +11908,12 @@ interface <dfn>HTMLHtmlElement</dfn> : <span>HTMLElement</span> {};</pre>
the attribute's value must be a <span>valid non-empty URL potentially surrounded by
spaces</span>.</p>

<p class="critical">The <code data-x="attr-html-manifest">manifest</code> attribute is part of the
legacy "<a href="#offline">offline Web applications</a>" feature, which is in the process of being
removed from the Web platform. (This is a long process that takes many years.) Using the <code
data-x="attr-html-manifest">manifest</code> attribute at this time is highly discouraged. Use
service workers instead. <ref spec=SW></p>

<p>The <code data-x="attr-html-manifest">manifest</code> attribute only <span
data-x="concept-appcache-init">has an effect</span> during the early stages of document load.
Changing the attribute dynamically thus has no effect (and thus, no DOM API is provided for this
Expand Down

0 comments on commit 60e19b6

Please sign in to comment.