From 836294cbb6c7a9e0364293a29b308afd5eee1eba Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 4 Dec 2019 11:39:57 -0800 Subject: [PATCH] Explain label activation behavior + custom elements Closes #5009. --- source | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/source b/source index 9512a55ddd1..04876784c59 100644 --- a/source +++ b/source @@ -43720,6 +43720,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.

+