From 970874094f9eec76cb522a8294cab6bdd3b44ef4 Mon Sep 17 00:00:00 2001 From: Ana Sollano Kim Date: Tue, 9 Jun 2026 10:59:07 -0700 Subject: [PATCH 1/6] Address WHATWG #12150 feedback and add HTMLButtonBehavior alternative Apply feedback from WHATWG #12150 and from multiple internal review rounds across the main explainer's User-facing problem, User research, Dynamic behaviors, Alt API design 3, and HTMLSubmitButtonBehavior Properties sections. Add Alt API design 5 (standard-defined strings) covering the shapes raised in WHATWG #12150. Move Behavior composition and conflict resolution into Future work. Replace prescriptive attachInternals() lifecycle guidance with neutral language. Cut duplicate examples and convert the Behavior lifecycle table to prose. Add htmlbuttonbehavior-with-type-attribute.md, a side document exploring an alternative direction that collapses the three button modes (submit, reset, generic-button) into a single HTMLButtonBehavior whose type property mirrors native