forked from whatwg/dom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't let a slot do anything special if it isn't in a shadow tree
A slot's children are no longer considered as the slot's fallback contents if the slot is not in a shadow tree. Such a slot no longer signals a slot change even if its children are updated. This patch also removes a concept of suppress signaling flag for a slot change entirely. A slot change is always signaled when a slot's assigned nodes are changed. Fixes whatwg#447.
- Loading branch information
Showing
1 changed file
with
17 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters