From 9be1432671a7fbd85d0bf08aa267b6bf1195d902 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Tue, 2 May 2023 08:43:45 -0700 Subject: [PATCH] Editorial: add parameters to popover attribute change steps The attribute change steps to support the popover attribute did not list any arguments, which was pointed out in https://github.com/whatwg/html/issues/9036. I followed some advice for adding arguments here: https://github.com/whatwg/html/pull/9093#discussion_r1180104714. --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index 95e5ddc7864..f33c5fe4635 100644 --- a/source +++ b/source @@ -82213,7 +82213,8 @@ dictionary DragEventInit : MouseEventInit {

The following attribute change - steps are used for all HTML elements:

+ steps, given element, localName, oldValue, + value, and namespace, are used for all HTML elements:

  1. If namespace is not null, then return.