Skip to content
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

Tidy up CSS prefixes #46

Open
davidben opened this issue May 18, 2013 · 2 comments
Open

Tidy up CSS prefixes #46

davidben opened this issue May 18, 2013 · 2 comments

Comments

@davidben
Copy link
Owner

Figure out when we can punt these from our CSS.

  • linear-gradient
    • Firefox unprefixed in 16 (shipped October 2012)
    • Opera unprefixed in 12.10 (shipped November 2012)
    • Safari unprefixed in 7/6.1 (shipped October 2013), Chrome unprefixed in 26 (shipped March 2013)
  • transform (used for eyes)
    • Firefox unprefixed in 16 (shipped October 2012)
    • Opera unprefixed in 12.10 (shipped November 2012)
    • Safari and Chrome still prefixed. (made jquery deal with it)
    • IE unprefixed in 10, but IE9 implemented prefixed. (made jquery deal with it)
davidben added a commit that referenced this issue May 18, 2013
They were unprefixed sometime last year. People should hopefully have
updated. If not, losing the eyes isn't the worst thing.

Issue #46.
@cesium12
Copy link
Collaborator

I believe, but am not sure, that newer versions of jQuery will
automatically add the vendor prefixes if you set things using .css().
Should check the docs, but at least for the eyes it should be fine if we
upgrade jQuery and only specify transform.

On Sat, May 18, 2013 at 5:56 PM, David Benjamin notifications@github.comwrote:

Figure out when we can punt these from our CSS.

linear-gradient
- Firefox unprefixed in 16 (shipped October 2012)
- Opera unprefixed in 12.10 (shipped November 2012)
- Safari still prefixed, Chrome unprefixed in 26 (shipped March
2013)
-

transform (used for eyes)
- Firefox unprefixed in 16 (shipped October 2012)
- Opera unprefixed in 12.10 (shipped November 2012)
- Safari and Chrome still prefixed.
- IE unprefixed in 10, but IE9 implemented prefixed.


Reply to this email directly or view it on GitHubhttps://github.com//issues/46
.

132.905

@davidben
Copy link
Owner Author

Hrm, so it does. Fancy.

davidben added a commit that referenced this issue May 20, 2013
jQuery handles that for us. Issue #46.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants