HTML Living Standard 刚刚删除了与应用程序缓存相关的 code/documentation。这是否意味着它已完全弃用?

HTML Living Standard just removed application cache related code/documentation. Does this mean it got deprecated completely?

标题说了大部分。直到今天,才可以在 https://html.spec.whatwg.org/#applicationcache

中查看与应用程序缓存相关的文档

现在,该页面不显示与应用程序缓存相关的任何内容。这是否意味着它已完全弃用?

有没有办法找到旧文档?像Edge这样的老浏览器,昨天才支持Application Cache,是不是就不能再支持了?

  • 是的,它已被弃用。它已经从 Chrome 和 Firefox 中删除,因为在非安全上下文中有几个版本,并且很快就会在所有主要浏览器的任何上下文中删除。
  • 您已经找到 old version of the specs but this is not the "documentation", it is the rules for implementers, and don't require keeping deprecated features in there. User-docs are still available on MDN
  • 旧浏览器不会因为有人更改了 whatwg 网站的文本而神奇地停止执行它们被编写为神奇的功能。