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

1-introduction #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

1-introduction #9

wants to merge 3 commits into from

Conversation

ultd39
Copy link

@ultd39 ultd39 commented Sep 23, 2013

No description provided.

-webkit-box-shadow: 0 0 10px #555;
-moz-box-shadow: 0 0 10px #555;
-o-box-shadow: 0 0 10px #555;
box-shadow: 0 0 10px #555;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

понимание вендорных префиксов это хорошо, но box-shadow можно использовать без них

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошо, с мозилой и оперой понятно, но если верить http://caniuse.com/#search=box-shadow, устаревшие мобильные браузеры и сафари таки требуют приставки -webkit.

И еще. В таком случае, как обстоят дела с градиентами? Здесь будет та же самая история?
Согласно тому-же http://caniuse.com/#search=gradients, здесь так же можно опустить все вендорные префиксы, кроме -webkit?

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

Successfully merging this pull request may close these issues.

2 participants