Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Add advisement about <html manifest> removal plans (#750)
Browse files Browse the repository at this point in the history
LGTM thanks @sideshowbarker
  • Loading branch information
sideshowbarker authored and stevefaulkner committed Dec 21, 2016
1 parent df48fb1 commit 231ead8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sections/semantics-root.include
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@
<p>The <dfn element-attr for="html"><code>manifest</code></dfn> attribute gives the address of the
document's <span>application cache</span> <span>manifest</span>, if there is one. If the attribute is present,
the attribute's value must be a <a>valid non-empty URL potentially surrounded by spaces</a>.</p>


Advisement: The <span>manifest</span>-based <span>application cache</span> feature is in the
process of being removed from the Web platform. (This is a long process that takes many years.)
Using the <span>application cache</span> feature at this time is highly discouraged. Use service
workers instead. [[SERVICE-WORKERS]]

<p>The <{html/manifest}> attribute only <span>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
attribute).</p>
Expand Down

0 comments on commit 231ead8

Please sign in to comment.