- From: David Latapie <david@empyree.org>
- Date: Fri, 16 Feb 2007 06:13:25 +0100
On Tue, 13 Feb 2007 22:23:53 -0500, Matthew Raymond wrote: > This whole thread is as silly as saying that we > should replace <p> with <div> because <div> can express the same > structure. Structure is important, but it's only half of the equation. So you recognize the thread it NOT silly ;-) Let me explain: A paragraph is supposed to encompass an idea, while a div really is a block-level <span>. The first has semantics, the second has none, so a <p> shall not be replace by a <div> -- contrary to a definition list, where the relationship is the same -- not even counting header, colgroup... Accessorily, I believe there is a need for an equivalent of <dd> for <dfn>. <dfn> marks a term to define, but what is the marker for its definition? -- </david_latapie> U+0F00 http://blog.empyree.org/en (English) http://blog.empyree.org/fr (Fran?ais) http://blog.empyree.org/sl (Slovensko)
Received on Thursday, 15 February 2007 21:13:25 UTC