From 1b372f385167a9691441c275849156fbf8a6258b Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Tue, 2 May 2023 08:32:14 -0700 Subject: [PATCH] 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 This is an editorial change and has no behavioral changes. --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index 9e11deef691..37b9ad9dafe 100644 --- a/source +++ b/source @@ -82026,7 +82026,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.