From a35b887d842f00c63d4db7f2fe0ae3e8abd361c8 Mon Sep 17 00:00:00 2001 From: Ana Sollano Kim Date: Wed, 29 Apr 2026 15:42:12 -0700 Subject: [PATCH 1/2] Add dev trial HOWTO for platform-provided behaviors --- PlatformProvidedBehaviors/HOWTO.md | 185 +++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 PlatformProvidedBehaviors/HOWTO.md diff --git a/PlatformProvidedBehaviors/HOWTO.md b/PlatformProvidedBehaviors/HOWTO.md new file mode 100644 index 000000000..9629f0bb4 --- /dev/null +++ b/PlatformProvidedBehaviors/HOWTO.md @@ -0,0 +1,185 @@ +# How to experiment with Platform-Provided Behaviors + +Platform-provided behaviors allow custom elements to adopt native HTML element capabilities through `attachInternals()`. The initial behavior, `HTMLSubmitButtonBehavior`, gives custom elements the form submission capability of `