- From: Behrang Saeedzadeh <behrangsa@gmail.com>
- Date: Sat, 24 Nov 2012 21:48:49 +1100
- To: W3C CSS Mailing List <www-style@w3.org>
Received on Saturday, 24 November 2012 10:49:56 UTC
As you know, at the moment, in order to create a somehow readable HTML page, we either are forced to using comments or set the font-size of the parent element to 0 and set it back to 1rem or something similar: <div> <div>foo</div><!-- --><div>bar</div><!-- --><div>baz</div> </div> I think we need a more elegant way for suppressing white space (or any text) inside an element (and not its children) in CSS. Cheers, Behrang Saeedzadeh http://www.behrang.org
Received on Saturday, 24 November 2012 10:49:56 UTC