Nested unordered list not displaying text-indent they way I think it should in chrome engine. Works with Firefox
12:19 15 Jun 2026

In Firefox all of the li items are out-dented, but in the chrome engine (Chrome, Edge, Comodo) the item that starts a nested list doesn't out-dent. Using Developer Tools shows that the out-dent listed but it doesn't take effect.

In the example code below the problem line is the "I keep these pets in a cage" doesn't out-dent.

This is an xhtml page, and all validators have said its good to go.

Am I missing something?






Test



My household pets

  • There is a fluffy cat
  • The dog is small
  • I keep these pets in a cage
    • The Mongolian Gerbil is cute
html css