From 42dce4d8e2322d2c8c2733563279c78093c315da Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 18 Oct 2019 19:13:29 -0400 Subject: [PATCH] Editorial: explain label activation behavior + custom elements Closes #5009. --- source | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/source b/source index 87477292115..f926167beb4 100644 --- a/source +++ b/source @@ -43707,6 +43707,11 @@ interface HTMLLabelElement : HTMLElement { at interactive content descendants of a label element, and any descendants of those interactive content descendants, must be to do nothing.

+

Form-associated custom + elements are labelable elements, so for user agents + where the label element's activation behavior impacts the labeled + control, both built-in and custom elements will be impacted.

+