zoukankan      html  css  js  c++  java
  • html5新特性

    1、语义特性

    header  nav  article  aside  footer  section  

    bdi  command  details  dialog  summary  figure  figcaption  mark  progress  ruby rt rp time  wbr 

    input类型:color  date  datetime  datetime-local  email  month  number  range  search  tel  time  url  week

    表单元素/属性:datalist  keygen  output   

    【form】:autocomplete  novalidate 

    【input】:autocomplete、autofocus、form、formaction、formenctype、formmethod、formnovalidate、formtarget、height and width、list、min and max、multiple、pattern (regexp)、placeholder、required、step

    2、本地存储

    包含:程序缓存、本地存储、索引数据库、文件接口

    3、设备访问特性

    地理位置API,媒体访问API,联系人管理API,设备方向和运动API

    4、连接特性

    网页Sockets,服务器发送事件

    5、网页多媒体特性

    Audio/Video

    6、三维、图形、特效

    可缩放的矢量图形(SVG)、画布(canvas)、网页图形库(webgl)、CSS3 3D、拖放

    7、性能与集成特性

    网页后台任务(Web workers)、新的Ajax

    详情:

    http://blog.csdn.net/gane_cheng/article/details/52819118

    http://blog.csdn.net/chandoudeyuyi/article/details/69206236


    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
    <a href="mailto:1323543@qq.com">发邮件</a>

     

     

  • 相关阅读:
    ES6核心内容精讲--快速实践ES6(三)
    ES6核心内容精讲--快速实践ES6(二)
    ES6核心内容精讲--快速实践ES6(一)
    webpack入门
    centos 7 nodejs 安装
    android结合Jenkins使用V2签名
    dockerfile 创建Jenkins镜像
    ubuntu docker 安装
    shell sed语法详解
    mac关于stf开源工具安装
  • 原文地址:https://www.cnblogs.com/redn/p/7652057.html
Copyright © 2011-2022 走看看