# Define List Typography Patterns https://lexicondesign.io/docs/designPrinciples/typography.html - Bullet position (inside/outside) - Bullet hierarchy (decimal, lower/upper alpha, lower/upper roman; dot, circle, square) - List Item left padding - List Item vertical margins - List Item line height (assume matches Basic Formatting - Line Height) - List margins (assume matches Basic Formatting - Paragraph) ## List Types ### Unordered Lists - AAA - aaa - xxx - bbb - BBB - CCC ### Ordered Lists 1. Mercury 1. Venus 1. Earth 1. Moon 1. Mars 1. Phobos 1. Deimos 1. Jupiter 1. Io 1. Europa 1. etc 1. etc ### Description List <dl> <dt>Lower cost</dt> <dd>The new version of this product costs significantly less than the previous one!</dd> <dt>Easier to use</dt> <dd>We've changed the product so that it's much easier to use!</dd> <dt>Safe for kids</dt> <dd>You can leave your kids alone in a room with this product and they won't get hurt (not a guarantee).</dd> </dl>
Define List Typography Patterns
https://lexicondesign.io/docs/designPrinciples/typography.html
List Types
Unordered Lists
Ordered Lists
Description List