Skip to content

v0.135.1

Choose a tag to compare

@github-actions github-actions released this 08 May 14:59
b1d3134

Patch Changes

  • a7917a28 Thanks @tenphi! - Simplified the input-autofill recipe's @autofill alias to :-webkit-autofill | :autofill. Coverage is unchanged in practice (the dropped Chromium-internal pseudo-classes were redundant on top of :-webkit-autofill), and the resulting selector list avoids the :is() wrapper, fixing rendering in environments where :is() interacted poorly with the autofill rule.