Skip to content

[css-ui] The interactivity property should not be included in the all shorthand #12049

Open
@lilles

Description

@lilles

The spec does not currently say, but including interactivity in all seems unfortunate:

<style>
  #inert {
    interactivity: inert;
  }
  #child {
    all: initial;
  }
</style>
<div id="inert">
  <span id="child"></span>
</div>

@flackr @mfreed7

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions