From ac35013200a3dbd5a7dfbe1d519b20b79ebff4b6 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 27 Jun 2024 10:56:53 -0400 Subject: [PATCH 1/4] Add note about submit buttons to popovertarget comments a note to reference what is already defined in the HTML spec --- html-aam/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html-aam/index.html b/html-aam/index.html index 8b7845b0d..f46ff03d4 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -13453,6 +13453,10 @@

`popovertarget`

  • The element's `popovertargetaction` attribute is the "`auto`" state and the element is a descendant of the `popover` it is associated with.
  • +

    + A button that represents a submit button with a + form owner cannot invoke a popover. +

    From 410a306f3c8bdff6f87840e30657e40b5edf0c48 Mon Sep 17 00:00:00 2001 From: scottaohara Date: Thu, 27 Jun 2024 14:57:30 +0000 Subject: [PATCH 2/4] chore: prettier --- html-aam/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-aam/index.html b/html-aam/index.html index f46ff03d4..9bf19d1c1 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -13454,7 +13454,7 @@

    `popovertarget`

    - A button that represents a submit button with a + A button that represents a submit button with a form owner cannot invoke a popover.

    From d8176b811a262733fd61322a05dd7bc89fb03454 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 11 Jul 2024 13:30:18 -0400 Subject: [PATCH 3/4] Update html-aam/index.html --- html-aam/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-aam/index.html b/html-aam/index.html index 9bf19d1c1..ab31eff59 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -13455,7 +13455,7 @@

    `popovertarget`

    A button that represents a submit button with a - form owner cannot invoke a popover. + [=button/form owner=] cannot invoke a popover.

    From 68e201ad797a7827bad712581bf2ff10480358a2 Mon Sep 17 00:00:00 2001 From: scottaohara Date: Thu, 11 Jul 2024 17:30:45 +0000 Subject: [PATCH 4/4] chore: prettier --- html-aam/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index ab31eff59..d673ac1c4 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -13453,10 +13453,7 @@

    `popovertarget`

  • The element's `popovertargetaction` attribute is the "`auto`" state and the element is a descendant of the `popover` it is associated with.
  • -

    - A button that represents a submit button with a - [=button/form owner=] cannot invoke a popover. -

    +

    A button that represents a submit button with a [=button/form owner=] cannot invoke a popover.