Often, i will have markup that looks like this
<span>some text</span>
<span>some other stuff</span>
The spans are inline-block. The newline between them generates a space, which shows up visually as a small gap between the elements. The only solution i found is to remove the newlines, which makes the markup look bad.
are there any other solutions?