postcss/autoprefixer
### [`v9.8.0`](https://togithub.com/postcss/autoprefixer/releases/9.8.0)
[Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.6...9.8.0)
Autoprefixer 9.8 brings IE support for `:placeholder-shown`.
#### Placeholder Shown
[@tkrotoff](https://togithub.com/tkrotoff) [found](https://togithub.com/postcss/autoprefixer/issues/1311) that `input:placeholder-shown` can be emulated with `input:-ms-input-placeholder`.
```css
input:-ms-input-placeholder {
box-shadow: 0 0 0 1px blue;
}
input:placeholder-shown {
box-shadow: 0 0 0 1px blue;
}
```
Note, that we already had support for `::placeholder`. Selector `::placeholder` is for the _text_ of the placeholder. `:placeholder-shown` is for the input, where placeholder text is shown. In `::placeholder` you can’t change the border or size of the ``.
Renovate configuration
:date: Schedule: "every weekday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
9.7.6
->9.8.0
Release Notes
postcss/autoprefixer
### [`v9.8.0`](https://togithub.com/postcss/autoprefixer/releases/9.8.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.6...9.8.0) Autoprefixer 9.8 brings IE support for `:placeholder-shown`. #### Placeholder Shown [@tkrotoff](https://togithub.com/tkrotoff) [found](https://togithub.com/postcss/autoprefixer/issues/1311) that `input:placeholder-shown` can be emulated with `input:-ms-input-placeholder`. ```css input:-ms-input-placeholder { box-shadow: 0 0 0 1px blue; } input:placeholder-shown { box-shadow: 0 0 0 1px blue; } ``` Note, that we already had support for `::placeholder`. Selector `::placeholder` is for the _text_ of the placeholder. `:placeholder-shown` is for the input, where placeholder text is shown. In `::placeholder` you can’t change the border or size of the ``.Renovate configuration
:date: Schedule: "every weekday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.