Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

display-list

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use 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 spec changes.

Summary

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

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

Syntax

/* Keyword values */
display-list: none;
display-list: list-item;

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

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 Not supported Not supported Not supported Not supported Not supported
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Not supported Not supported Not supported Not supported Not supported

Document Tags and Contributors

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