display-list

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.

The display-list CSS property specifies whether a list marker should be displayed for an element.

/* Keyword values */
display-list: none;
display-list: list-item;
/* Keyword values */
display-list: inherit;
display-list: initial;
display-list: unset;

Initial valuenone
Applies toall elements
Inheritedno
Mediaall
Computed valueas specified
Animation typediscrete
Canonical orderthe unique non-ambiguous order defined by the formal grammar

Syntax

One of the keyword values listed below.

Values

none
There is no list marker displayed for the element.
list-item
The element generates a ::marker pseudo-element and is considered a list item.

Formal syntax

none | list-item

Specifications

Specification Status Comment
CSS Display Module Level 3
The definition of 'display-list' in that specification.
Working Draft Initial definition

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support No support No support No support No support No support
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support No support No support No support No support No support

Document Tags and Contributors

 Contributors to this page: wbamberg, Sebastianz, teoli
 Last updated by: wbamberg,