Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When setting HTMLOptionsCollection's length, option elements can be removed that might have descendant custom elements, for which disconnectedCallback should trigger, so we need to add [CEReactions]. Fixes WICG/webcomponents#596. When using HTMLTableRowElement's insertCell(), a custom element can never be inserted or affected, so we can remove [CEReactions]. Fixes WICG/webcomponents#595.
- Loading branch information