Paragraph Numbering and the Semantics of BLOCKQUOTE
Thursday, June 21st, 2007Continuing on the theme of HTML’s flaws, consider the humble BLOCKQUOTE. While long used simply to indent text, it has a recognizable semantic meaning: a long quotation from another work.
A block quote may contain multiple paragraphs, so BLOCKQUOTE logically enough is a block-level element that contains other block-level elements like P.
But suppose I want [...]