dom
dom copied to clipboard
Make some ShadowRoot attributes mutable
trafficstars
What is the issue with the DOM Standard?
See https://github.com/whatwg/html/issues/10107 for context.
But some fields of ShadowRoot feel like they could easily be made mutable:
delegatesFocusclonableserializable(hopefully coming soon)
Others might be more difficult or not desirable:
modeslotAssignmenthost
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.