Primary eng (and PM) emails
Link to “Intent to Deprecate” thread
https://groups.google.com/a/chromium.org/d/msg/blink-dev/DZecJyapzjM/zv25Xu1t5_oJ
Summary
Remove the HTMLHtmlElement.manifest IDL attribute.
Motivation
The spec says: "The manifest attribute only has an effect 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)."
http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-html-element
Only Blink/WebKit supports the IDL attribute, at least in this basic test: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2939
Usage information from UseCounter
http://www.chromestatus.com/metrics/feature/timeline/popularity/210
The top measurement to date is 0.016%.
Entry on chromestatus.com
http://www.chromestatus.com/features/6192449487634432 is Application Cache, to which this is related.
Compatibility Risk
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.