廢棄的元素(Element)
這個小節裡列出的元素在HTML5裡將不再使用,現有文件升級到 HTML5的話可以使用一些替代方案。例如parser section 可以處理isindex 元素的功能。
下面的元素被廢棄的原因是用CSS處理可以更好地替代他們:
basefont
big
center
font
strike
tt
tt
使用破壞了可使用性和可訪問性:
frame
frameset
noframes
下面的元素被廢棄的原因是不經常使用他們,也會引起混亂,而且其它元素也可以很好地實現他們的功能:
acronym被廢棄是因為它經常使頁面錯亂,可以使用abbr代替
applet被廢棄是因為可以使用object代替
isindex被廢棄是因為使用表單控制代替
dir被廢棄是因為使用ul取代
最後,noscript元素只能在HTML裡使用,而不能在XML裡使用。
廢棄的屬性(Attribute)
HTML4裡的一些屬性不會再被允許在HTML5裡使用了,規範裡詳細說明瞭如何處理現有的文檔,並且以後新文檔不能再使用這些屬性,因為他們會標記成不合法的屬性。
HTML5的規格裡有對這些屬性的取代方案,點擊訪問。
ID
對應元素
屬性名稱
01
link, a
rev, charset
02
,05a
longdesc
04
link
target
05
area
nohref
06
head
img
name
09
meta
scheme
10
object
archive, classid, codebase, codetype, declare, standby
11
param
value
13
td
scope
14
table
summary
另外, 在HTML5裡,以下元素的視覺屬性也將被廢棄,因為這些功能可用CSS來實現:
屬性名稱
01
caption, iframe, img, input, object, legend, table, hr, div, h1, h2, h3, h4, h5, h6, p, col, colgroup, tbody, td, tfoot, th , thead, tr
align
02
body
alink, link, text, vlink
03
body
table, left
03
bgcolor
05
object
border
06
table
cellpadding, cellspacing
07, 8
br
clear
09
dl, menu, ol, ul
compact
10
table
td, th
height
13
img, object
hspace, vspace
14
iframe
marginheight, marginwidth
15
nowrap
17
table
rules
18
iframe
scrolling
19
hr
size
20
foot, th, thead, tr
valign
22
hr, table, td, th, col, colgroup, pre
width
以上就是HTML5學習筆記簡明版(10):廢棄的元素和屬性的內容,以上就是HTML5學習筆記簡明版(10):廢棄的元素和屬性的內容,更多相關內容關注PHP中文網(www.php.cn)!