- From: <trejkaz@trypticon.org>
- Date: Wed, 03 Nov 2004 06:19:11 +0000
- To: www-html@w3.org
- Message-ID: <20041103025546.GE26824@dev.xaoza.net>
At Wed, Nov 03, 2004 at 12:42:50AM +0100, Vicente Luque Centeno wrote: > * Perhaps some king of table or element with border might be configured to > look like a horizontal rule, but it will never be as semantically valid as > "hr" for stablishing a horizontal rule, which is a clear, well known, > simple separator. Using other tags to achieve similar visual > representation is a BIG mistake (degenerated markup). I agree. You should use the structure of the WHOLE DOCUMENT to create separations between sections, not the HR element, and not any other hacks either (in context, I just defined HR as a hack. This was intentional.) And if you want the graphical rule, use CSS between the appropriate sections to draw the line. The added bonus is that people won't have to remember to insert the HR element everywhere, it will be drawn where it makes sense. TX -- Email: Trejkaz Xaoza <trejkaz@xaoza.net> Web site: http://xaoza.net/trejkaz/ Jabber ID: trejkaz@jabber.xaoza.net GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73
Received on Wednesday, 3 November 2004 16:21:41 UTC