Autoprefixer: Placeholder pseudo element on Edge

Created on 29 Sep 2017  路  4Comments  路  Source: postcss/autoprefixer

Hello,

Today autoprefixer adds :-ms-input-placeholder for Edge browser. Unfortunately Edge doesn't support this rule :disappointed:

But on the other hand Edge supports ::-ms-input-placeholder (double colon) or ::-webkit-input-placeholder

Reference:
http://caniuse.com/#feat=css-placeholder

Peace

support

Most helpful comment

Thanks. I will try to fix Autoprefixer on this weekend (will add ::-ms-input-placeholder)

All 4 comments

Thanks. I will try to fix Autoprefixer on this weekend (will add ::-ms-input-placeholder)

Done fe790bd (sorry for the delay).

Released in 7.1.5.

You're doing magnificent work.

Was this page helpful?
0 / 5 - 0 ratings