- From: David Woolley <forums@david-woolley.me.uk>
- Date: Mon, 11 Aug 2008 08:36:36 +0100
- To: CSS <www-style@w3.org>
James Elmore wrote: > <soap-box> > Separate Style from information. Use HTML/XHTML for information. Use CSS > for styling. Right now, it is impossible to do many styling things > (border collapse is only one; see my prior rants/discussions or email me > for a more complete list) unless the styling is done with a <table> element. > </soap-box> CSS acts on the value of the DISPLAY parameter, not on the element type in the semantic document. There may be a default mapping, but if you want to force table like behaviour, you can do that purely within the CSS. -- David Woolley Emails are not formal business letters, whatever businesses may want. RFC1855 says there should be an address here, but, in a world of spam, that is no longer good advice, as archive address hiding may not work.
Received on Monday, 11 August 2008 07:35:45 UTC