From 7f3966b6f5a118be98d422c26fbe6bf56ca3f4db Mon Sep 17 00:00:00 2001
From: Domenic Denicola
Date: Fri, 26 Apr 2019 16:33:31 -0400
Subject: [PATCH] Clarify that toggle events happen during parsing
Closes #4500.
Tests: https://github.com/web-platform-tests/wpt/pull/16244
Also moves the task source inline, per #4506.
---
source | 3 +++
1 file changed, 3 insertions(+)
diff --git a/source b/source
index 093339b50c2..eabff7fbbb7 100644
--- a/source
+++ b/source
@@ -60154,6 +60154,9 @@ interface HTMLDetailsElement : HTMLElement {
insertedNode.
+ To be clear, these attribute change and insertion steps also run when an attribute
+ or element is inserted via the parser.
+
To queue a details toggle event task given a details
element
element, a string oldState, and a string newState: