See https://github.com/whatwg/html/pull/1006
var input = document.createElement('input');
input.type = 'checkbox';
input.selectionDirection; // should return null
input.selectionStart; // should return null
input.selectionEnd; // should return null
> Should I touch the histograms.xml and UseCounter.h to remove the metric item since it won't be anymore?
Yes.
UseCounter.h: Remove the unused enum item.
histograms.xml: Add OBSOLETE_ prefix to the enum item.
Comment 1 by tkent@chromium.org
, Jun 23 2016Status: Available (was: Untriaged)