Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: polymer_0.5.4/bower_components/web-animations-js/README.md

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: polymer_0.5.4/bower_components/web-animations-js/README.md
diff --git a/polymer_0.5.0/bower_components/web-animations-js/README.md b/polymer_0.5.4/bower_components/web-animations-js/README.md
similarity index 92%
copy from polymer_0.5.0/bower_components/web-animations-js/README.md
copy to polymer_0.5.4/bower_components/web-animations-js/README.md
index 8b9fcf28b9012d78dcb3d4377fd1a189587a1ea6..74e45209b3b240fdaabf9da6c2de74831cf7be4a 100644
--- a/polymer_0.5.0/bower_components/web-animations-js/README.md
+++ b/polymer_0.5.4/bower_components/web-animations-js/README.md
@@ -115,6 +115,8 @@ JavaScript can still work in the presence of animations. However, to keep the
size of web-animations-next-lite as small as possible, the style emulation
module is not included. When using this version of the polyfill, JavaScript
inline style modification will be overwritten by animations.
+Due to browser constraints inline style modification is not supported on iOS 7
+or Safari 6 (or earlier versions).
### Prefix handling
@@ -147,12 +149,13 @@ Report any issues with this implementation on GitHub:
Breaking changes
----------------
-When we make a potentially breaking change to the polyfill's API surface (like
-a rename) we'll continue supporting the old version, deprecated, for three
-months, and ensure that there are console warnings to indicate that a change is
-pending. After three months, the old version of the API surface (e.g. the old
-version of a function name) will be removed. If you see deprecation warnings
-you can't avoid it by not updating.
+When we make a potentially breaking change to the polyfill's API
+surface (like a rename) where possible we will continue supporting the
+old version, deprecated, for three months, and ensure that there are
+console warnings to indicate that a change is pending. After three
+months, the old version of the API surface (e.g. the old version of a
+function name) will be removed. *If you see deprecation warnings you
+can't avoid it by not updating*.
We also announce anything that isn't a bug fix on
[web-animations-changes@googlegroups.com](https://groups.google.com/forum/#!forum/web-animations-changes).

Powered by Google App Engine
This is Rietveld 408576698