WICG / webcomponents

Web Components specifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update ElementInternals to Expose Forms in Shadow DOM

break-stuff opened this issue · comments

Right now the ElementInternals spec is great for making the Web components play nice with forms, but it doesn't seem to work well if the form is in a web component - here is a simple sandbox to help illustrate.. This is a proposal to expose <form> elements within a shadow root or identify custom elements as forms so child input elements can identify them.