[whatwg/dom] Make some ShadowRoot attributes mutable (Issue #1252)

### 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](https://github.com/whatwg/html/issues/8867#issuecomment-1856696628))

Others might be more difficult or not desirable:
- `mode`
- `slotAssignment`
- `host`

Should the first set be made mutable?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1252
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1252@github.com>

Received on Tuesday, 6 February 2024 17:20:38 UTC