dom icon indicating copy to clipboard operation
dom copied to clipboard

Make some ShadowRoot attributes mutable

Open mfreed7 opened this issue 1 year ago • 0 comments
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:

  • 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.

mfreed7 avatar Feb 06 '24 17:02 mfreed7