# List Style feature
The editor should display 4 headers and tables.
1. **Default styles**
A table should contain two columns that display default styles for `
` and `` lists.
2. **Bulleted lists**
A table should contain four columns with different bulleted lists
(`circle`, `disc`, `square`, `'👉'`).
3. **Numbered lists**
A table should contain four columns with different numbered lists
(`decimal`, `decimal-leading-zero`, `lower-latin`, `lower-roman`).
4. **Nested/mixed lists**
A table with two columns that contains nested and mixed `` and `` elements with
different values for `list-style-type`.
Check whether the `list-style-type` value is the same as the table or the list item describes.