Skip to content

Instantly share code, notes, and snippets.

@CITguy
Created August 4, 2022 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CITguy/699ddeb8ace10e8d80b5d1e39eeb834c to your computer and use it in GitHub Desktop.
Save CITguy/699ddeb8ace10e8d80b5d1e39eeb834c to your computer and use it in GitHub Desktop.

MS Browser Prefix Support

Prefixed Properties

Property IE Edge
-ms-overflow-style - No

Pseudo Elements

Selector Elements IE Edge
::-ms-clear text-like input YES no
::-ms-reveal password input YES YES
::-ms-check radio + checkbox input YES no
::-ms-browse file input YES no
::-ms-fill-lower range input YES no
::-ms-fill-upper range input YES no
::-ms-fill-thumb range input YES no
::-ms-fill-track range input YES no
::-ms-ticks-after range input no no
::-ms-ticks-before range input no no
::-ms-ticks-tooltip range input no no
::-ms-expand select no no
::-ms-value select, text-like input YES no
::-ms-fill progress YES no
  • modern browsers support ::file-selector-button instead of ::-ms-browse
@CITguy
Copy link
Author

CITguy commented Aug 4, 2022

Research conducted against https://codepen.io/CITguy/pen/YzaaJMB

@CITguy
Copy link
Author

CITguy commented Aug 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment