From 87ba779826a2b86ae8e6acc43c8e652a7ea9e525 Mon Sep 17 00:00:00 2001
From: Domenic Denicola
Whenever the open
attribute is added to or removed from
- a details
element, the user agent must queue a task that runs the
- following steps, which are known as the details notification task steps, for this
- details
element:
details
element, the user agent must queue a task on the DOM
+ manipulation task source to run the following steps, which are known as the details
+ notification task steps, for this details
element:
The task source for this task must be the DOM manipulation task - source.
+To be clear, this also happens when the attribute is added via the parser.
The open
IDL attribute must
reflect the open
content attribute.