Jump to content

-webkit-user-modify property of CSS


mohammed raheel

Recommended Posts

I have used -webkit-user-modify property in my CSS file. I also have a jsp that references this CSS file. The jsp has a form element. When the above property is used in the CSS file, the element < input type = " submit"> of the jsp works well on Chrome, Safari, IE , but does not work on Microsoft Edge.When I remove the above property from the CSS file, the element <input type = "submit "> of the jsp works fine on Edge.. Why is it so. And how to fix this problem

Link to comment
Share on other sites

Anything that is prefixed with "-webkit" is an experimental implementation. generally for Chrome, Safari, and some versions of Opera. Normally you would expect Firefox and IE to ignore it and work fine, but edge is a new enough browser that we still don't know all the bugs, quirks, and broken pieces. It generally take Microsoft 18+ months to get all the bugs out.

 

In any case using hyphen hacks is always a risk, because they are not necessarily to standard and are subject to change without notice.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...