diff --git a/spec/custom/index.html b/spec/custom/index.html index 8d7b42bc..42ff43cd 100644 --- a/spec/custom/index.html +++ b/spec/custom/index.html @@ -336,11 +336,11 @@

Types of Callbacks

Unless specified otherwise, this callback must be enqueued whenever custom element's attribute is added, changed or removed. Depending on the type of attribute modification, the following additional strings are added to the queue item:
attribute is set
-
attribute name, null and new attribute value
+
attribute name, null, new attribute value, and the attribute namespace.
attribute is changed
-
attribute name, old attribute value and new attribute value
+
attribute name, old attribute value, new attribute value, and the attribute namespace.
attribute is removed -
attribute name, old attribute value and null
+
attribute name, old attribute value, null, and the attribute namespace.