From 86c9f785129d6a0fa20fc25f96c4c79168fece5c Mon Sep 17 00:00:00 2001 From: "Caleb D. Williams" Date: Tue, 23 Aug 2022 07:08:53 -0500 Subject: [PATCH] chore(face): clarify WebKit position and remove dissenting opinion section --- reports/2022.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/reports/2022.html b/reports/2022.html index ed4c45f..6d22543 100644 --- a/reports/2022.html +++ b/reports/2022.html @@ -228,7 +228,7 @@

Status

Firefox (shipped in version 90)
  • - Safari has merged a PR implementing the first part of the ElementInternals spec which includes the form-associated custom elements behavior; however, the initial PR doesn't include the actual form-association APIs. The polyfill does check for the presence of the form-associated APIs separately from ElementInternals, so this is not likely to cause any issues if it is released in part. + WebKit is in favor and has the feature in active development and has merged a PR implementing the first part of ElementInternals which includes the form-associated custom elements behavior; however, the initial PR doesn't include the actual form-association APIs.
  • @@ -312,9 +312,6 @@

    Concerns

  • The form-associated APIs currently have no way for a developer to behave as a custom submit button. Though there are several workarounds.
  • -
    -

    Dissenting Opinion

    -

    Related Specs