《精通CSS》读书笔记(七)

续上篇

在第5章的最后,作者对dl做了简短的说明,作者不是很赞同对dl的扩展定义。虽然我也认为后面那些链接给出的文章里,对dl的衍生使用有些过度了,但是dl确实没有得到很好的运用。这源于html规范对其定义的不清不楚。怎样算是term/description呢?HTML4中还说:Another application of DL, for example, is for marking up dialogues, with each DT naming a speaker, and each DD containing his or her words. 有人认为这是一个错误的用法。XHTML2中就去掉了这个说法。

相比从html4到xhtml2的含糊其辞,whatwg的webapp1(html5)草案,给出了更明确的定义和改进。dl明确为unordered association list consisting of zero or more name-value groups。而为会话单独增加了dialog元素。

待续...

你可能感兴趣的:(html,css,html5,读书,UP)