@@ -115,6 +115,8 @@ JavaScript can still work in the presence of animations. However, to keep the
115115size of web-animations-next-lite as small as possible, the style emulation
116116module is not included. When using this version of the polyfill, JavaScript
117117inline style modification will be overwritten by animations.
118+ Due to browser constraints inline style modification is not supported on iOS 7
119+ or Safari 6 (or earlier versions).
118120
119121### Prefix handling
120122
@@ -147,12 +149,13 @@ Report any issues with this implementation on GitHub:
147149Breaking changes
148150----------------
149151
150- When we make a potentially breaking change to the polyfill's API surface (like
151- a rename) we'll continue supporting the old version, deprecated, for three
152- months, and ensure that there are console warnings to indicate that a change is
153- pending. After three months, the old version of the API surface (e.g. the old
154- version of a function name) will be removed. If you see deprecation warnings
155- you can't avoid it by not updating.
152+ When we make a potentially breaking change to the polyfill's API
153+ surface (like a rename) where possible we will continue supporting the
154+ old version, deprecated, for three months, and ensure that there are
155+ console warnings to indicate that a change is pending. After three
156+ months, the old version of the API surface (e.g. the old version of a
157+ function name) will be removed. * If you see deprecation warnings you
158+ can't avoid it by not updating* .
156159
157160We also announce anything that isn't a bug fix on
158161[ [email protected] ] ( https://groups.google.com/forum/#!forum/web-animations-changes ) .
0 commit comments