立即注册 登录
About云-梭伦科技 返回首页

nettman的个人空间 https://www.aboutyun.com/?21 [收藏] [复制] [分享] [RSS]

日志

HTML5新特性小结

已有 1175 次阅读2015-4-23 00:11 | HTML5

HTML5 新特性


  1. 新的DocType: <!DOCTYPE html> 不需要声明文档类型;
  2. 脚本和链接不需要type属性,如 lingk, script;
  3. 语义化标签,如:header, footer, hgroup, mark, figure, small, article,
  4. 属性及校验,
    1. 新的属性,如:placeholder, required, autofocus, pattern, autocomplete, data, contenteditable
    2. 自动校验,如: required自动校验为空,pattern正则匹配, min,max最值
    3. 精细化,如:text分类type=[numner\range\date\color\search\emial],datalist、list
  5. 音频、视频,
    1. 音频支持:audio attr=[autoplay\controls],Firefox的.ogg格式,webkit的.mp3, opera的.wav
    2. 视频支持:video attr=[controls\preload],safari和IE的H.264格式(MPEG4),Firefox和Opera的theora\vorbis格式(OGG),WebM
  6. 图像canvas, filltype, stroketype, drawimage, 像素imagedata, context文字写入
  7. 离线存储, localstorage[长期], sessionstorage[本会话]



路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 立即注册

关闭

推荐上一条 /2 下一条