-
Notifications
You must be signed in to change notification settings - Fork 19
border-radius is not prefixed #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What browser are you testing? Most of the browser doesn't need prefixing border-radius anymore. http://caniuse.com/#feat=border-radius |
I noticed it in Firefox 3.6, is that browser not supported? Sorry if this is getting off-topic, but do you have a list of supported/tested browsers? |
Also occurs in Safari 4 (as indicated by http://caniuse.com/#feat=border-radius ). |
I usually only test on latest stable version of browsers ( and IE8 ) since they have auto update and will only support those. Version 1.39 was the last time I tested on FF 3.6 but that version only works up to jQuery 1.5. |
I'm using Here's a test case: And here's a screenshot of the test case in both FF 3.6 and Safari 4: Anyway if these browsers aren't supported that's understandable, but it'd be handy if the README included all version numbers in the list of tested browsers. |
aha, Could you check if this works? |
Success! |
Thanks! |
The border-radius shorthand property doesn't seem to be getting prefixed correctly. However, border-top-left-radius, border-top-right-radius, etc work fine.
The text was updated successfully, but these errors were encountered: