Skip to content

Make some ShadowRoot attributes mutable #1252

Open
@mfreed7

Description

@mfreed7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    addition/proposalNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interesttopic: shadowRelates to shadow trees (as defined in DOM)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions