Skip to content

Commit

Permalink
update compatibility description
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Apr 28, 2016
1 parent 286b9d9 commit b56c31c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@

- [Flexbox](http://caniuse.com/#feat=flexbox)

Amaze UI Touch 完全基于 flexbox 布局。由于[旧版规范](http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/)中没有 `flex-shrink``flex-basis` 对应的属性,导致只支持旧版规范的浏览器无法正常渲染布局,暂时[没有找到解决方法(望赐教)](https://github.com/amazeui/amazeui-touch/issues/12) :( 。

- **致各[浏览器毒瘤](http://www.zhihu.com/question/37361845)**没有金刚钻,别揽瓷器活。乃们美其名曰自主研发,不如说是从不同体位搞残开源内核,浪费社会资源,阻碍行业发展。搞些狗皮膏功能用得着修改内核么?拜托乃们行行好,不要给前端开发者制造麻烦了!
- **致从业者:**请推荐周围的人使用 Safari、Chrome、Firefox 等现代浏览器,抵制膏药浏览器,保障数据安全,节约社会资源,关爱你身边的前端开发者。
Amaze UI Touch 完全基于 flexbox 布局。由于[旧版规范](http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/)中没有 `flex-shrink``flex-basis``flex-wrap` 对应的属性,导致只支持旧版规范的浏览器无法正常渲染布局,暂时[没有找到解决方法(望赐教)](https://github.com/amazeui/amazeui-touch/issues/12) :( 。
- [CSS3 Transitions](http://caniuse.com/#feat=css-transitions)
- [CSS Animation](http://caniuse.com/#feat=css-animation)

### JavaScript

- ES5: Amaze UI Touch 基于 ES2015 编写,使用 Babel.js 转换为 ES5;
- React.js: 0.1.x 兼容至 IE8。
- React.js: ~~0.1.x 兼容至 IE8~~ `15.x` 兼容至 IE9

## 编写页面

Expand Down Expand Up @@ -108,3 +105,5 @@ HTML:
```

进阶使用可参见 kitchen-sink 源码。

[debug]: http://www.zhihu.com/question/37361845

0 comments on commit b56c31c

Please sign in to comment.