摘要: Pointer events 指针事件 TouchEvent MouseEvent 鼠标事件 See alse: https://developers.google.cn/web/fundamentals/design-and-ux/input/touch/ 阅读全文
posted @ 2018-02-02 13:58 Ajanuw 阅读(549) 评论(0) 推荐(0)
摘要: "https://developers.google.cn/web/fundamentals/design and ux/input/forms/" Constraint Validation API "https://dev.w3.org/html5/spec preview/constraint 阅读全文
posted @ 2018-02-02 13:30 Ajanuw 阅读(168) 评论(0) 推荐(0)
摘要: api 有相应更新 "https://www.chromestatus.com/features/4781762488041472" html <!DOCTYPE html ajanuw <! [if lt IE 8] <h3 请升级你的浏览器,或更换主浏览器!!!</h3 <![endif] 账号 阅读全文
posted @ 2018-02-02 13:08 Ajanuw 阅读(268) 评论(0) 推荐(0)
摘要: 搜索优化 "https://developers.google.cn/web/fundamentals/discovery/search optimization/" 阅读全文
posted @ 2018-02-01 09:14 Ajanuw 阅读(179) 评论(0) 推荐(0)
摘要: google打造全屏体验 "https://developers.google.cn/web/fundamentals/native hardware/fullscreen/" 以前github上的 "https://github.com/januwA/over/blob/master/h5%E5% 阅读全文
posted @ 2018-02-01 08:34 Ajanuw 阅读(541) 评论(0) 推荐(0)
摘要: 设备屏幕方向与运动 "https://developers.google.cn/web/fundamentals/native hardware/device orientation/" MDN deviceorientation文档 "https://developer.mozilla.org/z 阅读全文
posted @ 2018-01-31 13:53 Ajanuw 阅读(550) 评论(0) 推荐(0)
摘要: 网络应用清单 "https://developers.google.cn/web/fundamentals/web app manifest/" MDN 文档 "https://developer.mozilla.org/zh CN/docs/Web/Manifest" MDN manifest.j 阅读全文
posted @ 2018-01-31 11:33 Ajanuw 阅读(186) 评论(0) 推荐(0)
摘要: 响应用户界面 "https://developers.google.cn/web/fundamentals/design and ux/responsive/" CSS 媒体查询用于自适应设计 "https://developers.google.cn/web/fundamentals/design 阅读全文
posted @ 2018-01-29 17:56 Ajanuw 阅读(177) 评论(0) 推荐(0)
摘要: 动画 "https://developers.google.cn/web/fundamentals/design and ux/animations/" element.classList 来进行css 动画 transitionend 事件,可以侦听元素css事件 使用 JavaScript 和 阅读全文
posted @ 2018-01-29 16:57 Ajanuw 阅读(183) 评论(0) 推荐(0)
摘要: 使用 tabindex原文 "https://developers.google.cn/web/fundamentals/accessibility/focus/using tabindex" 在表单上使用该特性可提供体验。 Tab 键顺序将以大于 0 的最小值为起点,从小到大排序 对焦点进行样式化 阅读全文
posted @ 2018-01-29 13:55 Ajanuw 阅读(495) 评论(0) 推荐(0)