review: browser-support
This commit is contained in:
parent
054d25cefe
commit
0c862667e7
|
@ -73,7 +73,7 @@ table
|
|||
Targeting such a wide range of browsers is challenging because they do not support all features of modern browsers.
|
||||
|
||||
Angular构建于Web平台的最新标准之上。
|
||||
要支持这么多浏览器就是一个不小的挑战了,因为它们并不支持现代浏览器的所有特性。
|
||||
要支持这么多浏览器是一个不小的挑战,因为它们不支持现代浏览器的所有特性。
|
||||
|
||||
You compensate by loading polyfill scripts ("polyfills") on the host web page (`index.html`)
|
||||
that implement missing features in JavaScript.
|
||||
|
@ -165,7 +165,7 @@ table
|
|||
:marked
|
||||
[Web Animations](#web-animations)
|
||||
|
||||
[Web动画](#web-animations)
|
||||
[Web Animations](#web-animations)
|
||||
|
||||
td
|
||||
p All but Chrome and Firefox<br>Not supported in IE9
|
||||
|
@ -252,7 +252,7 @@ table
|
|||
p
|
||||
a(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations
|
||||
p
|
||||
a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web动画
|
||||
a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations
|
||||
td Apache
|
||||
td 14.8KB
|
||||
tr
|
||||
|
@ -260,7 +260,7 @@ table
|
|||
p
|
||||
a(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array
|
||||
p
|
||||
a#typedarray(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") 带类型的数组
|
||||
a#typedarray(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array
|
||||
td MIT
|
||||
td 4KB
|
||||
tr
|
||||
|
|
Loading…
Reference in New Issue