ListsEdit online
Ending list items
List items should not end with semi-colon. If it is something short leave it without a punctuation mark, otherwise you can end it with the normal sentence ending, for example a full stop.
- Rule
- avoidEndFragment
- element
- li
- fragment
- ;
- message
- List items should not end with semi-colon
Number of items
A list should contain more than 2 items and no more than 8 items.
- Rule
- restrictNumberOfChildren
- parentElement
- ul
- element
- li
- min
- 2
- max
- 8
- message
- Message...