Make some ShadowRoot attributes mutable #1252
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
topic: shadow
Relates to shadow trees (as defined in DOM)
What is the issue with the DOM Standard?
See whatwg/html#10107 for context.
But some fields of
ShadowRoot
feel like they could easily be made mutable:delegatesFocus
clonable
serializable
(hopefully coming soon)Others might be more difficult or not desirable:
mode
slotAssignment
host
Should the first set be made mutable?
Also from this comment, it would make sense if mutating any such attributes also set the
declarative
flag to false.The text was updated successfully, but these errors were encountered: