This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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; /* Global values */ display-list: inherit; display-list: initial; display-list: unset;
Initial value | none |
---|---|
Applies to | all elements |
Inherited | no |
Media | all |
Computed value | as specified |
Animation type | discrete |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Syntax
One of the keyword values listed below.
Values
none
- No list marker is 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 |