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>

     

     

  • 相关阅读:
    c++赋值构造函数为什么返回引用类型?
    Problem B. Full Binary Tree
    编译器初始化全局变量,并分配虚拟内存
    Winter Storm Warning
    test
    雨崩徒步游记--三月的梅里雪山
    更高效的MergeSort--稍微优化
    malloc 实现原理
    2015-10-19 [有道]--研发工程师--1~3面
    2015-10-11 [滴滴]--研发工程师--1~4面
  • 原文地址:https://www.cnblogs.com/redn/p/7652057.html
Copyright © 2011-2022 走看看