This tests that reversed lists render properly.

  1. Five
  2. Four
  3. Three
  4. Two
  5. One

This tests that reversed lists with a custom start value render properly.

  1. Ten
  2. Nine
  3. Eight
  4. Seven
  5. Six

This tests that reversed lists with explicit item values render properly.

  1. Five
  2. Four
  3. Two
  4. One
  5. Zero

This tests that reversed lists with a custom start value and explicit item values render properly.

  1. Ten
  2. Nine
  3. Three
  4. Two
  5. One
  6. Three
  7. Two
  8. One

This tests that reversed lists with a negative start value render properly.

  1. Minus Five
  2. Minus Six
  3. Minus Seven
  4. Minus Eight
  5. Minus Nine

This tests that reversed lists have a start attribute of 1 when no start value is specified.

  1. Five
  2. Four
  3. Three
  4. Two
  5. One