Skip to content

Commit aeb2038

Browse files
sorvellSteve Orvell
and
Steve Orvell
authored
[scoped-custom-element-registry] Improve issues related to formAssociated (#581)
* `formAssociated` set to first definition setting * use polyfill unconditionally and add registry to ShadowRootInit * support `getName` on registry --------- Co-authored-by: Steve Orvell <[email protected]>
1 parent 14abde7 commit aeb2038

File tree

4 files changed

+712
-606
lines changed

4 files changed

+712
-606
lines changed

packages/scoped-custom-element-registry/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## Unreleased -->
99

10+
## [Unreleased]
11+
12+
### Added
13+
14+
- registry in ShadowRootInit; matches current proposal but customElements
15+
remains supported for compatibility
16+
17+
### Changed
18+
19+
- polyfill always used; conditional installation blocked by need for spec
20+
21+
- formAssociated set by first name's defining value or if
22+
CustomElementRegistryPolyfill.formAssociated set contains name
23+
1024
## [0.0.9] - 2023-03-30
1125

1226
- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

0 commit comments

Comments
 (0)