Many grid/layout components in this pattern library include an inline-block fallback for browsers that don’t support flexbox. As such it is necessary to avoid whitespace between elements. There are three recommended ways of doing this:
li
), simply omit the closing tag.... dapibus ut.</div><?php // Avoid whitespace between elements ?><div>Suspendisse maximus ...
... dapibus ut.</div><!-- Avoid whitespace between elements --><div>Suspendisse maximus ...
. Note that this technique may not work correctly with some HTML minifiers (which may replace comments with whitespace).Note that CSS-based methods of removing this whitespace have deliberately been avoided due to the limitations/requirements they place on typography.