CSS list-style-position Property Reference

The CSS list-style-position property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

CSS list-style-position Property Reference

The CSS list-style-position property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

list-style-position overview

The CSS list-style-position property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

list-style-position formal syntax
FieldValue
Formal syntaxinside | outside
Initial valueoutside
Applies tolistItems
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Lists and Counters
StatusStandard

Practical examples

These declarations demonstrate valid ways to set list-style-position. The initial and inherit global keywords remain available even when a property-specific value is preferable.

list-style-position live example
CSS .reset-example { list-style-position: initial; } .inherit-example { list-style-position: inherit; } @supports (list-style-position: initial) { .supported { list-style-position: initial; } }

Description

The CSS list-style-position property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: list-style-position
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies