see how list-items are closed differently for plain unordered lists and link lists.
<li class="list-item">Item 1</li>
<li class="list-item">Item 2</li>
<li class="list-item">Item 3</li>
<li class="list-item">Item 4</li>
</ul>
The </li> closing tags are all at the end of each line.
<li class="list-item-link"><a href="#">Link 1</a>
</li>
<li class="list-item-link"><a href="#">Link 2</a>
</li>
<li class="list-item-link"><a href="#">Link 3</a>
</li>
<li class="list-item-link"><a href="#">Link 4</a>
</li>
</ul>
Now the </li> closing tags are all moved to the next line. It would be nice (clean code) if the </li> closing tag was at the end of each line.
– Richard
27" iMac i5 3.1GHz / 32GB RAM / 4TB SSHD / 1GB VRAM - macOS 10.12.6 Sierra
Switched from Softpress' Freeway to Coffeecup Responsive Design software