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.orgReceived on Saturday, 24 November 2012 10:49:56 UTC
This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:22 UTC