更新時(shí)間:2021年09月28日18時(shí)38分 來源:傳智教育 瀏覽次數(shù):
1、拖拽釋放(Drap and drop) API ondrop
拖放是一種常見的特性,即抓取對(duì)象以后拖到另一個(gè)位置,在HTML5中,拖放是標(biāo)準(zhǔn)的一部分,任何元素都能夠拖放
2、自定義屬性data-id
3、語義化更好的內(nèi)容標(biāo)簽(header,nav,footer ,aside, article, section)
4、音頻 ,視頻(audio, video) 如果瀏覽器不支持自動(dòng)播放怎么辦?在屬性中添加 autoplay
5、畫布 Canvas
·getContext()方法返回一個(gè)用于在畫布上繪圖的環(huán)境Canvas.getContext(contextID)參數(shù)contextID指定了您想要在畫布上繪制的類型。當(dāng)前唯一的合法值是 “2d”,它指定了二維繪圖,并且導(dǎo)致這個(gè)方法返回一個(gè)環(huán)境對(duì)象,該對(duì)象導(dǎo)出一個(gè)二維繪圖API
·cxt.stroke() 如果沒有這一步 線條是不會(huì)顯示在畫布上的
·canvas和image在處理圖片的時(shí)候有什么區(qū)別?image是通過對(duì)象的形式描述圖片的,canvas通過專門的API將圖片繪制在畫布上.
6、地理(Geolocation) API
7、本地離線存儲(chǔ)localStorage 長(zhǎng)期存儲(chǔ)數(shù)據(jù) 瀏覽器關(guān)閉后數(shù)據(jù)不丟失
8、sessionStorage 的數(shù)據(jù)在瀏覽器關(guān)閉后自動(dòng)刪除
9、表單控件 calendar , date , time , email , url , search , tel , file , number
10、新的技術(shù) webworker, websocket , Geolocation
1、顏色: 新增RGBA, HSLA 模式
2、文字陰影(text-shadow)
3、邊框: 圓角(border-radius);邊框陰影: box-shadow
4、盒子模型: box-sizing
5、背景: background-size background-origin background-clip
6、漸變: linear-gradient , radial-gradient
7、過渡: transition 可實(shí)現(xiàn)動(dòng)畫
8、自定義動(dòng)畫 animate @keyfrom
9、媒體查詢 多欄布局 @media screen and (width:800px) {…}
10、border-image
11、2D 轉(zhuǎn)換;transform: translate(x,y) rotate(x,y) skew(x,y)
scale(x,y) 12、3D 轉(zhuǎn)換
13、字體圖標(biāo)font-face
北京校區(qū)