Skip to content

Commit

Permalink
chore(face): clarify WebKit position and remove dissenting opinion se…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
calebdwilliams authored and Westbrook committed Aug 25, 2022
1 parent 6319ecb commit 86c9f78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions reports/2022.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h3>Status</h3>
<a href="https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue">Firefox (shipped in version 90)</a>
</li>
<li>
Safari has <a href="https://github.com/WebKit/WebKit/pull/2690">merged a PR implementing the first part of the ElementInternals spec</a> 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.
<a href="https://github.com/WebKit/standards-positions/issues/47#issuecomment-1221419927">WebKit is in favor and has the feature in active development</a> and has <a href="https://github.com/WebKit/WebKit/pull/2690">merged a PR implementing the first part of <code>ElementInternals</code></a> which includes the form-associated custom elements behavior; however, the initial PR doesn't include the actual form-association APIs.
</li>
</ul>
</section>
Expand Down Expand Up @@ -312,9 +312,6 @@ <h3>Concerns</h3>
<li>The form-associated APIs currently have <a href="https://github.com/WICG/webcomponents/issues/814">no way for a developer to behave as a custom submit button</a>. Though there are <a href="https://twitter.com/justinfagnani/status/1510387984830386180">several</a> <a href="https://github.com/open-wc/form-participation/tree/main/packages/form-helpers#implicit-form-submit">workarounds</a>.</li>
</ul>
</section>
<section>
<h3>Dissenting Opinion</h3>
</section>
<section>
<h3>Related Specs</h3>
<ul>
Expand Down

0 comments on commit 86c9f78

Please sign in to comment.