From 39e402647a842f4fcc12faded11d486aca8eda47 Mon Sep 17 00:00:00 2001 From: tkent Date: Sun, 13 Mar 2016 23:06:47 -0700 Subject: Add three UseCounters for LABEL element. HTMLLabelElementFormIsDifferentFromControlForm: HTMLLabelElementHasNoControlAndFormIsAncestor: They are for label[form] deprecation. https://github.com/whatwg/html/issues/787 HTMLLabelElementControlForNonFormAssociatedElement This is for a LABEL with PROGRESS or METER. This is counted on any LABEL-specific behaviors. e.g. |form| IDL access, |control| IDL access, Clicking a LABEL, etc. This CL has no user-visible behavior changes. BUG=594447 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/1790143004 Cr-Commit-Position: refs/heads/master@{#380933} --- tools/metrics/histograms/histograms.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/metrics') diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 8b7cd32..4fa4321 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -68346,6 +68346,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. + + + -- cgit v1.1