Primary eng (and PM) emails
phi...@opera.com
a...@chromium.org
Summary
Remove the Document.clear() method.
Motivation
It is a NH4 era method that is no op in all browsers.Compatibility Risk
Virtually none. It's not implemented by Firefox or IE, and usage is as low as it gets.
Alternative implementation suggestion for web developers
document.open can be used to clear the screen.
Usage information from UseCounter
Usage > 0.0038%
Entry on chromestatus.com, crbug.com, or MDN
crbug: http://code.google.com/p/chromium/issues/detail?id=238784
chromestatus :
http://www.chromestatus.com/metrics/feature/timeline/popularity/74
Requesting approval to remove too?
Yes.